12 lines
481 B
TeX
12 lines
481 B
TeX
\documentclass[a4paper]{article}
|
||
\usepackage{lmodern}
|
||
\usepackage{amssymb,amsmath}
|
||
\usepackage[T1]{fontenc}
|
||
\usepackage[utf8]{inputenc}
|
||
\usepackage[english]{babel}
|
||
\usepackage{hyperref}
|
||
\begin{document}
|
||
\thispagestyle{empty}
|
||
\parbox{0.45\linewidth}{\noindent The compound-forming hyphen seen here is also used for hyphenation. To mark parentheses – the rhethorical ones –, most languages use en dashes. An exception is American English\,—\,it uses em dashes.}
|
||
\end{document}
|