-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogo.tex
More file actions
47 lines (44 loc) · 1.44 KB
/
logo.tex
File metadata and controls
47 lines (44 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\documentclass[tikz,margin=2pt]{standalone}
\usetikzlibrary{decorations.text}
\usepackage{dsfont}
\usepackage{graphicx}
\begin{document}
\begin{tikzpicture}
\draw[color=black] (0,0) node {\scalebox{4}{\Huge $\mathds{R}$}};
%\draw[color=black] (0,0) node {\includegraphics{blackboard-bold-integers.pdf}};
%\node at (0,-1.65) {\large\bfseries\color{gray} {$\mathbf{60}^{\mbox{\scriptsize th}}$ Anniversary}};
\draw[color=black,line width=2pt] (0,0) circle (2.95cm);
\path
[
postaction={
decorate,
decoration={
text along path,
text align/fit to path stretching spaces=true,
reverse path=false,
text align/align=center,
text align/left indent={0cm},
text align/right indent={0cm},
text={|\Huge\color{black}|Ross Mathematics Program}
}
}
]
(0,0) ++(215:2.20cm) arc (215:-35:2.20cm);
\path
[
postaction={
decorate,
decoration={
text along path,
text align/fit to path stretching spaces=true,
reverse path=false,
text align/align=center,
text align/left indent={0cm},
text align/right indent={0cm},
text={|\Huge\color{black}|Ross Mathematics Program}
}
}
]
(0,0) ++(215:2.20cm) arc (215:-35:2.20cm);
\end{tikzpicture}
\end{document}