Tagged Questions
1
vote
1answer
63 views
What's the difference between these kinds of redefinitions?
Trying to implement an own titlepage style I am encountering a few problems.
Specifically I am trying to show the authors in a different style (the show case below is not restricted to \author but ...
7
votes
1answer
125 views
Building a title block for a class
I am trying to build a class with a title block (using titling) such that the end user enters data into two fields. One variable is sopchaptertitle, and the other is sopchapternumber. I want to then ...
0
votes
1answer
140 views
\huge and \newcommand variable don't work together
I want do define a project name somewhere and use it all through my document – but I get problems when trying to use my project name in the document title which should be quite big, so I tried this ...
5
votes
2answers
166 views
Redefinition problem with \maketitle from KOMA class (with optional argument)
I try to redefine the \maketitle command as shown below.
If I use an optional argument in the redefinition I get the TeX capacity exceeded error.
Any suggestion why?
MNWE:
\documentclass{scrreprt}
...
2
votes
1answer
302 views
Why is LaTeX refusing to create a new page to place content?
Ihave stumbled upon strange behavior (at least for me). I am generating a document composed of a set of blank framed boxes, each with a text attached above, and it will always be most likely necessary ...
4
votes
2answers
2k views
Creating a title page using \vspace or \vskip
I'm creating a title page and I'm asking if it's more convenient to use \vspace or \vskip to have distance between title, author and other elements in the page.
4
votes
1answer
664 views
How do I make a command to display a custom title page?
I followed the advice on the question What do \makeatletter and \makeatother do? to try to make a custom command that displays a custom title page, but it is not working.
./article.tex:17: You can't ...
12
votes
3answers
303 views
How to choose singular or plural form from presence of \and in argument
I need a new command \director (similar to author) to write project's director names.
But I would like to write the word Director or Directors (if more than one) in front of the names. The easiest way ...
2
votes
1answer
1k views
How to center the titleframe in Hannover theme (beamer)?
I am using the Hannover theme in beamer and I am using the title frame as plain
\documentclass{beamer}
\mode<presentation>
{
\usetheme{Hannover}%{CambridgeUS}%
...