Skip to content

Commit

Permalink
Extend debug coverage to all .lvt files
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 14, 2023
1 parent 0c1d24c commit 84c7914
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 12 deletions.
4 changes: 4 additions & 0 deletions testfiles/siunitx-cls-beamer.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
\documentclass{beamer}
\setbeamertemplate{navigation symbols}{}

\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

\begin{document}
Expand Down
4 changes: 4 additions & 0 deletions testfiles/siunitx-cls-revtex4-2.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

\documentclass{revtex4-2}

\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

\begin{document}
Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-bidi.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\ExplSyntaxOn
\sys_if_engine_xetex:F { \tex_endinput:D }
Expand Down
2 changes: 1 addition & 1 deletion testfiles/siunitx-pkg-cellspace.luatex.tlg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Overfull \hbox (15.0pt too wide) in paragraph at lines 23--24
Overfull \hbox (15.0pt too wide) in paragraph at lines 25--26
[][]
\hbox(8.5+3.5)x345.0, direction TLT
.\localpar
Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-cellspace.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down
2 changes: 1 addition & 1 deletion testfiles/siunitx-pkg-cellspace.tlg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Overfull \hbox (15.0pt too wide) in paragraph at lines 23--24
Overfull \hbox (15.0pt too wide) in paragraph at lines 25--26
[][]
\hbox(8.5+3.5)x345.0
.\hbox(0.0+0.0)x15.0
Expand Down
2 changes: 1 addition & 1 deletion testfiles/siunitx-pkg-cellspace.xetex.tlg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
Overfull \hbox (15.0pt too wide) in paragraph at lines 23--24
Overfull \hbox (15.0pt too wide) in paragraph at lines 25--26
[][]
\hbox(8.5+3.5)x345.0
.\hbox(0.0+0.0)x15.0
Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-fixmath.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-fourier.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-kotex.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down
4 changes: 4 additions & 0 deletions testfiles/siunitx-pkg-libertine.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

\documentclass{article}

\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

\ifx\Umathcode\undefined
Expand Down
4 changes: 4 additions & 0 deletions testfiles/siunitx-pkg-open-sans.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

\documentclass{article}

\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\ifdefined\Umathcode\else
\expandafter\endinput
\fi
Expand Down
4 changes: 4 additions & 0 deletions testfiles/siunitx-pkg-realscripts.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

\documentclass{article}

\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\ifdefined\Umathcode\else
\expandafter\endinput
\fi
Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-soulpos.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-unicode-math.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\ExplSyntaxOn
\sys_if_engine_pdftex:T { \tex_endinput:D }
Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-pkg-xfrac.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down
4 changes: 3 additions & 1 deletion testfiles/siunitx-symbol-active.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\documentclass{article}

\RequirePackage{expl3}
\ExplSyntaxOn
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff

\usepackage{siunitx}

Expand Down

0 comments on commit 84c7914

Please sign in to comment.