Last active
April 20, 2017 08:21
-
-
Save wtsnjp/aa1929063e3a8bfc21dca0ccebb114dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%#!latex | |
\documentclass{article} | |
\usepackage{hyperref} | |
\let\xtextsf\textsf % `\def\xtextsf#1{\textsf{#1}}' will work | |
\begin{document} | |
\section{Hello \textsf{\TeX}} %==>O.K. | |
\section{Good-bye \xtextsf{\TeX}!} %==>error | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment