Questions tagged [number]
The number tag has no summary.
126 questions
0
votes
0
answers
81
views
Missing number/package error
I am getting an error for a missing number, I do not use numbers.
I assume there is some missing package or such, but after testing all I read about, nothing changes.
So I reinstalled Texmaker,...
0
votes
1
answer
64
views
sequence-modulated fractal [closed]
\documentclass[11pt]{article}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{geometry}
\geometry{margin=1in}
\title{A Sequence-Modulated Fractal: New ...
3
votes
1
answer
77
views
Change numeration or numberline in apparatus with reledmac
I have a critical edition of "Fábula de Polifemo y Galatea" with LuaLaTeX and reledmac, and i have a question: the package can modify the numeration in the apparatus, for example, from "...
2
votes
1
answer
87
views
Number theorems 1.1 1.2a 1.2b 1.3a 1.4 .1.3b
I need to number the theorems as shown in the image. For content reasons, after theorem 1.4 is theorem 1.3b, then 1.5...
I use the ntheorem package but don't understand how to change the default ...
3
votes
3
answers
290
views
number decimal digits
The \test command below always rounds a number to 3 decimal places. How to modify this command so that a number not to be rounded unless an optional argument is explicitly provided?
\documentclass{...
0
votes
1
answer
97
views
if there is a better way to round a floating number using expl3?
% here is some code. not sure if it is a right way to define a new command . But it work as expected.
\documentclass{article}
\begin{document}
\ExplSyntaxOn
\newcommand{\ro}[2][2]{\fp_eval:n { round ...
0
votes
0
answers
37
views
Change font style figure number
I'm sorry if this question sounds a bit naive, I'm quite new to LateX. I'm using \autoref to cross-reference figures. I've used this command to personalize the appearance of it:
\renewcommand{\...
8
votes
1
answer
479
views
Fast way to test if an argument is an integer in LaTeX3?
In the latest version of LaTeX3, what would be the fastest way to test if an argument is a string representing an integer (without LuaTex)?
Basically, I am looking for a function that would do the ...
0
votes
2
answers
102
views
Multirow spanning vertical lines in the content of a tabular instead of vertical dots
I will provide a MWE if you think it is necessary but I believe it is not.
I have created the following (cropped) tabular:
I have used $\vdots$ in order to recall that some data are the same among ...
0
votes
1
answer
179
views
(/maketitle) Missing number, treated as zero,using overleaf
\documentclass[a4paper,fleqn,hyperfootnotes=true,colorlinks=true,allcolors=blue]{cas-dc}
\usepackage[numbers]{natbib}
\usepackage{hyperref}
\hypersetup{
citecolor=blue,
linkcolor=red,
}
\...
3
votes
2
answers
260
views
I want to number two formula in equation, aligned and split environment
This is my code:
\begin{equation}
\begin{aligned}
&\begin{split}
\max\,\, z=&P_1d_1^-+P_2d_2^-+P_3(240d_3^-+220d_4^-+250d_5^-)\\
&+P_4(240d_6^-+220d_7^-+250d_8^-)+P_5d_9^-+...
1
vote
1
answer
127
views
how can I auto number quantikz
I want quantikz to be able to number automatically,like this:
which I currently use align
\documentclass[12pt,reqno]{report}
\usepackage{amsfonts}
\usepackage{stmaryrd}
\usepackage{amsmath}
\...
2
votes
2
answers
94
views
Convert list to table, number of rows
A small program that recalculates the number of records in the source list (array) and converts the list of data into a table.
It works if the number of rows in the table is \def\nRows{3} is ...
0
votes
1
answer
118
views
The Theatre Ticket [closed]
\begin{tikzpicture}[scale=0.8]
\draw[->] (0,0) -- (10,0) node[right] {Quantity};
\draw[->] (0,0) -- (0,10) node[above] {Price};
\draw (2,8) -- (8,2) node[midway,below] {Demand Curve};
\draw (1,9)...
0
votes
0
answers
28
views
page numbering order for table of content, list of figures, list of tables, and nomenclature
I don't know how to fix the order of page numbering for table of contents, list of figures, list of tables, and nomenclature. I use \renewcommand to change the Arabic numbers to Roman; however, for ...