Tracker: Bugs

5 codedoc environment bug (auto-xref) - ID: 3522224
Last Update: Comment added ( cfeuersaenger )

\begin{codeexample}[code only]
\usetikzlibrary{graphs, graphdrawing, graphdrawing.trees}
\end{codeexample}

does not work with 'make dist'. It works with 'make'. To make it work with 'make dist', one needs to remove spaces

\begin{codeexample}[code only]
\usetikzlibrary{graphs,graphdrawing,graphdrawing.trees}
\end{codeexample}

So this must be linked with auto-xref.


Christophe Jorssen ( cjorssen ) - 2012-04-28 06:14:13 PDT

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 2 )

Date: 2012-11-01 03:54:39 PDT
Sender: cfeuersaengerProject Admin

I have improved the robustness of the auto-cross-referencing: it will no
longer fail in the presence of spaces here.

However, I did not fix the fact that it should not consider a
cross-reference for the concatenated list at all.



Date: 2012-05-04 07:03:12 PDT
Sender: cjorssen

Here is a minimal example. This seems to be linked with 'space as a word
delimiter' in pgfmanual.prettyprint.code.tex (latex/doc/).

\documentclass{ltxdoc}
\usepackage{tikz}
\usepackage{hyperref}
\def\pgfautoxrefs{1}
\pdfminorversion=5
\pdfobjcompresslevel=2
\makeatletter
\input{../pgf/doc/generic/pgf/macros/pgfmanual-en-macros.tex}
\makeatother
\begin{document}
Test
\begin{codeexample}[code only]
\usetikzlibrary{graphs, graphdrawing, graphdrawing.trees}
\end{codeexample}
\end{document}



Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2012-11-01 03:54:39 PDT cfeuersaenger
resolution_id None 2012-11-01 03:54:39 PDT cfeuersaenger
allow_comments 1 2012-11-01 03:54:39 PDT cfeuersaenger
close_date - 2012-11-01 03:54:39 PDT cfeuersaenger