Decision Guidance ⇒ LaTeX for Bible Publishing?
-
- Posts: 3
- Joined: Wed Jul 11, 2012 8:16 pm
LaTeX for Bible Publishing?
A few details might be helpful:
1) I currently am using Windows operating system.
2) I desire for the final publishing of the Bible to be in single column, with footnotes in a paragraph at the bottom of the page, and cross references in a column, toward the binding. The styles of the footnote references should be different than the styles for the cross reference references (for example, a, b, c, and 1, 2, 3), but both should be sequential, and restart each page.
3) With the publishing itself, I would like to be able to change font, font color, and font size.
I look forward to hearing from you soon!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
LaTeX for Bible Publishing?
welcome to the board!
In my opinion, LaTeX is the best way. It could be handled with LyX, but I think pure LaTeX is better for such a big project than the LyX GUI.
Regarding your points:
- It works fine on Windows, I would install TeX Live 2012.
- The style of footnotes and cross-references can be customized, there are some very capable packages for this.
- You can change font style, color and size all the time. Define logical macros for being used in the document, use physical font commands just in the preamble and in their logical definitions. So you can change the font just on this one place, and the whole document will be adjusted.
\include
. LaTeX is strong regarding managing, editing and modifying very big documents.Stefan
-
- Posts: 3
- Joined: Wed Jul 11, 2012 8:16 pm
LaTeX for Bible Publishing?
- Instead of installing TeX Live, or any other program, would a web based LaTeX editor be powerful enough for my needs (like writelatex.com or sharelatex.com)? I use multiple computers, so an online program would better meet my needs. Though I can install TeX Live on multiple systems, and share files through DropBox, if I have to.
- How can I find out the best way to set up my document with packages and macros? I can upload a visual of what I want to accomplish, if that would help. As a newbie to LaTeX, I know I have a steep learning curve, but would like to make it as shallow as possible.
James
-
- Posts: 1
- Joined: Fri Jan 04, 2013 8:16 pm
LaTeX for Bible Publishing?
I recommend against web-based editors for projects of this scale: web applications can only complicate managing and processing the data. TeX Live is operating system-independent; you could, for example, install it to your Dropbox or to a server. For reference, my complete installation of Tex Live on Windows weighs in at 2.98 GB and takes up 3.25 GB on disk. A word of caution: I would not allow the Windows TeX Live installer to select a mirror automatically. In my experience, it has always chosen wrong. Rather, manually select a mirror close to you.
The package fontspec provides the desired font control.
The cross-reference column is probably the most difficult element of your design. I cannot think of a clean way to produce this. If you would be willing to use a separate footnote apparatus instead, bigfoot would be very useful.
I hope this helps you. Good luck!
Sincerely yours,
Adam Khan
LaTeX for Bible Publishing?
there is relatively new set of macros called OpBible (check CTAN or opbible.org) which is designed to typeset Study Bibles automatically. Format is OpTeX which is LuaTeX with OpMac macros by Petr Olšák.
God bless you!
simon