The {article} tag marks questions related to the article standard class and classes which are intended to act as a replacement for it.
2
votes
1answer
1k views
Add an equation at the bottom of a two-column article
How can I place a two-column equation (a large equation that does not fit in one column) at the bottom of a page?
13
votes
2answers
3k views
What does the titlepage environment do and what are its benefits?
I'm speaking about the article document class only, because report and book deal with titles in a different way.
Obviously, the titlepage environment triggers a new page after it, and it resets the ...
5
votes
2answers
621 views
How to clearly demarcate frame/slide content when using article class for a beamer document?
When I use the article class with beamer, the slides are not clearly demarcated.
Rather, the slides just blend in with the document as dot points, headings, and
so on.
This is fine when I actually ...
6
votes
1answer
6k views
Article appendix with sections and toc entries in the form “Appendix A”
I have been trying to get the appendix for my thesis done.
I've read a lot about it and as always you can chose between a fiddly way and a magic package that doas the job to solve a problem (I usually ...
1
vote
2answers
185 views
How to convert a document from article to report?
Is there another way of doing this besides doing a manual find "section"/ replace all with "chapter" (and the same for subsections, subsubsections etc.) ?
6
votes
2answers
3k views
Keywords and MSC Classification in LaTeX article class
In the amsart document class, one has the commands \keywords{foo} and \subjclass{foo}. I was wondering, how does one make similar commands for the standard LaTeX article class?
2
votes
2answers
67 views
Is there a simple way to know a list of article settings that are different from minimal settings?
I want to know the differences in settings between article and minimal document classes. I don't want to do this task by comparing their source codes manually.
Is there a simple way to know a list of ...
8
votes
2answers
127 views
If you know errors occurred in article & minimal, which one will you use for the subsequent attempts in troubleshooting?
Assume that
For the first and second investigation you know errors occurred when
using article and minimal.
Which one will you use for the subsequent investigation, article or minimal?
5
votes
2answers
780 views
a5paper setting not taking effect
I would like to set the page size to the European A5. I wrote the following:
\documentclass[a5paper]{article}
\usepackage{fontspec}
\begin{document}
...
And process it with:
xelatex main.tex
The ...
16
votes
3answers
927 views
What is the advantage of using minimal over article when creating a standalone graphic?
What is the advantage of using minimal document class over article document class when creating a standalone graphic?
Bonus question:
Before I have time to make a test by myself, is there anybody ...
3
votes
1answer
411 views
Adding more items on tex article title section
This is what I have at the head of my tex document (article):
\title{Some Article}
\author{John Doe}
\date{\today}
\documentclass[pdftex,12pt,a4paper]{article}
\usepackage{setspace}
...
6
votes
2answers
320 views
How do you determine what class to use?
So I am creating documents that have a mixture of paragraphs of text intermingled with numbered questions. I have been creating these using the 'exam' class.
However, I decided to set the default ...
9
votes
5answers
2k views
Creating Multiple Choice Questions Without using 'Exam' Class
I am working on a document with class article and I want to have multiple choice questions in it. Is this hard enough to do that I should change it to exam class? If not, how do I accomplish this?
...
8
votes
2answers
344 views
Bind reports/articles into a book, but keep the ability to compile them individually
I see a few questions and answers about writing a book/thesis in LaTeX (here's one). But I would like to be able to compile reports separately as I write them to have a bunch of standalone documents. ...
10
votes
2answers
4k views
Indent a code listing in LaTeX
For a little LaTeX document I am writing I would like to insert source code fields (in SQL) into my paper.
I found out that I can use the listings package for this, which works well so far:
...
6
votes
2answers
3k views
article vs. report
\section{Section title here}}
\subsection*{The subsection without numbers, but want it to appear in TOC}
\addcontentsline{toc}{subsection}{The subsection without numbers, but want it to appear in TOC}
...
8
votes
1answer
2k views
Using \maketitle twice in the same article
I need to write a single, short PDF file that contains two distinct parts. I don't want to mess with PDF joins and hacks, as I need both parts to share page numbers, citations, etc. However, I want ...
3
votes
1answer
324 views
Split Journal Paper into Multiple Parts [duplicate]
Possible Duplicate:
How can I reference a table/figure/section in another document?
I am writing a journal paper that has grown to 30 pages long, so I would like to split it into two 15 ...
5
votes
1answer
2k views
Fonts in scrartcl.
Hallo all,
I started using the scrartcl class and then all the fonts (section, title ...) were messed up. How can I get them back as they where when I used article. Do I have to set them all with ...
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}
...
8
votes
3answers
1k views
article signature figure
Which is the correct way to add a signature figure to an article in latex?
I need to sign an article by adding the image of my signature under my typeset name.
This are the packages and the document ...
8
votes
2answers
3k views
Changing the section title style for an article document type
I have just started working on my master's thesis with my universities latex template. It uses the 'article' document class for it. I have tweaked it here and there a bit to make it more to my liking. ...
8
votes
2answers
3k views
Preventing page break after title page
I am trying to create a title page for my thesis proposal, which is using the article class. I have the page formatted correctly, but it does not act like the default article title page where the ...
24
votes
3answers
20k views
Where to put the institute information in the article document class?
I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4 I can put
\title{Aggregation According to Classical Kinetics---From ...