{cross-referencing} is about making connections from a point in a document to related information elsewhere, usually within the same document. Standard commands are \label and \ref. For questions about citing or bibliographies, use {bibliographies} instead.

learn more… | top users | synonyms (1)

4
votes
1answer
72 views

Highlight referenced equation number

I have to give a talk, and I am using a LaTeX paper that I will write onto the blackboard. However, it is quite annoying to write all equation numbers on the blackboard, but I do want to have them all ...
3
votes
1answer
81 views

Lyx cross-referencing between branches

I'm writing a paper in LyX, of which there are two versions -- a short and a long version. I've created two branches in the (single) LyX file, and will switch them on and off appropriately. I'd like ...
0
votes
1answer
13 views

Sublime Text 2: LaTeXTools reference completion using cref

I am using sublime text 2 and LaTeXTools to write .tex files. In general this works fine. However, I am using the cref package and changed the auto-completion (ref_completion.py) for references such ...
0
votes
1answer
50 views

Intelligent way to autoref / label enumerations

I want to automatically label and reference a enumeration of functional requirements. The labeling works, but I can't reference the list items via \ref{REQ1} etc. ...
6
votes
0answers
68 views

Cross-references: managing references when there are 1000+ across 100 pages

I am using Emacs with AUCTeX in case that matters. I have many \labeled items and was wondering if there is a way to bring up a list of them? I hate having to scroll through to the document to find ...
4
votes
0answers
21 views

cleveref and appendix packages: appendix referenced as section

Using this example: \documentclass{scrartcl} \usepackage{lipsum} \usepackage{appendix} \usepackage{cleveref} \begin{document} \section{The first section}\label{sec:1} \lipsum[2] \section{The second ...
3
votes
0answers
75 views

fancy-preview with other \ref-like commands (such as \autoref and \cref)

I finally got fancy-preview working, and I found the place (around line 97) in the script to add to the list of environments which it catches (to add propositions and so on). But what I can't find ...
3
votes
0answers
59 views

Referring to function name in an algorithm

I have a LaTeX code which looks similar to the following example. \documentclass{article} \usepackage{amsmath,algorithm,algpseudocode} \begin{document} \begin{algorithm} \caption{My Algo.} ...
3
votes
0answers
88 views

\autoref doesn't work correctly when used in tufte-book

i want to use the \autoref command (from the hyperref package) in the document-class tufte-book. mini-example: \documentclass{tufte-book} \usepackage{hyperref} \begin{document} ...
3
votes
0answers
98 views

PDF links generated by \cite do not work when using project component files

When using the project files shown below, links generated by \cite[…] are displayed as links, but when I click on them nothing happens. But when \completepublications[…] is directly written in ...
2
votes
0answers
19 views

Setting minimal number of references for cleveref's compression feature

I am using cleveref for cross-referencing. The default sort&compress option compresses three or more consecutive references into a range. I would like to get this compression already for two ...
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} ...
2
votes
0answers
65 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 ...
2
votes
0answers
108 views

\ref, \autoref and hyperref expansion

I'm trying to write section numbers to a file with the newfile package. In details, this MWE basically tries to write to a .ref file with lines like A-B. The A and B are generated by \label and \ref ...
1
vote
0answers
32 views

Different errors while compiling, depending on distribution

When compiling my TeX document in PCTeX the _ in the bibliography url's appear as “˙. When compiling it in TeXworks the _ appears fine, but all the table references appear as ??. Any ideas to how I ...
1
vote
0answers
36 views

references superscripting edition

Is it possible to superscript the edition number of a book? It should look this way: Author(year^edition):... I am using BibTeX. At the moment my reference is printed like this: CAMPBELL, J. B. ...
1
vote
0answers
52 views

Cross-referencing (input) multiple tex. files on multiple levels

I´ve recently discovered this site and you might be able to give me some advice working with LaTeX. Here´s my problem: My company is working on several user manuals. Each user manual is located in ...
1
vote
0answers
32 views

using xr with import package

I am working on the following project. It is a series of labs designed to teach numerical computing. https://github.com/byuimpact/numerical_computing The latex files are organized into to ...
1
vote
0answers
58 views

Minted cross reference line

I used to use listings a lot but minted+pygmentize has outstanding output. However, there are a few features from listings that are hard to find in minted, like having the line numbers on the right. ...
1
vote
0answers
80 views

Is it possible to make LaTeXit reference internal equations properly?

Minimum example in LaTeXit text mode \begin{equation} \label{1} x^2 \end{equation} \eqref{1} Explain how to get \eqref{1} to typeset as (1) rather than (??) and you've solved my problem I ...
0
votes
0answers
27 views

problem with xepersian referencing

I'm writing my MSc thesis using LaTeX in Persian. When I use the XePersian package all the references including the number of sections, figures, equations, references disappear. Only the numbers of ...