Replies: 2 comments 5 replies
-
p.s. this entire post seemed a better fit for the discussion tab :) |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks so much for these suggestions, Ioannis!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to make a few suggestions for the template. Happy to make a pull request (or separate ones per each suggestion) if there is general agreement for the changes.
Configure
cleveref
so that it uses abbreviations consistently–either always or never abbreviate mid-sentence references. Right now,cleveref
abbreviates "Sec." and "Tab.", but it doesn't abbreviate "Figure", "Algorithm", or "Equation". (References at the start of a sentence are already always unabbreviated, as they should be.)Include
microtype
in the packages incvpr.sty
, which helps improve kerning and spacing. Personally I prefer to use it with the default settings, but opinions differ.Include the "inline" option when loading
enumitem
incvpr.sty
. This makes it possible to use theenumerate*
environment to easily and consistently produce inline enumerated lists, e.g., "We achieve this by 1. doing this; and 2. doing that."Configure
hyperref
to usecvprblue
for all links, by changing the current optioncitecolor=cvprblue
toallcolors=cvprblue
. Under the current settings, we end up with different colors for citations versus references to sections, equations, etc., versus URLs. The resulting rainbow of colors throughout the text ends up being very distracting.Configure
hyperref
to automatically produce correct PDF metadata in the camera-ready PDF. This is already implemented in, e.g., the SIGGRAPH LaTeX template, meaning that final PDFs for SIGGRAPH papers automatically have correct titles, authors, etc.Beta Was this translation helpful? Give feedback.
All reactions