Skip to content

Commit c6bc08d

Browse files
committed
commonheader.sty: keepspaces=true, columns=fullflexible for better kerning
1 parent 696c854 commit c6bc08d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commonheader.sty

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1515

1616
% Display solutions
17-
% \def\discussionsolutions{}
17+
\def\discussionsolutions{}
1818

1919
\ProvidesPackage{commonheader}
2020

@@ -175,6 +175,8 @@ to\hsize{\hfil\box\@tempboxa\hfil}
175175
showstringspaces=false,
176176
breaklines=true,
177177
linewidth=7in,
178+
keepspaces=true,
179+
columns=fullflexible,
178180
}
179181

180182
% Creates a minipage environment, which can be used to section off text so that

0 commit comments

Comments
 (0)