ASPRSorg / LAS

LAS Specification
https://www.asprs.org/committee-general/laser-las-file-format-exchange-activities.html
140 stars 16 forks source link

Missing title page components #33

Closed esilvia closed 6 years ago

esilvia commented 6 years ago

The original PDF version had the following components that are missing from the title page of the GitHub LaTeX PDF output:

  1. Approval date(s)
  2. Publication info (ASPRS, address, phone number, fax, webpage)
  3. Copyright notice.

I can't figure out how to modify the title page contents to add them back in, so maybe @hobu can? Most of this can probably be moved to a different page, but I think at the very least the approval dates should be on the cover.

New image Original image

hobu commented 6 years ago

Google sphinx latex preamble or something like that and you should be able to find some example of sticking in your own LaTeX preamble.

esilvia commented 6 years ago

That's about as far as I got. It looks like it's controlled by the manual documentstyle that's specified, but I can't find any documentation about that style at all.

http://www.sphinx-doc.org/en/stable/config.html#options-for-latex-output

esilvia commented 6 years ago

Looks like I'd have to add maketitle to the latex_elements and then manually construct the title page in the preamble like you instruct or in its own txt file. Sounds like more work than it's worth, for now.

http://www.sphinx-doc.org/en/stable/config.html#options-for-latex-output

hobu commented 6 years ago

Fixed in #51

esilvia commented 6 years ago

Thanks for figuring this out! Would've taken me hours (days?) to do this on my own.

esilvia commented 6 years ago

Would adding a reference to the GitHub page be a R13 change or R14 change? image

hobu commented 6 years ago

13 would seem fine with me

On Jan 10, 2018, at 7:13 PM, Evon Silvia notifications@github.com wrote:

Would adding a reference to the GitHub page be a R13 change or R14 change?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.