Skip to content

Commit

Permalink
Merge pull request #6 from Alexander-Wilms/main
Browse files Browse the repository at this point in the history
Fix warning in letter template, use title case for dir names
  • Loading branch information
sunderme authored Feb 14, 2024
2 parents fd453fc + a94642d commit e49bdd8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
- push
push:
pull_request:
workflow_dispatch:

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion Letters/template_DIN 5008 B.tex
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
% !TeX TS-program = lualatex
\documentclass[
DIN5008B,
fromphone=true,
fromemail=true
]{scrlttr2}

\LoadLetterOption{DIN5008B}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
Expand Down

0 comments on commit e49bdd8

Please sign in to comment.