summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latino-sine-flexione/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latino-sine-flexione/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/latino-sine-flexione/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latino-sine-flexione/README.md b/Master/texmf-dist/doc/latex/latino-sine-flexione/README.md
new file mode 100644
index 00000000000..81d6a833365
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latino-sine-flexione/README.md
@@ -0,0 +1,35 @@
+# `latino-sine-flexione`
+
+*package by Victor LEVE granted into public domain*
+
+## Latin without inflexions
+
+Latino sine Flexione (or Interlingua) is a language constructed by Giuseppe Peano at the
+beginning of the last century. This simplified Latin is designed to be a instrument for
+international cooperation, firstly in the academic sphere.
+
+*Note:* Another Interlingua was created a few decades after Peano's work, the one related
+to the `babel-interlingua' package.
+
+## Package content
+
+This package provides the necessary translations to use the language within a LaTeX
+document. It also imports `fontenc` in order to be able to use ligatures and quotation
+marks.
+
+Finally, it offers a text in Interlingua that can be used as fake text: Fundamento de
+intelligentia. This article by H. Bijlsma was first published in *Schola et Vita* Anno I
+(1926).
+
+## Basic use
+
+```latex
+\documentclass{article}
+\usepackage{latino-sine-flexione}
+
+\begin{document}
+ \section{Verbos}
+ Verbo <<ama>> de pr\ae{}fatione es mirabile.
+ \input{fundamento}
+\end{document}
+```