Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Created March 26, 2019 17:44
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 zr-tex8r/8b3e1aa7999a1bb8e565fde43c976bba to your computer and use it in GitHub Desktop.
Save zr-tex8r/8b3e1aa7999a1bb8e565fde43c976bba to your computer and use it in GitHub Desktop.
LaTeX:BXglyphwikiで新元号するかもしれないやつ
%#!lualatex
\documentclass[margin=2bp]{standalone}
\usepackage[svgnames]{xcolor}
\usepackage{tikz,tikzducks,luatexja}
\usepackage[cache=5]{bxglyphwiki}
\definecolor{myframe}{rgb}{0.65,0.50,0.35}
\begin{document}
\begin{tikzpicture}[x=1bp,y=1bp]
\useasboundingbox (0,0) rectangle (140,140);
\draw[myframe, line width=6pt, rounded corners=2pt]
(20,30) rectangle (70,120);
\node at (45,75)
{\scalebox{4}[8]{\GWI{zr12r_u32ff-vert}}};
\node at (100,40)
{\tikz[scale=25]{\duck[hat=Brown]}};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment