Guest User

Untitled

a guest
Dec 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage{tikz}
  3. usetikzlibrary{positioning}
  4. begin{document}
  5. begin{tikzpicture}
  6. node [align=left] (first) {long text\ $S_{000}$};
  7. node [below=1em of first, align=left] (second) {long text\ $S_{ttt}$};
  8. node [below=1em of second, align=right] (third) {long text\ $S_{000}$};
  9. node [below=1em of third, align=right] (fourth) {long text\ $S_{ttt}$};
  10. end{tikzpicture}
  11. end{document}
Add Comment
Please, Sign In to add comment