4
votes
2answers
142 views

Cross reference in LyX

I would like to use the \autoref function in LyX, so that when I refer to a labeled figure or theorem, it is typeset as "Figure #" or "Theorem #". According to this answer, I can redefine the \ref ...
3
votes
0answers
54 views

LyX Jurabib Style References Not Possible [closed]

I was able to write the bulk of my thesis on LyX and I thought it will end that way. With the whooshing sound of the deadline in my ears, I am desperately looking for your help. I am trying to insert ...
1
vote
1answer
117 views

Get rid of the word “equation” in cross references

I'm using the thesis template that comes with LyX and whenever I make a cross reference for an equation it comes along with the word "Equation XX.YY" and I just want the number "XX.YY". The document ...
2
votes
1answer
78 views

Refer to label in another chapter (another file)

I am writing my thesis using LyX's thesis template, and each chapter is a different file (chapter-x.lyx). However, sometimes, I need to refer to a section from another chapter, which is in a ...
1
vote
0answers
109 views

Lyx : change cross reference color [duplicate]

When i make a refference to a figure , the text appears black. How can i change cross reference's default black color to blye or cyan ? I had the same issue with citations but i figured it out with ...
1
vote
0answers
66 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 ...
2
votes
2answers
304 views

referencing a table vs. a figure in lyx, format

Currently, when I reference things using labels I have setup Lyx simply inserts the table number. I would like it to insert Table N where N is the table number. Similarly, I would like it to insert ...
2
votes
1answer
569 views

How to refer to table in lyx

Inside the float table box I add lyx:label but when inside the text and choose insert crossreference and choose the table label the text appears as ?? The reference to numbered equations appear ...
2
votes
2answers
258 views

Hyperref to external file in LyX

I have two separated folders, each includes LyX files with the needed attachments (pictures...etc.) , I found that I need to to use zref-xr package to make hyper cross references between those files ...
4
votes
1answer
629 views

Lyx 2.0 Formatted references to theorem/lemma/claim environments

In Lyx 2.0, I'm trying to use a formatted reference to a claim, but I cannot get the "formatted" part, i.e. I can't get it to typeset "claim" as well as the claim number. I'm using modules "Theorems ...
2
votes
1answer
188 views

Cross references broken in Lyx master document [closed]

I've got a child document which contains cross references. When I export the child document to PDF, the cross references are fine. However, when I export the master document to PDF the cross ...
2
votes
1answer
391 views

How to find out the counter of theorems etc. in LyX

I have a document that has a lot of theorems - all introduced in LyX via the "Theorems"-Module (for those who don't know LyX, that means, that I didn't define my own theorem environment via ...
6
votes
1answer
175 views

Clicking on a link I don't jump to the **exact** location of the label, just somewhere around it

When I label an equation and later have a reference to it, then by clicking the corresponding link the pdf I jump to that equation, with the equation being exactly at the top of the page. Same goes ...
3
votes
2answers
707 views

How can I get capitalised cross references in LyX with refstyle

LyX (v2.03) uses refstyle for cross references. By default if you use the GUI to create a reference it produces source that looks like: \tabref{label1} \figref{label2} which produces an output like ...
5
votes
2answers
356 views

Using the xr package in LyX (for cross-referencing an external LyX document)

Question: What steps are required to use the xr package in LyX in order to reference items in other, independent LyX documents? Steps already taken: The tools package (that contains the xr package) ...
2
votes
1answer
216 views

How to reference list items in another TeX document?

Problem in a nutshell: I would like to reference items in an external LyX document (containing a list of definitions and theorems). Problem in detail: I am a Math student. I maintain a LyX document ...
5
votes
2answers
2k views

How to make the reference label start with a capital letter?

I have the following lines in my document: In \secref{2}, a very basic review is presented. \secref{3} compares different structures. \secref{3} must start with a capital letter. However, LaTeX ...
1
vote
1answer
263 views

Cross-reference to an entry in the toc?

Is there any way to cross-reference to sections/subsections via their title? I find myself writing "Please see section 4 for more details", and it gets annoying very soon, especially when I have to ...
0
votes
1answer
446 views

Unequivocally force first reference to same page as the referred item?

Background Writing a manual using LyX. All tables, figures, and source listings are always referenced in the paragraph (or enumerated step) that immediately precedes them. The preamble to the manual ...
3
votes
2answers
746 views

Table, Figure, and Listing prefixes

Background Using LyX and KOMA Script to author a technical manual. Problem The documents are strewn with the following references: \ref{fig:Example-Database-Type} When converted to PDF, this ...
3
votes
1answer
655 views

How can I disable the linking for figures in LyX?

Complete LaTeX and LyX newbie here. I am currently writing a document in LyX and I'm using hyperref to have links in the ToC, citations etc. The problem is that I added a figure (with float) and when ...