Tagged Questions
4
votes
2answers
100 views
\and command in \author tag
I have a problem with the \and command in an \author tag. My documentclass is \documentclass[11pt,twoside]{eitExjobb} and the .cls file can be found here: http://cl.ly/code/28202Q2P3I3g
My code:
...
2
votes
0answers
68 views
Combine two .tex files [closed]
I'm making my phd dissertation in LaTeX. Although I am a noob, everything works like a charm, but now I have to make the titlepage. My university had a LaTeX .tex file (with .sty file,...) which ...
4
votes
1answer
278 views
Creating static head title for a document class
I am making my own document class in LaTeX but I have a problem on how will I make this title appear automatically when my class is used.
Should I code it this way?
\AtBeginDocument{%
...
4
votes
1answer
366 views
Access title and author in custom class [duplicate]
Possible Duplicate:
Use the values of \title, \author and \date on a custom title page
How can I access the title and author in my custom class based on article, so that I can insert them ...
1
vote
1answer
177 views
Short documents
I need to write a short informal note-type document with a description of my new idea and a few equations - 2 pages max. I use the article document class, but it seems to be an overkill - the title ...
3
votes
2answers
999 views
Abstract page problems
I am using a report document classe. I have an abstract and an acknowledgement sections before the toc.
This is my definition for Acknowledgements. I took it from someplace in the web, so there might ...
41
votes
3answers
49k views
\subtitle doesn't work in article document class
I'm relatively new to TeX but until now I used mostly the beamer class. There I did this:
\documentclass{beamer}
\title{title}
\subtitle{subtitle}
\author{name}
\date{\today}
\begin{document}
...