diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-11 15:28:10 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-11 15:28:10 +0100 |
| commit | 569b2b78baed903539895bd022ffe9d2e1576373 (patch) | |
| tree | ba389f8eaa82bea536e94e6be285bc751be7a6b8 /src/globalvars.py | |
| parent | e27ec8f7d77d155dbc77718bfb40dce7b1ae6859 (diff) | |
| download | allocbench-569b2b78baed903539895bd022ffe9d2e1576373.tar.gz allocbench-569b2b78baed903539895bd022ffe9d2e1576373.zip | |
add summarize option to specify a custom latex preamble
this is meant for some latex setup specifics like including common.tex
Diffstat (limited to 'src/globalvars.py')
| -rw-r--r-- | src/globalvars.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globalvars.py b/src/globalvars.py index bcb722b..474c124 100644 --- a/src/globalvars.py +++ b/src/globalvars.py @@ -62,3 +62,5 @@ benchmarks = [e[:-3] for e in os.listdir(os.path.join(allocbenchdir, benchsrcdir if e[-3:] == ".py" and e != "__init__.py"] summary_file_ext = "svg" + +latex_custom_preamble = "" |
