PetePupalaikis / uspatent

Tools for drafting a U.S. Patent Application using LaTeX and/or LyX
7 stars 3 forks source link

PDF/A eFile ready mode (#2) #8

Open fledder opened 5 years ago

fledder commented 5 years ago

Added a class option efileReady that enables the correct package for PDF/A output Added a few lines to the documentation to point this out Added metadata file PatentApplication.xmpdata (required for PDF/A)

Hi Pete, I wound up having to do the PDF/A thing with a class option, since the class load change has to be done in the preamble of the class before the patent office mode switch is evaluated. I also added a bit of documentation, but let me know if you'd like more. The lyx file was complaining about unicode even before I made changes, so I set it to a unicode output based on some search engine results.

Let me know if there are any changes made; it looks like I can make them on my end and they will be incorporated into the pull request.