I have recently picked a file in asian laguage. When I have maked the necessary change in order to take a file in french laguage, I have this error:
! Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.
Here is the code source
\documentclass[12pt]{article} \usepackage[utf8]{inputenc}
\usepackage[TS1,T1]{fontenc}
\usepackage[a4paper,hmargin=2cm,vmargin=2cm]{geometry}
\usepackage{amsfonts,amsmath, amssymb,amsthm, graphicx}
\usepackage[francais]{babel} \usepackage{textcomp}
\usepackage{lmodern}
\newtheorem{definition}{\textbf{Definition}}
\begin{document}
\section{Chaos de Wiener}
\subsection{Décomposition en Chaos de Wiener}
On se donne: \begin{itemize} \item Un espace de Hilbert séparable
$H$, muni du produit scalaire $\langle \cdot , \cdot \rangle_{ H}$,
qui induit une norme $\| \cdot \|_{ H}$ \item Un espace de
probabilité complet $(\Omega, \mathcal{F}, \mathbb P)$. \end{itemize}
\begin{definition}[Processus Gaussien isonormal] \label{def:1} On dit
que le processus $W = \{ W(h); h \in H\}$ défini sur $(\Omega,
\mathcal{F}, \mathbb P)$, est un \textit{processus Gaussien
isonormal} sur $H$ si $W = \{ W(h); h \in H\}$ est constitué par
une famille de v.a.r gaussiènne centrée vérifiant la relation: Pour
tout $h, g \in H$, on a
$$E [ W(h) W(g) ] = \langle h, g \rangle_H$$
\end{definition}
\end{document}
Well, I do not know if my questions are understandable and acceptable. Thank you in advance (and thank you to Gonzalo Medina and cfr and other for these answers).
http://tex.stackexchange.com/a/4270/6908
– Trefex Apr 24 '14 at 08:10\E? – karlkoeller Apr 24 '14 at 08:16texlive-lang-frenchand remove\E, the example compiles for me. – Tahtisilma Apr 24 '14 at 08:21utf8xinsted ofutf8– alexises Apr 24 '14 at 08:36\[not$$in latex/ – David Carlisle Apr 24 '14 at 08:39