Skip to content

Commit 2344b70

Browse files
committed
A4 width 220 - 5 - 5 = 200 mm as an textwidth.
1 parent 1414d2a commit 2344b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e # Exit with nonzero exit code if anything fails
44
echo """
55
\\documentclass[9pt,a4paper,fleqn]{report}
66
\\usepackage[left=5mm,top=5mm,right=5mm,bottom=5mm]{geometry}
7-
\\textwidth=190mm
7+
\\textwidth=200mm
88
\\usepackage[utf8]{inputenc}
99
\\usepackage[T1]{fontenc}
1010
\\usepackage[T2A]{fontenc}

0 commit comments

Comments
 (0)