blob: aa9fbf1412297f7fee5c55ef44a4a69d9f640be5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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\footnote{A very special note for you}.
\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}
|