General ⇒ Latex template compilatin weird problem
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Latex template compilatin weird problem
I am just glad you are not running a nuclear power plant. You need to be a trained engineer to know what to do if the big red light comes up. Panicking is the last thing you want to do.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 13
- Joined: Sun Oct 15, 2017 10:58 am
Latex template compilatin weird problem
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Latex template compilatin weird problem
I really really cannot understand your troubles.Machupicchu wrote:Ok thanks I did try that but then I do not know where to place \supervisor{..} \author{} etc. which came after \thesistitle before the begin document command. Therefore I still get errors. but you might argue that it's my problem and I might need to search that for myself. (Please understand that I am really not a Latex expert, I use the templates sort of in a 'blind' way... I do not understand the underlying mechanisms... (don't have the time to study it))
Code: Select all
%----------------------------------------------------------------------------------------% TITLE PAGE%----------------------------------------------------------------------------------------\begin{titlepage}\begin{center}\vspace*{.06\textheight}{\scshape\LARGE \univname\par}\vspace{1.5cm} % University name\textsc{\Large Doctoral Thesis}\\[0.5cm] % Thesis type\HRule \\[0.4cm] % Horizontal line{\huge \bfseries The title of the thesis is here\par}\vspace{0.4cm} % Thesis title\HRule \\[1.5cm] % Horizontal line\begin{minipage}[t]{0.4\textwidth}\begin{flushleft} \large\emph{Author:}\\\href{http://www.johnsmith.com}{\authorname} % Author name - remove the \href bracket to remove the link\end{flushleft}\end{minipage}\begin{minipage}[t]{0.4\textwidth}\begin{flushright} \large\emph{Supervisor:} \\\href{http://www.jamessmith.com}{\supname} % Supervisor name - remove the \href bracket to remove the link\end{flushright}\end{minipage}\\[3cm]\vfill\large \textit{A thesis submitted in fulfillment of the requirements\\ for the degree of \degreename}\\[0.3cm] % University requirement text\textit{in the}\\[0.4cm]\groupname\\\deptname\\[2cm] % Research group name and department name\vfill{\large \today}\\[4cm] % Date%\includegraphics{Logo} % University/department logo - uncomment to place it\vfill\end{center}
Code: Select all
\renewcommand{\thesistitle}[1]{\newcommand{\ttitle}{#1}}
The template gives an example of a possible titlepage. How you design yours is really up to you and i thought nobody would use that thing as is. See also https://github.com/johannesbottcher/MDT ... title-page
-
- Posts: 13
- Joined: Sun Oct 15, 2017 10:58 am
Latex template compilatin weird problem
-
- Posts: 13
- Joined: Sun Oct 15, 2017 10:58 am
Latex template compilatin weird problem
I also had another problem with the degree symbol causing errors which is solved by:
\let\savedegree\degree
\let\degree\relax
\usepackage{mathabx}
\let\degree\savedegree
Best regards,
and thanks for your patience.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Latex template compilatin weird problem
-
- Posts: 13
- Joined: Sun Oct 15, 2017 10:58 am
-
- Posts: 13
- Joined: Sun Oct 15, 2017 10:58 am
Latex template compilatin weird problem
The more complex -> the more cards -> the more fragile it is
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Latex template compilatin weird problem
https://github.com/johannesbottcher/templateConfusion/
https://tex.stackexchange.com/questions ... -templates
-
- Posts: 13
- Joined: Sun Oct 15, 2017 10:58 am