From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: Converting a Dissertation Template from docx to .org to use for LaTeX
Date: Mon, 04 May 2015 18:17:41 +0200 [thread overview]
Message-ID: <871tiwmi56.fsf@gmx.us> (raw)
In-Reply-To: CAG1manx9q4_kEPOw08U9w86URaiS16UmxQP1LEqJJhNdNw0oWw@mail.gmail.com
Hi Paul,
Paul Harper <harper.paul.j@gmail.com> writes:
> How do I get the preamble above the title?
>
> How do I make the fonts smaller in the title?
>
> I need some items to appear on a page of their own. (ie. Ethical Approval,
> Abstract, Declaration, Table of Contents.) How do I do that?
Do you know KOMA-Scrip? It has good support for title pages. Check
section 3.7 in the KOMA-Script manual. If it has everything you need just
that.
If your university provides a latex template, and one department there
certainty will, why not use that? Just port the university's class or
recommend preamble to Org via org-latex-classes,
org-latex-title-command, #+LATEX_HEADER or similar.
Alternatively, it's not hard roll you own title-page.tex. An example is
below.
You may also find interest in Eric's experience on writing a thesis in
Org:
http://lists.gnu.org/archive/html/emacs-orgmode/2014-08/msg00113.html
Example of a titlepage:
\begin{fullsizetitle}
\vspace{2cm}
\begin{center}
\begin{minipage}[t][0.89\textheight]{.80\linewidth}
\sffamily
\raggedleft
\itshape
\mbox{{\Large
\PaperType\xspace $\circ$ \University\xspace $\circ$
\Date}}
\vspace{1.5cm}
\noindent
{\fontsize{20mm}{20mm}\selectfont
\noindent\rule{.9\textwidth}{2pt}\\[.25ex]
\noindent\Title
\noindent\rule{.9\textwidth}{2pt}\vspace*{1ex}}
{\fontsize{15mm}{15mm}\selectfont
\vspace{3cm}
{\Huge supervised by:\\[-1ex]
\Supervisor}
\vfill
\makebox[\textwidth][r]{\parbox[b]{2cm}{\huge written\\[-1ex]by} \Author}
{\huge \SubAuthor}}
\end{minipage}
\end{center}
\end{fullsizetitle}
\clearpage
% backside of titlepage
\thispagestyle{empty}
\mbox{}{\itshape\sffamily\noindent\vfill
\noindent
{\larger[2]{\rule{\textwidth}{.8pt}\vspace*{2ex}%
I would like to thank \Supervisor for\cdots\\[1ex]\rule{\textwidth}{.8pt}}}
\vfill\vfill\noindent%
I would also like to acknowledge financial support from
\begin{itemize*}
\item f1
\item f2
\end{itemize*}}
\clearpage
--
Send from my Emacs
next prev parent reply other threads:[~2015-05-04 16:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 15:58 Converting a Dissertation Template from docx to .org to use for LaTeX Paul Harper
2015-05-04 16:17 ` Rasmus [this message]
2015-05-04 16:20 ` Ken Mankoff
2015-05-05 21:18 ` Paul Harper
2015-05-06 10:28 ` Rasmus
2015-05-06 13:07 ` Ken Mankoff
2015-05-08 19:05 ` Eduardo Mercovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871tiwmi56.fsf@gmx.us \
--to=rasmus@gmx.us \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).