diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-28 23:52:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-28 23:52:30 +0000 |
commit | 463fd919920032de4e274499ddce84791bfc914a (patch) | |
tree | fcd9189c282a11f60dedd2eb25ca00b7ec376251 /Master/texmf-dist/doc/latex/fullwidth/fullwidth-test.tex | |
parent | dcd6c04aaf0753bb5c408f12a6487f780bda42c5 (diff) |
new latex package fullwidth (28nov11)
git-svn-id: svn://tug.org/texlive/trunk@24684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fullwidth/fullwidth-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/fullwidth/fullwidth-test.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fullwidth/fullwidth-test.tex b/Master/texmf-dist/doc/latex/fullwidth/fullwidth-test.tex new file mode 100644 index 00000000000..5333dd739e8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fullwidth/fullwidth-test.tex @@ -0,0 +1,14 @@ +\setcounter{errorcontextlines}{999} +\documentclass[twoside]{article} +\usepackage{showframe,lipsum} +\usepackage[innermargin=-2.0cm,]{fullwidth} +\begin{document} +\lipsum + +%\clearpage +\begin{fullwidth}[width=\linewidth+2cm] +Start\par +\lipsum[1] \lipsum \lipsum +ENDE +\end{fullwidth} +\end{document}
\ No newline at end of file |