Skip to content

Commit

Permalink
feat: Add package for strikethrough command (#91)
Browse files Browse the repository at this point in the history
to common LaTeX header to render strikethrough text
  • Loading branch information
gteufelberger authored Jun 28, 2024
1 parent 51e7837 commit ad54598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/common/lib/header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@
% Highlight colour
\usepackage{soul}
\sethlcolor{magenta}

% Strikethrough
\usepackage[normalem]{ulem}
2 changes: 0 additions & 2 deletions src/dacs-sw/installation-hardware-check/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

\input{../../common/lib/header}

\usepackage[normalem]{ulem}

% Define a counter for the item numbers
\newcounter{rowCounter}
% Initialize counter
Expand Down
2 changes: 0 additions & 2 deletions src/dacs-sw/surveillance-installation/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

\input{../../common/lib/header}

\usepackage[normalem]{ulem}

% Define a counter for the item numbers
\newcounter{rowCounter}
% Initialize counter
Expand Down

0 comments on commit ad54598

Please sign in to comment.