Include LaTeX source of pdf documentation
Opened this issue · 4 comments
...so people can contribute fixes. Here are a few that I found:
- "source clode" --> "source code"
- "files that cannot read" --> "files that it cannot read"
- CMakeSetup --> cmake-gui
- CMakeList.txt --> CMakeLists.txt
Thanks for the corrections. I prefer not to use git for latex documents, git was designed for code and the line-by-line approach does not work well for documents where the line breaks are always changing. Maybe I'll put the docs on a wiki eventually.
You might want to take a look at http://rhodesmill.org/brandon/2012/one-sentence-per-line/ :)
I already tried that once, but the people that I was working with hated that style so much, that I stopped :)
Well, if you decide to retry it, I'd be glad to help convert the latex source to it. I once started hacking a web app to do it automatically -- it's still very rudimentary, but it might be of assistance.