diff --git a/CHANGELOG.md b/CHANGELOG.md index d56d92f..ed9739a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to ## [Unreleased] +## [v3.3.0] – 2024–02–22 + ### Added - Enhance the options for bibliography styles, one can now choose between @@ -170,6 +172,7 @@ These changes might be breaking changes! ### Added - First official release +[v3.3.0]: https://github.com/se2p/se2thesis/compare/v3.3.0...v3.2.0 [v3.2.0]: https://github.com/se2p/se2thesis/compare/v3.2.0...v3.1.0 [v3.1.0]: https://github.com/se2p/se2thesis/compare/v3.1.0...v3.0.0 [v3.0.0]: https://github.com/se2p/se2thesis/compare/v3.0.0...v2.1.0 diff --git a/examples/se2thesis-master-thesis-example.pdf b/examples/se2thesis-master-thesis-example.pdf index 93648bc..9a7de6e 100644 Binary files a/examples/se2thesis-master-thesis-example.pdf and b/examples/se2thesis-master-thesis-example.pdf differ diff --git a/se2colors.dtx b/se2colors.dtx index 4460b22..35bd60d 100644 --- a/se2colors.dtx +++ b/se2colors.dtx @@ -231,7 +231,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2colors} {2023-09-12} {3.2.0} +\ProvidesExplPackage {se2colors} {2024-02-22} {3.3.0} {A colour support package for the se2thesis bundle} % \end{macrocode} % diff --git a/se2fonts.dtx b/se2fonts.dtx index e3ad001..4f127a4 100644 --- a/se2fonts.dtx +++ b/se2fonts.dtx @@ -95,7 +95,7 @@ % \begin{itemize} % \item {\fontspec{LibertinusSerif}An example text in Libertinus Serif} % \item {\fontspec{LibertinusSans}An example text in Libertinus Sans} -% \item {\fontspec{inconsolata}An example text in Inconsolata} +% \item {\fontspec{InconsolataLGCNerdFont}An example text in Inconsolata} % \end{itemize} % % The package provides additional helper functions @@ -151,7 +151,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2fonts} {2023-09-12} {3.2.0} +\ProvidesExplPackage {se2fonts} {2024-02-22} {3.3.0} {A font-selection support package for the se2thesis bundle} % \end{macrocode} % diff --git a/se2packages.dtx b/se2packages.dtx index 8bc88f6..92c1771 100644 --- a/se2packages.dtx +++ b/se2packages.dtx @@ -443,7 +443,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2packages} {2023-09-12} {3.2.0} +\ProvidesExplPackage {se2packages} {2024-02-22} {3.3.0} {Supporting packages for the se2thesis bundle} % \end{macrocode} % diff --git a/se2thesis.dtx b/se2thesis.dtx index 2918f44..832c1bf 100644 --- a/se2thesis.dtx +++ b/se2thesis.dtx @@ -586,7 +586,7 @@ % % Identify the class and give the overall version number. % \begin{macrocode} -\ProvidesExplClass {se2thesis} {2023-09-12} {3.2.0} +\ProvidesExplClass {se2thesis} {2024-02-22} {3.3.0} {A thesis class for the Chair of Software Engineering II} % \end{macrocode} % @@ -1619,7 +1619,7 @@ % We provide the following English translations. % % \begin{macrocode} -\ProvideDictionaryFor{English}{se2translations}[2023/09/12] +\ProvideDictionaryFor{English}{se2translations}[2024/02/22] \ProvideDictTranslation{abstract}{abstract} \ProvideDictTranslation{Abstract}{Abstract} \ProvideDictTranslation{acknowledgement}{acknowledgement} @@ -1670,7 +1670,7 @@ % We provide the following German translations. % % \begin{macrocode} -\ProvideDictionaryFor{German}{se2translations}[2023/09/12] +\ProvideDictionaryFor{German}{se2translations}[2024/02/22] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung} diff --git a/testfiles/color-cmyk.luatex.tlg b/testfiles/color-cmyk.luatex.tlg deleted file mode 100644 index 50363dd..0000000 --- a/testfiles/color-cmyk.luatex.tlg +++ /dev/null @@ -1,20 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -\l_tmp_box=\box... -> \box...= -\hbox(4.53+2.06)x18.92, direction TLT -.\pdfcolorstack 0 push {0.4 0.28 0.28 0 k 0.4 0.28 0.28 0 K} -.\TU/lmr/m/n/10 g -.\TU/lmr/m/n/10 r -.\TU/lmr/m/n/10 a -.\kern-0.28 (font) -.\TU/lmr/m/n/10 y -.\pdfcolorstack 0 pop -! OK. - \l_tmp_box -l. ...\box_show:N \l_tmp_box -============================================================ -TEST 1: xcolor~loaded~with~cmyk~option -============================================================ -TRUE -============================================================ diff --git a/testfiles/color-cmyk.lvt b/testfiles/color-cmyk.lvt deleted file mode 100644 index 7c4cad1..0000000 --- a/testfiles/color-cmyk.lvt +++ /dev/null @@ -1,24 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage{se2colors} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn - -\box_new:N \l_tmp_box -\hbox_set:Nn \l_tmp_box { \color{UPSE2-Gray} gray } -\box_show:N \l_tmp_box -\ExplSyntaxOff - -\makeatletter -\TEST {xcolor~loaded~with~cmyk~option}{ - \@ifpackagewith{xcolor}{cmyk}{\TRUE}{\ERROR} -} -\makeatother - -\END - -%% vim: set ft=tex : diff --git a/testfiles/color-cmyk.tlg b/testfiles/color-cmyk.tlg deleted file mode 100644 index 78901dd..0000000 --- a/testfiles/color-cmyk.tlg +++ /dev/null @@ -1,20 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -\l_tmp_box=\box... -> \box...= -\hbox(4.30554+1.94444)x18.91672 -.\pdfcolorstack 0 push {0.4 0.28 0.28 0 k 0.4 0.28 0.28 0 K} -.\OT1/cmr/m/n/10 g -.\OT1/cmr/m/n/10 r -.\OT1/cmr/m/n/10 a -.\kern-0.27779 -.\OT1/cmr/m/n/10 y -.\pdfcolorstack 0 pop -! OK. - \l_tmp_box -l. ...\box_show:N \l_tmp_box -============================================================ -TEST 1: xcolor~loaded~with~cmyk~option -============================================================ -TRUE -============================================================ diff --git a/testfiles/color-gray.luatex.tlg b/testfiles/color-gray.luatex.tlg deleted file mode 100644 index 675529b..0000000 --- a/testfiles/color-gray.luatex.tlg +++ /dev/null @@ -1,16 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -\l_tmp_box=\box... -! Undefined control sequence. -l. ...\box_show:Nn - \l_tmp_box -The control sequence at the end of the top line -of your error message was never \def'ed. If you have -misspelled it (e.g., `\hobx'), type `I' and the correct -spelling (e.g., `I\hbox'). Otherwise just continue, -and I'll forget about whatever was undefined. -============================================================ -TEST 1: xcolor~loaded~with~gray~option -============================================================ -TRUE -============================================================ diff --git a/testfiles/color-gray.lvt b/testfiles/color-gray.lvt deleted file mode 100644 index 33d1ac0..0000000 --- a/testfiles/color-gray.lvt +++ /dev/null @@ -1,24 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[cmode=BW]{se2colors} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn - -\box_new:N \l_tmp_box -\hbox_set:Nn \l_tmp_box { \color{UPSE2-Gray} gray } -\box_show:Nn \l_tmp_box -\ExplSyntaxOff - -\makeatletter -\TEST {xcolor~loaded~with~gray~option}{ - \@ifpackagewith{xcolor}{gray}{\TRUE}{\ERROR} -} -\makeatother - -\END - -%% vim: set ft=tex : diff --git a/testfiles/color-gray.tlg b/testfiles/color-gray.tlg deleted file mode 100644 index fccec87..0000000 --- a/testfiles/color-gray.tlg +++ /dev/null @@ -1,16 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -\l_tmp_box=\box... -! Undefined control sequence. -l. ...\box_show:Nn - \l_tmp_box -The control sequence at the end of the top line -of your error message was never \def'ed. If you have -misspelled it (e.g., `\hobx'), type `I' and the correct -spelling (e.g., `I\hbox'). Otherwise just continue, -and I'll forget about whatever was undefined. -============================================================ -TEST 1: xcolor~loaded~with~gray~option -============================================================ -TRUE -============================================================ diff --git a/testfiles/color-rgb.luatex.tlg b/testfiles/color-rgb.luatex.tlg deleted file mode 100644 index b9777de..0000000 --- a/testfiles/color-rgb.luatex.tlg +++ /dev/null @@ -1,20 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -\l_tmp_box=\box... -> \box...= -\hbox(4.53+2.06)x18.92, direction TLT -.\pdfcolorstack 0 push {0.6 0.62354 0.61961 rg 0.6 0.62354 0.61961 RG} -.\TU/lmr/m/n/10 g -.\TU/lmr/m/n/10 r -.\TU/lmr/m/n/10 a -.\kern-0.28 (font) -.\TU/lmr/m/n/10 y -.\pdfcolorstack 0 pop -! OK. - \l_tmp_box -l. ...\box_show:N \l_tmp_box -============================================================ -TEST 1: xcolor~loaded~with~rgb~option -============================================================ -TRUE -============================================================ diff --git a/testfiles/color-rgb.lvt b/testfiles/color-rgb.lvt deleted file mode 100644 index d6889a1..0000000 --- a/testfiles/color-rgb.lvt +++ /dev/null @@ -1,24 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[cmode=RGB]{se2colors} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn - -\box_new:N \l_tmp_box -\hbox_set:Nn \l_tmp_box { \color{UPSE2-Gray} gray } -\box_show:N \l_tmp_box -\ExplSyntaxOff - -\makeatletter -\TEST {xcolor~loaded~with~rgb~option}{ - \@ifpackagewith{xcolor}{rgb}{\TRUE}{\ERROR} -} -\makeatother - -\END - -%% vim: set ft=tex : diff --git a/testfiles/color-rgb.tlg b/testfiles/color-rgb.tlg deleted file mode 100644 index ccd92f3..0000000 --- a/testfiles/color-rgb.tlg +++ /dev/null @@ -1,20 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -\l_tmp_box=\box... -> \box...= -\hbox(4.30554+1.94444)x18.91672 -.\pdfcolorstack 0 push {0.6 0.62354 0.61961 rg 0.6 0.62354 0.61961 RG} -.\OT1/cmr/m/n/10 g -.\OT1/cmr/m/n/10 r -.\OT1/cmr/m/n/10 a -.\kern-0.27779 -.\OT1/cmr/m/n/10 y -.\pdfcolorstack 0 pop -! OK. - \l_tmp_box -l. ...\box_show:N \l_tmp_box -============================================================ -TEST 1: xcolor~loaded~with~rgb~option -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-biblatex.luatex.tlg b/testfiles/packages-biblatex.luatex.tlg deleted file mode 100644 index 5e4c3e4..0000000 --- a/testfiles/packages-biblatex.luatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: biblatex loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-biblatex.lvt b/testfiles/packages-biblatex.lvt deleted file mode 100644 index 4ef4136..0000000 --- a/testfiles/packages-biblatex.lvt +++ /dev/null @@ -1,34 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[% - csquotes=false,% - booktabs=false,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=false,% - microtype=false,% - biblatex=true,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { biblatex~ loaded } - { - \cs_if_exist:NTF \addbibresource { \TRUE } { \ERROR } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-biblatex.tlg b/testfiles/packages-biblatex.tlg deleted file mode 100644 index 5e4c3e4..0000000 --- a/testfiles/packages-biblatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: biblatex loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-booktabs.luatex.tlg b/testfiles/packages-booktabs.luatex.tlg deleted file mode 100644 index cecb7f9..0000000 --- a/testfiles/packages-booktabs.luatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: booktabs loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-booktabs.lvt b/testfiles/packages-booktabs.lvt deleted file mode 100644 index 223781c..0000000 --- a/testfiles/packages-booktabs.lvt +++ /dev/null @@ -1,34 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[% - csquotes=false,% - booktabs=true,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=false,% - microtype=false,% - biblatex=false,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { booktabs~ loaded } - { - \cs_if_exist:NTF \midrule { \TRUE } { \ERROR } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-booktabs.tlg b/testfiles/packages-booktabs.tlg deleted file mode 100644 index cecb7f9..0000000 --- a/testfiles/packages-booktabs.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: booktabs loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-cleveref.luatex.tlg b/testfiles/packages-cleveref.luatex.tlg deleted file mode 100644 index 876b9e0..0000000 --- a/testfiles/packages-cleveref.luatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: cleveref loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-cleveref.lvt b/testfiles/packages-cleveref.lvt deleted file mode 100644 index 2a38c90..0000000 --- a/testfiles/packages-cleveref.lvt +++ /dev/null @@ -1,35 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[% - csquotes=false,% - booktabs=false,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=false,% - microtype=false,% - biblatex=false,% - cleveref=true,% - all=false,% -]{se2packages} -\usepackage{hyperref} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { cleveref~ loaded } - { - \cs_if_exist:NTF \cref { \TRUE } { \ERROR } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-cleveref.tlg b/testfiles/packages-cleveref.tlg deleted file mode 100644 index 876b9e0..0000000 --- a/testfiles/packages-cleveref.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: cleveref loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-csquotes.luatex.tlg b/testfiles/packages-csquotes.luatex.tlg deleted file mode 100644 index d999e64..0000000 --- a/testfiles/packages-csquotes.luatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: csquotes loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-csquotes.lvt b/testfiles/packages-csquotes.lvt deleted file mode 100644 index 0fdff5a..0000000 --- a/testfiles/packages-csquotes.lvt +++ /dev/null @@ -1,34 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[% - csquotes=true,% - booktabs=false,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=false,% - microtype=false,% - biblatex=false,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { csquotes~ loaded } - { - \cs_if_exist:NTF \enquote { \TRUE } { \ERROR } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-csquotes.tlg b/testfiles/packages-csquotes.tlg deleted file mode 100644 index d999e64..0000000 --- a/testfiles/packages-csquotes.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: csquotes loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-microtype.luatex.tlg b/testfiles/packages-microtype.luatex.tlg deleted file mode 100644 index 4424104..0000000 --- a/testfiles/packages-microtype.luatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: microtype loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-microtype.lvt b/testfiles/packages-microtype.lvt deleted file mode 100644 index c124788..0000000 --- a/testfiles/packages-microtype.lvt +++ /dev/null @@ -1,34 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[% - csquotes=false,% - booktabs=false,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=false,% - microtype=true,% - biblatex=false,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { microtype~ loaded } - { - \cs_if_exist:NTF \microtypesetup { \TRUE } { \ERROR } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-microtype.tlg b/testfiles/packages-microtype.tlg deleted file mode 100644 index 4424104..0000000 --- a/testfiles/packages-microtype.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: microtype loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-selnolig.luatex.tlg b/testfiles/packages-selnolig.luatex.tlg deleted file mode 100644 index 69632b3..0000000 --- a/testfiles/packages-selnolig.luatex.tlg +++ /dev/null @@ -1,11 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: selnolig loaded in LuaTeX -============================================================ -TRUE -============================================================ -============================================================ -TEST 2: selnolig not loaded in pdfTeX -============================================================ -============================================================ diff --git a/testfiles/packages-selnolig.lvt b/testfiles/packages-selnolig.lvt deleted file mode 100644 index fd13fe4..0000000 --- a/testfiles/packages-selnolig.lvt +++ /dev/null @@ -1,48 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\ExplSyntaxOn -\bool_if:NT \sys_if_engine_luatex_p: { \usepackage{fontspec} } -\ExplSyntaxOff -\usepackage[% - csquotes=false,% - booktabs=false,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=true,% - widowcontrol=false,% - microtype=false,% - biblatex=false,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { selnolig~ loaded~ in~ LuaTeX } - { - \bool_if:NT \sys_if_engine_luatex_p: - { - \cs_if_exist:NTF \uselig { \TRUE } { \ERROR } - } - } - -\TEST { selnolig~ not~ loaded~ in~ pdfTeX } - { - \bool_if:NF \sys_if_engine_luatex_p: - { - \cs_if_exist:NTF \uselig { \ERROR } { \TRUE } - } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-selnolig.tlg b/testfiles/packages-selnolig.tlg deleted file mode 100644 index 866a5a5..0000000 --- a/testfiles/packages-selnolig.tlg +++ /dev/null @@ -1,11 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: selnolig loaded in LuaTeX -============================================================ -============================================================ -============================================================ -TEST 2: selnolig not loaded in pdfTeX -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-siunitx.luatex.tlg b/testfiles/packages-siunitx.luatex.tlg deleted file mode 100644 index d8f1f71..0000000 --- a/testfiles/packages-siunitx.luatex.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: siunitx loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-siunitx.lvt b/testfiles/packages-siunitx.lvt deleted file mode 100644 index f24724f..0000000 --- a/testfiles/packages-siunitx.lvt +++ /dev/null @@ -1,34 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -\usepackage[% - csquotes=false,% - booktabs=false,% - siunitx=true,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=false,% - microtype=false,% - biblatex=false,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { siunitx~ loaded } - { - \cs_if_exist:NTF \qty { \TRUE } { \ERROR } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-siunitx.tlg b/testfiles/packages-siunitx.tlg deleted file mode 100644 index d8f1f71..0000000 --- a/testfiles/packages-siunitx.tlg +++ /dev/null @@ -1,7 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: siunitx loaded -============================================================ -TRUE -============================================================ diff --git a/testfiles/packages-widowcontrol.luatex.tlg b/testfiles/packages-widowcontrol.luatex.tlg deleted file mode 100644 index a7dfd18..0000000 --- a/testfiles/packages-widowcontrol.luatex.tlg +++ /dev/null @@ -1,11 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: lua-widow-control loaded in LuaTeX -============================================================ -TRUE -============================================================ -============================================================ -TEST 2: lua-widow-control not loaded in pdfTeX -============================================================ -============================================================ diff --git a/testfiles/packages-widowcontrol.lvt b/testfiles/packages-widowcontrol.lvt deleted file mode 100644 index 5d835f8..0000000 --- a/testfiles/packages-widowcontrol.lvt +++ /dev/null @@ -1,48 +0,0 @@ -\documentclass{article} -\usepackage{expl3} -%\ExplSyntaxOn -%\bool_if:NT \sys_if_engine_luatex_p: { \usepackage{fontspec} } -%\ExplSyntaxOff -\usepackage[% - csquotes=false,% - booktabs=false,% - siunitx=false,% - minted=false,% - listings=false,% - selnolig=false,% - widowcontrol=true,% - microtype=false,% - biblatex=false,% - cleveref=false,% - all=false,% -]{se2packages} -\input{regression-test} - -\begin{document} - -\START -\ExplSyntaxOn -\showoutput - -\TEST { lua-widow-control~ loaded~ in~ LuaTeX } - { - \bool_if:NT \sys_if_engine_luatex_p: - { - \cs_if_exist:NTF \lwcsetup { \TRUE } { \ERROR } - } - } - -\TEST { lua-widow-control~ not~ loaded~ in~ pdfTeX } - { - \bool_if:NF \sys_if_engine_luatex_p: - { - \cs_if_exist:NTF \lwcsetup { \ERROR } { \TRUE } - } - } - -\ExplSyntaxOff -\END - -\end{document} - -%% vim: set ft=tex : \ No newline at end of file diff --git a/testfiles/packages-widowcontrol.tlg b/testfiles/packages-widowcontrol.tlg deleted file mode 100644 index 52aec18..0000000 --- a/testfiles/packages-widowcontrol.tlg +++ /dev/null @@ -1,11 +0,0 @@ -This is a generated file for the l3build validation system. -Don't change this file in any respect. -============================================================ -TEST 1: lua-widow-control loaded in LuaTeX -============================================================ -============================================================ -============================================================ -TEST 2: lua-widow-control not loaded in pdfTeX -============================================================ -TRUE -============================================================