Use memoir epigraph macro

main
Jeff Moe 2022-08-29 16:07:03 -06:00
parent bfd3538b3b
commit 4a6a7d51c9
1 changed files with 9 additions and 5 deletions

View File

@ -10,14 +10,18 @@
%
%%% EPIGRAPH %%%
\thispagestyle{empty}
\begin{vplace}
\hfill
\fontspec{lmroman12-italic.otf}\fontsize{12pt}{1em}\selectfont{``Free software, free space''}
\\
\par
\hfill
\fontspec{lmroman12-regular.otf}\fontsize{12pt}{1em}\selectfont{--- Unknown}
{\epigraph
{\fontspec{lmroman12-italic.otf}\fontsize{12pt}{1em}\selectfont
{Free software, free space}}
{\fontspec{lmroman12-regular.otf}\fontsize{12pt}{1em}\selectfont
{Unknown}}
}
\end{vplace}
%%% END EPIGRAPH %%%