Writing Papers: Difference between revisions

No edit summary
Line 16: Line 16:
You can also use Google Slides.   
You can also use Google Slides.   
Export as PDF rather than a raster PNG/JPEG image. This allows text to be rasterized on the client and images to be full-resolution.
Export as PDF rather than a raster PNG/JPEG image. This allows text to be rasterized on the client and images to be full-resolution.
You can use Ghostscript to embed fonts. It's better to embed fonts within each figure rather than in the whole PDF. [https://gist.github.com/SoerenHenning/6c3556e3c6ce1570b3919751ebf52ba3 Reference] 
<pre>
gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf
</pre>


===Video===
===Video===