PT Marek Jaskula pisze:

> jak zamienic przykladowy tekst:

> <STRONG>Study
> of myographic signals from sternomastoid muscle in patients with
> chronic obstructive pulmonary disease</STRONG>

> na \textbf{Study of myographic signals from sternomastoid muscle in
> patients with chronic obstructive pulmonary diseas}

> (w jednej lini)

Hmm... tutaj użyłbym jakiegoś procesora XSLT, np. sablotrona.
Przykładowy arkusz stylów XSLT mógłby wyglądać tak:


<?xml version="1.0" encoding="iso-8859-2"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output method="text"/>

<xsl:template match="strong|STRONG">
  \textbf{<xsl:apply-templates/>}
</xsl:template>

<!--

<FONT face=Verdana
size=2>

-->

<xsl:template match="font|FONT">
</xsl:template>


</xsl:stylesheet>


pozdrawiam,
Jubal

--
[ Miros/law L Baran, baran-at-knm-org-pl, neg IQ, cert AI ] [ 0101010 is ]
[ BOF2510053411, makabra.knm.org.pl/~baran/, alchemy pany ] [ The Answer ]

      ``Here at the Phone Company, we serve all kinds of people; from
        Presidents and Kings to the scum of the earth ...''

Odpowiedź listem elektroniczym