{zref} is about questions related to the `zref` reference scheme for LaTeX

learn more… | top users | synonyms

6
votes
1answer
30 views

Cross referencing: zref-xr does not detect .aux file of second document

So I am trying to crossreference labels across two documents: draft.tex and appendix.tex. When compiling I get the following error message: ./draft04.tex:16: Package zref-xr Warning: File ...
7
votes
1answer
56 views

Modified \overline over first character of complex argument

I've been using zref to handle my references. It has allowed me to customize a reference the way I want through its property lists. In particular, I reference a variety of structures in my document ...
6
votes
1answer
56 views

Decide whether a label occurs in the current chapter

I want to decide if some label occurs in the same chapter as the current one. I use the zref package as suggested in Chapter ref with LaTeX to find out in which chapter a label occurs, and compare ...
4
votes
1answer
78 views

Hyperlinks in zref

I use the great package zref to create my own referencing system. Can I make hyperlinks for pdftex (and tex4ht)? See the following code. I'd like to make the \showref command clickable, so that I ...
18
votes
3answers
310 views

How to reset footnote counter in each column of a two-column document?

Footnote counters can be reset in each page by using either zref-perpage or perpage packages but how do you reset footnote counter in each column of a two column documents? ...
5
votes
1answer
48 views

zref-abspage and perpage incompatibility

It seems that zref-abspage and perpage both defines the abspage counter so \documentclass{article} \usepackage{perpage} \usepackage{zref-abspage} \begin{document} This is a test \end{document} ...
5
votes
1answer
59 views

Incompatibility of zref-perpage and amsmath

If amsmath is loaded after zref-perpage, zref-perpage will not reset counters in each page. What should be done to fix this except changing the loading order: \documentclass{article} ...
6
votes
2answers
205 views

Question about zref bundle (changing the behaviour of footnote rule)

In bidi package, we have three footnote commands \footnote (typesetting RTL footnotes in RTL mode and typesetting LTR footnotes in LTR modes), \RTLfootnote (always typeset RTL footnote), and ...
2
votes
1answer
852 views

How to get mdframed package working correctly?

On a fresh Ubuntu 12.04 64 bits system, I wanted to add the mdframed package to my texlive distribution. After searching in Ubuntu standard repositories without success, I went to the CTAN website to ...
10
votes
2answers
482 views

Automatically remove page number if document has only one page (but not if two)

I write a lot of documents (agreements) based on memoir with the article option. Normal pagestyleis plain (page number centered in the footer). Sometimes a document is only one page long, and a page ...
22
votes
5answers
2k views

How to use \pageref{foo} as a number?

What I want to do is to show a "progress bar" in the header to show how far you are in the document, by making a rule with width pagenumber divided by total pages times the paper width. This is what ...