Skip to content

Commit bccbc82

Browse files
committed
the tex source!
1 parent 9bc9483 commit bccbc82

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

images/ximeraProject.tex

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
\documentclass{standalone}
2+
%compile, then use pdf2svg ximeraProject.pdf ximeraProject.svg
3+
\usepackage{tikz}
4+
\usepackage{standalone}
5+
\renewcommand*\sfdefault{lmssq}
6+
\usepackage{graphicx}
7+
\begin{document}
8+
9+
\begin{tikzpicture}[x=1in,y=1in]
10+
\begin{scope}
11+
\node[white] at (0,0) {\resizebox{2.6in}{!}{\input{tikzLogo.tex}}};
12+
\node[white] at (0,-.4) {\resizebox{2.6in}{!}{\textsf{PROJECT}}};
13+
\end{scope}
14+
\end{tikzpicture}
15+
16+
\end{document}

0 commit comments

Comments
 (0)