Guest User

Untitled

a guest
Aug 24th, 2011
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.44 KB | None | 0 0
  1. \documentclass[12pt]{book}
  2.  
  3. \usepackage[parfill]{parskip}
  4.  
  5.  
  6. \usepackage{array}
  7. \usepackage{rotating}
  8.  
  9. \newenvironment{tips}
  10. {
  11.     \begin{tabular}{m{0.05\textwidth}|m{0.85\textwidth}}
  12.     \rotatebox{90}{\textbf{TIPS}} &
  13. }
  14. {\end{tabular}
  15. \bigskip
  16. }
  17.  
  18.  
  19. \begin{document}
  20. Normal text paragraph 1. Note the indent below.
  21.  
  22. Normal text paragraph 2
  23.  
  24. \begin{tips}
  25. Tips-table paragraph 1
  26.  
  27. Tips-table paragraph 2
  28. \end{tips}
  29.  
  30.  
  31. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment