Skip to main content

Questions tagged [article]

The {article} tag marks questions related to the article standard class and classes which are intended to act as a replacement for it.

3 votes
1 answer
3k 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} \usepackage[...
nixnotwin's user avatar
  • 3,032
6 votes
2 answers
417 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 ...
Michael's user avatar
  • 513
26 votes
6 answers
27k 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? ...
Michael's user avatar
  • 513
11 votes
2 answers
3k 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. ...
Richard Herron's user avatar
35 votes
2 answers
31k 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: \...
florianbaethge's user avatar
8 votes
2 answers
14k views

Section numbering in article vs. report class

\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} ...
Aku's user avatar
  • 11.1k
24 votes
1 answer
12k 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 ...
Little Bobby Tables's user avatar
3 votes
1 answer
1k 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 page ...
Ben's user avatar
  • 31
152 votes
3 answers
329k 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} ...
nickik's user avatar
  • 1,735
11 votes
4 answers
4k views

Article signature figure?

What 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 ...
microspino's user avatar
  • 2,433
8 votes
2 answers
7k 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. ...
sfactor's user avatar
  • 1,361
19 votes
2 answers
21k 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 ...
Chris Lieb's user avatar

15 30 50 per page
1
39 40 41 42
43