blob: ed6717aa15f2446304a6bad6aacbe096e9baf3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% !TeX encoding = latin9
% This is frenchlb.tex
%
% French Torture Test with LaTeX (main style article)
% Copyright Bernard Gaulle as in french.doc
%
% last mods 2006/04/25
%
\documentclass[twocolumn]{article}
\usepackage[latin9]{inputenc}% pour le codage d'entrée, ici latin9
\usepackage[T1]{fontenc}% pour utiliser les fontes ec (et cm en math)
\usepackage{eurosym} %for the ¤
\usepackage{mylist,mya4,graphicx,french}
\usepackage{epstopdf}% so graphicx accepts eps images
\setlength{\textwidth}{410pt}%%
\let\iflatex\iftrue
\frenchtest
\end{document}
%%
%% checksum = "13164 16 42 436"
%%
|