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 33 34 35 36 37 38
|
%%
%% The LaTeX Companion, 3ed
%%
%% Example 13-3-12 on page II-313 in "The grave accent".
%%
%% Copyright (C) 2022 Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%%
%% See https://www.latex-project.org/lppl.txt for details.
%%
\documentclass{tlc3exa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{95.40097pt}
\setlength\textheight{10\baselineskip}
%StartShownPreambleCommands
\usepackage[hungarian]{babel}
\newcommand\present[1]
{\fbox{\parbox[t]{20mm}{#1}}
\fbox{\parbox[t]{8,5mm}{#1}}\par}
%StopShownPreambleCommands
\begin{document}
\present{lo`ccsan}
\present{e`ddzünk}
\present{po`ggyász}
\present{Kodá`llya}
\present{me`nnyei}
\present{vi`ssza}
\present{po`ttyan}
\present{ri`zzsel}
\end{document}
|