From 0fd7db9a0ae5bc63f517b31f67b3200c686d823a Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 7 May 2004 13:25:09 +0000 Subject: Petits affinements git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8574 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/newfaq/main.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/newfaq/main.tex b/doc/newfaq/main.tex index 553328eca7..fc148f88f6 100644 --- a/doc/newfaq/main.tex +++ b/doc/newfaq/main.tex @@ -1282,8 +1282,7 @@ while {\assert} is. todo -\section{Proof management} - +\subsection{Proof management} \Question{How can I change the order of the subgoals?} @@ -2048,12 +2047,13 @@ Glib.Utf8.from_unichar 0x2200;; shortcut. \end{itemize} -\Question{What encoding should I use? What is this x{iiii} in my file?} +\Question{What encoding should I use? What is this $\backslash$x\{iiii\} in my file?} The encoding option is related to the way files are saved. Keep it as UTF-8 until it becomes important for you to exchange files with non UTF-8 aware applications. If you choose something else than UTF-8, then missing characters will - be encoded by \\x{....} or \\x{........} where each dot is an hex. digit. + be encoded by $\backslash$x\{....\} or $\backslash$x\{........\} + where each dot is an hex. digit. The number between braces is the hexadecimal UNICODE index for the missing character. -- cgit v1.2.3