lyx_mirror/lib/layouts/url.module
Martin Vermeer 1f07a7f929 Introduce inset parameters keepempty, freespacing, needprotect and rename verbatim->passthru
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21197 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-25 09:19:26 +00:00

25 lines
397 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
Font
Family Typewriter
Color Blue
EndFont
LabelFont
Family Typewriter
Color Blue
Size Small
EndFont
Preamble
\usepackage{url}
EndPreamble
End