Change paper size for fic export

master
trémeur 2 years ago
parent fcc8d740ce
commit fac01dc725

@ -505,7 +505,7 @@ Add a couple of classes for LaTeX export.
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
(add-to-list 'org-latex-classes
'("memoir"
"\\documentclass[9pt,b6paper]{memoir}
"\\documentclass[11pt,a5paper,extrafontsizes]{memoir}
[NO-DEFAULT-PACKAGES]
\\usepackage[namechapters]{optional}
\\input{$HOME/.emacs.d/fic-export-files/header.tex} %$"

@ -14,6 +14,9 @@
\newcommand{\sepffx}{\vspace{0.5em}\begin{center}{\yevon
A}\end{center}\vspace{0.5em}}
\setlength\parindent{30pt}
\setlength\afterchapskip{3em}
\usepackage{titling}
\makeatletter
@ -93,13 +96,13 @@
\counterwithout{footnote}{chapter}
\newcommand*{\titlegen}{\begingroup% Scripts, T&H p 151
\centering
\vspace*{0.1\textheight}
{\Huge\bfseries\thetitle}\\[\baselineskip]
{\large\itshape by \theauthor}\\[\baselineskip]
\vfill
\rule{0.4\textwidth}{0.4pt}\\[\baselineskip]
{\large\itshape\the\year{}}\par
\centering
\vspace*{0.1\textheight}
{\Huge\bfseries\thetitle}\\[\baselineskip]
{\large\itshape by \theauthor}\\[\baselineskip]
\vfill
\rule{0.4\textwidth}{0.4pt}\\[\baselineskip]
{\large\\item shape\the\year{}}\par
\vspace*{0.1\textheight}
\endgroup}
@ -110,7 +113,6 @@
\end{minipage}
\hspace{0.05\textwidth}
\begin{minipage}{0.6\textwidth}
\vspace*{0.1\textheight}
{\Large OVELY} \\
\rule{0.9\textwidth}{1pt} \par
\vspace{3\baselineskip}
@ -126,7 +128,7 @@
\end{minipage}
\hfill
\begin{minipage}{0.15\textwidth}
\vspace{3.5\baselineskip}
\vspace{2\baselineskip}
{\color{red}
\HUGE
{\yevon L} \\[1.15\baselineskip]

Loading…
Cancel
Save