summaryrefslogtreecommitdiff
path: root/info/maketexwork/ex-07-01
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/maketexwork/ex-07-01
Initial commit
Diffstat (limited to 'info/maketexwork/ex-07-01')
-rw-r--r--info/maketexwork/ex-07-018
1 files changed, 8 insertions, 0 deletions
diff --git a/info/maketexwork/ex-07-01 b/info/maketexwork/ex-07-01
new file mode 100644
index 0000000000..fa87ff6c02
--- /dev/null
+++ b/info/maketexwork/ex-07-01
@@ -0,0 +1,8 @@
+ Using English and French}
+\documentstyle[english,francais]{article}
+\begin{document}
+This is a document which uses both English and
+French. \selectlanguage{french} Mais, Je ne parle plus
+la francais. \selectlanguage{english} So I won't try
+to make this example very long.
+\end{document}