Skip to content
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

Whitespace around equations and table style #23

Open
typesanitizer opened this issue Jun 3, 2017 · 2 comments
Open

Whitespace around equations and table style #23

typesanitizer opened this issue Jun 3, 2017 · 2 comments

Comments

@typesanitizer
Copy link
Contributor

Several equations and align environments have additional newlines before and/or after them.
If one makes the following substitutions to comment out those newlines: \n\n\begin{equation} -> \n%\n\begin{equation}, \end{equation}\n\n -> \end{equation}%\n\n (and similarly for align and alignat) -- commenting out the newlines prevents additional whitespace but keeps the source readable -- then the whitespace is reduced significantly:

ex6-comb

On making these changes, the book becomes 384 pages long instead of 388 pages.

Also, there is a \usepackage{booktabs} in the preamble but the tables drawn do not follow the booktabs manual; lots of horizontal and vertical lines are used. Here's what a table edited according to the booktabs style looks like compared to one of the current tables:

ex7-new

I will submit a PR if you like the suggested changes.

@typesanitizer
Copy link
Contributor Author

@mdipierro, thoughts on this? Should I submit a PR or do you prefer the current style?

@mdipierro
Copy link
Owner

I would appreciate removing the extra spaces. I like the first table style over the second. Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants