mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-12-14 23:49:19 +01:00
Adds a letter class and pathes several formatting bugs in cls files
This commit is contained in:
@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user