Remove embedded fontspecs for further font work

glossary
Jeff Moe 2022-08-31 14:29:51 -06:00
parent 41e42d8a68
commit ffbfd14f07
6 changed files with 20 additions and 27 deletions

View File

@ -9,7 +9,6 @@
% This document is licensed under the Creative Commons Attribution 4.0 % This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe. % International Public License (CC BY-SA 4.0) by Jeff Moe.
% %
\fontspec{lmroman12-regular.otf}
\clearpage\null\vfill \clearpage\null\vfill
\begingroup \begingroup

View File

@ -13,7 +13,7 @@
\thispagestyle{empty} \thispagestyle{empty}
\begin{vplace} \begin{vplace}
\centering \centering
\fontspec{lmroman12-regular.otf}\fontsize{12pt}{1em}\selectfont{Dedicated to free users} Dedicated to free users
\end{vplace} \end{vplace}
%%% END DEDICATION %%% %%% END DEDICATION %%%

View File

@ -19,10 +19,8 @@
\epigraphsourceposition{center} \epigraphsourceposition{center}
\epigraphtextposition{center} \epigraphtextposition{center}
{\epigraph {\epigraph
{\fontspec{lmroman12-italic.otf}\fontsize{12pt}{1em}\selectfont {Space should be claimed the libre way.}
{Space should be claimed the libre way.}} {Libre Space Foundation}
{\fontspec{lmroman12-regular.otf}\fontsize{12pt}{1em}\selectfont
{Libre Space Foundation}}
} }
\end{vplace} \end{vplace}

View File

@ -13,9 +13,9 @@
\thispagestyle{empty} \thispagestyle{empty}
\begin{vplace} \begin{vplace}
\centering \centering
\fontspec{lmmonocaps10-regular.otf}\fontsize{20pt}{1em}\selectfont{SatNOGS Optical Unofficial Guide} \LARGE{SatNOGS Optical Unofficial Guide}
\\ \\
\fontspec{lmmonocaps10-regular.otf}\fontsize{14pt}{1em}\selectfont{\textcolor{red}{DRAFT}} \LARGE{\emph{{\textcolor{red}{DRAFT}}}}
\end{vplace} \end{vplace}
\null \null
\vfill \vfill

View File

