summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/notes/notes.inc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/notes/notes.inc
Initial commit
Diffstat (limited to 'macros/latex/contrib/notes/notes.inc')
-rw-r--r--macros/latex/contrib/notes/notes.inc54
1 files changed, 54 insertions, 0 deletions
diff --git a/macros/latex/contrib/notes/notes.inc b/macros/latex/contrib/notes/notes.inc
new file mode 100644
index 0000000000..4595110b95
--- /dev/null
+++ b/macros/latex/contrib/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