Questions tagged [ref]

209 questions
4
votes
2 answers

Getting code to reference entire definition name, instead of numeric list

I am trying to typeset definitions to reference in my problems throughout the work. Here is what I have so far: \begin{enumerate} %hint \item \theoremstyle{definition} \newtheorem{defn}{\textbf{Definition 2.2.1}}\label{2.2.1} \textit{Let S be a…
user257313
  • 41
  • 2
4
votes
1 answer

hidden/invisible ref?

I am writing a textbook which I want to be consistent. Sometimes I do not refer to a statement explicitly, but I want to add an invisible reference, so if latter I will decide to delete the corresponding statement I will see a LaTeX error. Is there…
3
votes
2 answers

My own ref command

I would like to make my own \ref system. I wrote \Problem command to denote the serial number and title. I want a new \myref command which yields the number and title by referencing the label. Could you help me? Here is the…
2
votes
1 answer

\ref{} only prints the counter without fancy stuff

Here's a MWE that shows what I'm doing: \documentclass{article} \usepackage{amsmath,amsfonts,amssymb,blindtext, enumitem} \setlist[enumerate]{ label={$\square$ {\small\oldstylenums{\arabic*}}}, …
fosco
  • 1,253
1
vote
1 answer

How to include the name of the label on \ref?

Usually when i use \ref for referring a figure, table, and equation, i only get the number. I mean, the only clickable part and shown on the document is the number. I want to include the name of the figure automatically. So, when i use \ref{} on my…
0
votes
0 answers

"~" operator functionality in LaTeX

I was curious to figure out what the purpose of using "~" operator in Latex is. I noticed the following piece of code which stated: Figure~\ref{fig:x} However, if you had to, for example, write the following segment: Figure \ref{fig:x} the exact…
0
votes
2 answers

Write full ref name

\renewcommand{\figurename}{Paint } \begin{figure}[h] \includegraphics{22.png} \label{fig:22} \end{figure} This is example reference \autoref{fig:22} It write This is example reference Figure 1 instead This is example reference Paint…
0
votes
1 answer

Which package should I use?

I am reading a pdf which I guess it's written in LaTex, so all I need to know is that which package is this to refer figures and bib items?
Liam P
  • 1
0
votes
0 answers

appear the word "Lemma " automatically

If we want to refer to "Lemma 3.4", we can write " Lemma \ref{number9}". Is there a command that the word "Lemma" or "Theorem" or ... appear automatic too? (i.e we write ... and in pdf appear "Lemma 3.4") Thank you for your help.
Darman
  • 101
0
votes
1 answer

\ref jumps not to the right figure in appendix

I renewcommand the numbering for my tables and figures in my appendix. But when I use the ref command in the text, it doesnt jump to the right figure in the appendix. For example I have figure 1 in my mean section and figure A.Abb.1 in my appendix…
florian
  • 31
0
votes
1 answer

remove reference title when using \usepackage{apacite}

I am using the {apacite} package for referencing, however I would like to remove the title 'reference' which is auto input my {apacite} so that I can create a section called REFERENCES and have it numbered as previous sections. I have seen other…
Bat
  • 119