Improve comment and add <application> tags around TeX and LaTeX so
that the stylesheets know exactly what to look for and can render this specially for print output.
This commit is contained in:
parent
f16c1075b5
commit
a63686372b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21490
1 changed files with 6 additions and 3 deletions
|
@ -17,9 +17,12 @@
|
|||
<!ENTITY unix "<trademark class='registered'>UNIX</trademark>">
|
||||
<!ENTITY nis "<acronym>NIS</acronym>">
|
||||
|
||||
<!-- This entity should be overridden for the print output case to
|
||||
properly render TeX. -->
|
||||
<!ENTITY tex 'TeX'>
|
||||
<!-- Use an entity to define these exactly so that the print output
|
||||
stylesheets know what to look for and can format these properly with
|
||||
TeX commands. -->
|
||||
|
||||
<!ENTITY tex '<application>TeX</application>'>
|
||||
<!ENTITY latex '<application>LaTeX</application>'>
|
||||
|
||||
<!-- The currently released version of FreeBSD. This value is used to
|
||||
create some links on web sites and such, so do NOT change it until
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue