summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 51947c2..5d5eab8 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -255,6 +255,11 @@ class LatexGenerator : public OutputGenerator
void startFontClass(const char *) {}
void endFontClass() {}
+
+ void startHtmlOnly() {}
+ void endHtmlOnly() {}
+ void startLatexOnly() {}
+ void endLatexOnly() {}
private:
void latin2ToLatex(unsigned char);