石田修二ホームページ > いろいろ >
itchyny様がご自身のブログ記事「TeXでとある魔術のロゴ作成」(プログラムモグモグ, 2012年4月12日)で公開されているソースで、私の41歳の誕生日を祝うロゴを作ってみました。
完成品は下のリンクからダウンロード(閲覧)できます。
私が手を入れたのは、文字部分だけで、肝心なところは全く手を入れていません。itchyny様の設定で十分なので。
上記リンクを張っている 41.tex をメモ帳等テキストエディタで開くと以下のソースが見えます。
\documentclass{article} \usepackage[dvipdfm]{graphicx} \usepackage[usenames]{color} \pagestyle{empty} \makeatletter \def\toaru{\@ifnextchar[{\@toaru}{\@toaru[black]}} \def\@toaru[#1]#2#3#4#5#6#7#8{\leavevmode\kern-0.0em\lower-0.5em\hbox{% \kern-0.00em\lower-0.00em\hbox{\resizebox{1.00em}{!}{\textcolor{#1}{と}}}% \kern-0.28em\lower-0.00em\hbox{\resizebox{0.70em}{!}{\textcolor{#1}{あ}}}% \kern-0.19em\lower-0.23em\hbox{\resizebox{0.60em}{!}{\textcolor{#1}{る}}}% \kern-0.12em\lower-0.05em\hbox{\resizebox{0.85em}{!}{\textcolor{#1}{#2}}}% \kern-0.10em\lower-0.04em\hbox{\resizebox{0.75em}{!}{\textcolor{#1}{#3}}}% \kern-0.07em\lower-0.00em\hbox{\resizebox{0.80em}{!}{\textcolor{#1}{の}}}% \kern-3.40em\lower0.90em\hbox{\resizebox{0.90em}{!}{\setlength{\fboxsep}{0.02em}\colorbox{#1}{\textcolor{white}{#4}}}}% \kern-0.0em\lower0.80em\hbox{\resizebox{0.70em}{!}{\textcolor{#1}{#5}}}% \kern-0.0em\lower0.80em\hbox{\resizebox{0.70em}{!}{\textcolor{#1}{#6}}}% \kern-0.0em\lower0.90em\hbox{\resizebox{0.90em}{!}{\textcolor{#1}{#7}}}% \kern-2.2em\lower1.05em\hbox{\resizebox{!}{0.14em}{\warituke{7em}{\bf \textcolor{#1}{#8}}}}% \kern1.2em\lower0em\hbox{}}}% \newcommand{\warituke}[2]{\makebox[#1][s]{#2}} \makeatother \begin{document} \centering \resizebox{40em}{!}{\toaru[YellowOrange]講師超生誕祭{4 1 歳 厄 年 !}}\newpage \end{document}
ホントによくできていて感心します。
現状はA4サイズの紙に浮いた感じになっているので、スライドのような表示にカスタマイズすることを考えています。
あとは、ヲタと誤解されないよう、深入りすることはほどほどにすること。
リンクはご自由にどうぞ。