]> git.lyx.org Git - lyx.git/blob - lib/layouts/url.module
Implement ForceLtR; cleanup of collapsable insets
[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   ForceLTR true
13   Font
14     Family Typewriter
15     Color Blue
16   EndFont
17   LabelFont
18     Family Typewriter
19     Color Blue
20     Size Small
21   EndFont
22   Preamble
23     \usepackage{url}
24   EndPreamble
25 End