summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-12 23:54:18 +0000
committerKarl Berry <karl@freefriends.org>2011-11-12 23:54:18 +0000
commit5901a5966847286ca7c6004a065542aec2165a85 (patch)
tree1b62abf649d8ca8b759443254d5a8b34d0c6ec51 /Master/texmf-dist/tex/context
parentf134beeb5549ba25ec0b970a926a67e401b4ad5f (diff)
context-french (10nov11)
git-svn-id: svn://tug.org/texlive/trunk@24582 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r--Master/texmf-dist/tex/context/third/french/t-french.mkiv23
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/context/third/french/t-french.mkiv b/Master/texmf-dist/tex/context/third/french/t-french.mkiv
index 9d7bf2b7142..ce9513a118e 100644
--- a/Master/texmf-dist/tex/context/third/french/t-french.mkiv
+++ b/Master/texmf-dist/tex/context/third/french/t-french.mkiv
@@ -1,6 +1,6 @@
%D \module
%D [ file=t-french,
-%D version=2011.11.08,
+%D version=2011.11.09,
%D title=\CONTEXT\ User Module,
%D subtitle=For French documents,
%D author=Peter Münster,
@@ -31,18 +31,18 @@
%D \stopitemize
%D
%D If I remember right, the \LaTeX\ babel package does a much better job at
-%D language switching, but I don't know, how this is possible in \ConTeXt.
+%D language switching, but I don't know, how this is possible in \ConTeXt...
+%D
+%D Many thanks to Hans Hagen and Wolfgang Schuster for their help!
\writestatus{loading}{Typesetting French documents}
\startsetups french
- % This shoud be also active in footnotes, headers and footers, and not
- % active in verbatim text:
+ % Todo: This shoud be also active in footnotes, headers and footers,
+ % and not active in verbatim text:
\setcharacterspacing[frenchpunctuation]
% A question of style:
\setupitemize[symbol=2]
- % What is this? I don't remember where this comes from:
- \lccode`\'=`\'
\stopsetups
\startsetups not-french
\setcharacterspacing[reset]
@@ -59,10 +59,10 @@
\ifx \iers \undefined \def\iers {\highordinalstr{ers}} \fi
\ifx \ieres \undefined \def\ieres {\highordinalstr{res}} \fi
-\doifnotmode{demo}{\endinput}
+\continueifinputfile{t-french.mkiv}
%D Usage example:
-\def\myItems{%
+\startbuffer[items]
\startitemize
\item test
\item test
@@ -74,7 +74,8 @@
\item test
\stopitemize
\stopitemize
- \stopitemize}
+ \stopitemize
+\stopbuffer
\usemodule[french]
@@ -86,10 +87,10 @@
some English text: «English» or \quotation{French}, ok?
\stop
«voilà» \quote{voilà} \quotation{voilà}
- \myItems
+ \getbuffer[items]
\start
\language[en]
- \myItems
+ \getbuffer[items]
\stop
\stopbuffer
\typebuffer