bib2xhtml icon indicating copy to clipboard operation
bib2xhtml copied to clipboard

Add support for \textsf{blah}

Open Derek-Jones opened this issue 5 years ago • 2 comments

Found out that \sf is deprecated., so I switched to using \textsf{}, which means bib2xhtml has to support it ;-)

s/\\textsf(\001\d+)\{(.*)\1\}/<font face="serif">$2<\/font>/gs;# \textsf{text} -> <font face="serif">text</font>

Derek-Jones avatar May 31 '20 15:05 Derek-Jones

Right! I'd appreciate a pull request, so that you get proper credit.

dspinellis avatar May 31 '20 16:05 dspinellis

I now have an internet facing Linux machine: https://linux-hardware.org/?probe=22b5cb911a so I ought to start doing pull requests (will add support for euro and cent first).

Derek-Jones avatar May 31 '20 16:05 Derek-Jones