[OS X TeX] Including email files

Samuel H Cox, Jr. samcox at gsu.edu
Thu Jul 17 13:17:08 EDT 2014


Converting them to pdf and using pdfpages works fine.  Thank you.

Sam

On Jul 2, 2014, at 4:42 AM, Luis Sequeira <lfsequeira at gmail.com> wrote:

>> I have a large number of email files (mostly rtfd but some rtf and txt as well) that I want to include in a LaTex document. What is a good way to do that?  
>> 
>> I use the latest TeXShop and OS 10.9.3.
>> 
>> Sam
> 
> Probably the easiest way is to have them converted to pdf, them either include them as graphics files (if you want short snippets inserted as images) or as separate pages:
> 
> \usepackage{pdfpages}
> 
> 
> ….
> 
> \includepdf[pages=-]{filename}
> ….
> 
> 
> If you want them as separate pages it is a simple matter of printing them to pdf.
> Otherwise you may want to crop them to a convenient size. 
> 
> Either way, if there are lots of files, it may be worth it to create a little Automator workflow to help, er…, automate with the process.
> 
> Luis Sequeira
> 
> 
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex



More information about the MacOSX-TeX mailing list