Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2007 16:41:42 +0200
From:      Pietro Cerutti <gahr@gahr.ch>
To:        "Aryeh M. Friedman" <aryeh.friedman@gmail.com>,  freebsd-questions@freebsd.org
Subject:   Re: coonverting text to tex
Message-ID:  <47137C26.4020508@gahr.ch>
In-Reply-To: <471337C2.4020708@gmail.com>
References:  <471337C2.4020708@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47137C26.4020508>