Re: Interrobang
Peter Schmitt <[email protected]> Sun, 24 May 2020 22:44:03 +0200 (CEST)
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 24 May 2020, Chris Moller wrote:
> Thanks for the reply, but the problem is that what docbook2pdf does is parse SGML or XML input files and create a tex-format
> intermediate file which then gets passed to pdftex. The user never even sees the intermediate files. Even intercepting that
> pipeline doesn't help much--the intermediate file looks nothing like a standard tex/latex file:
>
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.
Peter