1
0
Fork 0
LaTeXBookTemplate/src/Half_Title.tex

29 lines
624 B
TeX

%
% Half_Title.tex
%
% LaTeX Book Template
%
% Copyright (C) 2022, Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
%%% HALF TITLE %%%
\thispagestyle{empty}
\begin{vplace}
\centering
\fontspec{lmmonocaps10-regular.otf}\fontsize{20pt}{1em}\selectfont{LaTeX Book Template}
\\
\fontspec{lmmonocaps10-regular.otf}\fontsize{14pt}{1em}\selectfont{\textcolor{red}{DRAFT}}
\end{vplace}
\null
\vfill
\hfill
% BARCODE
\begin{pspicture}(2.0,1.0)
%\psbarcode{000-0-000-00000-0}{includetext}{isbn}
\end{pspicture}
%%% END HALF TITLE %%%