Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.35 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \makeatletter
  4. \newcommand*{\CC}{%
  5.   \begingroup
  6.     \ifmmode
  7.       \mbox{\fontfamily{fxl21}\fontencoding{U}\selectfont\char2}%
  8.     \else
  9.       \fontfamily{fxl21}\fontencoding{U}\selectfont\char2
  10.    \fi
  11.  \endgroup
  12. }
  13. \makeatother
  14.  
  15. \begin{document}
  16.  
  17. This is Computer Modern with \CC\ from Linux Libertine.
  18.  
  19. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement