]> git.lyx.org Git - lyx.git/blob - lib/layouts/url.module
Make URL inset better behaved
[lyx.git] / lib / layouts / url.module
1 #\DeclareLyXModule[url.sty]{Adds a character style for the \url command.}{URL}
2
3 Format 4
4
5 InsetLayout URL
6   LyXType custom
7   LatexType command
8   LatexName url
9   Decoration minimalistic
10   LabelString URL
11   Font
12     Family Typewriter
13   EndFont
14   LabelFont
15     Family Typewriter
16   EndFont
17   Preamble
18     \usepackage{url}
19   EndPreamble
20 End