{numbering} is about numbering document elements. Use this tag in addition to other tags specifying what should be numbered (or have its number removed). For {page-numbering} or {line-numbering}, use the respective tag instead.

learn more… | top users | synonyms

8
votes
2answers
675 views

Changing the font for equation numbering

I know that I can change the font for the equation numbers by redefining the \theequation command by, say, \renewcommand{\theequation}{{\sffamily\arabic{equation}}} I am wondering if there's a ...
1
vote
1answer
49 views

linerange in listinput firstnumber conflicts with stepnumber

If I create a code include as follows: \lstinputlisting[linerange=39-46, firstnumber=39]{./Matlab/script.m} And set the stepnumber to 5 in the lstset: \lstset{...,stepnumber = 5, ...} Line 40, ...
0
votes
4answers
135 views

How to remove chapter numbering without removing it from tableofcontents

It seems I have a two day trying to find out the solution of my problem. I have just finished typing my M.Sc thesis using LATEX (MIKTEX 2.9). Unfortunately, all my chapters begin with the chapter ...
0
votes
1answer
66 views

tabbing numbering and alignat numbering

Is there a way for the tabbing environment \begin{tabbing} to number equations and sync up with the align or alignat environments? If I use align or alignat, each successive use is numbered ...
1
vote
1answer
51 views

List of Acronyms: only first use in numberlist and table of content style dots

I would like to display the list of acronyms in the following way: in the number list there should be only the page with the first use of the acronym the number should be aligned on the right, with ...
7
votes
1answer
96 views

Numbering of subsections and paragraphs

I have a document style for a report which I'm having to copy to LaTeX format. I'm using pdfLaTeX, for information. In essence, the system is that paragraphs are on the same level as subsections, ...
16
votes
6answers
5k views

Beamer frame numbering in appendix

I have a beamer presentation in which I have some additional slides in an appendix. The additional slides are only there in case someone asks a specific question; I won't necessarily have to use any ...
1
vote
1answer
47 views

Numbering of an Introduction in the ToC [duplicate]

Does anyone know how I can get the heading Introduction and Conclusion in my project and on my content page without them being numbered. E.g just have Introduction and not 1. Introduction?
9
votes
3answers
197 views

How to set a counter like this?

I want to set a counter like picture I only can do \documentclass[a4paper, 12pt]{article} \usepackage{fouriernc} \usepackage{amsmath}\usepackage[thmmarks,standard,thref]{ntheorem} ...
5
votes
1answer
65 views

Numbering in algorithmicx

I have simple code: \documentclass{article} \usepackage{algorithm} \usepackage{algpseudocode} \begin{document} \begin{algorithm} \caption{Examples}\label{alg:Examples} \begin{algorithmic}[1] ...
0
votes
1answer
55 views

How can different numbering style be used for nested subfigures?

I want to display a figure demonstrating 3 cases. The case1 and case2 are shown using single images each. But case 3 needs 3 images. I have used nested subfigure as follows: However the captions go as ...
4
votes
2answers
73 views

Change theorem counter in Springer template

I used Springer template for my book, more concrete I used svmono. Here is a MWE, that is the shortened version of my template file. ...
6
votes
2answers
691 views

Adjusting the postion of chapter numbers in the Tufte-Latex class

I'm using the Tufte-latex book class, and trying to figure out how to use numbers in the chapters/sections. The default style has no numbers, which I turned off by commenting out this line: % Turn ...
33
votes
3answers
20k views

How can I make an enumerate list start at something other than 1?

Sometimes, I want to have enumerate lists in LaTeX start at other than the first value (1, a, i, etc.) How can I make an enumerate list start at an arbitrary value?
2
votes
1answer
40 views

Get rid of numbering in “remark” environment

I use renewcommand for changing the remark into my native language, more precise, I used : \renewcommand\remarkname{Chú ý} It goes with a counter, i.e each time I start a remark \begin{remark} ...
6
votes
1answer
90 views

Glossaries with section as counter does not work in appendix [closed]

I would like to use the glossaries package with the option counter=section. This works well as long as I don't use any glossary entries in the appendix. It seems the section counter is reset by the ...
2
votes
0answers
52 views

Cross-refencing a custom counter in \alph style?