@ -71,9 +71,11 @@ leftmargin=1cm,rightmargin=1cm
% http://mirrors.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf % http://mirrors.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf
\usepackage{fontspec} \usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX} % To support LaTeX quoting style \defaultfontfeatures{Ligatures=TeX} % To support LaTeX quoting style
\setmainfont[Ligatures=TeX]{lmroman12-regular.otf} % To get font name, run:
\setmonofont{lmmono12-regular.otf} % otfinfo -i `kpsewhich lmroman12-regular.otf` | grep "^Full name:"
\setsansfont[Ligatures=TeX]{lmsans12-regular.otf} \setmainfont[Ligatures=TeX]{LMRoman12-Regular}
\setmonofont{LMMono12-Regular}
\setsansfont[Ligatures=TeX]{LMSans12-Regular}
\usepackage[normalem]{ulem} % underline \usepackage[normalem]{ulem} % underline
\usepackage{floatpag} % Full page figures without page numbers. \usepackage{floatpag} % Full page figures without page numbers.
%%% END PREAMBLE FONTS %%% %%% END PREAMBLE FONTS %%%
@ -129,7 +131,7 @@ leftmargin=1cm,rightmargin=1cm
\makechapterstyle{jebbaski}{% \makechapterstyle{jebbaski}{%
\renewcommand*{\printchaptername}{} % Clear out the chapter name (e.g. capítulo) \renewcommand*{\printchaptername}{} % Clear out the chapter name (e.g. capítulo)
\renewcommand*{\printchapternum}{} % Clear out the chapter number \renewcommand*{\printchapternum}{} % Clear out the chapter number
\renewcommand*{\chaptitlefont}{\fontspec{GemunuLibre-ExtraBold.otf}\fontsize{20pt}{3em}\selectfont} % Set chapter title font % \renewcommand*{\chaptitlefont}{\fontspec{GemunuLibre-ExtraBold.otf}\fontsize{20pt}{3em}\selectfont} % Set chapter title font
\renewcommand*{\printchaptertitle}[1]{% \renewcommand*{\printchaptertitle}[1]{%
\color{jebba-light-orange} \color{jebba-light-orange}
\hrule\vskip\onelineskip \centering \chaptitlefont{##1}\par} \hrule\vskip\onelineskip \centering \chaptitlefont{##1}\par}
@ -261,7 +263,7 @@ leftmargin=1cm,rightmargin=1cm
%%% END EPIGRAPH PAGE %%% %%% END EPIGRAPH PAGE %%%
%%% TABLE OF CONTENTS %%% %%% TABLE OF CONTENTS %%%
{\fontspec{lmroman12-regular.otf} {%\fontspec{lmroman12-regular.otf}
\maxtocdepth{subsection} \maxtocdepth{subsection}
\settocdepth{subsection} \settocdepth{subsection}
%\setsecnumdepth{subsection} %\setsecnumdepth{subsection}
@ -324,7 +326,7 @@ leftmargin=1cm,rightmargin=1cm
%\include{Acknowledgements} %\include{Acknowledgements}
%%% END ACKNOWLEDGEMENTS PAGE %%% %%% END ACKNOWLEDGEMENTS PAGE %%%
\fontspec{lmroman12-regular.otf} %\fontspec{lmroman12-regular.otf}
% Format: % Format:
% \chapterconf{Name of file to include}{Title of Chapter} % \chapterconf{Name of file to include}{Title of Chapter}
@ -342,7 +344,7 @@ leftmargin=1cm,rightmargin=1cm
%% MAINMATTER CHAPTERS %%% %% MAINMATTER CHAPTERS %%%
% Default chapter font % Default chapter font
\fontspec{lmroman12-regular.otf} %\fontspec{lmroman12-regular.otf}
% Format: % Format:
% \chapterconf{Name of file to include}{Title of Chapter}{Subtitle} % \chapterconf{Name of file to include}{Title of Chapter}{Subtitle}
@ -374,7 +376,7 @@ leftmargin=1cm,rightmargin=1cm
%%% GLOSSARY %%% %%% GLOSSARY %%%
% Set font for glossary word. % Set font for glossary word.
\renewcommand*{\glsnamefont}[1]{\fontspec{GemunuLibre-Bold.otf}{#1}} %\renewcommand*{\glsnamefont}[1]{\fontspec{GemunuLibre-Bold.otf}{#1}}
\clearpage \clearpage
\printnoidxglossaries \printnoidxglossaries
%%% END GLOSSARY %%% %%% END GLOSSARY %%%
@ -398,7 +400,7 @@ leftmargin=1cm,rightmargin=1cm
\endgroup \endgroup
\pagebreak{} \pagebreak{}
\thispagestyle{empty} \thispagestyle{empty}
\fontspec{lmroman12-regular.otf} %\fontspec{lmroman12-regular.otf}
{\include{Colophon}} {\include{Colophon}}
%%% END COLOPHON %%% %%% END COLOPHON %%%

View File

@ -14,14 +14,10 @@
\begingroup \begingroup
\centering \centering
\begin{center} \begin{center}
\fontspec{GemunuLibre-ExtraBold.otf}\fontsize{58pt}{1em}\selectfont % \LARGE{SatNOGS Optical} \\
SatNOGS Optical \\
\fontspec{LinLibertine_RI.otf}\fontsize{16pt}{0em}\selectfont %
\emph{\textcolor{black}{\begin{turn}{15}Unofficial\end{turn}}} \\ \emph{\textcolor{black}{\begin{turn}{15}Unofficial\end{turn}}} \\
\fontspec{GemunuLibre-ExtraBold.otf}\fontsize{68pt}{1em}\selectfont %
Guide\\ Guide\\
\fontspec{GemunuLibre-ExtraBold.otf}\fontsize{14pt}{1em}\selectfont % \itshape{Jeff Moe}
{Jeff Moe}
\end{center} \end{center}
\par \par
\par \par
@ -31,11 +27,9 @@
\par \par
\par \par
\null\vfill \null\vfill
\fontspec{LinLibertine_RI.otf}\fontsize{10pt}{3em}\selectfont % \itshape{Loveland, Colorado, USA}
{Loveland, Colorado, USA}
\par \par
\fontspec{LinLibertine_R.otf}\fontsize{12pt}{3em}\selectfont % 2022
{2022}
\end{center} \end{center}
\endgroup \endgroup