summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/comment/t1test.tex
blob: d06cef454acf6ecca0bd14b06cb2afde2fa029ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\documentclass{article}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{comment}
\includecomment{mention}

%% set-language-environment UTF-8

\begin{document}

Yes:
\begin{mention}
Ð
\end{mention}
.

No:
\begin{comment}
Ñ
\end{comment}
.
\end{document}