Use &tex; macro so that it can be rendered properly for print output.

This commit is contained in:
Murray Stokely 2004-07-12 03:12:30 +00:00
parent a7df34cf30
commit f50407f8fc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21434
3 changed files with 6 additions and 4 deletions
en_US.ISO8859-1/books/fdp-primer

View file

@ -34,6 +34,8 @@
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
%bookinfo;
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">

View file

@ -254,7 +254,7 @@
<example id="examples-docbook-postscript">
<title>Converting DocBook to Postscript</title>
<para>The source SGML file must be converted to a TeX file.</para>
<para>The source SGML file must be converted to a &tex; file.</para>
<screen>&prompt.user; <userinput>jade -Vtex-backend \ <co id="examples-co-jade-3-tex-backend">
-c /usr/local/share/sgml/docbook/dsssl/modular/catalog \ <co id="examples-co-jade-3-catalog">
@ -266,7 +266,7 @@
<calloutlist>
<callout arearefs="examples-co-jade-3-tex-backend">
<para>Customises the stylesheets to use various options
specific to producing output for TeX.</para>
specific to producing output for &tex;.</para>
</callout>
<callout arearefs="examples-co-jade-3-catalog">
@ -283,7 +283,7 @@
</callout>
<callout arearefs="examples-co-jade-3-tex">
<para>Instructs Jade to convert the output to TeX.</para>
<para>Instructs Jade to convert the output to &tex;.</para>
</callout>
</calloutlist>

View file

@ -58,7 +58,7 @@
chapter that you need.</para>
<para>One of the packages that you might need is the JadeTeX macro set.
In turn, this macro set requires TeX to be installed. TeX is a large
In turn, this macro set requires &tex; to be installed. &tex; is a large
package, and you only need it if you want to produce Postscript or PDF
output.</para>