texlive[65146] Master/texmf-dist: csbulletin (29nov22)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 29 22:12:17 CET 2022


Revision: 65146
          http://tug.org/svn/texlive?view=revision&revision=65146
Author:   karl
Date:     2022-11-29 22:12:17 +0100 (Tue, 29 Nov 2022)
Log Message:
-----------
csbulletin (29nov22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/csbulletin/README
    trunk/Master/texmf-dist/doc/latex/csbulletin/csbulletin.pdf
    trunk/Master/texmf-dist/doc/latex/csbulletin/csbulletin.tex
    trunk/Master/texmf-dist/tex/latex/csbulletin/csbulletin.cls
    trunk/Master/texmf-dist/tex/latex/csbulletin/csbulobalka.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/csbulletin/example-czech.tex
    trunk/Master/texmf-dist/doc/latex/csbulletin/example-english.tex
    trunk/Master/texmf-dist/doc/latex/csbulletin/example-slovak.tex
    trunk/Master/texmf-dist/doc/latex/csbulletin/example.bib

Removed Paths:
-------------
    trunk/Master/texmf-dist/tex/latex/csbulletin/csbulacronym.sty

Modified: trunk/Master/texmf-dist/doc/latex/csbulletin/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csbulletin/README	2022-11-29 21:11:46 UTC (rev 65145)
+++ trunk/Master/texmf-dist/doc/latex/csbulletin/README	2022-11-29 21:12:17 UTC (rev 65146)
@@ -1,9 +1,9 @@
 =============================================================================
-Package: csbulletin                                           10 January 2020
+Package: csbulletin                                          29 November 2022
 =============================================================================
 
-The package provides the class for articles for the CSTUG Bulletin 
-(Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu). You can see the 
-structure of a document by looking to the source file of this manual. The 
+The package provides the class for articles for the CSTUG Bulletin
+(Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu). You can see the
+structure of a document by looking to the source file of this manual. The
 package can be used and distributed according to the LaTeX Project Public
 License.

Modified: trunk/Master/texmf-dist/doc/latex/csbulletin/csbulletin.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/csbulletin/csbulletin.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csbulletin/csbulletin.tex	2022-11-29 21:11:46 UTC (rev 65145)
+++ trunk/Master/texmf-dist/doc/latex/csbulletin/csbulletin.tex	2022-11-29 21:12:17 UTC (rev 65146)
@@ -1,6 +1,6 @@
 %% $Id$
 \documentclass{csbulletin}
-\DeclareRobustCommand\version{\unskip~2020/01/10}
+\DeclareRobustCommand\version{\unskip~2022/11/29}
 \let\pkg\textsc
 
 \usepackage[pdftitle=LaTeX\ Class\ for\ CSTUG\ Bulletin, pdfauthor={Zdenek\ Wagner, Vit\ Novotny},

Added: trunk/Master/texmf-dist/doc/latex/csbulletin/example-czech.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csbulletin/example-czech.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/csbulletin/example-czech.tex	2022-11-29 21:12:17 UTC (rev 65146)
@@ -0,0 +1,42 @@
+\documentclass{csbulletin}
+\selectlanguage{czech}
+\usepackage[utf8]{inputenc}
+\usepackage[all]{nowidow}
+\usepackage{csquotes}
+\usepackage[
+  backend=biber,
+  style=iso-numeric,
+  sortlocale=cs,
+  autolang=other,
+  bibencoding=UTF8,
+  mincitenames=2,
+  maxcitenames=2,
+]{biblatex}
+\addbibresource{example.bib}
+\usepackage[
+  implicit=false,
+  hidelinks,
+]{hyperref}
+\begin{document}
+
+\title{Český název článku}
+\EnglishTitle{Anglický název článku}
+\author{Jméno autora}
+\podpis{Jméno autora, e-mailová adresa autora}
+\maketitle
+
+\begin{abstract}
+Český abstrakt článku.
+\end{abstract}
+\klicovaslova: první klíčové slovo, druhé klíčové slovo, třetí klíčové slovo, …
+
+\section{Název sekce}
+\TeX{} je program pro digitální sazbu. Kniha \citetitle{knuth-ttp}~\cite{knuth-ttp} obsahuje komentovaný zdrojový kód \TeX u. \textcite{knuth-tb} popisuje \TeX{} z pohledu uživatele.
+
+\printbibliography
+
+\begin{summary}
+Anglický abstrakt článku.
+\keywords: první anglické klíčové slovo, druhé anglické klíčové slovo, …
+\end{summary}
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/csbulletin/example-czech.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/csbulletin/example-english.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csbulletin/example-english.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/csbulletin/example-english.tex	2022-11-29 21:12:17 UTC (rev 65146)
@@ -0,0 +1,43 @@
+\documentclass{csbulletin}
+\selectlanguage{english}
+\usepackage[utf8]{inputenc}
+\usepackage[all]{nowidow}
+\usepackage{csquotes}
+\usepackage[
+  backend=biber,
+  style=iso-numeric,
+  sortlocale=en,
+  autolang=other,
+  bibencoding=UTF8,
+  mincitenames=2,
+  maxcitenames=2,
+]{biblatex}
+\addbibresource{example.bib}
+\usepackage[
+  implicit=false,
+  hidelinks,
+]{hyperref}
+\begin{document}
+
+\title{English Title}
+\EnglishTitle{English Title}
+\author{Name Surname}
+\podpis{Name Surname, e-mail address}
+\maketitle
+
+\begin{abstract}
+English abstract.
+\keywords: first English keyword, second English keyword, third English …
+\end{abstract}
+
+\section{Section Title}
+\TeX{} is a digital typesetting system. The book \citetitle{knuth-ttp}~\cite{knuth-ttp} is a detailed account of \TeX's source code, whereas \textcite{knuth-tb} focuses more on the end user.
+
+\printbibliography
+
+\section*{Czech Title}
+\begin{otherlanguage}{czech}
+Czech abstract.
+\end{otherlanguage}
+\klicovaslova: first Czech keyword, second Czech keyword, third Czech …
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/csbulletin/example-english.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/csbulletin/example-slovak.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csbulletin/example-slovak.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/csbulletin/example-slovak.tex	2022-11-29 21:12:17 UTC (rev 65146)
@@ -0,0 +1,42 @@
+\documentclass{csbulletin}
+\selectlanguage{slovak}
+\usepackage[utf8]{inputenc}
+\usepackage[all]{nowidow}
+\usepackage{csquotes}
+\usepackage[
+  backend=biber,
+  style=iso-numeric,
+  sortlocale=sk,
+  autolang=other,
+  bibencoding=UTF8,
+  mincitenames=2,
+  maxcitenames=2,
+]{biblatex}
+\addbibresource{example.bib}
+\usepackage[
+  implicit=false,
+  hidelinks,
+]{hyperref}
+\begin{document}
+
+\title{Slovenský názov článku}
+\EnglishTitle{Anglický názov článku}
+\author{Meno autora}
+\podpis{Meno autora, e-mailová adresa autora}
+\maketitle
+
+\begin{abstract}
+Slovenský abstrakt článku.
+\end{abstract}
+\klucoveslova: prvé kľúčové slovo, druhé kľúčové slovo, tretí kľúčové slovo, …
+
+\section{Názov sekcie}
+\TeX{} je program pre digitálnu sadzbu. Kniha \citetitle{knuth-ttp}~\cite{knuth-ttp} obsahuje komentovaný zdrojový kód \TeX u. \textcite{knuth-tb} popisuje \TeX{} z pohľadu užívateľa.
+
+\printbibliography
+
+\begin{summary}
+Anglický abstrakt článku.
+\keywords: prvé anglické kľúčové slovo, druhé anglické kľúčové slovo, …
+\end{summary}
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/csbulletin/example-slovak.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/csbulletin/example.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csbulletin/example.bib	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/csbulletin/example.bib	2022-11-29 21:12:17 UTC (rev 65146)
@@ -0,0 +1,19 @@
+ at book{knuth-tb,
+  author = {Donald Ervin Knuth},
+  title = {The \TeX book},
+  location = {Reading (MA, USA)},
+  publisher = {Addison-Wesley},
+  year = {1986},
+  pagetotal = {x+483},
+  isbn = {0-201-13448-9},
+}
+
+ at book{knuth-ttp,
+  author = {Donald Ervin Knuth},
+  title = {\TeX: The Program},
+  location = {Reading (MA, USA)},
+  publisher = {Addison-Wesley},
+  year = {1986},
+  pagetotal = {624},
+  isbn = {0-201-13437-3},
+}


Property changes on: trunk/Master/texmf-dist/doc/latex/csbulletin/example.bib
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/tex/latex/csbulletin/csbulacronym.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csbulletin/csbulacronym.sty	2022-11-29 21:11:46 UTC (rev 65145)
+++ trunk/Master/texmf-dist/tex/latex/csbulletin/csbulacronym.sty	2022-11-29 21:12:17 UTC (rev 65146)
@@ -1,76 +0,0 @@
-\ProvidesPackage{csbulacronym}[2020/01/10 Acronyms for CSTUG bulletin]
-\PackageInfo{csbulacronym}{$Id$}
-
-%====================================================  TeX logos
-\DeclareRobustCommand\CS[1]{\def\next{#1}\leavevmode{$\cal C$}\kern-.3em
-         \lower .67ex\hbox{$\cal S$}\if E\next\kern-.045em\else
-                                    \kern-.145em\fi#1}
-\DeclareRobustCommand\CSTeX{\leavevmode{$\cal C$}\kern-.3em
-         \lower .67ex\hbox{$\cal S$}\kern-.145em\TeX}
-\let\cstex\CSTeX
-\DeclareRobustCommand\csplain{\leavevmode{$\cal C$}\kern-.3em
-         \lower .67ex\hbox{$\cal S$}\kern-.145emplain}
-\DeclareRobustCommand\CSLaTeX{\leavevmode{$\cal C$}\kern-.3em
-         \lower .67ex\hbox{$\cal S$}\LaTeX}
-\let\cslatex\CSLaTeX
-\DeclareRobustCommand\CSTUG{\leavevmode{$\cal C$}\kern-.3em
-        \lower .67ex\hbox{$\cal S$}\kern-.145em TUG}
-\let\cstug\CSTUG
-\DeclareRobustCommand\CSED{{$\cal C$}\kern-.3em
-       \lower .67ex\hbox{$\cal S$}\kern-.045emED}
-\let\csed\CSED
-\DeclareRobustCommand\lm{L\kern-.4em\raise.4ex\hbox{$\scriptstyle\cal A$}\kern-.2em
-    \lower.4ex\hbox{$\scriptstyle{\cal M}$}\kern-.1em{$\cal S$}-\TeX}
-\DeclareRobustCommand\lmb{L\kern-.35em\raise.35ex\hbox{$\scriptstyle\cal A$}\kern-.15em
-     \lower.4ex\hbox{$\cal M$}\kern-.05em{$\cal S$}-\TeX}
-\let\LAmSTeX\lm
-\DeclareRobustCommand\AmSTeX{\protect\AmS-\protect\TeX}
-\let\AMSTeX\AmSTeX
-\let\amstex\AmSTeX
-\DeclareRobustCommand\AmS{{$\cal\protect A\kern-.1667em\lower.5ex
-        \hbox{$\cal M$}\kern-.125emS$}}
-\let\AMS\AmS
-\def\manual{\fontencoding{U}\fontfamily{logo}\selectfont}
-\DeclareRobustCommand\font at mp{\fontencoding{U}\fontfamily{mplogo}\selectfont}
-\DeclareRobustCommand\MF{{\manual META}\-{\manual FONT}}         \let\mf\MF
-\DeclareRobustCommand\MP{{\manual META}\-{\manual POST}}       \let\mp\MP
-\DeclareRobustCommand\BibTeX{{\sc Bib}\TeX}         \let\BIBTeX\BibTeX
-\DeclareRobustCommand\PiC{P\kern-.12em\lower.5ex\hbox{I}\kern-.075emC}
-\DeclareRobustCommand\PiCTeX{\PiC\kern-.11em\TeX}
-\DeclareRobustCommand\SliTeX{{\rm S\kern-.06em{\sc l\kern-.035emi}\kern-.06em\TeX}}
-\let\SLiTeX\SliTeX
-\DeclareRobustCommand\WPtoLaTeX{%
-W\kern-.06em\hbox{P}\kern-.2em\lower.7ex\hbox{2}\kern-.07em\LaTeX}
-\let\Protected at LaTeX\LaTeX
-\let\Protected at LaTeXe\LaTeXe
-%\DeclareRobustCommand\LaTeX{\Protected at LaTeX}
-%\DeclareRobustCommand\LaTeXe{\Protected at LaTeXe}
-\DeclareRobustCommand\miktex{MiK\TeX}\let\MikTeX\miktex \let\MiKTeX\miktex \let\Miktex\miktex
-
-\DeclareRobustCommand\ForTeX{\leavevmode\lower.5ex\hbox{4}\kern-.1667em\TeX}
-\DeclareRobustCommand\ForAllTeX{\leavevmode\lower.3ex\hbox{4}all\TeX}
-\DeclareRobustCommand\LyX{L\kern\minus.1667em\lower.25em\hbox{Y}\kern\minus.125emX\spacefactor1000}
-\DeclareRobustCommand\OzTeX{Oz\kern\minus.1em\TeX}
-\DeclareRobustCommand\eTeX{$\varepsilon$\minus\TeX}
-\DeclareRobustCommand\NTS{$\cal N$\kern\minus.1667em\lower.5ex\hbox{$\cal T$}%
-                          \kern\minus.125em$\cal S$}
-
-\DeclareRobustCommand\XeTeX{X\kern-.125em\lower.5ex\hbox{\csname
-              reflectbox\endcsname{E}}\kern-.1667em\TeX}
-\DeclareRobustCommand\XeLaTeX{X\kern-.125em\lower.5ex\hbox{\csname
-              reflectbox\endcsname{E}}\LaTeX}
-                                                                                                                          
-\DeclareRobustCommand\THANH{H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh}
-\DeclareRobustCommand\Thanh{Th\`anh}
-\DeclareRobustCommand\ConTeXt{\textsc{Con\kern-.15em\TeX t}}
-
-\DeclareRobustCommand\ps{PostScript}\let\PS\ps
-
-\chardef\bs`\\
-\let\bslash\bs
-\DeclareRobustCommand\cmd[1]{\texttt{\bs#1}}
-{\catcode`\#=12
-\gdef\hash{#}}
-
-\def\bul#1(#2)#3(#4){Zpravodaj \v Ceskoslovensk\'eho sdru\v zen\'i u\v zivatel\r{u} \TeX u,
-\textbf{#1}\,(#2), \hbox{#3}~(#4)}

Modified: trunk/Master/texmf-dist/tex/latex/csbulletin/csbulletin.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csbulletin/csbulletin.cls	2022-11-29 21:11:46 UTC (rev 65145)
+++ trunk/Master/texmf-dist/tex/latex/csbulletin/csbulletin.cls	2022-11-29 21:12:17 UTC (rev 65146)
@@ -1,4 +1,4 @@
-\ProvidesClass{csbulletin}[2020/01/10 CSTUG Bulletin class]
+\ProvidesClass{csbulletin}[2022/11/29 CSTUG Bulletin class]
 \ClassInfo{csbulletin}{$Id$}
 
 % Switch
@@ -79,7 +79,7 @@
 
 \ifpdf
 \IfFileExists{microtype.sty}{\RequirePackage
-   [protrusion=true,expansion=true,stretch=8,shrink=24,step=4]{microtype}}{}
+   [protrusion=true,expansion=true,stretch=8,shrink=24,step=4,nopatch=item]{microtype}}{}
 \fi
 
 \IfFileExists{array.sty}{\RequirePackage{array}}{}

Modified: trunk/Master/texmf-dist/tex/latex/csbulletin/csbulobalka.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csbulletin/csbulobalka.sty	2022-11-29 21:11:46 UTC (rev 65145)
+++ trunk/Master/texmf-dist/tex/latex/csbulletin/csbulobalka.sty	2022-11-29 21:12:17 UTC (rev 65146)
@@ -1,4 +1,4 @@
-\ProvidesPackage{csbulobalka}[2020/01/10 Obalka + tiraz]
+\ProvidesPackage{csbulobalka}[2021/03/19 Obalka + tiraz]
 \PackageInfo{csbulobalka}{$Id$}
 %
 % 3/4/2003 pridal jsem vetveni pro novou adresu sdruzeni (PS)
@@ -296,7 +296,7 @@
 
 \ifnum\the\rok>2001 \small\fi
 
-\tir at ni\path|bulletin at cstug.cz|, \path|zpravodaj at cstug.cz|\\
+\tir at ni\path|bulletin at cstug.cz|\\
  korespondence ohledn\v e Zpravodaje sdru\v zen\'i
 \tir at ni\path|board at cstug.cz|\\ korespondence \v clen\r um v\'yboru
 \tir at ni\path|cstug at cstug.cz|, \path|president at cstug.cz| \\
@@ -508,7 +508,7 @@
 Zden\v{e}k Wagner\\
 Vinohradsk\'{a} 114\\
 130 00 Praha 3\par \smallskip
-\texttt{zpravodaj at cstug.cz}\par
+\texttt{bulletin at cstug.cz}\par
 }
 
 \medskip



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