diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-17 22:32:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-17 22:32:31 +0000 |
commit | 80f35a2cdb994f28ebdf6d361c233c8c2cba2709 (patch) | |
tree | 899ba183091f67931d3656b30e33b717e50de782 /Master/texmf-dist/source/latex/glossaries-nynorsk | |
parent | 5ad29c6111edb313f812d6d1cd4c9cfb6c46559a (diff) |
glossaries-nynorsk (18may20)
git-svn-id: svn://tug.org/texlive/trunk@55189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/glossaries-nynorsk')
-rw-r--r-- | Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.dtx | 162 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.ins | 36 |
2 files changed, 198 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.dtx b/Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.dtx new file mode 100644 index 00000000000..71c8898bfa3 --- /dev/null +++ b/Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.dtx @@ -0,0 +1,162 @@ +%\iffalse +% glossaries-nynorsk.dtx generated using makedtx version 1.1 (c) Eirik Haustveit +% Command line args: +% -src "(.*.ldf)=>\1" +% -src "(.*.dict)=>\1" +% -doc "glossaries-module.tex" +% -author "Eirik Haustveit" +% glossaries-nynorsk +% Created on 2020/05/16 14:20 +%\fi +%\iffalse +%<*package> +%% \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 \~} +%</package> +%\fi +% \iffalse +% Doc-Source file to use with LaTeX2e +% Copyright (C) 2020 Eirik Haustveit, all rights reserved. +% \fi +% \iffalse +%<*driver> +\documentclass{nlctdoc} + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} + +\title{Glossaries Language Module: glossaries-nynorsk} +\author{Eirik Haustveit} +\date{version 1.0 (2020-05-16)} + +\begin{document} +\DocInput{glossaries-nynorsk.dtx} +\end{document} +%</driver> +%\fi +%\maketitle +% +%This language module simply needs to be installed. The \sty{glossaries} +%package will automatically load it if required. +% +% +% +%\StopEventually{} +%\section{The Code} +%\iffalse +% \begin{macrocode} +%<*glossaries-nynorsk.ldf> +% \end{macrocode} +%\fi +%\subsection{glossaries-nynorsk.ldf} +% \begin{macrocode} +\ProvidesGlossariesLang{nynorsk}[2020/05/16 v1.0] + +\glsifusedtranslatordict{Nynorsk} +{% + \addglossarytocaptions{\CurrentTrackedLanguage}% + \addglossarytocaptions{\CurrentTrackedDialect}% +} +{% + \@ifpackageloaded{polyglossia}% + {% + \newcommand*{\glossariescaptionsnynorsk}{% + \renewcommand*{\glossaryname}{\textnynorsk{Ordforklaringar}}% + \renewcommand*{\acronymname}{\textnynorsk{Forkortingar}}% + \renewcommand*{\entryname}{\textnynorsk{Notasjon}}% + \renewcommand*{\descriptionname}{\textnynorsk{Beskriving}}% + \renewcommand*{\symbolname}{\textnynorsk{Symbol}}% + \renewcommand*{\pagelistname}{\textnynorsk{Side}}% + \renewcommand*{\glssymbolsgroupname}{\textnynorsk{Symbol}}% + \renewcommand*{\glsnumbersgroupname}{\textnynorsk{Tal}}% + }% + }% + {% + \newcommand*{\glossariescaptionsnynorsk}{% + \renewcommand*{\glossaryname}{Ordforklaringar}% + \renewcommand*{\acronymname}{Forkortingar}% + \renewcommand*{\entryname}{Notasjon}% + \renewcommand*{\descriptionname}{Beskriving}% + \renewcommand*{\symbolname}{Symbol}% + \renewcommand*{\pagelistname}{Side}% + \renewcommand*{\glssymbolsgroupname}{Symbol}% + \renewcommand*{\glsnumbersgroupname}{Tal}% + }% + }% + \ifcsdef{captions\CurrentTrackedDialect} + {% + \csappto{captions\CurrentTrackedDialect}% + {% + \glossariescaptionsnynorsk + }% + }% + {% + \ifcsdef{captions\CurrentTrackedLanguage} + { + \csappto{captions\CurrentTrackedLanguage}% + {% + \glossariescaptionsnynorsk + }% + }% + {% + }% + }% + \glossariescaptionsnynorsk +} +% \end{macrocode} +% General default plural suffix: +% \begin{macrocode} +\renewcommand*{\glspluralsuffix}{s} +% \end{macrocode} +% Acronym default plural suffix: +% \begin{macrocode} +\renewcommand*{\glsacrpluralsuffix}{\glspluralsuffix} +% \end{macrocode} +% Acronym in \cs{textsc} default plural suffix +% (\cs{glstextup} is used to cancel the effect of \cs{textsc}): +% \begin{macrocode} +\renewcommand*{\glsupacrpluralsuffix}{\glstextup{\glsacrpluralsuffix}} +% \end{macrocode} +%\iffalse +% \begin{macrocode} +%</glossaries-nynorsk.ldf> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%<*glossaries-dictionary-Nynorsk.dict> +% \end{macrocode} +%\fi +%\subsection{glossaries-dictionary-Nynorsk.dict} +% \begin{macrocode} +\ProvidesDictionary{glossaries-dictionary}{Nynorsk} + +\providetranslation{Glossary}{Ordforklaring} +\providetranslation{Acronyms}{Forkortingar} +\providetranslation{Notation (glossaries)}{Symbolliste} +\providetranslation{Description (glossaries)}{Beskriving} +\providetranslation{Symbol (glossaries)}{Symbol} +\providetranslation{Page List (glossaries)}{Side} +\providetranslation{Symbols (glossaries)}{Symbol} +\providetranslation{Numbers (glossaries)}{Tal} +% \end{macrocode} +%\iffalse +% \begin{macrocode} +%</glossaries-dictionary-Nynorsk.dict> +% \end{macrocode} +%\fi +%\Finale +\endinput diff --git a/Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.ins b/Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.ins new file mode 100644 index 00000000000..ab784f1c282 --- /dev/null +++ b/Master/texmf-dist/source/latex/glossaries-nynorsk/glossaries-nynorsk.ins @@ -0,0 +1,36 @@ +% glossaries-english.ins generated using makedtx version 1.1 2014/11/24 18:20 +\input docstrip + +\preamble + + glossaries-nynorsk.dtx + Copyright 2020 Eirik Haustveit + + + Based on package by Nicola Talbot + + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either version 1.3 + of this license of (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 2005/12/01 or later. + + This work has the LPPL maintenance status `maintained'. + + The Current Maintainer of this work is Eirik Haustveit. + + This work consists of the files glossaries-nynorsk.dtx and glossaries-nynorsk.ins and the derived files glossaries-nynorsk.ldf, glossaries-dictionary-Nynorsk.dict. + +\endpreamble + +\askforoverwritefalse + +\generate{\file{glossaries-nynorsk.ldf}{\usepreamble\defaultpreamble +\usepostamble\defaultpostamble\from{glossaries-nynorsk.dtx}{glossaries-nynorsk.ldf,package}} +\file{glossaries-dictionary-Nynorsk.dict}{\usepreamble\defaultpreamble +\usepostamble\defaultpostamble\from{glossaries-nynorsk.dtx}{glossaries-dictionary-Nynorsk.dict,package}} +} + +\endbatchfile |