Browse Source

Correction du bug : il est maintenant possible de changer l'appel à geometry

remotes/origin/HEAD
Louis 11 years ago
parent
commit
1a057bcdfc
  1. 13
      templates/ancient.tmpl
  2. 13
      templates/minimal.tmpl
  3. 13
      templates/patacrep.tmpl
  4. 15
      tex/crepbook.cls

13
templates/ancient.tmpl

@ -88,6 +88,19 @@
\pagestyle{empty} \pagestyle{empty}
%
% Customization of the page appearance
%
\RequirePackage[
a4paper % paper size
,includeheadfoot % include header and footer into text size
,hmarginratio=1:1 % ratio between inner and outer margin (default)
,outer=1.8cm % outer margin (right)
,vmarginratio=1:1 % ratio between top and bottom margin
,bmargin=1.3cm % bottom margin
% ,bindingoffset=1.7cm % space reserved to bound pages together
]{geometry}
\begin{document} \begin{document}
\maketitle \maketitle

13
templates/minimal.tmpl

@ -52,6 +52,19 @@
\nosongnumbers \nosongnumbers
\pagestyle{empty} \pagestyle{empty}
%
% Customization of the page appearance
%
\RequirePackage[
a4paper % paper size
,includeheadfoot % include header and footer into text size
,hmarginratio=1:1 % ratio between inner and outer margin (default)
,outer=1.8cm % outer margin (right)
,vmarginratio=1:1 % ratio between top and bottom margin
,bmargin=1.3cm % bottom margin
% ,bindingoffset=1.7cm % space reserved to bound pages together
]{geometry}
\begin{document} \begin{document}
\begin{songs}{} \begin{songs}{}

13
templates/patacrep.tmpl

@ -86,6 +86,19 @@
\pagestyle{empty} \pagestyle{empty}
%
% Customization of the page appearance
%
\RequirePackage[
a4paper % paper size
,includeheadfoot % include header and footer into text size
,hmarginratio=1:1 % ratio between inner and outer margin (default)
,outer=1.8cm % outer margin (right)
,vmarginratio=1:1 % ratio between top and bottom margin
,bmargin=1.3cm % bottom margin
% ,bindingoffset=1.7cm % space reserved to bound pages together
]{geometry}
\begin{document} \begin{document}
% translate default title % translate default title

15
tex/crepbook.cls

@ -54,7 +54,7 @@
\ProcessOptions \ProcessOptions
% Base class % Base class
\LoadClass[a4paper]{article} \LoadClass{article}
% Main packages % Main packages
\RequirePackage{graphicx,xcolor} \RequirePackage{graphicx,xcolor}
@ -335,19 +335,6 @@
\renewcommand{\idxheadfont}{\sffamily\it\LARGE} \renewcommand{\idxheadfont}{\sffamily\it\LARGE}
\renewcommand{\idxrefsfont}{\bfseries} \renewcommand{\idxrefsfont}{\bfseries}
%
% Customization of the page appearance
%
\RequirePackage[
a4paper % paper size
,includeheadfoot % include header and footer into text size
,hmarginratio=1:1 % ratio between inner and outer margin (default)
,outer=1.8cm % outer margin (right)
,vmarginratio=1:1 % ratio between top and bottom margin
,bmargin=1.3cm % bottom margin
% ,bindingoffset=1.7cm % space reserved to bound pages together
]{geometry}
% Paragraph indentation space % Paragraph indentation space
\setlength{\parindent}{0.3cm} \setlength{\parindent}{0.3cm}

Loading…
Cancel
Save