[sword-svn] r3377 - trunk/src/modules/filters
scribe at crosswire.org
scribe at crosswire.org
Wed Aug 19 04:25:26 MST 2015
Author: scribe
Date: 2015-08-19 04:25:25 -0700 (Wed, 19 Aug 2015)
New Revision: 3377
Modified:
trunk/src/modules/filters/osislatex.cpp
Log:
Added Peter's stub for LATEX header
Modified: trunk/src/modules/filters/osislatex.cpp
===================================================================
--- trunk/src/modules/filters/osislatex.cpp 2015-07-31 15:15:08 UTC (rev 3376)
+++ trunk/src/modules/filters/osislatex.cpp 2015-08-19 11:25:25 UTC (rev 3377)
@@ -36,7 +36,44 @@
const char *OSISLaTeX::getHeader() const {
// can be used to return static start-up info, like packages to load. Not sure yet if I want to retain it.
- const static char *header = "";
+ const static char *header = "\
+ \\LoadClass[11pt,a4paper,twoside,headinclude=true,footinclude=true,BCOR=0mm,DIV=calc]{scrbook}\n\
+ \\LoadClass[11pt,a4paper,twoside,headinclude=true,footinclude=true,BCOR=0mm,DIV=calc]{scrbook}\n\
+ \\NeedsTeXFormat{LaTeX2e}\n\
+ \\ProvidesClass{sword}[2015/03/29 CrossWire LaTeX class for Biblical texts]\n\
+ %\\sworddiclink{%s}{%s}{\n\
+ %\\sworddictref{%s}{%s}{\n\
+ %\\sworddict{%s}{\n\
+ %\\sworddivinename}{%s}{\n\
+ %\\swordfont{\n\
+ %\\swordfootnote[%c]{%s}{%s}{%s}{%s}{\n\
+ %\\swordfootnote{%s}{%s}{%s}{\n\
+ %\\swordfootnote{%s}{%s}{%s}{%s}{\n\
+ %\\swordmorph{\n\
+ %\\swordmorph[Greek]{%s}\n\
+ %\\swordmorph[lemma]{%s}\n\
+ %\\swordmorph{%s}\n\
+ %\\swordpoetryline{\n\
+ %\\swordquote{\n\
+ %\\swordref{%s}{%s}{\n\
+ %\\swordsection{\n\
+ %\\swordsection{}{\n\
+ %\\swordsection{book}{\n\
+ %\\swordsection{sechead}{\n\
+ %\\swordstrong[Greek]{\n\
+ %\\swordstrong[Greektense]{\n\
+ %\\swordstrong[Hebrew]{\n\
+ %\\swordstrong[Hebrewtense]{\n\
+ %\\swordstrong[%s]{%s}{\n\
+ %\\swordstrong{%s}{%s}\n\
+ %\\swordtitle{\n\
+ %\\swordtranschange{supplied}{\n\
+ %\\swordtranschange{tense}{\n\
+ %\\swordwoj{\n\
+ %\\swordxref{\n\
+ %\\swordxref{%s}{\n\
+ %\\swordxref{%s}{%s}{\n\
+ ";
return header;
}
More information about the sword-cvs
mailing list