texlive[67141] Master: glossaries-norsk (17may23)

commits+karl at tug.org commits+karl at tug.org
Wed May 17 22:30:19 CEST 2023


Revision: 67141
          http://tug.org/svn/texlive?view=revision&revision=67141
Author:   karl
Date:     2023-05-17 22:30:18 +0200 (Wed, 17 May 2023)
Log Message:
-----------
glossaries-norsk (17may23)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/glossaries-norsk/
    trunk/Master/texmf-dist/doc/latex/glossaries-norsk/README
    trunk/Master/texmf-dist/doc/latex/glossaries-norsk/glossaries-dictionary-norsk.dict
    trunk/Master/texmf-dist/source/latex/glossaries-norsk/
    trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.dtx
    trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.ins
    trunk/Master/texmf-dist/tex/latex/glossaries-norsk/
    trunk/Master/texmf-dist/tex/latex/glossaries-norsk/glossaries-norsk.ldf
    trunk/Master/tlpkg/tlpsrc/glossaries-norsk.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/glossaries-norsk/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/glossaries-norsk/README	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/glossaries-norsk/README	2023-05-17 20:30:18 UTC (rev 67141)
@@ -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.
+


Property changes on: trunk/Master/texmf-dist/doc/latex/glossaries-norsk/README
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/glossaries-norsk/glossaries-dictionary-norsk.dict
===================================================================
--- trunk/Master/texmf-dist/doc/latex/glossaries-norsk/glossaries-dictionary-norsk.dict	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/glossaries-norsk/glossaries-dictionary-norsk.dict	2023-05-17 20:30:18 UTC (rev 67141)
@@ -0,0 +1,56 @@
+%%
+%% This is file `glossaries-dictionary-norsk.dict',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% glossaries-norsk.dtx  (with options: `glossaries-dictionary-norsk.dict,package')
+%% 
+%%  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.
+%% 
+%% \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         \~}
+\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}
+\endinput
+%%
+%% End of file `glossaries-dictionary-norsk.dict'.

Added: trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.dtx	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.dtx	2023-05-17 20:30:18 UTC (rev 67141)
@@ -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


Property changes on: trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.dtx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.ins	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/glossaries-norsk/glossaries-norsk.ins	2023-05-17 20:30:18 UTC (rev 67141)
@@ -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
+

Added: trunk/Master/texmf-dist/tex/latex/glossaries-norsk/glossaries-norsk.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/latex/glossaries-norsk/glossaries-norsk.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/glossaries-norsk/glossaries-norsk.ldf	2023-05-17 20:30:18 UTC (rev 67141)
@@ -0,0 +1,102 @@
+%%
+%% This is file `glossaries-norsk.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% glossaries-norsk.dtx  (with options: `glossaries-norsk.ldf,package')
+%% 
+%%  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.
+%% 
+%% \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         \~}
+\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
+}
+\renewcommand*{\glspluralsuffix}{e}
+\renewcommand*{\glsacrpluralsuffix}{\glspluralsuffix}
+\renewcommand*{\glsupacrpluralsuffix}{\glstextup{\glsacrpluralsuffix}}
+\endinput
+%%
+%% End of file `glossaries-norsk.ldf'.


Property changes on: trunk/Master/texmf-dist/tex/latex/glossaries-norsk/glossaries-norsk.ldf
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2023-05-17 20:29:10 UTC (rev 67140)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2023-05-17 20:30:18 UTC (rev 67141)
@@ -376,7 +376,8 @@
     glossaries-english glossaries-estonian glossaries-extra
     glossaries-finnish glossaries-french
     glossaries-german glossaries-irish glossaries-italian glossaries-magyar
-    glossaries-nynorsk gloss-occitan glossaries-polish glossaries-portuges
+    glossaries-norsk glossaries-nynorsk gloss-occitan
+    glossaries-polish glossaries-portuges
     glossaries-serbian glossaries-slovene glossaries-spanish
     gmdoc gmdoc-enhance
     gmiflink gmp gmutils gmverb gmverse gnuplottex

Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2023-05-17 20:29:10 UTC (rev 67140)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2023-05-17 20:30:18 UTC (rev 67141)
@@ -599,6 +599,7 @@
 depend glossaries-irish
 depend glossaries-italian
 depend glossaries-magyar
+depend glossaries-norsk
 depend glossaries-nynorsk
 depend glossaries-polish
 depend glossaries-portuges

Added: trunk/Master/tlpkg/tlpsrc/glossaries-norsk.tlpsrc
===================================================================


More information about the tex-live-commits mailing list.