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 %%% %%% EPIGRAPH %%%
\thispagestyle{empty} \thispagestyle{empty}
\begin{vplace} \begin{vplace}
\hfill \hfill
\fontspec{lmroman12-italic.otf}\fontsize{12pt}{1em}\selectfont{``Free software, free space''} {\epigraph
\\ {\fontspec{lmroman12-italic.otf}\fontsize{12pt}{1em}\selectfont
\par {Free software, free space}}
\hfill {\fontspec{lmroman12-regular.otf}\fontsize{12pt}{1em}\selectfont
\fontspec{lmroman12-regular.otf}\fontsize{12pt}{1em}\selectfont{--- Unknown} {Unknown}}
}
\end{vplace} \end{vplace}
%%% END EPIGRAPH %%% %%% END EPIGRAPH %%%