summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries-norsk
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-05-18 03:04:30 +0000
committerNorbert Preining <norbert@preining.info>2023-05-18 03:04:30 +0000
commitb2f81626104e48abe103ae135fb0d538bb2de3cd (patch)
tree0680532c4437c47125ee9fb289792841c4ba6884 /macros/latex/contrib/glossaries-norsk
parent92ffb9032b85f818a8d3b469ad4d3889c2a44ba1 (diff)
CTAN sync 202305180304
Diffstat (limited to 'macros/latex/contrib/glossaries-norsk')
-rw-r--r--macros/latex/contrib/glossaries-norsk/README30
-rw-r--r--macros/latex/contrib/glossaries-norsk/glossaries-norsk.dtx162
-rw-r--r--macros/latex/contrib/glossaries-norsk/glossaries-norsk.ins37
3 files changed, 229 insertions, 0 deletions
diff --git a/macros/latex/contrib/glossaries-norsk/README b/macros/latex/contrib/glossaries-norsk/README
new file mode 100644
index 0000000000..973bfdca7b
--- /dev/null
+++ b/macros/latex/contrib/glossaries-norsk/README
@@ -0,0 +1,30 @@
+Norsk Bokmål Language Module for glossaries Package
+
+This adds Norwegian Bokmål translations for the glossaries package, and will
+automatically be loaded when the document/babel-package has the option `norsk`.
+
+The package this is based on (glossaries-nynorsk), adds the same translations
+for Norsk Nynorsk. That package will be loaded when the `nynorsk` option is
+used as mentioned before.
+
+Author: Jakob Stendahl
+
+Based on package by:
+ Eirik Haustveit
+ www.switchcraft.org
+
+To install: copy *.ldf and *.dict to
+
+TEXMF/tex/latex/glossaries-norsk/
+
+where TEXMF is the texmf root directory.
+
+The glossaries package will automatically load this module if it is
+required, as mentioned previously.
+
+Compile using `make` or just `latex glossaries-norsk.ins`.
+
+This material is subject to the LaTeX Project Public License.
+See http://www.ctan.org/license/lppl1.3
+for the details of that license.
+
diff --git a/macros/latex/contrib/glossaries-norsk/glossaries-norsk.dtx b/macros/latex/contrib/glossaries-norsk/glossaries-norsk.dtx
new file mode 100644
index 0000000000..60e6515e00
--- /dev/null
+++ b/macros/latex/contrib/glossaries-norsk/glossaries-norsk.dtx
@@ -0,0 +1,162 @@
+%\iffalse
+% glossaries-norsk.dtx generated using makedtx version 1.1 (c) Jakob Stendahl
+% Command line args:
+% -src "(.*.ldf)=>\1"
+% -src "(.*.dict)=>\1"
+% -doc "glossaries-module.tex"
+% -author "Jakob Stendahl"
+% glossaries-norsk
+% Created on 2023/05/16 15:14
+%\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) 2023 Jakob Stendahl, all rights reserved.
+% \fi
+% \iffalse
+%<*driver>
+\documentclass{nlctdoc}
+
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+
+\title{Glossaries Language Module: glossaries-norsk}
+\author{Jakob Stendahl}
+\date{version 1.0 (2023-05-16)}
+
+\begin{document}
+\DocInput{glossaries-norsk.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-norsk.ldf>
+% \end{macrocode}
+%\fi
+%\subsection{glossaries-norsk.ldf}
+% \begin{macrocode}
+\ProvidesGlossariesLang{norsk}[2023/05/16 v1.0]
+
+\glsifusedtranslatordict{norsk}
+{%
+ \addglossarytocaptions{\CurrentTrackedLanguage}%
+ \addglossarytocaptions{\CurrentTrackedDialect}%
+}
+{%
+ \@ifpackageloaded{polyglossia}%
+ {%
+ \newcommand*{\glossariescaptionsnorsk}{%
+ \renewcommand*{\glossaryname}{\textnorsk{Ordforklaringer}}%
+ \renewcommand*{\acronymname}{\textnorsk{Forkortelser}}%
+ \renewcommand*{\entryname}{\textnorsk{Notasjon}}%
+ \renewcommand*{\descriptionname}{\textnorsk{Beskrivelse}}%
+ \renewcommand*{\symbolname}{\textnorsk{Symbol}}%
+ \renewcommand*{\pagelistname}{\textnorsk{Side}}%
+ \renewcommand*{\glssymbolsgroupname}{\textnorsk{Symbol}}%
+ \renewcommand*{\glsnumbersgroupname}{\textnorsk{Tall}}%
+ }%
+ }%
+ {%
+ \newcommand*{\glossariescaptionsnorsk}{%
+ \renewcommand*{\glossaryname}{Ordforklaringer}%
+ \renewcommand*{\acronymname}{Forkortelser}%
+ \renewcommand*{\entryname}{Notasjon}%
+ \renewcommand*{\descriptionname}{Beskrivelse}%
+ \renewcommand*{\symbolname}{Symbol}%
+ \renewcommand*{\pagelistname}{Side}%
+ \renewcommand*{\glssymbolsgroupname}{Symbol}%
+ \renewcommand*{\glsnumbersgroupname}{Tall}%
+ }%
+ }%
+ \ifcsdef{captions\CurrentTrackedDialect}
+ {%
+ \csappto{captions\CurrentTrackedDialect}%
+ {%
+ \glossariescaptionsnorsk
+ }%
+ }%
+ {%
+ \ifcsdef{captions\CurrentTrackedLanguage}
+ {
+ \csappto{captions\CurrentTrackedLanguage}%
+ {%
+ \glossariescaptionsnorsk
+ }%
+ }%
+ {%
+ }%
+ }%
+ \glossariescaptionsnorsk
+}
+% \end{macrocode}
+% General default plural suffix:
+% \begin{macrocode}
+\renewcommand*{\glspluralsuffix}{e}
+% \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-norsk.ldf>
+% \end{macrocode}
+%\fi
+%\iffalse
+% \begin{macrocode}
+%<*glossaries-dictionary-norsk.dict>
+% \end{macrocode}
+%\fi
+%\subsection{glossaries-dictionary-norsk.dict}
+% \begin{macrocode}
+\ProvidesDictionary{glossaries-dictionary}{norsk}
+
+\providetranslation{Glossary}{Ordforklaringer}
+\providetranslation{Acronyms}{Forkortelser}
+\providetranslation{Notation (glossaries)}{Symbolliste}
+\providetranslation{Description (glossaries)}{Beskrivelse}
+\providetranslation{Symbol (glossaries)}{Symbol}
+\providetranslation{Page List (glossaries)}{Side}
+\providetranslation{Symbols (glossaries)}{Symbol}
+\providetranslation{Numbers (glossaries)}{Tall}
+% \end{macrocode}
+%\iffalse
+% \begin{macrocode}
+%</glossaries-dictionary-norsk.dict>
+% \end{macrocode}
+%\fi
+%\Finale
+\endinput
diff --git a/macros/latex/contrib/glossaries-norsk/glossaries-norsk.ins b/macros/latex/contrib/glossaries-norsk/glossaries-norsk.ins
new file mode 100644
index 0000000000..67b8683354
--- /dev/null
+++ b/macros/latex/contrib/glossaries-norsk/glossaries-norsk.ins
@@ -0,0 +1,37 @@
+% glossaries-english.ins generated using makedtx version 1.1 2014/11/24 18:20
+\input docstrip
+
+\preamble
+
+ glossaries-norsk.dtx
+ Copyright 2023 Jakob Stendahl
+
+
+ Based on package by Eirik Haustveit
+
+ 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 Jakob Stendahl.
+
+ This work consists of the files glossaries-norsk.dtx and glossaries-norsk.ins and the derived files glossaries-norsk.ldf, glossaries-dictionary-norsk.dict.
+
+\endpreamble
+
+\askforoverwritefalse
+
+\generate{\file{glossaries-norsk.ldf}{\usepreamble\defaultpreamble
+\usepostamble\defaultpostamble\from{glossaries-norsk.dtx}{glossaries-norsk.ldf,package}}
+\file{glossaries-dictionary-norsk.dict}{\usepreamble\defaultpreamble
+\usepostamble\defaultpostamble\from{glossaries-norsk.dtx}{glossaries-dictionary-norsk.dict,package}}
+}
+
+\endbatchfile
+