summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bclogo/syracuse.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bclogo/syracuse.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bclogo/syracuse.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bclogo/syracuse.tex b/Master/texmf-dist/doc/latex/bclogo/syracuse.tex
new file mode 100644
index 00000000000..e880ab75d8c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bclogo/syracuse.tex
@@ -0,0 +1,19 @@
+\documentclass[11pt,a4paper]{article}
+\usepackage[utf8]{inputenc}
+\usepackage{amsmath}
+\usepackage[sc]{mathpazo}
+\usepackage[svgnames]{xcolor}
+
+\usepackage{pst-blur}
+\usepackage{pst-text}
+
+\definecolor{bleu}{rgb}{0.2,0.0,1}
+\definecolor{vert}{rgb}{0,0.3,0.03}
+\definecolor{rouge}{RGB}{88,0,0}
+\begin{document}
+\thispagestyle{empty}
+ \begin{pspicture}(2cm,0)(15,3cm)
+ \rput(7,1.5){\psscalebox{3}{\pscharpath[shadow=true,shadowangle=-135,shadowsize=1pt,shadowcolor=black!20,linecolor=vert,fillstyle=solid,fillcolor=white,linewidth=0.7pt]{\Huge\itshape\textbf{Syracuse}}}}
+ \end{pspicture}%
+
+\end{document}