Tagged Questions
3
votes
1answer
73 views
How to insert formula number inside formula?
I want to put a formula number inside an \align enviroment. For eaxmple
\documentclass[12pt]{article}
\usepackage[left=2cm,right=2cm,
top=2cm,bottom=2cm,bindingoffset=0cm]{geometry}
...
12
votes
1answer
107 views
First reference to equation underlined
In these days I'm writing at my Bachelor's Thesis and I've got a new problem. I have to underline the first reference to figures, tables and equations. By searching in the Internet I've already found ...
1
vote
0answers
54 views
Produce parentheses around number of equation
Is there any direct command which can help me to put the number of a equation in the parentheses, for example if I write the following:
\begin{equation} \label{eq:1}
this is my equation
...
4
votes
1answer
99 views
How to \label emails in appendix?
I would like to include ~20 emails in the appendix section of an article, so I in the article can e.g. write "...according to \ref{email1}".
If I put each email in a subsection, then I have to find a ...
1
vote
1answer
43 views
Add label to textual data
This question is extremely basic and I know how to solve it basically but it is a workaround and I was wondering whether there is a much better way to do it - here is the problem:
I'd like to give ...
6
votes
4answers
171 views
cleveref: configure symbol §/§§ for all sectioning types once time
I want to configure the section symbol § (singular and plural form §§) indistinctly for all types of sections (part, chapter, section, subsection, paragraph and so on). I use the cleveref package, but ...
3
votes
2answers
118 views
cleveref counter and ref label number format with padding zeroes
I am using cleverref and a custom counter to typeset a special kind of reference,
where I need the same text on the definition side and the reference side.
Currently I use ...
5
votes
3answers
197 views
How to make an observation numbering in bold?
I'm writing a paper in LIPIcs template.
\newtheorem{observation}[theorem]{\textbf{Observation}}
\newcommand{\robs}[1]{Observation~\ref{#1}}
\newcommand{\rfig}[1]{Fig.~\ref{#1}}
...
4
votes
1answer
55 views
Double index in the same documents
I have a question about a problem that I am facing. I have a document composed by two different and independent parts in two where the second parts refers to just some elements of the first one. Both ...
8
votes
2answers
301 views
How to style equation label and reference differently? [duplicate]
Possible Duplicate:
Changing the apperance of equation numbers with amsmath
I need to be able to make the labels of equations bold, but at the same time I need the citations to those ...
6
votes
1answer
193 views
Cross reference formatting options
I have got a quick question; I am writing a document with lots of sections and figures. Cross referencing works fine. So far so good. However, I would prefer when I reference something to have the ...
14
votes
2answers
483 views
Fancy cross-referencing
As an extended idea of Using section sign (§) for cross-references to sections, how can we use
See ⚙5.2 and ☰5.3 in ☞123.
instead of:
See figure 5.2 and table 5.3 in page 123.
...
11
votes
3answers
684 views
Using section sign (§) for cross-references to sections
In some papers and books you see that author uses §1.3 instead of section 1.3. How § sign can be added before section (or part, chapter, ...) number automatically? Please mention any useful tip about ...
4
votes
2answers
128 views
Refer to some equation number in different environments
I hope there is a solution for this. When I refer to some equation I always get something like 37, but I would like to have (37). I could make a new command but the problem is I use many kind of ...
2
votes
1answer
364 views
Changing subfig \subfref format
I'd like to know how to hack subfig in order to change the format of \subref. The current format, when subfig is initialized with listofformat=parens yields output like 4.5(b) . I'd like to add a ...
16
votes
1answer
865 views
Changing the apperance of equation numbers with amsmath
For equations in my document, I use the facilities of the amsmath package. In order to make the equation numbers more eye-catching, I want them to be in boldface and a little bit indented to the ...
5
votes
1answer
155 views
Shortened page-ranges from \pageref
In some typographic conventions page-ranges are shortened to save space, e.g. writing
"1234-35"
or even
"1234-5"
instead of
"1234-1235". I would like to have a \pageref{foo}--\pageref{bar} ...
7
votes
3answers
3k views
Adding parentheses around subfig references
Say I have a figure with two subfloats inserted using the subfig package. When I reference them with \ref{myLabel} I get this
Figure 3.5a and 3.5b.
But what I want is this:
Figure 3.5(a) ...