Skip to content
Snippets Groups Projects
Commit b0c0f195 authored by nojhan's avatar nojhan
Browse files

fix/feat: pass any option to beamer

Allows to pass `handout`, for instance.
parent 0773eeb4
No related branches found
No related tags found
1 merge request!2Various fixes and improvements
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesClass{PasTeX}[2018/10/25 v2.0] \ProvidesClass{PasTeX}[2018/10/25 v2.0]
% Pass any option to beamer
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{beamer}}
\ProcessOptions\relax
\LoadClass[aspectratio=141]{beamer} \LoadClass[aspectratio=141]{beamer}
\RequirePackage[utf8]{inputenc} \RequirePackage[utf8]{inputenc}
\RequirePackage{lmodern} \RequirePackage{lmodern}
\RequirePackage[absolute,overlay]{textpos} \RequirePackage[absolute,overlay]{textpos}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment