diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-15 15:15:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-15 15:15:10 +0000 |
commit | 1d1d45f9b8fba75c6d42975c2c3fd328ddb549a9 (patch) | |
tree | ba8d336687c23a0e91a50820e8af947fffc57558 /Master/texmf-dist/doc/latex/notes/notes.inc | |
parent | 6c66396d335eaf45e70b02ce3d961309f8aa4aa2 (diff) |
notes update for figures
git-svn-id: svn://tug.org/texlive/trunk@10607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/notes/notes.inc')
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/notes.inc | 54 |
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 |