Skip to main content
improve wording
Source Link
tvk
  • 1.8k
  • 1
  • 15
  • 22

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that distancevalue.

As Trylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that distance.

As Trylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that value.

As Trylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.

replaced http://tex.stackexchange.com/ with https://tex.stackexchange.com/
Source Link

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that distance.

As TrylksTrylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that distance.

As Trylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that distance.

As Trylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.

Source Link
tvk
  • 1.8k
  • 1
  • 15
  • 22

You can change the default by putting

\tikzset{node distance = 1cm and 2cm} 

where the first parameter is the vertical node distance and the second is the horizontal node distance. If you only put one parameter, both the vertical and horizontal node distances will be set to that distance.

As Trylks pointed out in the comments, in the node properties, use something like above= of 2nd1 instead of above of= 2nd1.