diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
commit | cbcab8684e06379c9f5c51cfc9cac68d8684fe0c (patch) | |
tree | d03b04e9a7f8e3aae70e590953408f90deed077c /skeletons/lout.erb | |
parent | 721a7ea65d23e7b149ba73968a1d75727a55b390 (diff) | |
download | vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.zip vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.tar.gz |
move to old
Diffstat (limited to 'skeletons/lout.erb')
-rw-r--r-- | skeletons/lout.erb | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/skeletons/lout.erb b/skeletons/lout.erb deleted file mode 100644 index 9c88cd7..0000000 --- a/skeletons/lout.erb +++ /dev/null @@ -1,43 +0,0 @@ -#@SysInclude { eq } -#@SysInclude { tab } -#@SysInclude { fig } -@SysInclude { report } - -@Report - @Title { } - @Author { Jérémy Zurcher } - @Institution { } - @DateLine { <%= "#{Time.now.strftime '%d, %m, %Y'}" %> } - @InitialLanguage { French } - @OptimizePages { Yes } - @AbstractTitle { } - @Abstract { } -// -@Section - @Title { Section } - @RunningTitle { Section } -@Begin -@PP -Hello World 1 -@PP -Hello World 2 Hello World 2 -@BeginSubSections -@SubSection - @Title { SubSection } - @RunningTitle { Subsection } -@Begin -@PP -Hello World 3 Hello World 3 Hello World 3 Hello World 3 -@BeginSubSubSections -@SubSubSection - @Title { SubSubSection } - @RunningTitle { SubSubSection } -@Begin -@PP -Hello World 4 Hello World 4 Hello World 4 Hello World 4 Hello World 4 Hello World 4 Hello World 4 Hello World 4 -@End @SubSubSection -@EndSubSubSections -@End @SubSection -@EndSubSections -@End @Section - |