summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/notes/notes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/notes/notes.inc')
-rw-r--r--Master/texmf-dist/doc/latex/notes/notes.inc54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/notes/notes.inc b/Master/texmf-dist/doc/latex/notes/notes.inc
new file mode 100644
index 00000000000..4595110b955
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/notes/notes.inc
@@ -0,0 +1,54 @@
+# define the environment lyxcode
+Preamble
+\usepackage{notes}
+EndPreamble
+
+Style Note
+ Margin Dynamic
+ LatexType Environment
+ LatexName note
+ NextNoIndent 0
+ LeftMargin MMM
+ RightMargin MMM
+ ParIndent MM
+ LabelSep :x
+ ItemSep 0
+ TopSep 0.5
+ BottomSep 0.5
+ ParSep 0
+ Align Block
+ AlignPossible Block, Left, Right, Center
+ LabelType Static
+ LabelString "Note:"
+
+ LabelFont
+# Shape SmallCaps
+ Shape Italic
+ Series Bold
+ Color black
+ EndFont
+
+ TextFont
+ Color Blue
+ Shape Italic
+ EndFont
+
+End
+
+Style Information_Note
+ CopyStyle Note
+ LatexName informationnote
+ LabelString "Information: "
+End
+
+Style Important_Note
+ CopyStyle Note
+ LatexName importantnote
+ LabelString "Important: "
+End
+
+Style Warning_Note
+ CopyStyle Note
+ LatexName warningnote
+ LabelString "Warning: "
+End