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

Fix overfull hboxes once and for all. #399

Merged
merged 2 commits into from
Aug 3, 2017

Conversation

pthariensflame
Copy link
Contributor

This is a somewhat more invasive change, since it involves adding three package dependencies to the symbols list source.

This is a somewhat more invasive change, since it involves adding three package dependencies to the symbols list source.
Copy link
Collaborator

@wspr wspr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, it should improve the output a lot!

\begin{varwidth}[t]{4cm}
\raggedright\linespread{0.6}\scriptsize #1%
\end{varwidth}
\begin{RaggedRight}\begin{spacing}{0.5}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\RaggedRight isn't an environment — it would be better to write either \begin{spacing}{0.5}\RaggedRight, or using the FlushLeft environment instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make that change!

\makeatletter

\usepackage{booktabs,catchfile,shortvrb,geometry,metalogo,varwidth,textcomp,longtable,hyperref}
\usepackage{ragged2e,setspace,booktabs,catchfile,shortvrb,geometry,metalogo,textcomp,longtable,tabu,hyperref}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How necessary is tabu here? I'm happy to use it for this document but I'm wary of using it for future work given it hasn't been updated for some time and it might have some underlying issues: https://tex.stackexchange.com/questions/121841/is-the-tabu-package-obsolete

Having said that, I'm aware my own packages have underlying issues and haven't been updated for a long time, so I'm not one to talk!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's pretty necessary unless you can point me towards another package that provides X columns (or the equivalent) compatibly with longtable.

@wspr wspr merged commit 67d7c5d into latex3:master Aug 3, 2017
@wspr
Copy link
Collaborator

wspr commented Aug 3, 2017

Thanks!

@pthariensflame pthariensflame deleted the enhancement/column branch August 3, 2017 08:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants