aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-05-07 13:25:09 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-05-07 13:25:09 +0000
commit0fd7db9a0ae5bc63f517b31f67b3200c686d823a (patch)
treeee8be668fd1e5338d6e569504a151929e4fdc0b6 /doc
parenta81bc64b0d3e3e551ace7aea73f4b258d5724425 (diff)
Petits affinements
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8574 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/newfaq/main.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/newfaq/main.tex b/doc/newfaq/main.tex
index 553328eca..fc148f88f 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.