summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/babel-contrib/samin
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 /macros/latex/contrib/babel-contrib/samin
Initial commit
Diffstat (limited to 'macros/latex/contrib/babel-contrib/samin')
-rw-r--r--macros/latex/contrib/babel-contrib/samin/samin.dtx232
-rw-r--r--macros/latex/contrib/babel-contrib/samin/samin.ins148
-rw-r--r--macros/latex/contrib/babel-contrib/samin/samin.pdfbin0 -> 124782 bytes
3 files changed, 380 insertions, 0 deletions
diff --git a/macros/latex/contrib/babel-contrib/samin/samin.dtx b/macros/latex/contrib/babel-contrib/samin/samin.dtx
new file mode 100644
index 0000000000..b3d951204c
--- /dev/null
+++ b/macros/latex/contrib/babel-contrib/samin/samin.dtx
@@ -0,0 +1,232 @@
+% \iffalse meta-comment
+%
+% Copyright 1989-2005 Johannes L. Braams and any individual authors
+% listed elsewhere in this file. All rights reserved.
+%
+% This file is part of the Babel system.
+% --------------------------------------
+%
+% It may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2003/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work is Johannes Braams.
+%
+% The list of all files belonging to the Babel system is
+% given in the file `manifest.bbl. See also `legal.bbl' for additional
+% information.
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
+% extension .ins) which are part of the distribution.
+% \fi
+% \CheckSum{120}
+%
+% \iffalse
+% Tell the \LaTeX\ system who we are and write an entry on the
+% transcript.
+%<*dtx>
+\ProvidesFile{samin.dtx}
+%</dtx>
+%<code>\ProvidesLanguage{samin}
+%\fi
+%\ProvidesFile{samin.dtx}
+ [2004/02/20 v1.0c North Sami support from the babel system]
+%\iffalse
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 -- 2004
+%% by Johannes Braams, TeXniek
+%
+%% Please report errors to: J.L. Braams
+%% babel at braams.cistron.nl
+%
+% This file is part of the babel system, it provides the source code for
+% the North Sami language definition file.
+%<*filedriver>
+\documentclass{ltxdoc}
+\newcommand*{\TeXhax}{\TeX hax}
+\newcommand*{\babel}{\textsf{babel}}
+\newcommand*{\langvar}{$\langle \mathit lang \rangle$}
+\newcommand*{\note}[1]{}
+\newcommand*{\Lopt}[1]{\textsf{#1}}
+\newcommand*{\file}[1]{\texttt{#1}}
+\begin{document}
+ \DocInput{samin.dtx}
+\end{document}
+%</filedriver>
+%\fi
+% \GetFileInfo{samin.dtx}
+%
+% \section{The North Sami language}
+%
+% The file \file{\filename}\footnote{The file described in this
+% section has version number \fileversion\ and was last revised on
+% \filedate. It was written by Regnor Jernsletten,
+% (\texttt{Regnor.Jernsletten@sami.uit.no}) or
+% (\texttt{Regnor.Jernsletten@eunet.no}).}
+% defines all the language definition macros for the North Sami language.
+%
+% Several Sami dialects/languages are spoken in Finland, Norway, Sweden
+% and on the Kola Peninsula (Russia). The alphabets differ, so there
+% will eventually be a need for more \texttt{.dtx} files for e.g. Lule
+% and South Sami. Hence the name \file{samin.dtx} (and not
+% \file{sami.dtx} or the like) in the North Sami case.
+%
+% There are currently no hyphenation patterns available for the North
+% Sami language, but you might consider using the patterns for Finnish
+% (\file{fi8hyph.tex}), Norwegian (\file{nohyph.tex}) or Swedish
+% (\file{sehyph.tex}). Add a line for the \texttt{samin} language to
+% the \file{language.dat} file, and rebuild the \LaTeX\ format file.
+% See the documentation for your \LaTeX\ distribution.
+%
+% A note on writing North Sami in \LaTeX: The TI encoding and EC fonts
+% do not include the T WITH STROKE letter, which you will need a
+% workaround for. My suggestion is to place the lines\\
+% |\newcommand{\tx}{\mbox{t\hspace{-.35em}-}}|\\
+% |\newcommand{\txx}{\mbox{T\hspace{-.5em}-}}|\\
+% in the preamble of your documents. They define the commands\\
+% |\txx{}| for LATIN CAPITAL LETTER T WITH STROKE and \\
+% |\tx{}| for LATIN SMALL LETTER T WITH STROKE.
+%
+% \subsection{The code of \file{samin.dtx}}
+%
+% \StopEventually{}
+%
+% The macro |\LdfInit| takes care of preventing that this file is
+% loaded more than once, checking the category code of the
+% \texttt{@} sign, etc.
+% \begin{macrocode}
+%<*code>
+\LdfInit{samin}{captionssamin}
+% \end{macrocode}
+%
+% When this file is read as an option, i.e. by the |\usepackage|
+% command, \texttt{samin} could be an `unknown' language in
+% which case we have to make it known. So we check for the
+% existence of |\l@samin| to see whether we have to do
+% something here.
+%
+% \begin{macrocode}
+\ifx\undefined\l@samin
+ \@nopatterns{Samin}
+ \adddialect\l@samin0\fi
+% \end{macrocode}
+%
+% The next step consists of defining commands to switch to (and
+% from) the North Sami language.
+%
+% \begin{macro}{\saminhyphenmins}
+% This macro is used to store the correct values of the hyphenation
+% parameters |\lefthyphenmin| and |\righthyphenmin|.
+% \changes{samin-1.0b}{2000/09/26}{use \cs{providehyphenmins}}
+% \begin{macrocode}
+\providehyphenmins{samin}{\tw@\tw@}
+% \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\captionssamin}
+% The macro |\captionssamin| defines all strings used in the
+% four standard documentclasses provided with \LaTeX.
+% \changes{samin-1.0b}{2000/09/26}{Added \cs{glossaryname}}
+% \changes{samin-1.0c}{2000/10/04}{Provided the translation for
+% glossary}
+% \begin{macrocode}
+\def\captionssamin{%
+ \def\prefacename{Ovdas\'atni}%
+ \def\refname{\v Cujuhusat}%
+ \def\abstractname{\v Coahkk\'aigeassu}%
+ \def\bibname{Girjj\'ala\v svuohta}%
+ \def\chaptername{Kapihttal}%
+ \def\appendixname{\v Cuovus}%
+ \def\contentsname{Sisdoallu}%
+ \def\listfigurename{Govvosat}%
+ \def\listtablename{Tabeallat}%
+ \def\indexname{Registtar}%
+ \def\figurename{Govus}%
+ \def\tablename{Tabealla}%
+ \def\partname{Oassi}%
+ \def\enclname{Mielddus}%
+ \def\ccname{Kopia s\'addejuvvon}%
+ \def\headtoname{Vuost\'aiv\'aldi}%
+ \def\pagename{Siidu}%
+ \def\seename{geah\v ca}%
+ \def\alsoname{geah\v ca maidd\'ai}%
+ \def\proofname{Duo\dj{}a\v stus}%
+ \def\glossaryname{S\'atnelistu}%
+}%
+% \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\datesamin}
+% The macro |\datesamin| redefines the command |\today| to
+% produce North Sami dates.
+% \begin{macrocode}
+\def\datesamin{%
+ \def\today{\ifcase\month\or
+ o\dj{}\dj{}ajagem\'anu\or
+ guovvam\'anu\or
+ njuk\v cam\'anu\or
+ cuo\ng{}om\'anu\or
+ miessem\'anu\or
+ geassem\'anu\or
+ suoidnem\'anu\or
+ borgem\'anu\or
+ \v cak\v cam\'anu\or
+ golggotm\'anu\or
+ sk\'abmam\'anu\or
+ juovlam\'anu\fi
+ \space\number\day.~b.\space\number\year}%
+}%
+% \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\extrassamin}
+% \begin{macro}{\noextrassamin}
+% The macro |\extrassamin| will perform all the extra
+% definitions needed for the North Sami language. The macro
+% |\noextrassamin| is used to cancel the actions of
+% |\extrassamin|. For the moment these macros are empty but
+% they are defined for compatibility with the other
+% language definition files.
+%
+% \begin{macrocode}
+\addto\extrassamin{}
+\addto\noextrassamin{}
+% \end{macrocode}
+% \end{macro}
+% \end{macro}
+%
+% The macro |\ldf@finish| takes care of looking for a
+% configuration file, setting the main language to be switched on
+% at |\begin{document}| and resetting the category code of
+% \texttt{@} to its original value.
+% \begin{macrocode}
+\ldf@finish{samin}
+%</code>
+% \end{macrocode}
+%
+% \Finale
+%\endinput
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%
diff --git a/macros/latex/contrib/babel-contrib/samin/samin.ins b/macros/latex/contrib/babel-contrib/samin/samin.ins
new file mode 100644
index 0000000000..e94cf6f90a
--- /dev/null
+++ b/macros/latex/contrib/babel-contrib/samin/samin.ins
@@ -0,0 +1,148 @@
+%%
+%% This file will generate fast loadable files and documentation
+%% driver files from the doc files in this package when run through
+%% LaTeX or TeX.
+%%
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%% listed elsewhere in this file. All rights reserved.
+%%
+%% This file is part of the Babel system.
+%% --------------------------------------
+%%
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% The Current Maintainer of this work is Johannes Braams.
+%%
+%% The list of all files belonging to the LaTeX base distribution is
+%% given in the file `manifest.bbl. See also `legal.bbl' for additional
+%% information.
+%%
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+%%
+%% --------------- start of docstrip commands ------------------
+%%
+\def\filedate{2000/09/26}
+\def\batchfile{samin.ins}
+\input docstrip.tex
+
+{\ifx\generate\undefined
+\Msg{**********************************************}
+\Msg{*}
+\Msg{* This installation requires docstrip}
+\Msg{* version 2.3c or later.}
+\Msg{*}
+\Msg{* An older version of docstrip has been input}
+\Msg{*}
+\Msg{**********************************************}
+\errhelp{Move or rename old docstrip.tex.}
+\errmessage{Old docstrip in input path}
+\batchmode
+\csname @@end\endcsname
+\fi}
+
+\declarepreamble\mainpreamble
+This is a generated file.
+
+Copyright 1989-2005 Johannes L. Braams and any individual authors
+listed elsewhere in this file. All rights reserved.
+
+This file was generated from file(s) of the Babel system.
+---------------------------------------------------------
+
+It may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2003/12/01 or later.
+
+This work has the LPPL maintenance status "maintained".
+
+The Current Maintainer of this work is Johannes Braams.
+
+This file may only be distributed together with a copy of the Babel
+system. You may however distribute the Babel system without
+such generated files.
+
+The list of all files belonging to the Babel distribution is
+given in the file `manifest.bbl'. See also `legal.bbl for additional
+information.
+
+The list of derived (unpacked) files belonging to the distribution
+and covered by LPPL is defined by the unpacking scripts (with
+extension .ins) which are part of the distribution.
+\endpreamble
+
+\declarepreamble\fdpreamble
+This is a generated file.
+
+Copyright 1989-2005 Johannes L. Braams and any individual authors
+listed elsewhere in this file. All rights reserved.
+
+This file was generated from file(s) of the Babel system.
+---------------------------------------------------------
+
+It may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2003/12/01 or later.
+
+This work has the LPPL maintenance status "maintained".
+
+The Current Maintainer of this work is Johannes Braams.
+
+This file may only be distributed together with a copy of the Babel
+system. You may however distribute the Babel system without
+such generated files.
+
+The list of all files belonging to the Babel distribution is
+given in the file `manifest.bbl'. See also `legal.bbl for additional
+information.
+
+In particular, permission is granted to customize the declarations in
+this file to serve the needs of your installation.
+
+However, NO PERMISSION is granted to distribute a modified version
+of this file under its original name.
+
+\endpreamble
+
+\keepsilent
+
+\usedir{tex/generic/babel}
+
+\usepreamble\mainpreamble
+\generate{\file{samin.ldf}{\from{samin.dtx}{code}}
+ }
+\usepreamble\fdpreamble
+
+\ifToplevel{
+\Msg{***********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* files into a directory searched by TeX:}
+\Msg{*}
+\Msg{* \space\space All *.def, *.fd, *.ldf, *.sty}
+\Msg{*}
+\Msg{* To produce the documentation run the files ending with}
+\Msg{* '.dtx' and `.fdd' through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing}
+\Msg{***********************************************************}
+}
+
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/babel-contrib/samin/samin.pdf b/macros/latex/contrib/babel-contrib/samin/samin.pdf
new file mode 100644
index 0000000000..b47a57923b
--- /dev/null
+++ b/macros/latex/contrib/babel-contrib/samin/samin.pdf
Binary files differ