File:LaTeX logo.svg

Summary

Description

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:
% !TeX TS-program = pdflatex
% !TeX encoding = UTF-8
% !TeX spellcheck = en_US
% !BIB TS-program = bibtex
%PDFLaTeX
%LaTeX=>PDF
\documentclass[a4paper,12pt]{article}

\begin{document}
\thispagestyle{empty}
\begin{huge}
\LaTeX
\end{huge}
\end{document}

and save it under LaTeX_logo.tex

  • compile the PDF version running
pdflatex LaTeX_logo.tex
  • create the Postscript version using
pdf2ps LaTeX_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 latex_logo.ps
  • now you have your SVG version to post-process to obtain the image.
Date 30 March 2019 (original upload date)
Source Own work
Author The original uploader was Alejo2083 at Wikimedia Commons., optimised by Vulphere
Other versions
SVG development
InfoField
 The SVG code is valid.
 This text-logo was created with multiple tools.
Category:Valid SVG created with Other tools code:Text logos#LaTeX%20logo.svg
 This SVG text-logo uses the path text method.
Source code
InfoField

LaTeX

% !TeX TS-program = pdflatex
% !TeX encoding = UTF-8
% !TeX spellcheck = en_US
% !BIB TS-program = bibtex
%PDFLaTeX
%LaTeX=>PDF
\documentclass[a4paper,12pt]{article}

\begin{document}
\thispagestyle{empty}
\begin{huge}
\LaTeX
\end{huge}
\end{document}

Licensing

Public domain
This logo image consists only of simple geometric shapes or text. It does not meet the threshold of originality needed for copyright protection, and is therefore in the public domain. Although it is free of copyright restrictions, this image may still be subject to other restrictions. See WP:PD § Fonts and typefaces or Template talk:PD-textlogo for more information.
Category:PD textlogo#LaTeX%20logo.svgCategory:SVG text logos#LaTeX%20logo.svg Category:SVG files by VulcanSphere Category:SVG black logos Category:LaTeX logos Category:SVG free software logos Category:Texts in Latin script rendered to SVG Category:Computing logos by VulcanSphere
Category:Computing logos by VulcanSphere Category:LaTeX logos Category:PD textlogo Category:Pages using deprecated source tags Category:SVG black logos Category:SVG files by VulcanSphere Category:SVG free software logos Category:SVG text logos Category:Texts in Latin script rendered to SVG Category:Valid SVG created with Other tools code:Text logos