gdritter repos esperanto-in-50-lessons / master book.tex
master

Tree @master (Download .tar.gz)

book.tex @masterraw · history · blame

\documentclass{memoir}
\newcommand{\quest}[2]{\item #1 \begin{flushright} \textit{ #2 } \end{flushright}}
\chapterstyle{bianchi}
\openany
\usepackage{cmbright}
\usepackage[esperanto]{babel}
\usepackage{multicol}
\newenvironment{twodescr}{%
\begin{description}
\begin{multicols}{2}
}{%
\end{multicols}
\end{description}
}
\title{Esperanto je 50 Lecionoj}
\date{\today}
\author{Edmond Privat kaj Getty Ritter}
\begin{document}
\maketitle
\input{chapters/01.tex}
\input{chapters/02.tex}
\input{chapters/03.tex}
\input{chapters/04.tex}
\input{chapters/05.tex}
\end{document}