I made a 'hypothesis' custom counter in order to let LaTeX handle my hypothesis reference. My code is \newcounter{hypothese} \refstepcounter{hypothese}\label{hypo:lenght_of_words} ...
1
vote
1answer
66 views

Completely disable automatic incrementing of section and subsection counters?

I'm using LaTeX as a final build step from a specific legal source (a code of laws) that already has numbering - which is not entirely logical. So, the auto-stepping section & subsection numbering ...
0
votes
0answers
26 views

Lyx and Hebrew - Subsection numbering in the wrong direction [duplicate]

I'm using LaTeX to typeset Hebrew math papers, and just started using LyX for that purpose. I use the KOMA script article class and XeTeX, and everything works great except for one glitch: The ...
2
votes
1answer
63 views

Two labeled equations on the same line with labels lining up vertically

I'm using the following LaTeX code within the amsmath environment in LaTeX (MiKTeX 2.9 and TeXnicCenter under Windows): Let $f$ represent the resulting number of such two-step cycles that operate per ...
4
votes
2answers
804 views

How to create multilevel figure / table numbers?

How to create figure numbers like 1.1.1 and then 1.2.1, not 1.2.2? I mean even if I added \arabic{section} into the command, the order of figures is still continuous, not accordingly rearranged by ...
7
votes
3answers
127 views

Part numbering with suffixes: I, II, IIIa, IIIb, IV,

I would like to have my parts numbered like this: I, II, IIIa, IIIb, ... , IV, ... I have written some code which works fine. But when using hyperref, I get this warning: destination with the same ...
0
votes
0answers
78 views

How to number multiline equations? [closed]

I'd like to write a multiline chain of equations and inequalities and to number several of them in such a way that i can refer to these numbered equations in the surrounding text. Can i do so using ...
2
votes
1answer
58 views

Using \value and \arabic to label sections

I'm trying to create a document that follows a numbering system of: 1. 1.a 1.a.1 1.a.2 1.b etc I've tried to use the commands below to specify which section/subsection should be labelled with ...
8
votes
2answers
718 views

Difference between (split, align) and (gather, aligned)?

Here is an MWE which shows that they seem to do the same thing. Is there any reason to prefer one over the other for typesetting groups of equations? I would prefer the align syntax because it allows ...
1
vote
2answers
78 views

Equation number position in a new line

