mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Shortcut for LyX HTML output. (Makes my life easier!)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32107 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed22deac3a
commit
b30bcc3860
@ -513,9 +513,9 @@ def checkFormatEntries(dtl_tools):
|
|||||||
\Format textparagraph txt "Plain Text, Join Lines" "" "" "%%" "document"''' ])
|
\Format textparagraph txt "Plain Text, Join Lines" "" "" "%%" "document"''' ])
|
||||||
#
|
#
|
||||||
path, xhtmlview = checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
|
path, xhtmlview = checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
|
||||||
rc_entry = [r'\Format xhtml xhtml "LyX HTML" "" "%%" "" "document"'])
|
rc_entry = [r'\Format xhtml xhtml "LyX HTML" X "%%" "" "document"'])
|
||||||
if xhtmlview == "":
|
if xhtmlview == "":
|
||||||
addToRC(r'\Format xhtml xhtml "LyX HTML" "" "" "" "document"')
|
addToRC(r'\Format xhtml xhtml "LyX HTML" X "" "" "document"')
|
||||||
#
|
#
|
||||||
checkEditor('a BibTeX editor', ['sensible-editor', 'jabref', 'JabRef', \
|
checkEditor('a BibTeX editor', ['sensible-editor', 'jabref', 'JabRef', \
|
||||||
'pybliographic', 'bibdesk', 'gbib', 'kbib', \
|
'pybliographic', 'bibdesk', 'gbib', 'kbib', \
|
||||||
|
Loading…
Reference in New Issue
Block a user