File:LaTeX Textgrößen tiny scriptsize footnotesize small normalsize large Large LARGE huge Huge.svg

Summary

Description
Deutsch: LaTeX Textgrößen tiny scriptsize footnotesize small normalsize large Large LARGE huge Huge https://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_Textgr%C3%B6%C3%9Fen
Date
Source Own work based on: b:de:LaTeX-Wörterbuch:_Textgrößen
Author
Johannes Kalliauer (1989)  wikidata:Q59091777
 
Alternative names
JoKalliauer
Description Austrian civil engineer, scientist, student, university teacher, Wikipedian and Wikimedian
Date of birth 13 November 1989 Edit this at Wikidata
Location of birth Vienna Edit this at Wikidata
Work period 2017 Edit this at Wikidata
Work location
Authority file
SVG development
InfoField
Source code
InfoField

LaTeX code

% !TeX TS-program = pdflatex
% !TeX encoding = UTF-8
% !TeX spellcheck = de_DE

\documentclass[a4paper]{article}
\usepackage[utf8x]{inputenc}
\usepackage{ngerman}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage{times}

\parindent0mm

\begin{document}

\begin{tabbing}
\LARGE        \textbackslash LARGE        \= \kill

\tiny         \textbackslash tiny         \> \tiny Die kleinste Textgröße\\

\scriptsize   \textbackslash scriptsize   \> \scriptsize Etwas größerer Text,\\

\footnotesize \textbackslash footnotesize \> \footnotesize In dieser Größe werden die \href{https://de.wikibooks.org/wiki/LaTeX-W\%C3\%B6rterbuch:_footnote}{Fußnoten} angezeigt.\\

\small        \textbackslash small        \> \small Dieser Text ist einfach "`klein"'.\\


\normalsize   \textbackslash normalsize   \> \normalsize Das ist die normale Schriftgröße.\\

\large        \textbackslash large        \> \large Großer Text.\\

\Large        \textbackslash Large        \> \Large Größerer Text.\\

\LARGE        \textbackslash LARGE        \> \LARGE Noch größerer Text.\\

\huge         \textbackslash huge         \> \huge Riesiger Text.\\

\Huge         \textbackslash Huge         \> \Huge Die größte Schrift.
\end{tabbing}


\end{document}

Licensing

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
Category:PD ineligible#LaTeX%20Textgrößen%20tiny%20scriptsize%20footnotesize%20small%20normalsize%20large%20Large%20LARGE%20huge%20Huge.svg Category:LaTeX Category:MediaWiki SVG font tests
Category:LaTeX Category:MediaWiki SVG font tests Category:PD ineligible Category:Translation possible - SVG Category:Uploaded by JoKalliauer Category:Valid SVG created with LaTeX code