You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: