I'm writing a report together with another person, and he often neglects to use a capital letter at the start of each sentence. Is it possible to get LaTeX to correct this automatically instead of doing so by hand?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
LaTeX is a set of macros for markup language TeX so definitely can't do anything. TeX maybe but sed (AWK, TCL, Perl, Python, Ruby) is the right toll for the job. |
|||
|
|
\tikz\node at (0.5,0.5) {please don't};. – Roelof Spijker Apr 24 '12 at 14:37