lyx_mirror/lib/layouts/url.module
Martin Vermeer 4f5d7bc4e8 Make URL inset better behaved
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21075 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-19 18:52:56 +00:00

21 lines
336 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
Font
Family Typewriter
EndFont
LabelFont
Family Typewriter
EndFont
Preamble
\usepackage{url}
EndPreamble
End