Last active
February 4, 2020 11:37
-
-
Save tsuu32/0530e997539396fa10b9e0bf177f74b5 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
% compile: cluttex -e platex min10_example.tex | |
% png: gs -sDEVICE=pnggray -r1000 -dTextAlphaBits=4 -o min10_example.png min10_example.pdf | |
% alpha png: gs -sDEVICE=pngalpha -r1000 -o min10_example_alpha.png min10_example.pdf | |
\documentclass{standalone} | |
\begin{document} | |
キャッシュ | |
\end{document} | |
% Local Variables: | |
% TeX-engine: ptex | |
% End: |
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
% compile: cluttex -e pdflatex yukidaruma.tex | |
% png: gs -sDEVICE=png16m -r300 -dGraphicsAlphaBits=4 -o yukidaruma.png yukidaruma.pdf | |
\documentclass{standalone} | |
\usepackage[svgnames]{xcolor} | |
\usepackage{scsnowman} | |
\begin{document} | |
\scsnowman[scale=10,hat=Pink,muffler=YellowGreen,snow=SkyBlue,buttons=DarkGray] | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ブログ: