This commit is contained in:
Burkhart Wolff 2020-11-02 14:15:17 +01:00
commit 4e26aa6204
1 changed files with 4 additions and 0 deletions

View File

@ -420,6 +420,10 @@ fun check_group a = map (check_group_elem (check_level_hd (hd a))) (tl a) ;
section\<open>Miscelleous\<close>
ML\<open>
Parse.int
\<close>
subsection\<open>Layout Trimming Commands\<close>
setup\<open> DOF_lib.define_macro \<^binding>\<open>hs\<close> "\\hspace{" "}" (K(K())) \<close>
setup\<open> DOF_lib.define_macro \<^binding>\<open>vs\<close> "\\vspace{" "}" (K(K())) \<close>