summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/third/french
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2006-12-10 08:46:54 +0000
committerTaco Hoekwater <taco@elvenkind.com>2006-12-10 08:46:54 +0000
commit89c5b435f5ef6f42ee81200b290d05978b30de00 (patch)
treed858401d80aa944040ddaec3b06836e4def8a926 /Master/texmf-dist/tex/context/third/french
parent7a7c8d7d382636c8b6a6d1ffc9a395cb1c972252 (diff)
undesired packages removed
git-svn-id: svn://tug.org/texlive/trunk@2670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/third/french')
-rw-r--r--Master/texmf-dist/tex/context/third/french/t-french.tex77
1 files changed, 0 insertions, 77 deletions
diff --git a/Master/texmf-dist/tex/context/third/french/t-french.tex b/Master/texmf-dist/tex/context/third/french/t-french.tex
deleted file mode 100644
index 86d0095b1f1..00000000000
--- a/Master/texmf-dist/tex/context/third/french/t-french.tex
+++ /dev/null
@@ -1,77 +0,0 @@
-%D \enableregime[utf]
-%D \module
-%D [ file=t-french,
-%D version=2006.09.12,
-%D title=\CONTEXT\ User Module,
-%D subtitle=For French documents,
-%D author=Peter Münster,
-%D date=\currentdate,
-%D copyright={Peter Münster}]
-%C This module is copyrighted by Peter Münster.
-%C Please send any comments to pmrb at free.fr.
-
-% This program is free software; you can redistribute it and/or
-% modify it under the terms of the GNU General Public License
-% as published by the Free Software Foundation; either version 2
-% of the License, or (at your option) any later version.
-
-% This program is distributed in the hope that it will be useful,
-% but without any warranty; without even the implied warranty of
-% merchantability or fitness for a particular purpose. See the
-% GNU General Public License for more details.
-
-%D \enableregime[utf]
-%D This module tries to do similar things as the frenchb.ldf in LaTeX:
-%D \startitemize
-%D \item automatic space before » and after «, :, ?, ; and !
-%D \item changing symbol for itemize environment
-%D \stopitemize
-%D
-%D There are still some bugs:
-%D \startitemize
-%D \item automatic space before » and after « does not work with utf
-%D \item when loaded in a project file, the activation of the characters : and
-%D ; gets lost in the products
-%D \stopitemize
-%D
-%D In a next version, we will use the new pre-spacing-feature of pdfTeX:
-%D no more active characters!
-
-\writestatus{loading}{Typesetting French documents}
-
-\def\activateSomeCharacters{%
- \defineactivecharacter « {\leftguillemot\,}% does not seem to work
- \defineactivecharacter » {\,\rightguillemot}% with utf-encoding... :(
- \defineactivecharacter ! {\,\string!}%
- \defineactivecharacter ? {\,\string?}%
- \defineactivecharacter : {\,\string:}%
- \defineactivecharacter ; {\,\string;}}
-
-\startlanguagespecifics[fr]
- \activateSomeCharacters
- \setupitemize[symbol=2]
- \lccode`\'=`\'
-\stoplanguagespecifics
-
-\mainlanguage[fr]
-
-\appendtoks\activateSomeCharacters\to\everystarttext
-
-%% This is also an option:
-%\definehspace[fr][:][.166667em]
-%\definehspace[fr][;][.166667em]
-%\definehspace[fr][!][.166667em]
-%\definehspace[fr][?][.166667em]
-%\useencoding[ffr]
-
-\doifnotmode{demo}{\endinput}
-
-%D Usage example:
-\enableregime[il9]
-\usemodule[french]
-\starttext
-Voilà: Voilà? Voilà! Voilà; «voilà»
-
-\enableregime[utf]
-Voilà: Voilà? Voilà! Voilà; {\en does not work with utf:} «voilà»
-\stoptext