aboutsummaryrefslogtreecommitdiff
path: root/source/img/icon-square.tex
blob: 5d1f692b6fe7b09a44ff735c3916768dd92b81ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-engine: xetex
%%% End:

\documentclass{standalone}
\usepackage{xltxtra}
\usepackage{tikz}

\setmainfont{Monoid}

\begin{document}

\tikz {
  \draw[draw=none,fill=black] (-100,-100) rectangle (100,100);
  \node[text=white,scale=250.0] at (0,0) {N};
}

\end{document}