Compare commits
3 Commits
bea14e0845
...
98f9ac266a
| Author | SHA1 | Date | |
|---|---|---|---|
| 98f9ac266a | |||
| dcefb22297 | |||
| 8d3e136320 |
@@ -186,9 +186,10 @@ Some information is at the top of \path{main.tex} file, this file is for a gener
|
||||
Linux distributions name the packages differently.
|
||||
The author's recommendations for RedHat distributions such as Redhat Enterprise Linux, Centos, Fedora are in Listing~\ref{code:texlive-redhat}.
|
||||
Debian-based distributions including Ubuntu and PopOS would use the packages in Listing~\ref{code:texlive-debian}.
|
||||
|
||||
|
||||
% TODO: orcidlink
|
||||
\begin{lstlisting}[caption={RedHat Packages},label={code:texlive-redhat}]
|
||||
sudo dnf -y install texlive-scheme-medium texlive-collection-{fontsrecommended,luatex,latexrecommended} texlive-biblatex-{apa,apa-doc,ieee,ieee-doc} texlive-{amsfonts,amsmath,canoniclayout,eepic,gitinfo2,fixme,makeglos,nomencl,lastpage,lipsum,listings,ltxkeys,pgf,pseudocode,stix2-otf,stix2-type1,siunitx,xurl}
|
||||
sudo dnf -y install texlive-scheme-medium texlive-collection-{fontsrecommended,luatex,latexrecommended} texlive-biblatex-{apa,apa-doc,ieee,ieee-doc} texlive-{amsfonts,amsmath,canoniclayout,ccicons,eepic,gitinfo2,fixme,makeglos,nomencl,lastpage,lipsum,listings,ltxkeys,pgf,pseudocode,stix2-otf,stix2-type1,siunitx,xurl}
|
||||
\end{lstlisting}
|
||||
\begin{lstlisting}[caption={Debian/Ubuntu Packages},label={code:texlive-debian}]
|
||||
sudo apt-get -y install texlive texlive-luatex texlive-latex-extra texlive-science texlive-generic-extra texlive-lang-european texlive-lang-german latex-xcolor texlive-pictures pgf texlive-bibtex-extra texlive-publishers chktex evince fonts-lmodern lmodern biber
|
||||
|
||||
3
main.tex
3
main.tex
@@ -65,7 +65,10 @@
|
||||
|
||||
\begin{document}
|
||||
%% TODO: get the official cover graphic and have the system fill in the fields for you
|
||||
\thispagestyle{empty}
|
||||
\pagestyle{empty}
|
||||
\maketitle{}
|
||||
\copyrightpage{}
|
||||
%\signaturepage{} %Generally only for Print copies & now defunct in the Engineering department.
|
||||
|
||||
|
||||
|
||||
@@ -148,7 +148,6 @@ BoldItalicFont={*-BoldItalic}]
|
||||
\textbf{{\Large \theSchool}}\par\end{center}
|
||||
}
|
||||
\aliaspagestyle{title}{empty}
|
||||
|
||||
\aliaspagestyle{titlinpage}{empty}
|
||||
%% ----- Inside Cover is COPYRIGHT page-----------------------------------------------------------------------
|
||||
\RequirePackage{ccicons}% need for copyright \textcopyright{}
|
||||
@@ -267,9 +266,12 @@ in this publication does not imply, even in the absence of a specific statement
|
||||
\makeoddhead{plain}{}{}{\thepage}
|
||||
|
||||
\makepagestyle{cover}% The cover pages have no page numbers
|
||||
\makeoddhead{cover}{}{}{}
|
||||
\makeevenhead{cover}{}{}{}
|
||||
\makeoddfoot{cover}{}{}{}
|
||||
\makeevenfoot{cover}{}{}{}
|
||||
|
||||
|
||||
\newcommand{\frontmatterhead}[1]{{%based upon \chapterhead from memman.pdf p.84
|
||||
% \clearpage% move to correct page
|
||||
\disableindents%
|
||||
|
||||
Reference in New Issue
Block a user