TeX logo


Autor/Urheber:
Größe:
1028 x 590 Pixel (1640 Bytes)
Beschreibung:
I created it by myself using TeTex, Ghostscript, Sketch and Inkscape, working in Linux. If you want to create it, too, follow these steps:
  • create the following LaTeX source:
\documentclass[a4paper,12pt]{article}

\begin{document}
\begin{huge}
\TeX
\end{huge}
\end{document}

and save it under tex_logo.tex

  • compile the PDF version running
pdflatex tex_logo.tex
  • create the Postscript version using
pdf2ps tex_logo.pdf
  • now you have to convert the Postscript version into the SVG format. If you have Sketch installed, you can create your own script following the guidelines in this guide. After you have created the script, simply run:
ps2svg.sh tex_logo.ps
  • now you have your SVG version to post-process to obtain the image.
Lizenz:
Public domain
Bild teilen:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Weitere Informationen zur Lizenz des Bildes finden Sie hier. Letzte Aktualisierung: Thu, 03 Apr 2025 03:12:01 GMT

Relevante Bilder


Relevante Artikel

TeX

TeX, in Eigenschreibweise , ist ein von Donald E. Knuth ab 1977 entwickeltes und 1986 fertiggestelltes Textsatzsystem, mit dem Texte geschrieben und für den Druck oder die Bildschirmansicht formatiert werden können. In TeX enthalten ist eine eingebaute Makrosprache, die ebenfalls TeX genannt wird. .. weiterlesen