You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
\input luatex85.sty
|
|
\input ucwmac2.tex
|
|
\ucwmodule{luaofs}
|
|
\ucwmodule{link}
|
|
\ucwmodule{verb}
|
|
\parskip=3pt plus 2pt minus 1pt
|
|
\parindent=0sp
|
|
|
|
\def\strong#1{{%
|
|
\def\emph##1{{\bi{}##1}}%
|
|
\bf{}#1%
|
|
}}
|
|
\def\emph#1{{%
|
|
\def\strong##1{{\bi{}##1}}%
|
|
\it{}#1%
|
|
}}
|
|
|
|
|
|
\def\superscript#1{\leavevmode\raise3pt\hbox{\fiverm#1}}
|
|
\newcount\fncount
|
|
\fncount=1
|
|
\def\fnmark{\superscript{\the\fncount}}
|
|
\def\fn#1{\footnote\fnmark{#1}\advance\fncount by 1}
|
|
\def\hA#1{{\parskip1em\settextsize{14}\bf #1}}
|
|
\def\hB#1{{\parskip1em\settextsize{12}\bf #1}}
|
|
\def\hC#1{{\parskip1em\settextsize{10}\bf #1}}
|
|
\def\hD#1{{\parskip1em\settextsize{10}\bi #1}}
|
|
\def\hr{{\vskip5pt\hrule\vskip5pt}}
|
|
\long\def\blockquote#1{\vskip\lineskip\vskip\parskip\hbox{\vrule\hskip5pt\vbox{#1}}}
|
|
\let\code\verbatim
|
|
\let\codeblock\verbatim
|
|
\def\subscript#1{\leavevmode\lower1pt\hbox{\fiverm#1}}
|
|
\def\strikeout#1{FIXME: Strikeout not implemented}
|
|
\def\underline#1{FIXME: Underline not implemented}
|
|
\def\figure#1#2{\vskip5pt\centerline{#1}\centerline{#2}\vskip5pt}
|
|
\def\figcaption#1{{\it #1}}
|
|
\let\image\putimage
|
|
\def\languagecs{} % KSP should define this to \cze probably
|
|
\def\languageen{} % KSP should define this to \eng probably
|
|
|