Skip to content

Instantly share code, notes, and snippets.

@tsuu32
Last active February 4, 2020 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsuu32/0530e997539396fa10b9e0bf177f74b5 to your computer and use it in GitHub Desktop.
Save tsuu32/0530e997539396fa10b9e0bf177f74b5 to your computer and use it in GitHub Desktop.
ブログ用
% 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:
% 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}
@tsuu32
Copy link
Author

tsuu32 commented Feb 4, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment