emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex a159114 01/95: Add AUCTeX Logo


From: Tassilo Horn
Subject: [elpa] externals/auctex a159114 01/95: Add AUCTeX Logo
Date: Sun, 16 Apr 2017 01:26:44 -0400 (EDT)

branch: externals/auctex
commit a1591144226b5f824ae192c30a4a6ca524a67468
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Add AUCTeX Logo
    
    * etc/auctex-logo.tex: Logo of AUCTeX.  It was realized with comments from
    Vincent Belaïche, Marcin Borkowski, Marta Dell’Atti, Tamas Papp and others.
    
    * .gitignore: Ignore some files automatically created during compilation.
---
 .gitignore          |  4 ++++
 etc/auctex-logo.tex | 27 +++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/.gitignore b/.gitignore
index c529260..49a593c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 #*
+*.aux
 *.elc
 *.log
+*.synctex.gz
 *~
 CHANGES
 ChangeLog
@@ -24,6 +26,8 @@ doc/preview-dtxdoc.texi
 doc/preview-latex.info
 doc/tex-ref.pdf
 doc/version.texi
+etc/auctex-logo.pdf
+etc/auto
 latex/prauctex.cfg
 latex/prauctex.def
 latex/prcounters.def
diff --git a/etc/auctex-logo.tex b/etc/auctex-logo.tex
new file mode 100644
index 0000000..f8b7fbf
--- /dev/null
+++ b/etc/auctex-logo.tex
@@ -0,0 +1,27 @@
+% Copyright (C) Free Software Foundation, Inc.
+% License: GNU GPLv3 or later
+
+\documentclass{article}
+\usepackage{crimson,listings,tikz,geometry}
+\geometry{paperwidth=7.5mm,paperheight=7.5mm}
+\definecolor{bg}{HTML}{8596B0}\pagecolor{bg}
+\definecolor{fg}{HTML}{F0F0EA}\color{fg}
+\lstset{basicstyle=\color{fg!65!bg}\ttfamily,
+  commentstyle=\itshape,language={[LaTeX]TeX}}
+\begin{document}
+\begin{tikzpicture}[overlay]
+  \coordinate (a) at (-7.26pt,1.89098pt) {};
+  \node[inner sep=0pt] at (-0.265,0.07)
+  {\resizebox{6.4mm}{!}
+    {\lstinputlisting{\jobname}}};
+  \node[inner sep=0pt,align=center] at (a)
+  {A\kern-0.05emU\kern-0.03emC\\[-0.7ex]%
+    T\kern-.15em\lower.46ex%
+    \hbox{\color[HTML]{CAE674}E}\kern-.06emX};
+\end{tikzpicture}
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]