The {article} tag marks questions related to the article standard class and classes which are intended to act as a replacement for it.
1
vote
0answers
45 views
Unwanted extra space after header of first section, using multicols article
I'm a beginner of LaTex, so I'm sorry if I've asked an easy question. I'm writing a scientific article, and after only the first header of the first section I get an unwanted extra space. Here is the ...
6
votes
2answers
63 views
“Abstract” in caps font for article class
I'm submitting a paper that must be written using the article class. But I prefer the way the word "abstract" in the all caps font I've seen in some papers. Is there a way to replicate this? Here's an ...
1
vote
1answer
45 views
Horizontal boxes in article class
How can I have a box with multiple boxes inside like the following in the article class?
It should be at the beginning of the page on the left side.
3
votes
1answer
88 views
Manually made folding marks in article don't appear as intended
I am writing a letter in the article documentclass in LyX. I tried Koma-script v2, and found it nice, but not quite fulfilling with customization, at any rate not within LyX.
Most of my letter works ...
0
votes
1answer
29 views
bibtex: name field compiling
Several journals want the authors' initials to be punctuated, while others don't. Is there a bibliography style to set this behavior and if yes, which is the best compiling method? I mean: Evins, S. ...
9
votes
4answers
224 views
Does LaTeX allow you to rapidly switch your document layout to fit editor choices?
After my last (and first) question, I've been given some information about medical articles.
I looked at my professor doing some case reports. He uses Word to write the entire document; when he ...
4
votes
1answer
46 views
Error in mathematical symbols in “Article” document class
When I use the mathematical symbols, with an error, the compiler stops. for example for \leq or \mu. What is the reason and solution for this?
3
votes
1answer
92 views
How do you put in a graphical abstract?
I tried adding figure environment inside the abstract area but it generates an error. How do I add a graphical abstract as well as a textual one?
9
votes
3answers
119 views
Is it useful to use Latex to write medical articles?
I am a medical student approaching to the research world. Next month I am going to start a collaboration with a researcher that want me to learn how to create an article, to choose a specific journal, ...
7
votes
5answers
122 views
Fill the blank type of text in non exam document
I want to make a fill the blank type of text in a non-exam document. Here the desired result that I want:
Let A be a subset of R, A called measurable set if m*(...) = ........, for all .... in R
I ...
1
vote
0answers
82 views
two column article templates
I have been looking on tex.stackexchange and Googling but I can't find a decent two column template.
Does anyone know of site or have a template for a two column article style tex file?
That has a ...
2
votes
1answer
72 views
how to add new page (page break) to article
This is my code, I am learning how to use the TikZ package and am trying to put different examples on different pages. I would like to have a page break between lines 22 & 24 if at all possible. ...
4
votes
2answers
65 views
Text does not fit foot line space
For my next essay, I got some requriements from my teacher. The layout concerning headlines and footlines should be like this (as there is no adequate Times New Roman I chose Arial):
...
7
votes
4answers
125 views
No indent in modified \maketitle in article
I am looking to have the title left justified along with the name of the author and teacher and the date. I have managed to get it left justified but the name is being indented, this is not what I ...
2
votes
1answer
56 views
footnote rule on cover page
I have a document with a cover page and foonote. I would like to add a rule above the foonote. What is the way to do this?
\documentclass[english,titlepage]{article}
\begin{document}
\title{ddd}
...
0
votes
1answer
94 views
the selected document class requires external files that are not available - LyX portable
I'm using LyX portable, and I get this message
the selected document class article(hebrew) requires external files
that are not avialable. ... the following prerequisites are installed:
...
6
votes
2answers
83 views
Beamer article mode + amsart freezes latex
If i try to get an article from my beamer slide using article mode and amsart style, my compiler (pdfLaTeX, LaTeX) gets stuck in an infinite loop:
\documentclass{amsart}
\usepackage{beamerarticle}
...
3
votes
1answer
101 views
Page numbers to the right in article class
How do I flush page numbers to the right in the footer of an article class?
\documentclass{article}
\usepackage[english]{babel}
\usepackage{fancyhdr}
\pagestyle{fancy}
\headheight=14pt
...
7
votes
1answer
154 views
Flush equations left with breqn
I am using the breqn package to automatically break equations, like this:
\begin{dmath}
a = b + c + d + e + f + g + h +i + j + k + l + m + n + p + q
\end{dmath}
I would like to have all my ...
1
vote
1answer
95 views
Article inside report
I need to place an article inside a document created with the report class.
That means, I need a LaTeX document inside my report, where it is multicolumn'ed and the references are set in the ...
2
votes
1answer
233 views
How to make an article's table of contents clickable so it can redirect to a section?
I'm using Mixtex 2.9 in Windows XP and I'm trying to make my article's table of contents clickable. I tried to add the package hyperref like this:
\usepackage{hyperref}
\hypersetup{
colorlinks,
...
5
votes
1answer
432 views
Beautiful letterhead
How can I create a beautiful letterhead from the article class using say header or footer . I do not want to use letter class due to limitations. The letterhead should look outstanding.
3
votes
1answer
975 views
Left align abstract, title and authors
I would like to re-align my title, authors and abstract to the left of the document. The example in this question is basically the output I want, but I do not want to use the memoir environment.
MWE:
...
4
votes
1answer
272 views
Why does latex think it's tomorrow already?
Strange problem here:
Brandon@forge ~/Dropbox/research.local/oil
$ date
Tue, Nov 27, 2012 6:14:23 PM
Brandon@forge ~/Dropbox/research.local/oil
$ cat <<EOF | pdflatex
\documentclass{article}
...
2
votes
1answer
117 views
Place image on a new page without top margin?
I have an article:
\documentclass[a4paper,12pt,oneside]{article}
Now in a section I have a figure:
\begin{figure}
\centering
\includegraphics[scale=0.65]{images/rlexample.png}
\caption{---}
...
7
votes
1answer
200 views
Odd/Even fancy headers with article class
Using fancyhdr and the book class, one can set different headers/footers for odd/even pages as
\fancyhdr[RO]{foo}
\fancyhdr[LE]{bar}
and so on. How can I achieve the same with an article class, ...
4
votes
1answer
97 views
Article: bad footer on the second page
See the previous question.
This is how my letter looks like
\documentclass[a4paper, 11pt]{article}
\usepackage{fontspec}
\usepackage{fancyhdr}
\newcommand{\DocumentTitle}{Motivation Letter}
...
6
votes
2answers
260 views
List of figures as a section with number
How can I get the list of figures as a section in an article document, so it will be listed in the table of contents? At the moment it's listed in the ToC, but without number.
4
votes
1answer
77 views
Examplebox from Beamer in Article
I would like use \examplebox{}{} command from Beamer in document class Article.
Is it possible? Or can I define it somehow?
1
vote
1answer
87 views
Bibliography article : how to replace the long line by the author name in the references
I'm using \documentclass{article}. I'm also using bibliographystyle{ecta}. My references are in a separate bibtex file.
After generating the PDF file, when I have two different citations from the ...
4
votes
1answer
153 views
Mimicking amsart's font sizes in the article class
I've been trying to customize the tableofcontents and sections to my own liking in the amsart class, but a lot (if not all) of the packages for either of these two functions are incompatible with ...
9
votes
3answers
268 views
How to avoid empty space caused by TikZ
When adding a background image by TikZ on a custom page, it leaves an empty space where the TikZ code is incorporated into the document. For example,
\documentclass{article}
\usepackage{lipsum}
...
1
vote
1answer
193 views
How do I remove the whitespace above the first text in an article?
\documentclass{article}
\begin{document}
foo
\end{document}
This code leaves a very big whitespace above foo.
Why is this and how do I make it smaller?
\usepackage[showframe=true]{geometry} (thanks ...
6
votes
1answer
830 views
Beautiful quotes in documentclass article [duplicate]
Possible Duplicate:
“Inspirational” quote at start of chapter
I'm using \documentclass[a4paper,12pt]{article}. How to do this beautiful quote by using \renewenvironment{quote} ...
4
votes
2answers
219 views
Can I use beamer without setting \documentclass to beamer?
I want to have a PDF that is the normal type: \documentclass[a4paper,11pt]{article} with normal TeX tables, graphs and words, but I want it such that there's beamer slides scattered throughout of the ...
0
votes
1answer
166 views
Title sub-sections for a \documentclass{article} [duplicate]
Possible Duplicate:
Adding more items on tex article title section
Subtitle with the \maketitle page?
How can I specify a specify a "sub-title" in my title (\maketitle) page? By sub-title ...
6
votes
1answer
796 views
Styling an “article” document
I'm writing a document using the class article. There are some things I'd like to change, for example:
Always center \section and \subsection titles without doing it manually each time using ...
8
votes
1answer
728 views
Roman Page Numbering for TOC in Article
I'm writing something with the article class, and I'd like to have the table of contents pages numbered with roman numerals, and in addition and most importantly: to have the arabic numbers reset ...
2
votes
1answer
204 views
Table of Contents in a Journal
I have a problem with the numbering of items.
I own the items separately and do not know how to put it together, for the numbering, etc, etc.
I have several articles, and need to get an index should ...
0
votes
1answer
135 views
Some common and minor styling [closed]
I want do some common styling please give me most simple, neat and clear solution for following:
How can I indicate space between paragraphs? I want distance between paragraphs be more.
How in ...
2
votes
1answer
380 views
Problem with margins in documentclass article and package graphicx
I noticed that using the documentclass article and the package graphicx changes the displayed margins. Is that problem known and is it possible to avoid it?
7
votes
1answer
1k views
Centered page numbers although set “twoside” option
Using article class and the twoside option still gives me the page numbers in the center of the page. Isn't the twoside option supposed to put the page numbers on the left in even pages and on the ...
3
votes
1answer
1k views
Adding header and footer to the front page (and other pages) of an article
I am beginner in LaTeX, and I have been unable to find a solution to what looks a simple problem.
I use the article class for a paper. I have received a rectangular logo, about 40 mm high and as ...
5
votes
1answer
2k views
\renewcommand{\refname}{} does not remove “References”
I have a file of class "article" with bibliography style "nature"
Since I want to have the references in the table of contents with a section number, i have set a section with the references inside ...
10
votes
3answers
1k views
Non-special first page in \documenclass{article}
I'm new to TeX and LaTeX, so I might not explain it all that well.
I'm trying to put pagenumbers on each footer in the form "Page X of XX" using fancyhdr. So far I have this:
\cfoot{Page \thepage\ ...
40
votes
1answer
6k views
book vs. report vs. article document class
What are the main differences between the book, the report, and the article document classes? If possible, include the differences within the KOMA-Script classes.
The visual difference for the ...
3
votes
2answers
10k views
How can I get a title page with the LaTeX article class? [duplicate]
Possible Duplicate:
How can I get \maketitle to create a separate title page with the article class?
I'm trying to vertically center the title page and abstract in my LaTeX document (much ...
2
votes
0answers
81 views
Make all \begin{quote} … \end{quote} blocks single spaced with setspace? [duplicate]
Possible Duplicate:
Reduce the space between a quotation and a title
I am writing a double-spaced paper using the setspace package. I need quotations to be formatted with single spacing, ...
6
votes
2answers
278 views
Selecting A8 Paper
As I frequently use
\documentclass[a4paper,12pt]{article}
I though a simple change could select the A8 paper:
\documentclass[a8paper,12pt]{article}
But I get a warning saying the a8paper option ...
7
votes
1answer
2k views
How can I get \maketitle to create a separate title page with the article class?
I am working on a maths assignment and new to using LaTeX. I have written the assignment up but I would like the title page to be its own page. Currently my title page is a few lines generated by ...

