diff options
| author | Pierre-Marie Pédrot | 2016-06-06 17:08:55 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-06-07 15:54:22 +0200 |
| commit | d7737ba9b3a811b8415ce87d8e3e091c9e49d32e (patch) | |
| tree | e0ae4f5739bd6e49fe5827da38e800913b2c9712 /ide | |
| parent | 5520db62486ad628f91737833623aa69c4c1b8af (diff) | |
Adding an only printing flag to notations.
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/texmacspp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/texmacspp.ml b/ide/texmacspp.ml index d1d6de9ae8..f445f2e08d 100644 --- a/ide/texmacspp.ml +++ b/ide/texmacspp.ml @@ -188,6 +188,7 @@ match sm with | LeftA -> ["associativity", "left"] end | SetEntryType (s, _) -> ["entrytype", s] + | SetOnlyPrinting -> ["onlyprinting", ""] | SetOnlyParsing v -> ["compat", Flags.pr_version v] | SetFormat (system, (loc, s)) -> let start, stop = unlock loc in |
