[sword-svn] r3392 - trunk/include
refdoc at crosswire.org
refdoc at crosswire.org
Sat Dec 19 14:00:56 MST 2015
Author: refdoc
Date: 2015-12-19 14:00:55 -0700 (Sat, 19 Dec 2015)
New Revision: 3392
Modified:
trunk/include/teilatex.h
Log:
added variables to create tables in latex
Modified: trunk/include/teilatex.h
===================================================================
--- trunk/include/teilatex.h 2015-12-18 15:49:12 UTC (rev 3391)
+++ trunk/include/teilatex.h 2015-12-19 21:00:55 UTC (rev 3392)
@@ -38,6 +38,8 @@
public:
bool BiblicalText;
SWBuf lastHi;
+ bool firstCell; // for tables, indicates whether a cell is the first one in a row
+ int consecutiveNewlines;
SWBuf version;
MyUserData(const SWModule *module, const SWKey *key);
More information about the sword-cvs
mailing list