Dear fellows
I have two smart question about BiBTex.
First, I would like to know, how to do a reverse annotation in bibliography? I have found a document, which use "[cited on page ...]" annotations in bibliography. Somethind like this:
"[10] I. Newton. Publication title (Chapter 6). - 1997. [cited on page 70]"
Second, I am looking for a best way to apply polish signs like "ąśźżćńół" in bibliography? If I put a put a title which contains polish signs after render no signs are visible. Fox example
"Gżegżółka" is rendered as a "Gegka"
Tomasz
BibTeX, biblatex and biber ⇒ Reverse annotation and polish signs in bibliography
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Reverse annotation and polish signs in bibliography
There are some essentials that your code should contain by all means. See the example below.
Refer to the manuals of the involved packages.
The first issue might be solved by the backref package which is part of hyperref.
Best regards and welcome to the board
Thorsten
Code: Select all
Code, edit and compile here:
\documentclass[11pt,a4paper,polish]{article}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage{babel}\begin{document}Gżegżółkaąśźżćńół\end{document}
The first issue might be solved by the backref package which is part of hyperref.
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Reverse annotation and polish signs in bibliography
Thank you very much localghost.