book icon indicating copy to clipboard operation
book copied to clipboard

X<regex, blah> in POD not displaying in PDF

Open patspam opened this issue 13 years ago • 1 comments

p97 contains the following text:

Several other common control sequences each match a single character:

However nothing is printing after the colon.

The pod source shows the following:

X<regex, \w>
X<regex, \d>
X<regex, \s>
X<regex, \t>
X<regex, \h>
X<regex, \n>
X<regex, \v>
X<regex, \W>
X<regex, \D>
X<regex, \S>
X<regex, \T>
X<regex, \H>
X<regex, \N>
X<regex, \V>

Patrick

patspam avatar Nov 01 '10 21:11 patspam

Thanks for your report. The X<> sequences now show up in the index at the end of the book. The rest of the ticket depends on proper cross links; I've tried to implement that in SHA: c4de7ab3005eaad428e38d04525f70bda5b794b5; but it doesn't work yet, the other crosslinks don't work either.

moritz avatar Nov 20 '10 22:11 moritz