This file contains hidden or 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
| %\pdfcompresslevel=0 | |
| %\pdfobjcompresslevel=0 | |
| \input luamplib.sty | |
| \mplibsetformat{metafun} | |
| \newbox\MpPageBg | |
| \setbox\MpPageBg\hbox{% | |
| \mplibcode | |
| beginfig(0); | |
| draw btex D R A F T etex scaled 14 rotated 60 | |
| withcolor transparent("normal", 0.2, black); |
This file contains hidden or 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
| \documentclass{article} | |
| \usepackage{xetexko} | |
| \setmainhanjafont{HanaMinA} | |
| \newfontfamily\fallbackhanjafont{HanaMinB} | |
| \begin{document} | |
| %\hanjacjksymbols % or \prevfontcjksymbols % not needed any more | |
| \Huge | |
| 道 | |
| 道\char"E0100 | |
| 道\char"E0101 |
This file contains hidden or 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
| \input luaotfload.sty | |
| \input luamplib.sty | |
| \mplibsetformat{metafun} | |
| \mplibcode | |
| beginfig(0); | |
| path p; p:= unitcircle scaled 2cm; | |
| fill p withcolor transparent("normal",0.5,red); | |
| fill p xshifted 1cm withcolor transparent("normal",0.5,blue) ; | |
| endfig; | |
| \endmplibcode |
This file contains hidden or 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
| \message{^^JName of the font to test = } | |
| \bgroup | |
| \endlinechar-1 | |
| \global\read-1 to\myfontname | |
| \egroup | |
| \ifx\empty\myfontname | |
| \def\myfontname{ec-lmr12} | |
| \fi | |
| \font\myfont=\myfontname\space at 15pt | |
| \def\numtohex{% |
NewerOlder