Skip to content

Commit

Permalink
Reorganize source
Browse files Browse the repository at this point in the history
The `parskip` package has been moved to the "Layout and typography"
section.
  • Loading branch information
rishi1999 committed May 1, 2024
1 parent 6e4b246 commit f82b3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified hw_template.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions hw_template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
\usepackage[english]{babel} % sets language to American English
\AddBabelHook{frspacing}{afterextras}{\frenchspacing} % enable single sentence spacing
%\usepackage{csquotes} % for formal quotations

%\usepackage{parskip} % enables alternate paragraph layout
\usepackage[hmargin=1.2in, marginparwidth=1in, marginparsep=0.1in, vmargin=1in, headheight=0.6in, headsep=0.3in, footskip=0.5in, heightrounded]{geometry} % useful for setting page dimensions and layout
\usepackage{ftcap} % fixes table–caption spacing in `article` class
\usepackage[tracking]{microtype} % improves typographic details (e.g., kerning)
Expand Down Expand Up @@ -164,8 +166,6 @@

%%% Miscellaneous %%%

%\usepackage{parskip} % enables alternate paragraph layout

% Use `\isitdefined` to check if a command is defined.
\newcommand*{\isitdefined}[1]{\%\% command `#1' does \ifcsname#1\endcsname\else NOT \fi exist \%\%}
% Example:
Expand Down

0 comments on commit f82b3cc

Please sign in to comment.