repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
guess we don't want the build dir
[latex2e.git]
/
trunk
/
required
/
graphics
/
testfiles
/
tlb4296.lvt
blob
0bf32ffebd7bee831379ac5e3443a8c3f53acbfa
1
\documentclass {article}
2
\usepackage {graphicx}
3
4
\begin{document}
5
6
a $b$
7
8
\input{test2e}
9
\START
10
11
\AUTHOR{David Carlisle}
12
\PACKAGE{graphicx}
13
14
\makeatletter
15
% no error from \par
16
\rotatebox {180}{\parbox{3cm}{Hello\par World}}
17
18
\rotatebox[origin=c]{90}{\parbox{3cm}{Hello\par World}}
19
20
\end{document}
21