How do I put the number of each equation in the new line (not the same line with the equation, located in the next line on the right) This is required for all the equations in my thesis (which I ...
2
votes
1answer
70 views

How can I number my subsequent results after my theorems?

I am trying to number my theorem results after my theorem, i.e Theorem 1 followed by Result 1.1, Result 1.2,... and Theorem 2 followed by Result 2.1, Result 2.2 and so on, where the first number after ...
0
votes
0answers
24 views

Heading subsubsection without number [duplicate]

I'm writing my thesis and, if I insert a subsubsection, it appears without number. Therefore, if I refer to it, LaTeX works properly, that is it refers with its true number (i.e. 1.1.1). Why? How can ...
1
vote
0answers
59 views

Customize section numbering from Springer templates

I really like the style of Springer book (which is available here), so I decided to customize it for my own book. In that template, the section in chapter is labelled as : 1.1 (1st section in ...
3
votes
1answer
88 views

subfloatrow: incorrect continued numbering

I am using the subfloatrow environment (provided by the floatrow package) to organise the layout of figures for my thesis. For the MWE provided below, the numbering of the sub-figures in the second ...
4
votes
1answer
82 views

Subsection numbering with prefix

How to set custom subsection numbering? I want to have prefix "KAT/" before number, it should look like this: KAT/001 Client - blablabla KAT/002 Visit - blablabla KAT/003 User - blablabla What is ...
6
votes
2answers
4k views

How to suppress caption numbering in a table?

How can the auto-numbering on table captions be suppressed? For example, I have a table: \section{Data} \begin{table}[h] \setlength{\arrayrulewidth}{1.5px} \centering \begin{tabular}{lcccc} ...
0
votes
1answer
39 views

Defining clauses as in the C standard document?

I am trying to write a document with the same presentation as the C standard document. Here is the document: C draft n1570 Look at page 256 and the 7.12.4.1 section for example. My question is how to ...
3
votes
1answer
69 views

Change theorem numbering from Roman to Arabic

I am trying to number my theorems according to section number. I use the following in the preamble, which works: \newtheorem{theorem}{Theorem}[section] However, since my section is numbered as ...
2
votes
1answer
79 views

Getting section numbering to start at 0

\documentclass[11pt,a4paper]{article} \usepackage[T1]{fontenc} \usepackage{lipsum} \usepackage{tocloft} \begin{document} \tableofcontents \thispagestyle{empty} ...
9
votes
2answers
113 views

Using memoir, how do I number paragraphs?

I am trying to implement paragraph numbering with memoir. I would like the numbers to be in the outside margin, flush against the text block, and vertically aligned with the first line of the ...
3
votes
1answer
387 views

How to move chapter number in classicthesis class

I am using classicthesis for my thesis. In each chapter LaTeX puts its number, but I need to move it. Here you have an screenshot example, in this image I wish to move "4" number to the left.
1
vote
2answers
96 views

How to temporarily change equation numbering depth?

I have numbers like (1.2.2.3), how do I get numbers like (1.2.2.3)' and (1.2.2.3.1)?
3
votes
1answer
128 views

Changing the mark of endnotes

I am using both footnotes and endnotes in a chapter with the help of the endnotes package. However, both footnotes and endnotes are numbered by Arabic number. I would like to keep the Arabic numbers ...
3
votes
1answer
52 views

Last chapter number

Is there a way similar to what is achieved by the lastpage package to get the Last Chapter number? I would then like to use this information to design chapter headings.
0
votes
3answers
81 views

Remove section numbering but retain the short-title optional argument

I have a section like that: \section[ABC]{ABC\footnote{FN1}\footnote{FN2}} I want to remove section numbering, but I must use \section[]{}. So when I try \section*[A]{B} I get only [ Here ...
8
votes
3answers
2k views

Resetting theorem counters: \section and (missing) \subsection

Suppose I define a new theorem "Theorem" and declare that its counter should be reset whenever the subsection counter is incremented or reset: \newtheorem{theorem}{Theorem}[subsection] At some ...
2
votes
2answers
2k views

Disable the numbering of algorithms

My problem is that I do not know how to disable the numbering for algorithms. I have created an algoritm and its number is "Algorithm 1", but I want to have "Algorithm". \documentclass{article} ...
0
votes
0answers
94 views

“destination with the same identifier” warning with the amsbook + numberwithin [closed]

Here is a simplified version of what I have: \documentclass[oneside]{amsbook} \usepackage{amsmath} \usepackage{amsthm} \usepackage{hyperref} \usepackage{lipsum} %theorems ...
5
votes
2answers
74 views

How to create multicolumns list environment with the package 'enumerate'?

Let us consider The following example \documentclass{article} \usepackage{enumerate} \begin{document} \begin{enumerate} \item Which of the following numbers is the largest ?\\ ...
4
votes
2answers
147 views

How to add line numbers to a program listing/code?

How do I copy code in to latex to get a result which looks like this: ...Without the red bars of course. I don't know how to get the numbering on the left side when I compile LaTeX. Using \verbatim ...
2
votes
1answer
44 views

Remove Numbering (and “()”) on SubFloats (in a table)

So I have set of three tabular environments in a table: \begin{table}[h] \centering \scriptsize \subfloat[``student" data table]{ \begin{tabular}{lcc} \toprule Column Name & Data Type ...
7
votes
3answers
5k views

How can I add abstract and acknowledgement pages into the table of contents?

I followed Mike's solution from my first question: Roman numeral page numbering My next question is how to add entries (for the abstract and acknowledgements pages) into the table of contents.
1
vote
1answer
50 views

Using \footnotemark with letters

There are many answers to questions about \footnotemark, but I couldn't find one to mine. I have the following code and it works fine. What I need to use is \footnotemark [a] instead of \footnotemark ...
3
votes
2answers
820 views

'longtable' caption without incrementing 'table'?

For reasons both complex and confusing, I would like to caption a longtable without incrementing the table counter in the process. I want to have two consecutive longtable environments to be ...

1 2 3 4 5 17