Skip to content
Snippets Groups Projects
Verified Commit d02c785c authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

properly spaced and scaled :warning:; retire \Warning for it

% test file

\documentclass{article}%

\usepackage[utf8]{inputenc}%
\usepackage[LY1,TS1,T1]{fontenc}%
\usepackage[varqu,varl]{inconsolata}%	for table example
\usepackage{unicodepoints}%
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm]{geometry}%

\setlength{\parskip}{0.3cm plus 5mm minus 1mm}%
\setlength{\parindent}{0cm}%

\begin{document}

:warning: Default size m:warning:m

{\tiny :warning: size tiny}

{\scriptsize :warning: size scriptsize}

{\footnotesize :warning: size footnotesize}

{\small :warning: size small}

{\normalsize :warning: size normalsize}

{\large :warning: size large}

{\Large :warning: size Large}

{\LARGE :warning: size LARGE}

{\huge :warning: size huge}

{\Huge :warning: size Huge}

{\sffamily%
:warning: sans Default size

{\tiny :warning: size tiny}

{\scriptsize :warning: size scriptsize}

{\footnotesize :warning: size footnotesize}

{\small :warning: size small}

{\normalsize :warning: size normalsize}

{\large :warning: size large}

{\Large :warning: size Large}

{\LARGE :warning: size LARGE}

{\huge :warning: size huge}

{\Huge :warning: size Huge}
}

EOF

\end{document}
parent acdeb091
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment