Difference between revisions of "Verbatim with line breaks"

From Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 09:55, 21 July 2004

< From LaTeX to ConTeXt

LaTeX:

\documentclass[frenchb]{article}% in french texts, : ; ? and ! are active
\usepackage[latin9]{inputenc}
\usepackage{listings,babel}
\lstset{breaklines=true,basicstyle=\ttfamily}
\begin{document}
\hsize8cm\noindent\lstinline{hööah:aloh/aa?lha llol!loh%lloh#allhal\lohhll;ohohal~loll ohalölo}
\end{document}

ConTeXt: Perhaps with \hyphenatedfile?