summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-28 00:34:17 +0000
committerKarl Berry <karl@freefriends.org>2012-02-28 00:34:17 +0000
commit3896a3ce963e514325035018b02583376d23aa6c (patch)
treeb846e8081e3808d61fe8cc83f7c52da20cd1b473 /Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex
parent1c9cfa88a38e47a75fd3a9d1cb19d81330927028 (diff)
lua-visual-debug generic (24feb12)
git-svn-id: svn://tug.org/texlive/trunk@25517 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex b/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex
new file mode 100644
index 00000000000..7a0c75e4f36
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.tex
@@ -0,0 +1,32 @@
+\documentclass{article}
+\usepackage{lua-visual-debug}
+
+\usepackage{lmodern}
+\setlength\textwidth{300pt}
+\setlength\textheight{10cm}
+
+\begin{document}
+
+\section{A short story}
+
+A wonderful serenity has taken possession of my entire soul, like these sweet
+mornings of spring which I enjoy with my whole heart. I am alone, and feel
+the charm of existence in this spot, which was created for the bliss of souls
+like mine. I am so happy, my dear friend, so absorbed in the exquisite sense
+of mere tranquil existence, that I neglect my talents.
+
+\begin{itemize}
+ \item one
+ \item two
+ \item three
+\end{itemize}
+
+\bgroup\fontsize{30}{34}\selectfont
+\centerline{\TeX}
+\egroup
+
+\vbox{\strut Hello}\kern .5cm\vbox{\strut World}
+
+\[ \int_e^x=mc^2 \]
+
+\end{document}