]> git.lyx.org Git - lyx.git/blob - lib/layouts/url.module
amsmaths.inc: revert r21228 since this has unwanted side effects, see
[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   PassThru true
12   Font
13     Family Typewriter
14     Color Blue
15   EndFont
16   LabelFont
17     Family Typewriter
18     Color Blue
19     Size Small
20   EndFont
21   Preamble
22     \usepackage{url}
23   EndPreamble
24 End