Adds a letter class and pathes several formatting bugs in cls files

This commit is contained in:
lleene
2019-07-31 20:15:03 +01:00
parent 20d85f6a65
commit d380f7bdd5
139 changed files with 645 additions and 941 deletions

View File

@ -7,7 +7,7 @@
\makeatletter
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
\newcommand{\maintitle}{A Nice Paper Title}
\newcommand{\mainsubject}{Example Poster}
\newcommand{\mainsubject}{Example Poster}
\newcommand{\mainkeywords}{Keywords}
\makeatother

39
Examples/letter.tex Normal file
View File

@ -0,0 +1,39 @@
% !TeX program = xelatex
% !TeX spellcheck = en_GB
% !TEX outputDirectory = tex_output
% !TEX enableSynctex = true
% !TEX jobNames = letter
\makeatletter
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
\newcommand{\maintitle}{Letter Title}
\newcommand{\mainsubject}{Example Letter}
\newcommand{\mainkeywords}{Keywords}
\makeatother
\newcommand{\placelogo}{Style/latex_logo.pdf}
\documentclass[blank]{impletter}
\input{letter.preamble.cls}
\begin{document}
\bstctlcite{IEEEexample:BSTcontrol}
\headers{
Exemplary reference letter
}
% Replace with the salutation for this letter
{
Dear Sir/Madam,
}
\informal
\lipsum[1-4] \cite{refernce1,refernce2,refernce3}
\close{
Yours sincerely,
}
\usection{References}
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,IEEEbst,local}
\end{document}

View File

@ -18,7 +18,7 @@
\documentclass[letterpaper]{leene-resume} % Use US Letter paper, change to a4paper for A4
\input{resume.preamble.cls}
\usepackage[paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot]{geometry}
\geometry{paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot}
\setlength{\baselineskip}{0cm}
\setlength{\topskip}{0pt}
@ -27,7 +27,7 @@
\fi
\begin{document}
\makefrontcard{Style/IC_black.pdf}
\makefrontcard{Style/latex_logo.pdf}
\clearpage
\makebackcard{Style/IC_black.pdf}
\makebackcard{Style/latex_logo.pdf}
\end{document}

24
Examples/notice.tex Normal file
View File

@ -0,0 +1,24 @@
% !TeX program = pdflatex
% !TeX spellcheck = en_GB
% !TEX outputDirectory = tex_output
% !TEX enableSynctex = true
% !TEX jobNames = notice
\makeatletter
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
\newcommand{\maintitle}{Equipment Notice}
\newcommand{\mainsubject}{Admin Notice}
\newcommand{\mainkeywords}{Notice, Administration}
\makeatother
\title{This Storage is for Server Equipment Only}
\author{For Equiries Contract Cadence Administration \\ \{michal.maslik12,l.leene,s.luan\}@imperial.ac.uk}
%\publisher{}
\documentclass[landscape]{report}
\input{journal.preamble.cls}
\begin{document}
\maketitle
\end{document}

View File

@ -10,7 +10,7 @@
\newcommand{\mainsubject}{Example Poster}
\newcommand{\mainkeywords}{Keywords}
\makeatother
%uncomment to disable hyperref package
%\newcommand{\nolinks}{}

View File

@ -7,7 +7,7 @@
\makeatletter
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
\newcommand{\maintitle}{A Nice Presentation Title}
\newcommand{\mainsubject}{Example Presentation}
\newcommand{\mainsubject}{Example Presentation}
\newcommand{\mainkeywords}{Keywords}
\makeatother
@ -19,8 +19,8 @@
%\newcommand{\nolinks}{}
% Please un comment one of the two lines for 4:3 or 16:9 paper size
\documentclass[10pt,aspectratio=43]{beamer}
%\documentclass[10pt,aspectratio=169]{beamer}
%\documentclass[10pt,aspectratio=43]{beamer}
\documentclass[10pt,aspectratio=169]{beamer}
\input{beamer.preamble.cls}

View File

@ -7,7 +7,7 @@
\makeatletter
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
\newcommand{\maintitle}{\FirstName~\LastName}
\newcommand{\mainsubject}{\JobTitle}
\newcommand{\mainsubject}{\JobTitle}
\newcommand{\mainkeywords}{Resume}
\def\fontscale{0.88}
\makeatother
@ -40,7 +40,7 @@ Mon. 20XX | International Institution. Degree/Thesis topic description detailing
\sectionspace
\section{Personal Interests}
\section{Personal Interests}
\lipsum[11]
\sectionspace

View File

@ -0,0 +1,4 @@
%%BeginFeature *PageSize ISOA0/ISO A0
2 dict dup /PageSize [2594 3370] put dup /ImagingBBox null put
setpagedevice
%%EndFeature

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.