-
Notifications
You must be signed in to change notification settings - Fork 17
Improve latex typography #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ef6c010
ENH: Remove unused `USE_OPTION1` build option from Common.cmake
hjmjohnson b50370f
ENH: Replace `make_directory` with modern `file(MAKE_DIRECTORY)`
hjmjohnson 4486245
ENH: Add conditional logic for ITK dependency based on USE_SYSTEM_ITK
hjmjohnson 2f1c288
ENH: Specify minimum ITK version in CMake find_package commands
hjmjohnson f466c6d
STYLE: Remove redundant comment and adjust LaTeXWrapper.sh formatting
hjmjohnson bb25196
STYLE: Remove `dvips` option in LaTeX preamble
hjmjohnson bdbeb33
ENH: Add required modules needed for RunExamples
hjmjohnson 2b63d1a
STYLE: Improve readability by adjusting line breaks in abstract sections
hjmjohnson c0b6a0c
STYLE: Use `\cos` in LaTeX equations for consistency
hjmjohnson fb42d1c
STYLE: Add braces around `\input` argument for consistency
hjmjohnson dcdfa2e
STYLE: Repace x with $times$ for better visualization
hjmjohnson c9e9bec
STYLE: Replace `\bf` with `\textbf`
hjmjohnson b524cad
ENH: Update to support latex2e modern recommendations
hjmjohnson 3568e80
DOC: Add missing subsubsections for related to labels.
hjmjohnson 215212c
STYLE: Add `%` to the end of section and subsection titles
hjmjohnson 5046831
STYLE: Add `%` to \label and \index lines
hjmjohnson 08de045
STYLE: remove spaces in front of `\footnote'
hjmjohnson b466f06
STYLE: Remove unnecessary spaces before `~` in LaTeX
hjmjohnson e701337
ENH: Use non-breaking space before references
hjmjohnson 7bfa9a1
ENH: Fix matching parenthesis.
hjmjohnson b2b6355
ENH: Use explicit item enumeration rather than raw paragraph text
hjmjohnson 60ef2a2
ENH: You should use \ldots to achieve an ellipsis.
hjmjohnson b605e4c
ENH: Fix quoting for compatibility with LaTeX
hjmjohnson 40a655c
ENH: Add T1 font encoding to LaTeX preamble for improved typography
hjmjohnson d4d2894
STYLE: Remove unnecessary space before punctuation
hjmjohnson 605053d
STYLE: Use `\code{}` for file extensions in LaTeX for consistency
hjmjohnson 97e49da
STYLE: Remove redundant spaces before `\\` in LaTeX tables
hjmjohnson e5586fa
STYLE: Use `\enquote{}` for quoting in LaTeX for consistency
hjmjohnson 7ea599d
ENH: Prevent line wrapping in LaTeX console and log outputs
hjmjohnson f7df7c2
STYLE: Replace `\hline` with `\toprule`, `\midrule`, and `\bottomrule…
hjmjohnson 449532d
STYLE: Capitalize "Section" references in LaTeX for consistency
hjmjohnson 40d3a1f
ENH: Add LaTeX linter script
hjmjohnson 60d8b63
STYLE: Add `.chktexrc` to `.gitignore`
hjmjohnson 6feafa5
ENH: Update ImageMagick dependency to version 6
hjmjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| /Utilities/.chktexrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| \begin{minipage}[t][1.0cm][b]{\textwidth} | ||
| \begin{center} | ||
| Printed and produced in the United States of America.\\ | ||
| \bf{ISBN 978-1-930934-35-1} | ||
| \textbf{ISBN 978-1-930934-35-1} | ||
| \end{center} | ||
| \end{minipage} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| \begin{minipage}[t][1.0cm][b]{\textwidth} | ||
| \begin{center} | ||
| Printed and produced in the United States of America.\\ | ||
| \bf{ISBN 978-1-930934-36-8} | ||
| \textbf{ISBN 978-1-930934-36-8} | ||
| \end{center} | ||
| \end{minipage} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.