Re: coonverting text to tex

[ Available lists | Index of freebsd-questions | Month of Oct 2007 | Week of 15 Oct 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Pietro Cerutti <gahr@gahr.ch>
Date
15 Oct 2007 14:41:47
Subject
Re: coonverting text to tex
Message-ID
47137C26.4020508@gahr.ch

In reply to
References to

[ Hide this part ]
what about

$ cat << EOF > my_text.tex
? \documentclass{article}
? \begin{document}
? [Ctrl-D]
$ cat my_original_text.txt >> my_text.tex
$ echo "\end{document}" >> my_text.tex

?

Aryeh M. Friedman wrote:
> Are there any utils that will convert plain text to TeX?

--
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp


Elapsed time: 0.070 seconds