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.

0 votes
0 answers
27 views

Best Practice for Inline Math in LaTeX: \( ... \) vs. \$ ... \$ [duplicate]

I'm currently writing a mathematical article for a journal in LaTeX and I'm trying to determine the best practice for writing inline math. I've seen both \( ... \) and $ ... $ used to denote inline ...
L.L's user avatar
  • 145
1 vote
1 answer
25 views

Displaying article title in fancyhdr header with conditionals

I use the tip found here How to display article title in fancyhdr header to display article title in fancy header. But I'm not able to make it works within a condition sequence. As an example, this ...
AEgidius's user avatar
1 vote
1 answer
27 views

Reference appear twice inside the article document of synopsis

MWE: \documentclass[12pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{amssymb} \usepackage{graphicx} \usepackage{hyperref} \usepackage{setspace}%line strech \...
SandyM's user avatar
  • 2,881
2 votes
1 answer
36 views

How to use bold horizontal and vertical lines in a specific row of table?

I need a Table as shown in the attached image file. Could you help me to generate this table according to the image file. Thank you in advance. \documentclass[]{article} %\usepackage{booktabs} \begin{...
relinquere's user avatar
0 votes
0 answers
26 views

how i can make the numer of subsection in right side

\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{latexsym} \usepackage{amsmath} \usepackage{amssymb} \usepackage{amsfonts} \usepackage[english, russian]{babel} \usepackage{nopageno} \...
Abdel djalil Boulebbina's user avatar
0 votes
1 answer
23 views

Issue/explanation request: \vskip inside maketitle definition in one or two columns article

in the class I am writing (imeko_acta.cls), which is based on article.cls, I have redefined the \maketitle command to have a specific title area. This is always a onecolumn, full text width section at ...
TrAmA's user avatar
  • 17
0 votes
0 answers
25 views

Table page overflow with images

I am creating a table of images for a report using the tabular environment. Unfortunately, the table keeps going over the page boundary and into the "void", and I can't seem to break the ...
John Macauskey's user avatar
0 votes
1 answer
29 views

How to have non-italic text from \cite[]{} within theorem using amsthm and article class?

I have a tex file: \documentclass[11pt]{amsart} \usepackage{amssymb,amsthm,enumitem,mathtools,fullpage,microtype} \usepackage[hypertexnames=false]{hyperref} \hypersetup{ colorlinks=true, linkcolor=...
Akira's user avatar
  • 1,441
4 votes
1 answer
47 views

Why do `ftcap` and `caption` produce different vertical spacing?

I usually load the caption package to fix the spacing between tables and their captions in the article class. Since I don't use any other features of the caption package, I decided to try using the ...
inavda's user avatar
  • 251
0 votes
0 answers
22 views

Avoid new page after end a section in latex [duplicate]

I am working on latex, and this is my main.tex, including all the packages which will be used: \documentclass{article} \usepackage[]{hyperref} \newcounter{Chapcounter} \newcommand\showmycounter{\...
Hân Trần's user avatar
1 vote
2 answers
65 views

Short title running and Author running in article class

I try to add short title running on the even pages and author running on the odd page in a document, using this code: \documentclass[11pt]{article} \usepackage{lipsum} \title{\bf THE TITLE} \author{...
Cris's user avatar
  • 1,201
4 votes
4 answers
801 views

Long equation doesn't fit within text block

Question: I have been typing a very long equation but it doesn't fit on the page. What I have provided for the following MWE is for the document class article for the landscape page. My original page ...
SandyM's user avatar
  • 2,881
3 votes
2 answers
359 views

LaTeX document header

I'm trying to reproduce this template for a physics lesson sheet and I can't put the header which contains : "Prof : ; Vecteurs et Translation ; Année" This is what I tried : \...
Dots's user avatar
  • 429
0 votes
2 answers
67 views

Why won't the titlesec package modify \chapter headings? (PDFLaTeX)

It seems to me that titlesec is failing to set \chapter heading styles in documents. The documentation says that it should have support to set \chapter heading styles. Here is a minimum reproducible ...
Matthew Boyea's user avatar
0 votes
0 answers
27 views

Adding an html document to an article [duplicate]

I'm trying to add an html document to an article document and i don't seem to find a way. Anyone can help? Thank you all very much in advance !
HansDerHalbe's user avatar
2 votes
1 answer
112 views

Realistic spiral binders with tikz

I was viewing this thread recently, and was struck by a great answer provided by Gonzalo Medina (reproduced below). As good as this was, I think the output would look much better if this answer could ...
wrb98's user avatar
  • 896
0 votes
1 answer
47 views

How to change the formatting (style) on the hierarchy of sections in latex document [duplicate]

I am trying to follow the formatting guide of my course. After trying to find some information on this, I have reached no solution. I would appreciate any and all help towards this. I am using the ...
OppositeDragon's user avatar
1 vote
0 answers
54 views

Why does my TexMaker output have this terrible kerning?

I am writing a research article using TexMaker. The article uses the following packages as preamble: \ifx\directlua\undefined\ifx\XeTeXcharclass\undefined \usepackage[utf8]{inputenc} ...
Niki Di Giano's user avatar
1 vote
1 answer
49 views

Beamer and enumerate environment in article

I have the following frame: \documentclass[article]{beamer} \usepackage{beamerarticle} \begin{document} \begin{frame} \begin{enumerate}[<+->][$(1)$] \item Text. \item Text. \end{...
GrB's user avatar
  • 405
1 vote
1 answer
56 views

Why does in the output of an article i get a small space at the beginning of a new paragraph? [duplicate]

I've been using Latex for some years but in the recent days I started facing a samll issue. When I end an itemize (or similar) block or when I start writing the abstract or again in general when I ...
Leonardo Acquaroli's user avatar
0 votes
0 answers
33 views

How I can write on Overleaf, which the abstract on no columns and the other sections on two columns? [duplicate]

How I can write on Overleaf, which the abstract on no columns and the other sections on two columns? (exactly as the picture)
Rashed Al-Rababah's user avatar
1 vote
1 answer
39 views

Adding title and author to toc for included pdfs

My former college is starting a departmental journal which I am editing and typesetting. I have edited and typeset every contributed article individually using the article class and initially tried to ...
Acharyachakit's user avatar
0 votes
1 answer
35 views

How to toggle multiple interleaving parts of the document on or off?

Suppose I want to design a document in the form: Q1: What's the Color of The Ocean A1: Blue Q2: What is the Color of The Wind A2: White If I were to print out the PDF generated by this latex ...
Fraïssé's user avatar
  • 3,179
1 vote
1 answer
80 views

Enlarging the whole PDF book by 20%

I'm using the krantz book template (https://www.overleaf.com/latex/templates/krantz-book-template/vfrsjggghjcd) in writing a pdf, the code is below: \documentclass[krantz1,ChapterTOCs]{krantz} \...
Ho-Oh's user avatar
  • 111
0 votes
1 answer
130 views

Important difference between article and book documentclass

I have lots of tex files that run normally in \documentclass[a4paper,10pt]{article} and when I'm trying to put them all in \documentclass[a4paper,10pt]{book}, with \include{part1} etc. it shows a ...
GSpyros's user avatar
  • 155
0 votes
0 answers
33 views

"\usefonttheme[onlymath]{serif}" Does it have an article counterparet? [duplicate]

In the beamer, the default font of math formulas are with no serif. If we want the formulas to have serif like the default font in article, we need to use \usefonttheme[onlymath]{serif} . But this ...
Asigan's user avatar
  • 209
-1 votes
1 answer
72 views

LaTeX complicated headers and footers [closed]

I recently came across this document which I am trying to recreate, and this is what I'm dealing with: I have no clue where to start in trying to replicate a header and footer like that, I new to ...
André Neto's user avatar
0 votes
1 answer
39 views

I could use some help stylising a glossary in an article footnote (such as "acr - acronym, USA - united states of america") - how to achieve that?

I would like to add my glossary as a string in a footnote. Therefore, I have cobbled together the following MWE. \documentclass[twocolumn]{article} \usepackage[nopostdot,acronym,nonumberlist,...
BlueIris's user avatar
  • 339
0 votes
0 answers
29 views

A5 paper with customised margins [duplicate]

I would like to create a leaflet in DIN A5 with customised page margins using article. However using a5paper as an argument of the documentclass does not have any effect on the output (still being DIN ...
R. Patrick's user avatar
0 votes
0 answers
21 views

Modifying the page number

I'm using Overleaf, and using the below code I want to modify the position of the page number to the footer. I looked online to find that the \usepackage{fancyhdr} is used usually, but in my case it ...
Diana's user avatar
  • 1,289

15 30 50 per page
1
2 3 4 5
22