diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-30 17:53:21 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-30 17:53:21 +0100 |
commit | c191669089061a5082dba997ca43d1db233c1b72 (patch) | |
tree | 67abb8e42ea19623216b2f5628d108d50f78d54b /smarker.conf | |
parent | 524fa81d71d335a04ab3610c39c5c8e74eb732a4 (diff) | |
download | Smarker-c191669089061a5082dba997ca43d1db233c1b72.tar.gz Smarker-c191669089061a5082dba997ca43d1db233c1b72.zip |
added python latex escaping
Diffstat (limited to 'smarker.conf')
-rw-r--r-- | smarker.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarker.conf b/smarker.conf index 354762c..b4a0540 100644 --- a/smarker.conf +++ b/smarker.conf @@ -5,6 +5,7 @@ user = root passwd = *************
[tex]
+columns = 2
show_full_docs = True
show_source = True
show_all_regex_occurrences = True
|