Re: Interrobang

Chris Moller <[email protected]> Sun, 24 May 2020 17:44:20 -0400
Newsgroups gmane.comp.tex.pdftex
Message-ID <[email protected]>
My word, what a kiuge!  But it works: docbook2tex to create the .tex 
file, sed to translate every instance of \Character{8253} into 
\textinterrobang and then pdfjadetex to turn the modified TeX into a PDF.

But it would be cool if someone, someday, tinkered the right code to 
make the kluge unnecessary.

--cm


On 2020-05-24 16:58, Peter Schmitt wrote:
> On Sun, 24 May 2020, Peter Schmitt wrote:
>
>> I do not know about this conversion, but since the result is a valid 
>> LaTeX file \rlap{?}! should work if you can pass it verbatim (as part 
>> of your text) -- the simulation may not be perfect but it should be 
>> sufficient.
>>
>> From the documentation I learned that there is also a
>   docbook2tex
> If you use this and indicate interrobangs by simply writing this word
> (or an abbreviation) in your text than you can search it in the 
> resulting .tex-file and replace by TeX code before using pdf(la)tex on 
> it.
> (This procedure could also be automatized by script.)
>
> Peter
>