We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc9483 commit bccbc82Copy full SHA for bccbc82
images/ximeraProject.tex
@@ -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