When I try to rebuild FreeBSD's Documentation or to write a text using Docbook and tools for exporting PDF the text that should appear as bold will not appear bold in PDF. It appears bold in HTML, but not in a PDF version of the documentation.
For the text to appear bold I use:
I generate the code using make command, and Makefile from FreeBSD's Documentation.
I've installed almost all fonts from /usr/ports/x11-fonts. When generating the documentation I got the following warnings:
Any Idea what should I do to get bold text in PDF?
For the text to appear bold I use:
Code:
<emphasis role="bold">my text</emphasis>
I've installed almost all fonts from /usr/ports/x11-fonts. When generating the documentation I got the following warnings:
Code:
WARNING: The font directory /usr/local/share/fonts/OTF could not be found.
WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
WARNING: Font "Gentium Plus,normal,700" not found. Substituting with "Gentium Plus,normal,400".
Any Idea what should I do to get bold text in PDF?