* Disguise dollar signs in HTML output
* fix botched URL rul for latex * Alias font C to font R for nroff
This commit is contained in:
parent
7f766016b3
commit
e074772ec7
@ -1,6 +1,6 @@
|
||||
<!--
|
||||
|
||||
$Id$
|
||||
$Id: html.sdata,v 1.1.1.1 1996/09/08 02:37:40 jfieber Exp $
|
||||
|
||||
Copyright (c) 1994
|
||||
Open Software Foundation, Inc.
|
||||
@ -51,7 +51,7 @@ Enhancement by John R Fieber, 1996
|
||||
<map from="[times ]" to="&times;">
|
||||
<map from="[curren]" to="&curren;">
|
||||
<map from="[pound ]" to="&pound;">
|
||||
<map from="[dollar]" to="$">
|
||||
<map from="[dollar]" to="&#36;">
|
||||
<map from="[cent ]" to="&cent;">
|
||||
<map from="[yen ]" to="&yen;">
|
||||
<map from="[num ]" to="#">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!--
|
||||
|
||||
$Id$
|
||||
$Id: linuxdoc-latex.ts,v 1.1.1.1 1996/09/08 02:37:39 jfieber Exp $
|
||||
|
||||
Copyright (C) 1996
|
||||
John R. Fieber. All rights reserved.
|
||||
@ -540,7 +540,6 @@
|
||||
<rule>
|
||||
<match>
|
||||
<gi>URL
|
||||
<attval>NAME .
|
||||
<action>
|
||||
<start>\texttt{<URL:${URL}>}</start>
|
||||
</rule>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!--
|
||||
|
||||
$Id$
|
||||
$Id: linuxdoc-roff.ts,v 1.1.1.1 1996/09/08 02:37:39 jfieber Exp $
|
||||
|
||||
Copyright (C) 1996
|
||||
John R. Fieber. All rights reserved.
|
||||
@ -102,6 +102,7 @@
|
||||
.\}
|
||||
.el \{\
|
||||
. SA 0
|
||||
. ftr C R
|
||||
.\}
|
||||
.PH "'${_followrel descendant TITLE &r.pass;}''%'"
|
||||
.nr N 1 <!-- header at the bottom of the first page -->
|
||||
|
Loading…
Reference in New Issue
Block a user