lyx_mirror/lib/layouts/url.module
Martin Vermeer 3d443b4c9d Implement ForceLtR; cleanup of collapsable insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21285 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-30 12:30:46 +00:00

26 lines
413 B
Plaintext

#\DeclareLyXModule[url.sty]{Adds a character style for the \url command.}{URL}
Format 4
InsetLayout URL
LyXType custom
LatexType command
LatexName url
Decoration minimalistic
LabelString URL
PassThru true
ForceLTR true
Font
Family Typewriter
Color Blue
EndFont
LabelFont
Family Typewriter
Color Blue
Size Small
EndFont
Preamble
\usepackage{url}
EndPreamble
End