removing font handling from the proposal class, updating examples accordingly

This commit is contained in:
Michael Kohlhase 2020-01-14 08:17:45 +01:00
parent 5405d7178c
commit 32da2230c3
11 changed files with 12 additions and 8 deletions

View File

@ -675,8 +675,8 @@
\RequirePackage{boxedminipage}
% so that ednotes in wps do not run out of symbols
\renewcommand{\thempfootnote}{\roman{mpfootnote}}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage[scaled=.90]{helvet}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{textcomp}
\if@numericcites
\RequirePackage[style=numeric,hyperref=auto,defernumbers=true,giveninits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]

Binary file not shown.

View File

@ -25,8 +25,8 @@
\RequirePackage[a4paper,margin=18mm]{geometry}
\RequirePackage{boxedminipage}
\renewcommand{\thempfootnote}{\roman{mpfootnote}}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage[scaled=.90]{helvet}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{textcomp}
\if@numericcites
\RequirePackage[style=numeric,hyperref=auto,defernumbers=true,giveninits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]

View File

@ -34,7 +34,7 @@
\DeclareOption{keys}{\keystrue}
\DeclareOption{deliverables}{\delivstrue}
\DeclareOption{longtasklabels}{\@longtasklabelstrue}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{\proposal@class}}
\ProcessOptions
\LoadClass[a4paper,twoside]{\proposal@class}
\RequirePackage{proposal}

Binary file not shown.

Binary file not shown.

View File

@ -5,6 +5,8 @@
\providecommand{\classoptions}{,keys} % to be overwritten in variants
\documentclass[RAM,gitinfo\classoptions]{dfgproposal}
\addbibresource{../lib/dummy.bib}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage[scaled=.90]{helvet}
\usepackage[utf8]{inputenc}
\input{../lib/WApersons}
% temporary fix for biblatex in TeXLive 2016,

View File

@ -5,6 +5,8 @@
%\documentclass[submit]{dfgproposal}
%\documentclass[submit,public]{dfgproposal}
\addbibresource{../lib/dummy.bib}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage[scaled=.90]{helvet}
% define the proposal acronym;
% use \texorpdfstring so that it can be used in section headings as well
% tell the class that this is the proposal acronym

View File

@ -5,9 +5,10 @@
\providecommand{\classoptions}{,keys} % to be overwritten in variants
\documentclass[gitinfo,noworkareas,RAM\classoptions]{dfgproposal}
\addbibresource{../lib/dummy.bib}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage[scaled=.90]{helvet}
\input{../lib/WApersons}
\begin{document}
\begin{center}\color{red}\huge

Binary file not shown.

View File

@ -4,8 +4,7 @@
% - public.tex (like submit.tex, but no financials either)
\providecommand{\classoptions}{,keys} % to be overwritten in variants
\documentclass[noworkareas,deliverables,gitinfo,report,propB\classoptions]{euproposal}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{nimbusserif}
\addbibresource{../lib/dummy.bib}
\input{../lib/WApersons}% Some sections of the included files depend on this.