All Questions
Tagged with revtex sectioning
12
questions
1
vote
1
answer
394
views
Setting the bibliography RevteX along the text while keeping the number in sections
I have this code for my Latex, using revtex 4 :
\documentclass[twocolumn]{revtex4}
\usepackage[T1]{fontenc}
\usepackage{blindtext}
\begin{document}
\section{Introduction}
\blindtext \cite{REF}
\...
2
votes
0
answers
310
views
How to number sections in the supplemental material (PRL style) [duplicate]
I'm preparing a paper to be submitted to the journal Physical Review Letters (required to use revtex4.1), which includes a main text and a supplemental material. Because I want to reference equations ...
0
votes
0
answers
770
views
Unable to reference sections in supplemental document
SOLUTION: It turns out it was a documentclass problem. By removing prl from \documentclass[reprint,aps,prl,superscriptaddress,notitlepage]{revtex4-2} it fixed my problem.
I'm having a problem where I ...
2
votes
1
answer
1k
views
Referencing to Subsection
I have document with sections and subsections.
Problem is this one. When I use
Sec. \ref{x}
to reference subsection 1.1, of \label{x}, I get result
Sec 1 1.1
Ho to get correct
Sec 1.1
?
Coding ...
0
votes
0
answers
221
views
How do I remove a specific chapter from a table of contents? [duplicate]
My current layout looks like this:
\documentclass[12pt, onecolumn]{revtex4}
\tableofcontents
\section*{Acknowledgements}
\section{Chapter 1}
\section{Chapter 2}
\section{Chapter 3}
\section{...
1
vote
1
answer
218
views
How to hide the page number of subsections in the table of contents (TOC) in revTex?
I would like to display the page numbers in the table of contents of the sections only in revTex. Please here is a minimal working environment:
\documentclass[aps]{revtex4-1}
\usepackage[english]{...
12
votes
1
answer
7k
views
Remove bibliography part in table of contents
I use the following code to generate a paper with its supplemental material. I only want a table of contents for the supplementary part. However, as you see, the table of contents lists the References ...
6
votes
1
answer
445
views
How do I modify the appearance of subsection headings without also messing up how subsection referencing works?
I have a revtex4 document and I'd like to change how the labels for the subsections appear:
\section{Foo}
\subsection{Bar}
Currently compiles to something like:
I. Foo
A. Bar
But I'd ...
5
votes
2
answers
4k
views
Revtex section heading alignment
I am using REVTex 4-1, for my own personal use, not a paper submission.
I like using REVTex and I have gotten somewhat used to it, but for my current purposes I need left aligned subsections ...
3
votes
2
answers
5k
views
How to align section heading left with revtex4-1 [duplicate]
I am using revtex4-1 and section headings are aligned in the center. How do I modify this?
3
votes
1
answer
961
views
Unnumbered sections appearing in TOC in REVTeX 4.1
I'm having a problem with REVTeX adding unnumbered sections to my TOC. Here's a small example:
\documentclass[]{revtex4-1}
\usepackage{lipsum}
\begin{document}
\tableofcontents
\newpage
\section{...
5
votes
5
answers
27k
views
Overwrite section numbering styles in RevTex
I want my sections, subsections and subsubsections in revtex to be marked by arabic numbers and 1.1., 1.1.1. etc. Instead I'm having roman numbers and letters. Can somebody help me?