-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
25 lines (20 loc) · 883 Bytes
/
Copy pathTODO
File metadata and controls
25 lines (20 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- Support multiple beamer-headers (simply pass all
header files to pandoc)
- cleanup generated code files
- Replace the options --beamer-header, --html-header,
--lua-filter, --syntax-theme and the new option for
turning off auto shrink with a config file. The config
file is a json file that allows setting all options.
The config file is searched like this:
* Name given on cmdline
* File text-slides.cfg next to input file
* File text-slides.cfg in ~/.text-slides
File names in the config file are resolved relatively to
this config file.
Configuration options are resolved like this:
1. Config file whose name was given on the cmdline. If
no such config file was given, file text-slides.cfg
in the dir next to the input-file
2. ~/.text-slides/text-slides.cfg
3. Default filename in ~/.text-slides (if applicable)
4. The global default