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

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}