Search found 4 matches

by BraveRoger
Mon Jul 18, 2016 2:24 pm
Forum: Theses, Books, Title pages
Topic: LaTeX Error: \keyword undefined
Replies: 6
Views: 13082

Re: \keyword undefined

Thanks for your help Stefan. You too Johannes.

Cheers!
by BraveRoger
Mon Jul 18, 2016 1:31 pm
Forum: Theses, Books, Title pages
Topic: LaTeX Error: \keyword undefined
Replies: 6
Views: 13082

LaTeX Error: \keyword undefined

Well, I didn't have time to read a tutorial, so I just used this workaround:
On the main.tex file, I typed this:

\mainmatter % Begin numeric (1,2,3...) page numbering

\pagestyle{thesis} % Return the page headers back to the "thesis" style

\include{Chapters/Chapter1}
\include{Chapters/Chapter2 ...
by BraveRoger
Mon Jul 18, 2016 12:23 pm
Forum: Theses, Books, Title pages
Topic: LaTeX Error: \keyword undefined
Replies: 6
Views: 13082

LaTeX Error: \keyword undefined

Well, this configuration came with with Vel's Masters/Doctoral Thesis template. I figured it had something to do with chapter/figure/table numbering. Plus it worked fine while I was writing my thesis, until the error kind of came out of nowhere.
My problem right now is that Chapter3's numbering just ...
by BraveRoger
Mon Jul 18, 2016 12:06 pm
Forum: Theses, Books, Title pages
Topic: LaTeX Error: \keyword undefined
Replies: 6
Views: 13082

LaTeX Error: \keyword undefined

So, the commands section in each of my chapter files looks like this:

Chapter 1:

\newcommand{\keyword}[1]{\textbf{#1}}
\newcommand{\tabhead}[1]{\textbf{#1}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\file}[1]{\texttt{\bfseries#1}}
\newcommand{\option}[1]{\texttt{\itshape#1}}
Chapter 2 ...