BibTeX, biblatex and biber ⇒ Reverse annotation and polish signs in bibliography
Reverse annotation and polish signs in bibliography
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Reverse annotation and polish signs in bibliography
Code: Select all
\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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10