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

Build not rendering right (chapter numbers, non-ascii chars, bold) #200

Open
tomeliaz opened this issue Nov 4, 2011 · 2 comments
Open

Comments

@tomeliaz
Copy link
Contributor

tomeliaz commented Nov 4, 2011

I believe I followed the build instructions to generate a PDF, but my chapters aren't rendering with chapter / section numbers, and markup isn't being translated. It's like I missed a step somehow:

I did:
perl build/tools/build_chapters.pl
perl build/tools/build_pdf.pl

open chapter_03.pdf
(I'm on osx).

I see things like:
= B<0b>101010;
= B<0>52;
= B<0x>20;

Note the B<> is in the text, not bold. Similarly, footnotes aren't actually handled.

I'm guessing it's something on my end, but not sure what. Anyone see anything I could do to resolve?

Thanks.

@chromatic
Copy link
Owner

I'm switching to a new formatter (Pod::PseudoPod::DOM), but the XHTML formatting isn't ready yet. I'll put that up on Github in the near future. Until then, I'm leaving this open, because the PDF generator probably is brokenish.

@igalic
Copy link

igalic commented Jan 30, 2012

Yupp, on Windows too. With Strawberry Perl instead of bold I see B

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

No branches or pull requests

3 participants