Usually the PDF generated by ctrl+shift+l,ctrl+shift+d and ctrl+shift+g using Latex is in the form of a A4 paper, but if the meeting party requires a letter format PDF, the above method will not directly generate a PDF that meets the requirements. Here's how to generate a letter-format PDF:
1. In the Latex window, use the Command Window window like cmd to enter: Dvips-o Mypaper.ps-g0-tletter mypaper, where the mypaper is changed to the name of your latex file name;
2. Using the GSview form to view the generated file's media, you can see that it is a letter-formatted file.
3. Convert the above GSview format file to PDF, it is worth noting that its dnopause-dbatch-depscrop-q-sdevice=pdfwrite-dcompatibilitylevel#1.4- The Dpdfsettings=/prepress-dsubsetfonts=true-dembeda is converted using this command, and should be version 1.4 instead of version 1.2, or the font will not be fully embedded.
The resulting PDF will be a letter-formatted PDF file.
This article is from the "Cloud Light Breeze" blog, please be sure to keep this source http://htlbydgod.blog.51cto.com/9829379/1602707
How to create a letter-format PDF using latex