[tex-live] \"\i causes problems with texlive 2015

Johannes Böttcher johannesbottcher at gmail.com
Sun Jun 14 15:24:35 CEST 2015


On 06/14/2015 10:52 AM, Herbert Voss wrote:
> Am 14.06.2015 um 10:21 schrieb Lutz Kruschwitz:
>> I am using
>>
>> @book{Chamisso:2012,
>> Address = {Berlin},
>> Author = {von Chamisso, Adelbert [ursprünglich Louis Charles Adélaïde de
>> Chamissot de Boncourt]},
>> Publisher = {Die Andere Bibliothek (Begründet von Hans Magnus
>> Enzensberger)},
>> Title = {Reise um die Welt: Mit 150 Lithographien von Ludwig Choris und
>> einem essayistischen Nachwort von Matthias Glaubrecht},
>> Year = {2012}}
>>
>> now and the problem is still going on.
>
> I have no problem with
>
> \documentclass{article}
> \listfiles
> \usepackage[utf8]{inputenc}
> \usepackage{filecontents}
> \begin{filecontents*}{\jobname.bib}
> @book{Chamisso:2012,
>      Address = {Berlin},
>      Author = {von Chamisso, Adelbert [ursprünglich Louis Charles
> Adélaïde de Chamissot de Boncourt]},
>      Publisher = {Die Andere Bibliothek (Begründet von Hans Magnus
> Enzensberger)},
>      Title = {Reise um die Welt: Mit 150 Lithographien von Ludwig Choris
> und einem essayistischen Nachwort von Matthias Glaubrecht},
>      Year = {2012}}
> \end{filecontents*}
>
> \begin{document}
> \nocite{*}
> \bibliographystyle{plain}
> \bibliography{\jobname}
> \end{document}
>
> and also not with
>
> \documentclass{article}
> \listfiles
> %\usepackage[utf8]{inputenc}
> \usepackage{filecontents}
> \begin{filecontents*}{\jobname.bib}
> @book{Chamisso:2012,
>      Address = {Berlin},
>      Author = {von Chamisso, Adelbert [urspr{\"u}nglich Louis Charles
>                Ad{\'e}la{\"{\i}}de de Chamissot de Boncourt]},
>      Publisher = {Die Andere Bibliothek (Begr{\"u}ndet von Hans Magnus
> Enzensberger)},
>      Title = {Reise um die Welt: Mit 150 Lithographien von Ludwig Choris
> und einem essayistischen Nachwort von Matthias Glaubrecht},
>      Year = {2012}}
> \end{filecontents*}
> [...]
>
>
> running pdflatex with TeXLive 2015
>
> Herbert
>
>
>


Works for me as well.

\documentclass{article}
\begin{filecontents}{\jobname.bib}
	@test{test,
		title={escaped \"i and direct ï}
	}
\end{filecontents}
\usepackage{biblatex}
\addbibresource{\jobname.bib}
\usepackage[utf8]{inputenc}
\begin{document}
escaped \"i \par
direct ï\par
\fullcite{test}
\end{document}


Information for others, this question was posted in the german forum 
goLaTeX as well (http://golatex.de/viewtopic,p,72610.html#72610).


More information about the tex-live mailing list