]> git.lyx.org Git - lyx.git/blob - lib/layouts/url.module
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[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 charstyle
7   LatexType     command
8   LatexName url
9   Font
10         Family Typewriter
11   EndFont
12   Preamble
13     \usepackage{url}
14   EndPreamble
15 End