Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
patspam opened this issue Nov 1, 2010 · 1 comment
Open

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

patspam opened this issue Nov 1, 2010 · 1 comment
Labels

Comments

@patspam
Copy link
Contributor

patspam commented Nov 1, 2010

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

@moritz
Copy link
Contributor

moritz commented Nov 20, 2010

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: c4de7ab; but it doesn't work yet, the other crosslinks don't work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants