Re: [O] Large LaTeX project in single file or using publishing

2014-12-03 Thread Eric S Fraga
On Friday, 28 Nov 2014 at 21:38, Jacob Gerlach wrote: [...] > On Thu, Nov 27, 2014 at 5:09 AM, Eric S Fraga wrote: >> For me, the killer feature is the ability to put inline tasks in the >> document so that I know what I need to work on without having to have a >> separate task list or todo item

Re: [O] Large LaTeX project in single file or using publishing

2014-11-29 Thread Marcin Borkowski
On 2014-11-29, at 18:30, Jorge A. Alfaro-Murillo wrote: > Marcin Borkowski writes: > >> I mostly agree, but the above is not true: see TeX-pin-region >> and TeX-command-region. Bottom line: IMHO no point in dividing >> into many files. > > You are right, you can compile a region in AUCTeX, or

Re: [O] Large LaTeX project in single file or using publishing

2014-11-29 Thread Jorge A. Alfaro-Murillo
Marcin Borkowski writes: I mostly agree, but the above is not true: see TeX-pin-region and TeX-command-region. Bottom line: IMHO no point in dividing into many files. You are right, you can compile a region in AUCTeX, or export just a region in org, but the problem (besides having to select

Re: [O] Large LaTeX project in single file or using publishing

2014-11-29 Thread Marcin Borkowski
On 2014-11-29, at 04:48, Jorge A. Alfaro-Murillo wrote: > If you decide to go with LaTeX, the reason to split your > dissertation in several chapters is so that the compilation can > run faster, since when you change a chapter and compile only that > chapter is compiled again. This is a subst

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Jorge A. Alfaro-Murillo
Andreas Leha writes: On 2014-11-26, at 20:00, Jacob Gerlach wrote: Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved (then amsmath!), maybe for Org otherwise, check whether the template imposes a many-file structure (which it probably doesn't), and keep everything in o

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Richard Lawrence
Jacob Gerlach writes: > On Fri, Nov 28, 2014 at 12:40 PM, Richard Lawrence > wrote: >> (The big sticking point here for me was making sure I could produce >> human-readable, stable labels and refs for things like sections. See >> the variable org-latex-custom-id-as-label, which was introduced b

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Jacob Gerlach
Wow, I expected a little help, but never to spark such a conversation. Thanks to all for the comments. Thanks to all who suggested sticking with one file. That was the main issue I needed to sort out, and I'm glad I have a way foward On Wed, Nov 26, 2014 at 2:31 PM, Scott Randby wrote: > You don

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Andreas Leha
Richard Lawrence writes: > Marcin Borkowski writes: > >> Also, Richard's post made me realize why I prefer to stay with LaTeX: I >> know it way better than Elisp (even though I'm making progress), and in >> case of troubles, I can more easily deal with them in LaTeX (though >> vertical positionin

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Richard Lawrence
Marcin Borkowski writes: > Also, Richard's post made me realize why I prefer to stay with LaTeX: I > know it way better than Elisp (even though I'm making progress), and in > case of troubles, I can more easily deal with them in LaTeX (though > vertical positioning of things on the page - especia

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Marcin Borkowski
On 2014-11-28, at 22:36, Andreas Leha wrote: > Hi Marcin, > >> You're right, mostly. My point was that with displayed equations (in >> amsmath, since core LaTeX lacks a lot in this department), AUCTeX has at >> least one nice thing: C-u C-c C-e. (Also, plain C-c C-e.) Both very >> handy. (As

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Andreas Leha
Hi Marcin, Marcin Borkowski writes: > On 2014-11-27, at 10:26, Andreas Leha wrote: > >> Marcin Borkowski writes: >>> >>> Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved >>> (then amsmath!), maybe for Org otherwise, check whether the template >>> imposes a many-file struct

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Eric S Fraga
On Friday, 28 Nov 2014 at 21:41, Marcin Borkowski wrote: [...] > On the contrary: Org-mode (however I like it) does not have the > functions and keybindings that make writing LaTeX in AUCTeX so > pleasant. C-c C-e can be simulated by speed keys to enter special > blocks (to some extent, at least

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Marcin Borkowski
On 2014-11-27, at 11:09, Eric S Fraga wrote: > On Wednesday, 26 Nov 2014 at 19:00, Jacob Gerlach wrote: >> Hello list, >> >> I'm starting writing my thesis, for which I hope to remain in org-mode >> rather than regular LaTeX. > > I would encourage this. Although I have been using LaTeX for almos

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Marcin Borkowski
On 2014-11-28, at 18:40, Richard Lawrence wrote: > Hi Jake, > > Others have already given you good advice, but since I am also writing > my thesis in Org, I thought I would chime in. Like you, I felt a bit of > trepidation when I was deciding whether to write in Org or LaTeX; I > ultimately went

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Marcin Borkowski
On 2014-11-27, at 10:26, Andreas Leha wrote: > Marcin Borkowski writes: >> >> Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved >> (then amsmath!), maybe for Org otherwise, check whether the template >> imposes a many-file structure (which it probably doesn't), and keep >>

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Melleus
My five cents. Pretty long ago I started writing my thesis as a single LaTeX file so I see no reason to redo it in Org format. Nevertheless I began use Org mode almost exlusively for writing articles. Thanks to Org I can keep all information needed for article in one file. I find helpful using exp

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Richard Lawrence
Hi Jake, Jacob Gerlach writes: > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. Others have already given you good advice, but since I am also writing my thesis in Org, I thought I would chime in. Like you, I felt a bit of trepidation when I

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Rainer M Krug
Jacob Gerlach writes: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. > > I am working on adapting a thesis LaTeX template into org-mode. The > template is set up with a main.tex having several individual files > (chapters, app

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Eric S Fraga
On Wednesday, 26 Nov 2014 at 19:00, Jacob Gerlach wrote: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. I would encourage this. Although I have been using LaTeX for almost 30 years, I now do all of my writing in org with the o

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Andreas Leha
Marcin Borkowski writes: > On 2014-11-26, at 20:00, Jacob Gerlach wrote: [ ... ] > > > Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved > (then amsmath!), maybe for Org otherwise, check whether the template > imposes a many-file structure (which it probably doesn't), and k

Re: [O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Marcin Borkowski
On 2014-11-26, at 20:00, Jacob Gerlach wrote: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. Personally, I never really got that; I much prefer writing in LaTeX. (That said, I've been using LaTeX for almost 15 years now, and

Re: [O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Thomas S. Dye
Aloha Jake, In my experience, the one file approach is easiest with Org mode. I've written a book in Org mode using this approach and found it to be quite comfortable. Compilation time wasn't ever a big deal for me, but this will depend on your patience obviously. I don't think there are any re

Re: [O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Scott Randby
On Wed, Nov 26, 2014 at 2:00 PM, Jacob Gerlach wrote: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. > > I am working on adapting a thesis LaTeX template into org-mode. The template > is set up with a main.tex having several in

[O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Jacob Gerlach
Hello list, I'm starting writing my thesis, for which I hope to remain in org-mode rather than regular LaTeX. I am working on adapting a thesis LaTeX template into org-mode. The template is set up with a main.tex having several individual files (chapters, appendices, etc) \include'd. I believe t