]> git.lyx.org Git - wiki-uploads.git/blob - Modules/leftheadings.module
Add deb packages for hunspell 1.4
[wiki-uploads.git] / Modules / leftheadings.module
1 #\DeclareLyXModule{Left-aligned headings}
2 #DescriptionBegin
3 # Aligns the (chapter, section) headings ragged-right instead of justified
4 # within the LyX view. The output is not changed by this module.
5 #DescriptionEnd
6 # Author: Juergen Spitzmueller <spitz@lyx.org>
7
8 Format 11
9
10 Style Chapter
11         Align                 Left
12 End
13
14
15 Style Section
16         Align                 Left
17 End
18
19
20 Style Subsection
21         Align                 Left
22 End
23
24
25 Style Subsubsection
26         Align                 Left
27 End
28
29
30 Style Paragraph
31         Align                 Left
32 End
33
34
35 Style Subparagraph
36         Align                 Left
37 End