[Pkg-lyx-devel] Bug#753993: lyx: SIGSEGV when saving a new LyX file resulting in data loss

Ben Goodrich bg2382 at columbia.edu
Sun Jul 6 20:34:06 UTC 2014


Package: lyx
Version: 2.0.6-1+b2
Justification: causes non-serious data loss
Severity: grave

There are two, possibly related (not sure), issues here. To reproduce,

1. Open a new LyX file and write some words
2. Attempt to save the file

The first  issue appears to be exposed by the recent upgrade to texlive and
results in a warning that

The selected document class
        true
requires external files that are not available.
The document class can still be used, but the
document cannot be compiled until the following
prerequisites are installed:
        Articles (DocBook)
See section 3.1.2.2 (Class Availability) of the
User's Guide for more information.

This happens every time. The second --- more serious --- problem is that the
save sometimes results in a SIGSEGV and does not actually write anything to
the
disk so the data are lost. I had to repeat the process about 10 times to
obtain
the SIGSEGV twice.

The debug output to the console is attached.

Thanks,
Ben

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.15-0.slh.3-aptosid-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lyx depends on:
ii  libboost-regex1.55.0    1.55.0+dfsg-2
ii  libboost-signals1.55.0  1.55.0+dfsg-2
ii  libc6                   2.19-4
ii  libenchant1c2a          1.6.0-10
ii  libgcc1                 1:4.9.0-9
ii  libmythes-1.2-0         2:1.2.4-1
ii  libqtcore4              4:4.8.6+dfsg-2
ii  libqtgui4               4:4.8.6+dfsg-2
ii  libstdc++6              4.9.0-9
ii  lyx-common              2.0.6-1
ii  xdg-utils               1.1.0~rc1+git20111210-7.1
ii  zlib1g                  1:1.2.8.dfsg-1

Versions of packages lyx recommends:
ii  dvipng                       1.14-2
ii  elyxer                       1.2.5-1
ii  fonts-lyx                    2.0.6-1
ii  ghostscript                  9.05~dfsg-8.1
ii  imagemagick                  8:6.7.7.10+dfsg-4
ii  latex2html                   2008-debian1-10
ii  okular [pdf-viewer]          4:4.13.1-2
ii  poppler-utils                0.26.2-2
ii  preview-latex-style          11.87-1
ii  psutils                      1.17.dfsg-1
ii  tex4ht                       20090611-1.1+b1
ii  texlive-fonts-recommended    2014.20140626-1
ii  texlive-generic-extra        2014.20140626-1
ii  texlive-generic-recommended  2014.20140626-1
ii  texlive-latex-extra          2014.20140626-1
ii  texlive-latex-recommended    2014.20140626-1
ii  texlive-science              2014.20140626-1
ii  tth                          4.03+ds-3

Versions of packages lyx suggests:
ii  chktex          1.7.2-1
ii  dvipost         1.1-4
pn  etoolbox        <none>
ii  gnuhtml2latex   0.4-2
ii  groff           1.22.2-6
ii  inkscape        0.48.4-5+b1
ii  latex2rtf       2.3.7a-0.1
ii  librsvg2-bin    2.40.2-1
ii  libtiff-tools   4.0.3-10
pn  linuxdoc-tools  <none>
ii  lyx-dbg         2.0.6-1+b2
ii  noweb           2.11b-7.1
ii  rcs             5.9.2-1
ii  sgmltools-lite  3.0.3.0.cvs.20010909-17
ii  texlive-xetex   2014.20140626-1
ii  writer2latex    1.0.2-10
ii  wv              1.2.9-3

-- no debconf information
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-lyx-devel/attachments/20140706/bbf68ba8/attachment-0001.html>
-------------- next part --------------
goodrich at CYBERPOWERPC:/tmp$ 
goodrich at CYBERPOWERPC:/tmp$ rm test.lyx* && lyx -dbg 4294967295
Setting debug level to 4294967295
Debugging `info' (General information)
Debugging `init' (Program initialisation)
Debugging `key' (Keyboard events handling)
Debugging `gui' (GUI handling)
Debugging `parser' (Lyxlex grammar parser)
Debugging `lyxrc' (Configuration files reading)
Debugging `kbmap' (Custom keyboard definition)
Debugging `latex' (LaTeX generation/execution)
Debugging `mathed' (Math editor)
Debugging `font' (Font handling)
Debugging `tclass' (Textclass files reading)
Debugging `lyxvc' (Version control)
Debugging `lyxserver' (External control interface)
Debugging `undo' (Undo/Redo mechanism)
Debugging `action' (User commands)
Debugging `lyxlex' (The LyX Lexer)
Debugging `depend' (Dependency information)
Debugging `insets' (LyX Insets)
Debugging `files' (Files used by LyX)
Debugging `workarea' (Workarea events)
Debugging `insettext' (Insettext/tabular messages)
Debugging `graphics' (Graphics conversion and loading)
Debugging `changes' (Change tracking)
Debugging `external' (External template/inset messages)
Debugging `painting' (RowPainter profiling)
Debugging `scrolling' (Scrolling debugging)
Debugging `macros' (Math macros)
Debugging `rtl' (RTL/Bidi)
Debugging `locale' (Locale/Internationalisation)
Debugging `selection' (Selection copy/paste mechanism)
Debugging `find' (Find and replace mechanism)
Debugging `debug' (Developers' general debug messages)
support/Package.cpp (333): Checking whether LyX is run in place... no
support/Package.cpp (176): <package>
        binary_dir /usr/bin/
        system_support /usr/share/lyx/
        build_support 
        user_support /home/goodrich/.lyx/
        locale_dir /usr/share/locale/
        document_dir /home/goodrich
        temp_dir /tmp
        home_dir /home/goodrich
</package>

frontends/qt4/GuiClipboard.cpp (83): Creating CacheMimeData object
frontends/qt4/GuiClipboard.cpp (64): Getting Clipboard
frontends/qt4/GuiClipboard.cpp (470): Qt Clipboard changed. We found the following mime types:
frontends/qt4/GuiClipboard.cpp (472): text/plain
frontends/qt4/GuiClipboard.cpp (472): UTF8_STRING
frontends/qt4/GuiClipboard.cpp (472): STRING
frontends/qt4/GuiClipboard.cpp (472): TEXT
frontends/qt4/GuiClipboard.cpp (472): COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (472): TARGETS
frontends/qt4/GuiClipboard.cpp (472): MULTIPLE
frontends/qt4/GuiClipboard.cpp (472): TIMESTAMP
frontends/qt4/GuiClipboard.cpp (472): SAVE_TARGETS
frontends/qt4/GuiClipboard.cpp (407): We found 9 formats
frontends/qt4/GuiClipboard.cpp (409): Found format text/plain
frontends/qt4/GuiClipboard.cpp (409): Found format UTF8_STRING
frontends/qt4/GuiClipboard.cpp (409): Found format STRING
frontends/qt4/GuiClipboard.cpp (409): Found format TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format TARGETS
frontends/qt4/GuiClipboard.cpp (409): Found format MULTIPLE
frontends/qt4/GuiClipboard.cpp (409): Found format TIMESTAMP
frontends/qt4/GuiClipboard.cpp (409): Found format SAVE_TARGETS
frontends/qt4/GuiClipboard.cpp (407): We found 9 formats
frontends/qt4/GuiClipboard.cpp (409): Found format text/plain
frontends/qt4/GuiClipboard.cpp (409): Found format UTF8_STRING
frontends/qt4/GuiClipboard.cpp (409): Found format STRING
frontends/qt4/GuiClipboard.cpp (409): Found format TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format TARGETS
frontends/qt4/GuiClipboard.cpp (409): Found format MULTIPLE
frontends/qt4/GuiClipboard.cpp (409): Found format TIMESTAMP
frontends/qt4/GuiClipboard.cpp (409): Found format SAVE_TARGETS
frontends/qt4/GuiClipboard.cpp (407): We found 9 formats
frontends/qt4/GuiClipboard.cpp (409): Found format text/plain
frontends/qt4/GuiClipboard.cpp (409): Found format UTF8_STRING
frontends/qt4/GuiClipboard.cpp (409): Found format STRING
frontends/qt4/GuiClipboard.cpp (409): Found format TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format TARGETS
frontends/qt4/GuiClipboard.cpp (409): Found format MULTIPLE
frontends/qt4/GuiClipboard.cpp (409): Found format TIMESTAMP
frontends/qt4/GuiClipboard.cpp (409): Found format SAVE_TARGETS
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//cmex10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//cmmi10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//cmr10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//cmsy10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//esint10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//eufm10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//msam10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//msbm10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//rsfs10.ttf FAIL
frontends/qt4/GuiFontLoader.cpp (210): Adding font /usr/share/lyx/fonts//wasy10.ttf FAIL
LyX.cpp (461): Initializing LyX::init...
LyX.cpp (726): Setting LyXDir... to "/usr"
LyX.cpp (938): About to read lyxrc.dist... 
LyX.cpp (942): Not found.
LyX.cpp (938): About to read lyxrc.defaults... 
LyX.cpp (947): Found in /home/goodrich/.lyx/lyxrc.defaults
support/FileName.cpp (945): Recognised Fileformat: agr
Lexer.cpp (258): lyxlex: UNcompressed
LyXRC.cpp (393): Reading '/home/goodrich/.lyx/lyxrc.defaults'...

Number of tags: 149
table[0]:  tag: `\accept_compound'  code:1
table[1]:  tag: `\allow_geometry_session'  code:52
table[2]:  tag: `\alternate_language'  code:2
table[3]:  tag: `\auto_number'  code:7
table[4]:  tag: `\auto_region_delete'  code:4
table[5]:  tag: `\auto_reset_options'  code:5
table[6]:  tag: `\autocorrection_math'  code:3
table[7]:  tag: `\autosave'  code:6
table[8]:  tag: `\backupdir_path'  code:8
table[9]:  tag: `\bibtex_alternatives'  code:9
table[10]:  tag: `\bibtex_command'  code:10
table[11]:  tag: `\bind_file'  code:11
table[12]:  tag: `\check_lastfiles'  code:12
table[13]:  tag: `\chktex_command'  code:13
table[14]:  tag: `\completion_cursor_text'  code:14
table[15]:  tag: `\completion_inline_delay'  code:15
table[16]:  tag: `\completion_inline_dots'  code:18
table[17]:  tag: `\completion_inline_math'  code:16
table[18]:  tag: `\completion_inline_text'  code:17
table[19]:  tag: `\completion_popup_after_complete'  code:22
table[20]:  tag: `\completion_popup_delay'  code:19
table[21]:  tag: `\completion_popup_math'  code:20
table[22]:  tag: `\completion_popup_text'  code:21
table[23]:  tag: `\converter'  code:23
table[24]:  tag: `\converter_cache_maxage'  code:24
table[25]:  tag: `\copier'  code:25
table[26]:  tag: `\cursor_follows_scrollbar'  code:26
table[27]:  tag: `\cursor_width'  code:27
table[28]:  tag: `\date_insert_format'  code:28
table[29]:  tag: `\def_file'  code:33
table[30]:  tag: `\default_decimal_point'  code:29
table[31]:  tag: `\default_language'  code:30
table[32]:  tag: `\default_papersize'  code:32
table[33]:  tag: `\default_view_format'  code:31
table[34]:  tag: `\dialogs_iconify_with_main'  code:34
table[35]:  tag: `\display_graphics'  code:35
table[36]:  tag: `\document_path'  code:36
table[37]:  tag: `\editor_alternatives'  code:37
table[38]:  tag: `\escape_chars'  code:38
table[39]:  tag: `\example_path'  code:39
table[40]:  tag: `\export_overwrite'  code:40
table[41]:  tag: `\font_encoding'  code:41
table[42]:  tag: `\force_paint_single_char'  code:42
table[43]:  tag: `\format'  code:43
table[44]:  tag: `\forward_search_dvi'  code:44
table[45]:  tag: `\forward_search_pdf'  code:45
table[46]:  tag: `\fullscreen_limit'  code:46
table[47]:  tag: `\fullscreen_menubar'  code:49
table[48]:  tag: `\fullscreen_scrollbar'  code:47
table[49]:  tag: `\fullscreen_tabbar'  code:48
table[50]:  tag: `\fullscreen_toolbars'  code:50
table[51]:  tag: `\fullscreen_width'  code:51
table[52]:  tag: `\group_layouts'  code:53
table[53]:  tag: `\gui_language'  code:54
table[54]:  tag: `\hunspelldir_path'  code:55
table[55]:  tag: `\icon_set'  code:56
table[56]:  tag: `\index_alternatives'  code:57
table[57]:  tag: `\index_command'  code:58
table[58]:  tag: `\input'  code:59
table[59]:  tag: `\jbibtex_command'  code:60
table[60]:  tag: `\jindex_command'  code:61
table[61]:  tag: `\kbmap'  code:62
table[62]:  tag: `\kbmap_primary'  code:63
table[63]:  tag: `\kbmap_secondary'  code:64
table[64]:  tag: `\language_auto_begin'  code:65
table[65]:  tag: `\language_auto_end'  code:66
table[66]:  tag: `\language_command_begin'  code:67
table[67]:  tag: `\language_command_end'  code:68
table[68]:  tag: `\language_command_local'  code:69
table[69]:  tag: `\language_custom_package'  code:71
table[70]:  tag: `\language_global_options'  code:70
table[71]:  tag: `\language_package_selection'  code:72
table[72]:  tag: `\load_session'  code:73
table[73]:  tag: `\mac_dontswap_ctrl_meta'  code:76
table[74]:  tag: `\mac_like_word_movement'  code:77
table[75]:  tag: `\macro_edit_style'  code:75
table[76]:  tag: `\make_backup'  code:78
table[77]:  tag: `\mark_foreign_language'  code:79
table[78]:  tag: `\mouse_wheel_speed'  code:80
table[79]:  tag: `\nomencl_command'  code:81
table[80]:  tag: `\num_lastfiles'  code:82
table[81]:  tag: `\open_buffers_in_tabs'  code:83
table[82]:  tag: `\paragraph_markers'  code:84
table[83]:  tag: `\path_prefix'  code:85
table[84]:  tag: `\plaintext_linelen'  code:86
table[85]:  tag: `\preview'  code:87
table[86]:  tag: `\preview_hashed_labels'  code:88
table[87]:  tag: `\preview_scale_factor'  code:89
table[88]:  tag: `\print_adapt_output'  code:106
table[89]:  tag: `\print_collcopies_flag'  code:90
table[90]:  tag: `\print_command'  code:107
table[91]:  tag: `\print_copies_flag'  code:91
table[92]:  tag: `\print_evenpage_flag'  code:93
table[93]:  tag: `\print_extra_options'  code:94
table[94]:  tag: `\print_file_extension'  code:95
table[95]:  tag: `\print_landscape_flag'  code:96
table[96]:  tag: `\print_oddpage_flag'  code:97
table[97]:  tag: `\print_pagerange_flag'  code:98
table[98]:  tag: `\print_paper_dimension_flag'  code:99
table[99]:  tag: `\print_paper_flag'  code:100
table[100]:  tag: `\print_reverse_flag'  code:101
table[101]:  tag: `\print_spool_command'  code:102
table[102]:  tag: `\print_spool_printerprefix'  code:103
table[103]:  tag: `\print_to_file'  code:104
table[104]:  tag: `\print_to_printer'  code:105
table[105]:  tag: `\printer'  code:92
table[106]:  tag: `\rtl'  code:108
table[107]:  tag: `\save_compressed'  code:109
table[108]:  tag: `\screen_dpi'  code:110
table[109]:  tag: `\screen_font_roman'  code:111
table[110]:  tag: `\screen_font_roman_foundry'  code:112
table[111]:  tag: `\screen_font_sans'  code:113
table[112]:  tag: `\screen_font_sans_foundry'  code:114
table[113]:  tag: `\screen_font_scalable'  code:115
table[114]:  tag: `\screen_font_sizes'  code:116
table[115]:  tag: `\screen_font_typewriter'  code:117
table[116]:  tag: `\screen_font_typewriter_foundry'  code:118
table[117]:  tag: `\screen_zoom'  code:119
table[118]:  tag: `\scroll_below_document'  code:120
table[119]:  tag: `\scroll_wheel_zoom'  code:121
table[120]:  tag: `\serverpipe'  code:122
table[121]:  tag: `\set_color'  code:123
table[122]:  tag: `\show_banner'  code:124
table[123]:  tag: `\single_close_tab_button'  code:125
table[124]:  tag: `\single_instance'  code:126
table[125]:  tag: `\sort_layouts'  code:127
table[126]:  tag: `\spellcheck_continuously'  code:128
table[127]:  tag: `\spellcheck_notes'  code:129
table[128]:  tag: `\spellchecker'  code:130
table[129]:  tag: `\splitindex_command'  code:131
table[130]:  tag: `\tempdir_path'  code:132
table[131]:  tag: `\template_path'  code:133
table[132]:  tag: `\tex_allows_spaces'  code:134
table[133]:  tag: `\tex_expects_windows_paths'  code:135
table[134]:  tag: `\texinputs_prefix'  code:136
table[135]:  tag: `\thesaurusdir_path'  code:137
table[136]:  tag: `\ui_file'  code:138
table[137]:  tag: `\use_converter_cache'  code:142
table[138]:  tag: `\use_lastfilepos'  code:139
table[139]:  tag: `\use_pixmap_cache'  code:145
table[140]:  tag: `\use_system_colors'  code:143
table[141]:  tag: `\use_tooltip'  code:144
table[142]:  tag: `\user_email'  code:140
table[143]:  tag: `\user_name'  code:141
table[144]:  tag: `\view_dvi_paper_option'  code:146
table[145]:  tag: `\viewer'  code:147
table[146]:  tag: `\viewer_alternatives'  code:148
table[147]:  tag: `\visual_cursor'  code:149
table[148]:  tag: `format'  code:74
Lexer.cpp (338): Comment read: `35 This file has been automatically generated by LyX' lib/configure.py'
Lexer.cpp (338): Comment read: `35 script. It contains default settings that have been determined by'
Lexer.cpp (338): Comment read: `35 examining your system. PLEASE DO NOT MODIFY ANYTHING HERE! If you'
Lexer.cpp (338): Comment read: `35 want to customize LyX, use LyX' Preferences dialog or modify directly'
Lexer.cpp (338): Comment read: `35 the "preferences" file instead. Any setting in that file will'
Lexer.cpp (338): Comment read: `35 override the values given here.'
LyXRC.cpp (1130): Ignoring unknown flag `zipped=native' for format `dia'.
LyXRC.cpp (1130): Ignoring unknown flag `zipped=native' for format `odg'.
LyX.cpp (938): About to read lyxrc.dist... 
LyX.cpp (942): Not found.
LyX.cpp (938): About to read preferences... 
LyX.cpp (947): Found in /home/goodrich/.lyx/preferences
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
LyXRC.cpp (393): Reading '/home/goodrich/.lyx/preferences'...

Number of tags: 149
table[0]:  tag: `\accept_compound'  code:1
table[1]:  tag: `\allow_geometry_session'  code:52
table[2]:  tag: `\alternate_language'  code:2
table[3]:  tag: `\auto_number'  code:7
table[4]:  tag: `\auto_region_delete'  code:4
table[5]:  tag: `\auto_reset_options'  code:5
table[6]:  tag: `\autocorrection_math'  code:3
table[7]:  tag: `\autosave'  code:6
table[8]:  tag: `\backupdir_path'  code:8
table[9]:  tag: `\bibtex_alternatives'  code:9
table[10]:  tag: `\bibtex_command'  code:10
table[11]:  tag: `\bind_file'  code:11
table[12]:  tag: `\check_lastfiles'  code:12
table[13]:  tag: `\chktex_command'  code:13
table[14]:  tag: `\completion_cursor_text'  code:14
table[15]:  tag: `\completion_inline_delay'  code:15
table[16]:  tag: `\completion_inline_dots'  code:18
table[17]:  tag: `\completion_inline_math'  code:16
table[18]:  tag: `\completion_inline_text'  code:17
table[19]:  tag: `\completion_popup_after_complete'  code:22
table[20]:  tag: `\completion_popup_delay'  code:19
table[21]:  tag: `\completion_popup_math'  code:20
table[22]:  tag: `\completion_popup_text'  code:21
table[23]:  tag: `\converter'  code:23
table[24]:  tag: `\converter_cache_maxage'  code:24
table[25]:  tag: `\copier'  code:25
table[26]:  tag: `\cursor_follows_scrollbar'  code:26
table[27]:  tag: `\cursor_width'  code:27
table[28]:  tag: `\date_insert_format'  code:28
table[29]:  tag: `\def_file'  code:33
table[30]:  tag: `\default_decimal_point'  code:29
table[31]:  tag: `\default_language'  code:30
table[32]:  tag: `\default_papersize'  code:32
table[33]:  tag: `\default_view_format'  code:31
table[34]:  tag: `\dialogs_iconify_with_main'  code:34
table[35]:  tag: `\display_graphics'  code:35
table[36]:  tag: `\document_path'  code:36
table[37]:  tag: `\editor_alternatives'  code:37
table[38]:  tag: `\escape_chars'  code:38
table[39]:  tag: `\example_path'  code:39
table[40]:  tag: `\export_overwrite'  code:40
table[41]:  tag: `\font_encoding'  code:41
table[42]:  tag: `\force_paint_single_char'  code:42
table[43]:  tag: `\format'  code:43
table[44]:  tag: `\forward_search_dvi'  code:44
table[45]:  tag: `\forward_search_pdf'  code:45
table[46]:  tag: `\fullscreen_limit'  code:46
table[47]:  tag: `\fullscreen_menubar'  code:49
table[48]:  tag: `\fullscreen_scrollbar'  code:47
table[49]:  tag: `\fullscreen_tabbar'  code:48
table[50]:  tag: `\fullscreen_toolbars'  code:50
table[51]:  tag: `\fullscreen_width'  code:51
table[52]:  tag: `\group_layouts'  code:53
table[53]:  tag: `\gui_language'  code:54
table[54]:  tag: `\hunspelldir_path'  code:55
table[55]:  tag: `\icon_set'  code:56
table[56]:  tag: `\index_alternatives'  code:57
table[57]:  tag: `\index_command'  code:58
table[58]:  tag: `\input'  code:59
table[59]:  tag: `\jbibtex_command'  code:60
table[60]:  tag: `\jindex_command'  code:61
table[61]:  tag: `\kbmap'  code:62
table[62]:  tag: `\kbmap_primary'  code:63
table[63]:  tag: `\kbmap_secondary'  code:64
table[64]:  tag: `\language_auto_begin'  code:65
table[65]:  tag: `\language_auto_end'  code:66
table[66]:  tag: `\language_command_begin'  code:67
table[67]:  tag: `\language_command_end'  code:68
table[68]:  tag: `\language_command_local'  code:69
table[69]:  tag: `\language_custom_package'  code:71
table[70]:  tag: `\language_global_options'  code:70
table[71]:  tag: `\language_package_selection'  code:72
table[72]:  tag: `\load_session'  code:73
table[73]:  tag: `\mac_dontswap_ctrl_meta'  code:76
table[74]:  tag: `\mac_like_word_movement'  code:77
table[75]:  tag: `\macro_edit_style'  code:75
table[76]:  tag: `\make_backup'  code:78
table[77]:  tag: `\mark_foreign_language'  code:79
table[78]:  tag: `\mouse_wheel_speed'  code:80
table[79]:  tag: `\nomencl_command'  code:81
table[80]:  tag: `\num_lastfiles'  code:82
table[81]:  tag: `\open_buffers_in_tabs'  code:83
table[82]:  tag: `\paragraph_markers'  code:84
table[83]:  tag: `\path_prefix'  code:85
table[84]:  tag: `\plaintext_linelen'  code:86
table[85]:  tag: `\preview'  code:87
table[86]:  tag: `\preview_hashed_labels'  code:88
table[87]:  tag: `\preview_scale_factor'  code:89
table[88]:  tag: `\print_adapt_output'  code:106
table[89]:  tag: `\print_collcopies_flag'  code:90
table[90]:  tag: `\print_command'  code:107
table[91]:  tag: `\print_copies_flag'  code:91
table[92]:  tag: `\print_evenpage_flag'  code:93
table[93]:  tag: `\print_extra_options'  code:94
table[94]:  tag: `\print_file_extension'  code:95
table[95]:  tag: `\print_landscape_flag'  code:96
table[96]:  tag: `\print_oddpage_flag'  code:97
table[97]:  tag: `\print_pagerange_flag'  code:98
table[98]:  tag: `\print_paper_dimension_flag'  code:99
table[99]:  tag: `\print_paper_flag'  code:100
table[100]:  tag: `\print_reverse_flag'  code:101
table[101]:  tag: `\print_spool_command'  code:102
table[102]:  tag: `\print_spool_printerprefix'  code:103
table[103]:  tag: `\print_to_file'  code:104
table[104]:  tag: `\print_to_printer'  code:105
table[105]:  tag: `\printer'  code:92
table[106]:  tag: `\rtl'  code:108
table[107]:  tag: `\save_compressed'  code:109
table[108]:  tag: `\screen_dpi'  code:110
table[109]:  tag: `\screen_font_roman'  code:111
table[110]:  tag: `\screen_font_roman_foundry'  code:112
table[111]:  tag: `\screen_font_sans'  code:113
table[112]:  tag: `\screen_font_sans_foundry'  code:114
table[113]:  tag: `\screen_font_scalable'  code:115
table[114]:  tag: `\screen_font_sizes'  code:116
table[115]:  tag: `\screen_font_typewriter'  code:117
table[116]:  tag: `\screen_font_typewriter_foundry'  code:118
table[117]:  tag: `\screen_zoom'  code:119
table[118]:  tag: `\scroll_below_document'  code:120
table[119]:  tag: `\scroll_wheel_zoom'  code:121
table[120]:  tag: `\serverpipe'  code:122
table[121]:  tag: `\set_color'  code:123
table[122]:  tag: `\show_banner'  code:124
table[123]:  tag: `\single_close_tab_button'  code:125
table[124]:  tag: `\single_instance'  code:126
table[125]:  tag: `\sort_layouts'  code:127
table[126]:  tag: `\spellcheck_continuously'  code:128
table[127]:  tag: `\spellcheck_notes'  code:129
table[128]:  tag: `\spellchecker'  code:130
table[129]:  tag: `\splitindex_command'  code:131
table[130]:  tag: `\tempdir_path'  code:132
table[131]:  tag: `\template_path'  code:133
table[132]:  tag: `\tex_allows_spaces'  code:134
table[133]:  tag: `\tex_expects_windows_paths'  code:135
table[134]:  tag: `\texinputs_prefix'  code:136
table[135]:  tag: `\thesaurusdir_path'  code:137
table[136]:  tag: `\ui_file'  code:138
table[137]:  tag: `\use_converter_cache'  code:142
table[138]:  tag: `\use_lastfilepos'  code:139
table[139]:  tag: `\use_pixmap_cache'  code:145
table[140]:  tag: `\use_system_colors'  code:143
table[141]:  tag: `\use_tooltip'  code:144
table[142]:  tag: `\user_email'  code:140
table[143]:  tag: `\user_name'  code:141
table[144]:  tag: `\view_dvi_paper_option'  code:146
table[145]:  tag: `\viewer'  code:147
table[146]:  tag: `\viewer_alternatives'  code:148
table[147]:  tag: `\visual_cursor'  code:149
table[148]:  tag: `format'  code:74
Lexer.cpp (338): Comment read: `35 LyX 2.0.3 generated this file. If you want to make your own'
Lexer.cpp (338): Comment read: `35 modifications you should do them from inside LyX and save.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 MISC SECTION ######################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 SCREEN & FONTS SECTION ############################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 COLOR SECTION ###################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 PRINTER SECTION ###################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 TEX SECTION #######################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 FILE SECTION ######################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 PLAIN TEXT EXPORT SECTION ##############################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 SPELLCHECKER SECTION ##############################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 LANGUAGE SUPPORT SECTION ##########################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 2nd MISC SUPPORT SECTION ##########################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 FORMATS SECTION ##########################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 CONVERTERS SECTION ##########################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 COPIERS SECTION ##########################'
Lexer.cpp (338): Comment read: `35'
LyX.cpp (974): About to read encodings and unicodesymbols...
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 file unicodesymbols'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 author Georg Baum'
Lexer.cpp (338): Comment read: `35 author Uwe Stöhr'
Lexer.cpp (338): Comment read: `35 author Jürgen Spitzmüller'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 This file is a database of LaTeX commands for unicode characters.'
Lexer.cpp (338): Comment read: `35 These commands will be used by LyX for LaTeX export for all characters'
Lexer.cpp (338): Comment read: `35 that are not representable in the chosen encoding.'
Lexer.cpp (338): Comment read: `35 If you change this file please keep the order and indentation!'
Lexer.cpp (338): Comment read: `35 You can use development/tools/unicodesymbols.py to add stubs for more'
Lexer.cpp (338): Comment read: `35 symbols.'
Lexer.cpp (338): Comment read: `35 Do only add commands that give correct output, no hacks that look "similar".'
Lexer.cpp (338): Comment read: `35 Commands that modify other parts of the text should not be added either.'
Lexer.cpp (338): Comment read: `35 For this reason, all commnands requiring txfonts, pxfonts, fourier and'
Lexer.cpp (338): Comment read: `35 mathdesign are commented out (these packages switch to fonts like times or'
Lexer.cpp (338): Comment read: `35 palatino).'
Lexer.cpp (338): Comment read: `35 syntax:'
Lexer.cpp (338): Comment read: `35 ucs4 textcommand                textpreamble flags mathcommand mathpreamble'
Lexer.cpp (338): Comment read: `35 textcommand and textpreamble are used if the symbol occurs in textmode.'
Lexer.cpp (338): Comment read: `35 mathcommand and mathpreamble are used if the symbol occurs in mathmode.'
Lexer.cpp (338): Comment read: `35 Both mathcommand and mathpreamble are optional.'
Lexer.cpp (338): Comment read: `35 textpreamble and mathpreamble can either be a feature known by the LaTeXFeatures'
Lexer.cpp (338): Comment read: `35 class (e.g. tipa), or a LaTeX command (e.g. \\usepackage{bla}).'
Lexer.cpp (338): Comment read: `35 Known flags:'
Lexer.cpp (338): Comment read: `35 - combining This is a combining char that will get combined with a base char'
Lexer.cpp (338): Comment read: `35 - force     Always output replacement command'
Lexer.cpp (338): Comment read: `35 - mathalpha This character is considered as a math variable in mathmode'
Lexer.cpp (338): Comment read: `35 NO-BREAK SPACE'
Encoding.cpp (826): Read unicode symbol 160 '~' '' 0 0 '' '' 183
Lexer.cpp (338): Comment read: `35 INVERTED EXCLAMATION MARK'
Encoding.cpp (826): Read unicode symbol 161 '\textexclamdown' '' 0 0 '' '' 183
Lexer.cpp (338): Comment read: `35"\\mathcent" "txfonts|pxfonts" # CENT SIGN'
Encoding.cpp (826): Read unicode symbol 162 '\textcent' 'textcomp' 0 1 '' '' 183
Encoding.cpp (826): Read unicode symbol 163 '\pounds' '' 0 0 '\pounds' '' 183
Lexer.cpp (338): Comment read: `35 £ POUND SIGN'
Lexer.cpp (338): Comment read: `35 CURRENCY SYMBOL'
Encoding.cpp (826): Read unicode symbol 164 '\textcurrency' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 YEN SIGN'
Encoding.cpp (826): Read unicode symbol 165 '\textyen' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 BROKEN BAR'
Encoding.cpp (826): Read unicode symbol 166 '\textbrokenbar' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 SECTION SIGN'
Encoding.cpp (826): Read unicode symbol 167 '\textsection' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 DIAERESIS'
Encoding.cpp (826): Read unicode symbol 168 '\textasciidieresis' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 COPYRIGHT SIGN'
Encoding.cpp (826): Read unicode symbol 169 '\textcopyright' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 FEMININE ORDINAL INDICATOR'
Encoding.cpp (826): Read unicode symbol 170 '\textordfeminine' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 171 '\guillemotleft' '' 0 0 '' '' 183
Lexer.cpp (338): Comment read: `35 ¬ NOT SIGN'
Encoding.cpp (826): Read unicode symbol 172 '\textlnot' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 SOFT HYPHEN'
Encoding.cpp (826): Read unicode symbol 173 '\-' '' 0 0 '' '' 183
Lexer.cpp (338): Comment read: `35 REGISTERED SIGN # the force flag is only needed due to a bug in teTeX 3 / TeXLive 2005'
Encoding.cpp (826): Read unicode symbol 174 '\textregistered' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 MACRON'
Encoding.cpp (826): Read unicode symbol 175 '\textasciimacron' 'textcomp' 0 1 '' '' 183
Encoding.cpp (826): Read unicode symbol 176 '\textdegree' 'textcomp' 0 1 '{^\circ}' '' 183
Lexer.cpp (338): Comment read: `35 DEGREE SIGN # the force flag is only needed due to a bug in teTeX 3 / TeXLive 2005'
Lexer.cpp (338): Comment read: `35 ± PLUS-MINUS SIGN'
Encoding.cpp (826): Read unicode symbol 177 '\textpm' 'textcomp' 0 1 '\pm' '' 183
Encoding.cpp (826): Read unicode symbol 178 '\texttwosuperior' 'textcomp' 0 1 '{{}^2}' '' 183
Lexer.cpp (338): Comment read: `35 ² SUPERSCRIPT TWO'
Encoding.cpp (826): Read unicode symbol 179 '\textthreesuperior' 'textcomp' 0 1 '{{}^3}' '' 183
Lexer.cpp (338): Comment read: `35 ³ SUPERSCRIPT THREE'
Lexer.cpp (338): Comment read: `35 ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 180 '\textasciiacute' 'textcomp' 0 1 '' '' 183
Encoding.cpp (826): Read unicode symbol 181 '\textmu' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 µ MICRO SIGN (upright, not $\mu$)'
Lexer.cpp (338): Comment read: `35 PILCROW SIGN # not equal to \textpilcrow'
Encoding.cpp (826): Read unicode symbol 182 '\textparagraph' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 MIDDLE DOT'
Encoding.cpp (826): Read unicode symbol 183 '\textperiodcentered' '' 0 0 '\cdot' '' 183
Lexer.cpp (338): Comment read: `35 CEDILLA (command from latin1.def)'
Encoding.cpp (826): Read unicode symbol 184 '\c\ ' '' 0 0 '' '' 183
Encoding.cpp (826): Read unicode symbol 185 '\textonesuperior' 'textcomp' 0 1 '{{}^1}' '' 183
Lexer.cpp (338): Comment read: `35 ¹ SUPERSCRIPT ONE'
Lexer.cpp (338): Comment read: `35 MASCULINE ORDINAL INDICATOR'
Encoding.cpp (826): Read unicode symbol 186 '\textordmasculine' 'textcomp' 0 1 '' '' 183
Lexer.cpp (338): Comment read: `35 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 187 '\guillemotright' '' 0 0 '' '' 183
Encoding.cpp (826): Read unicode symbol 188 '\textonequarter' 'textcomp' 0 1 '\frac14' '' 183
Lexer.cpp (338): Comment read: `35 1/4 FRACTION'
Encoding.cpp (826): Read unicode symbol 189 '\textonehalf' 'textcomp' 0 1 '\frac12' '' 183
Lexer.cpp (338): Comment read: `35 1/2 FRACTION'
Encoding.cpp (826): Read unicode symbol 190 '\textthreequarters' 'textcomp' 0 1 '\frac34' '' 183
Lexer.cpp (338): Comment read: `35 3/4 FRACTION'
Lexer.cpp (338): Comment read: `35 INVERTED QUESTION MARK'
Encoding.cpp (826): Read unicode symbol 191 '\textquestiondown' '' 0 0 '' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 192 '\`{A}' '' 0 0 '\grave{A}' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 193 '\'{A}' '' 0 0 '\acute{A}' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 194 '\^{A}' '' 0 0 '\hat{A}' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH TILDE'
Encoding.cpp (826): Read unicode symbol 195 '\~{A}' '' 0 0 '\tilde{A}' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 196 '\"{A}' '' 0 0 '\ddot{A}' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH RING ABOVE'
Encoding.cpp (826): Read unicode symbol 197 '\r{A}' '' 0 0 '\mathring{A}' '' 183
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER AE'
Encoding.cpp (826): Read unicode symbol 198 '\AE' '' 0 0 '' '' 183
Encoding.cpp (826): Read unicode symbol 199 '\c{C}' '' 0 0 '\cedilla{C}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER C WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 200 '\`{E}' '' 0 0 '\grave{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 201 '\'{E}' '' 0 0 '\acute{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 202 '\^{E}' '' 0 0 '\hat{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 203 '\"{E}' '' 0 0 '\ddot{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 204 '\`{I}' '' 0 0 '\grave{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 205 '\'{I}' '' 0 0 '\acute{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 206 '\^{I}' '' 0 0 '\hat{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 207 '\"{I}' '' 0 0 '\ddot{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER ETH'
Encoding.cpp (826): Read unicode symbol 208 '\DH' '' 0 0 '\mkern2mu\rule[0.75ex]{0.75ex}{0.06ex}\mkern-8mu D' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH TILDE'
Encoding.cpp (826): Read unicode symbol 209 '\~{N}' '' 0 0 '\tilde{N}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 210 '\`{O}' '' 0 0 '\grave{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 211 '\'{O}' '' 0 0 '\acute{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 212 '\^{O}' '' 0 0 '\hat{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH TILDE'
Encoding.cpp (826): Read unicode symbol 213 '\~{O}' '' 0 0 '\tilde{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 214 '\"{O}' '' 0 0 '\ddot{O}' '' 1
Lexer.cpp (338): Comment read: `35 × MULTIPLICATION SIGN'
Encoding.cpp (826): Read unicode symbol 215 '\texttimes' 'textcomp' 0 1 '\times' '' 1
Encoding.cpp (826): Read unicode symbol 216 '\O' '' 0 0 '\slashed{O}' 'slashed' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH STROKE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 217 '\`{U}' '' 0 0 '\grave{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 218 '\'{U}' '' 0 0 '\acute{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 219 '\^{U}' '' 0 0 '\hat{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 220 '\"{U}' '' 0 0 '\ddot{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 221 '\'{Y}' '' 0 0 '\acute{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER THORN'
Encoding.cpp (826): Read unicode symbol 222 '\TH' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER SHARP S'
Encoding.cpp (826): Read unicode symbol 223 '\ss' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 224 '\`{a}' '' 0 0 '\grave{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 225 '\'{a}' '' 0 0 '\acute{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 226 '\^{a}' '' 0 0 '\hat{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH TILDE'
Encoding.cpp (826): Read unicode symbol 227 '\~{a}' '' 0 0 '\tilde{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 228 '\"{a}' '' 0 0 '\ddot{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH RING ABOVE'
Encoding.cpp (826): Read unicode symbol 229 '\r{a}' '' 0 0 '\mathring{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER AE'
Encoding.cpp (826): Read unicode symbol 230 '\ae' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 231 '\c{c}' '' 0 0 '\cedilla{c}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 232 '\`{e}' '' 0 0 '\grave{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 233 '\'{e}' '' 0 0 '\acute{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 234 '\^{e}' '' 0 0 '\hat{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 235 '\"{e}' '' 0 0 '\ddot{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 236 '\`{\i}' '' 0 0 '\grave{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 237 '\'{\i}' '' 0 0 '\acute{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 238 '\^{\i}' '' 0 0 '\hat{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 239 '\"{\i}' '' 0 0 '\ddot{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER ETH'
Encoding.cpp (826): Read unicode symbol 240 '\dh' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH TILDE'
Encoding.cpp (826): Read unicode symbol 241 '\~{n}' '' 0 0 '\tilde{n}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 242 '\`{o}' '' 0 0 '\grave{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 243 '\'{o}' '' 0 0 '\acute{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 244 '\^{o}' '' 0 0 '\hat{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH TILDE'
Encoding.cpp (826): Read unicode symbol 245 '\~{o}' '' 0 0 '\tilde{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 246 '\"{o}' '' 0 0 '\ddot{o}' '' 1
Lexer.cpp (338): Comment read: `35 ÷ DIVISION SIGN'
Encoding.cpp (826): Read unicode symbol 247 '\textdiv' 'textcomp' 0 1 '\div' '' 1
Encoding.cpp (826): Read unicode symbol 248 '\o' '' 0 0 '\slashed{o}' 'slashed' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH STROKE'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 249 '\`{u}' '' 0 0 '\grave{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 250 '\'{u}' '' 0 0 '\acute{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 251 '\^{u}' '' 0 0 '\hat{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 252 '\"{u}' '' 0 0 '\ddot{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 253 '\'{y}' '' 0 0 '\acute{y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER THORN'
Encoding.cpp (826): Read unicode symbol 254 '\th' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 255 '\"{y}' '' 0 0 '\ddot{y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH MACRON'
Encoding.cpp (826): Read unicode symbol 256 '\={A}' '' 0 0 '\bar{A}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH MACRON'
Encoding.cpp (826): Read unicode symbol 257 '\={a}' '' 0 0 '\bar{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH BREVE'
Encoding.cpp (826): Read unicode symbol 258 '\u{A}' '' 0 0 '\breve{A}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH BREVE'
Encoding.cpp (826): Read unicode symbol 259 '\u{a}' '' 0 0 '\breve{a}' '' 1
Encoding.cpp (826): Read unicode symbol 260 '\k{A}' '' 0 0 '\ogonek{A}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH OGONEK'
Encoding.cpp (826): Read unicode symbol 261 '\k{a}' '' 0 0 '\ogonek{a}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH OGONEK'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER C WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 262 '\'{C}' '' 0 0 '\acute{C}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 263 '\'{c}' '' 0 0 '\acute{c}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER C WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 264 '\^{C}' '' 0 0 '\hat{C}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 265 '\^{c}' '' 0 0 '\hat{c}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER C WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 266 '\.{C}' '' 0 0 '\dot{C}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 267 '\.{c}' '' 0 0 '\dot{c}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER C WITH CARON'
Encoding.cpp (826): Read unicode symbol 268 '\v{C}' '' 0 0 '\check{C}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH CARON'
Encoding.cpp (826): Read unicode symbol 269 '\v{c}' '' 0 0 '\check{c}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER D WITH CARON'
Encoding.cpp (826): Read unicode symbol 270 '\v{D}' '' 0 0 '\check{D}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH CARON'
Encoding.cpp (826): Read unicode symbol 271 '\v{d}' '' 0 0 '\check{d}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER D WITH STROKE'
Encoding.cpp (826): Read unicode symbol 272 '\DJ' '' 0 0 '\mkern2mu\rule[0.75ex]{0.75ex}{0.06ex}\mkern-8mu D' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH STROKE'
Encoding.cpp (826): Read unicode symbol 273 '\dj' '' 0 0 '\mkern3mu\mathchar'26\mkern-12mu d' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH MACRON'
Encoding.cpp (826): Read unicode symbol 274 '\={E}' '' 0 0 '\bar{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH MACRON'
Encoding.cpp (826): Read unicode symbol 275 '\={e}' '' 0 0 '\bar{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH BREVE'
Encoding.cpp (826): Read unicode symbol 276 '\u{E}' '' 0 0 '\breve{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH BREVE'
Encoding.cpp (826): Read unicode symbol 277 '\u{e}' '' 0 0 '\breve{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 278 '\.{E}' '' 0 0 '\dot{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 279 '\.{e}' '' 0 0 '\dot{e}' '' 1
Encoding.cpp (826): Read unicode symbol 280 '\k{E}' '' 0 0 '\ogonek{E}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH OGONEK'
Encoding.cpp (826): Read unicode symbol 281 '\k{e}' '' 0 0 '\ogonek{e}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH OGONEK'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH CARON'
Encoding.cpp (826): Read unicode symbol 282 '\v{E}' '' 0 0 '\check{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH CARON'
Encoding.cpp (826): Read unicode symbol 283 '\v{e}' '' 0 0 '\check{e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER G WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 284 '\^{G}' '' 0 0 '\hat{G}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 285 '\^{g}' '' 0 0 '\hat{g}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER G WITH BREVE'
Encoding.cpp (826): Read unicode symbol 286 '\u{G}' '' 0 0 '\breve{G}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH BREVE'
Encoding.cpp (826): Read unicode symbol 287 '\u{g}' '' 0 0 '\breve{g}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER G WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 288 '\.{G}' '' 0 0 '\dot{G}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 289 '\.{g}' '' 0 0 '\dot{g}' '' 1
Encoding.cpp (826): Read unicode symbol 290 '\c{G}' '' 0 0 '\cedilla{G}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER G WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 291 '\accent96 g' '' 0 0 '\mathaccent96 g' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER H WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 292 '\^{H}' '' 0 0 '\hat{H}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH CIRCUMFLEX'
Lexer.cpp (338): Comment read: `350x0126 ""                         "" "" "" "" # LATIN CAPITAL LETTER H WITH STROKE'
Encoding.cpp (826): Read unicode symbol 293 '\^{h}' '' 0 0 '\hat{h}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH STROKE'
Encoding.cpp (826): Read unicode symbol 295 '\textcrh' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH TILDE'
Encoding.cpp (826): Read unicode symbol 296 '\~{I}' '' 0 0 '\tilde{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH TILDE'
Encoding.cpp (826): Read unicode symbol 297 '\~{\i}' '' 0 0 '\tilde{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH MACRON'
Encoding.cpp (826): Read unicode symbol 298 '\={I}' '' 0 0 '\bar{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH MACRON'
Encoding.cpp (826): Read unicode symbol 299 '\={\i}' '' 0 0 '\bar{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH BREVE'
Encoding.cpp (826): Read unicode symbol 300 '\u{I}' '' 0 0 '\breve{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH BREVE'
Encoding.cpp (826): Read unicode symbol 301 '\u{\i}' '' 0 0 '\breve{\imath}' '' 1
Encoding.cpp (826): Read unicode symbol 302 '\k{I}' '' 0 0 '\ogonek{I}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH OGONEK'
Encoding.cpp (826): Read unicode symbol 303 '\k{i}' '' 0 0 '\ogonek{i}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH OGONEK'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 304 '\.{I}' '' 0 0 '\dot{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DOTLESS I'
Encoding.cpp (826): Read unicode symbol 305 '\i' '' 0 0 '\imath' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LIGATURE IJ'
Encoding.cpp (826): Read unicode symbol 306 'IJ' '' 0 0 'IJ' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE IJ'
Encoding.cpp (826): Read unicode symbol 307 'ij' '' 0 0 'ij' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER J WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 308 '\^{J}' '' 0 0 '\hat{J}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER J WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 309 '\^{\j}' '' 0 0 '\hat{\jmath}' '' 1
Encoding.cpp (826): Read unicode symbol 310 '\c{K}' '' 0 0 '\cedilla{K}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER K WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 311 '\c{k}' '' 0 0 '\cedilla{k}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER K WITH CEDILLA'
Lexer.cpp (338): Comment read: `350x0138 ""                         "" "" "" "" # LATIN SMALL LETTER KRA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER L WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 313 '\'{L}' '' 0 0 '\acute{L}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 314 '\'{l}' '' 0 0 '\acute{l}' '' 1
Encoding.cpp (826): Read unicode symbol 315 '\c{L}' '' 0 0 '\cedilla{L}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER L WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 316 '\c{l}' '' 0 0 '\cedilla{l}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER L WITH CARON'
Encoding.cpp (826): Read unicode symbol 317 '\v{L}' '' 0 0 'L\mkern-7mu\mathchar19' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH CARON'
Lexer.cpp (338): Comment read: `350x013f ""                         "" "" "" "" # LATIN CAPITAL LETTER L WITH MIDDLE DOT'
Lexer.cpp (338): Comment read: `350x0140 ""                         "" "" "" "" # LATIN SMALL LETTER L WITH MIDDLE DOT'
Encoding.cpp (826): Read unicode symbol 318 '\v{l}' '' 0 0 'l\mkern-5mu\mathchar19' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER L WITH STROKE'
Encoding.cpp (826): Read unicode symbol 321 '\L' '' 0 0 '\mkern2mu\mathchar'40\mkern-7mu L' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH STROKE'
Encoding.cpp (826): Read unicode symbol 322 '\l' '' 0 0 '\mathchar'40\mkern-5mu l' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 323 '\'{N}' '' 0 0 '\acute{N}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 324 '\'{n}' '' 0 0 '\acute{n}' '' 1
Encoding.cpp (826): Read unicode symbol 325 '\c{N}' '' 0 0 '\cedilla{N}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 326 '\c{n}' '' 0 0 '\cedilla{n}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH CARON'
Encoding.cpp (826): Read unicode symbol 327 '\v{N}' '' 0 0 '\check{N}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH CARON'
Lexer.cpp (338): Comment read: `350x0149 ""                         "" "" "" "" # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE'
Encoding.cpp (826): Read unicode symbol 328 '\v{n}' '' 0 0 '\check{n}' '' 1
Encoding.cpp (826): Read unicode symbol 330 '\NG' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER ENG'
Encoding.cpp (826): Read unicode symbol 331 '\ng' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER ENG'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH MACRON'
Encoding.cpp (826): Read unicode symbol 332 '\={O}' '' 0 0 '\bar{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH MACRON'
Encoding.cpp (826): Read unicode symbol 333 '\={o}' '' 0 0 '\bar{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH BREVE'
Encoding.cpp (826): Read unicode symbol 334 '\u{O}' '' 0 0 '\breve{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH BREVE'
Encoding.cpp (826): Read unicode symbol 335 '\u{o}' '' 0 0 '\breve{o}' '' 1
Encoding.cpp (826): Read unicode symbol 336 '\H{O}' '' 0 0 '\dacute{O}' 'dacute' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE'
Encoding.cpp (826): Read unicode symbol 337 '\H{o}' '' 0 0 '\dacute{o}' 'dacute' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH DOUBLE ACUTE'
Encoding.cpp (826): Read unicode symbol 338 '\OE' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LIGATURE OE'
Encoding.cpp (826): Read unicode symbol 339 '\oe' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE OE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 340 '\'{R}' '' 0 0 '\acute{R}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 341 '\'{r}' '' 0 0 '\acute{r}' '' 1
Encoding.cpp (826): Read unicode symbol 342 '\c{R}' '' 0 0 '\cedilla{R}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 343 '\c{r}' '' 0 0 '\cedilla{r}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH CARON'
Encoding.cpp (826): Read unicode symbol 344 '\v{R}' '' 0 0 '\check{R}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH CARON'
Encoding.cpp (826): Read unicode symbol 345 '\v{r}' '' 0 0 '\check{r}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER S WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 346 '\'{S}' '' 0 0 '\acute{S}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 347 '\'{s}' '' 0 0 '\acute{s}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER S WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 348 '\^{S}' '' 0 0 '\hat{S}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 349 '\^{s}' '' 0 0 '\hat{s}' '' 1
Encoding.cpp (826): Read unicode symbol 350 '\c{S}' '' 0 0 '\cedilla{S}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER S WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 351 '\c{s}' '' 0 0 '\cedilla{s}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER S WITH CARON'
Encoding.cpp (826): Read unicode symbol 352 '\v{S}' '' 0 0 '\check{S}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH CARON'
Encoding.cpp (826): Read unicode symbol 353 '\v{s}' '' 0 0 '\check{s}' '' 1
Encoding.cpp (826): Read unicode symbol 354 '\c{T}' '' 0 0 '\cedilla{T}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER T WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 355 '\c{t}' '' 0 0 '\cedilla{t}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH CEDILLA'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER T WITH CARON'
Encoding.cpp (826): Read unicode symbol 356 '\v{T}' '' 0 0 '\check{T}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH CARON'
Lexer.cpp (338): Comment read: `350x0166 ""                         "" "" "" "" # LATIN CAPITAL LETTER T WITH STROKE'
Lexer.cpp (338): Comment read: `350x0167 ""                         "" "" "" "" # LATIN SMALL LETTER T WITH STROKE'
Encoding.cpp (826): Read unicode symbol 357 '\v{t}' '' 0 0 't\mkern-5mu\mathchar19' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH TILDE'
Encoding.cpp (826): Read unicode symbol 360 '\~{U}' '' 0 0 '\tilde{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH TILDE'
Encoding.cpp (826): Read unicode symbol 361 '\~{u}' '' 0 0 '\tilde{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH MACRON'
Encoding.cpp (826): Read unicode symbol 362 '\={U}' '' 0 0 '\bar{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH MACRON'
Encoding.cpp (826): Read unicode symbol 363 '\={u}' '' 0 0 '\bar{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH BREVE'
Encoding.cpp (826): Read unicode symbol 364 '\u{U}' '' 0 0 '\breve{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH BREVE'
Encoding.cpp (826): Read unicode symbol 365 '\u{u}' '' 0 0 '\breve{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH RING ABOVE'
Encoding.cpp (826): Read unicode symbol 366 '\r{U}' '' 0 0 '\mathring{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH RING ABOVE'
Encoding.cpp (826): Read unicode symbol 367 '\r{u}' '' 0 0 '\mathring{u}' '' 1
Encoding.cpp (826): Read unicode symbol 368 '\H{U}' '' 0 0 '\dacute{U}' 'dacute' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE'
Encoding.cpp (826): Read unicode symbol 369 '\H{u}' '' 0 0 '\dacute{u}' 'dacute' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH DOUBLE ACUTE'
Encoding.cpp (826): Read unicode symbol 370 '\k{U}' '' 0 0 '\ogonek{U}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH OGONEK'
Encoding.cpp (826): Read unicode symbol 371 '\k{u}' '' 0 0 '\ogonek{u}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH OGONEK'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER W WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 372 '\^{W}' '' 0 0 '\hat{W}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 373 '\^{w}' '' 0 0 '\hat{w}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 374 '\^{Y}' '' 0 0 '\hat{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 375 '\^{y}' '' 0 0 '\hat{y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 376 '\"{Y}' '' 0 0 '\ddot{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Z WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 377 '\'{Z}' '' 0 0 '\acute{Z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 378 '\'{z}' '' 0 0 '\acute{z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Z WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 379 '\.{Z}' '' 0 0 '\dot{Z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 380 '\.{z}' '' 0 0 '\dot{z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Z WITH CARON'
Encoding.cpp (826): Read unicode symbol 381 '\v{Z}' '' 0 0 '\check{Z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH CARON'
Lexer.cpp (338): Comment read: `350x017f ""                         "" "" "" "" # LATIN SMALL LETTER LONG S'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Latin Extended-B'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 382 '\v{z}' '' 0 0 '\check{z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER B WITH STROKE'
Lexer.cpp (338): Comment read: `350x0181 ""                         "" "" # LATIN CAPITAL LETTER B WITH HOOK'
Lexer.cpp (338): Comment read: `350x0182 ""                         "" "" # LATIN CAPITAL LETTER B WITH TOPBAR'
Lexer.cpp (338): Comment read: `350x0183 ""                         "" "" # LATIN SMALL LETTER B WITH TOPBAR'
Lexer.cpp (338): Comment read: `350x0184 ""                         "" "" # LATIN CAPITAL LETTER TONE SIX'
Lexer.cpp (338): Comment read: `350x0185 ""                         "" "" # LATIN SMALL LETTER TONE SIX'
Lexer.cpp (338): Comment read: `350x0186 ""                         "" "" # LATIN CAPITAL LETTER OPEN O'
Lexer.cpp (338): Comment read: `350x0187 ""                         "" "" # LATIN CAPITAL LETTER C WITH HOOK'
Encoding.cpp (826): Read unicode symbol 384 '\textcrb' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH HOOK'
Lexer.cpp (338): Comment read: `350x0189 ""                         "" "" # LATIN CAPITAL LETTER AFRICAN D'
Lexer.cpp (338): Comment read: `350x018a ""                         "" "" # LATIN CAPITAL LETTER D WITH HOOK'
Lexer.cpp (338): Comment read: `350x018b ""                         "" "" # LATIN CAPITAL LETTER D WITH TOPBAR'
Lexer.cpp (338): Comment read: `350x018c ""                         "" "" # LATIN SMALL LETTER D WITH TOPBAR'
Lexer.cpp (338): Comment read: `350x018d ""                         "" "" # LATIN SMALL LETTER TURNED DELTA'
Lexer.cpp (338): Comment read: `350x018e ""                         "" "" # LATIN CAPITAL LETTER REVERSED E'
Lexer.cpp (338): Comment read: `350x018f ""                         "" "" # LATIN CAPITAL LETTER SCHWA'
Lexer.cpp (338): Comment read: `350x0190 ""                         "" "" # LATIN CAPITAL LETTER OPEN E'
Lexer.cpp (338): Comment read: `350x0191 ""                         "" "" # LATIN CAPITAL LETTER F WITH HOOK'
Encoding.cpp (826): Read unicode symbol 392 '\texthtc' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER F WITH HOOK'
Lexer.cpp (338): Comment read: `350x0193 ""                         "" "" # LATIN CAPITAL LETTER G WITH HOOK'
Lexer.cpp (338): Comment read: `350x0194 ""                         "" "" # LATIN CAPITAL LETTER GAMMA'
Lexer.cpp (338): Comment read: `350x0195 ""                         "" "" # LATIN SMALL LETTER HV'
Lexer.cpp (338): Comment read: `350x0196 ""                         "" "" # LATIN CAPITAL LETTER IOTA'
Lexer.cpp (338): Comment read: `350x0197 ""                         "" "" # LATIN CAPITAL LETTER I WITH STROKE'
Lexer.cpp (338): Comment read: `350x0198 ""                         "" "" # LATIN CAPITAL LETTER K WITH HOOK'
Lexer.cpp (338): Comment read: `350x0199 ""                         "" "" # LATIN SMALL LETTER K WITH HOOK'
Lexer.cpp (338): Comment read: `350x019a ""                         "" "" # LATIN SMALL LETTER L WITH BAR'
Lexer.cpp (338): Comment read: `350x019b ""                         "" "" # LATIN SMALL LETTER LAMBDA WITH STROKE'
Lexer.cpp (338): Comment read: `350x019c ""                         "" "" # LATIN CAPITAL LETTER TURNED M'
Lexer.cpp (338): Comment read: `350x019d ""                         "" "" # LATIN CAPITAL LETTER N WITH LEFT HOOK'
Lexer.cpp (338): Comment read: `350x019e ""                         "" "" # LATIN SMALL LETTER N WITH LONG RIGHT LEG'
Lexer.cpp (338): Comment read: `350x019f ""                         "" "" # LATIN CAPITAL LETTER O WITH MIDDLE TILDE'
Lexer.cpp (338): Comment read: `350x01a0 ""                         "" "" # LATIN CAPITAL LETTER O WITH HORN'
Lexer.cpp (338): Comment read: `350x01a1 ""                         "" "" # LATIN SMALL LETTER O WITH HORN'
Lexer.cpp (338): Comment read: `350x01a2 ""                         "" "" # LATIN CAPITAL LETTER OI'
Lexer.cpp (338): Comment read: `350x01a3 ""                         "" "" # LATIN SMALL LETTER OI'
Lexer.cpp (338): Comment read: `350x01a4 ""                         "" "" # LATIN CAPITAL LETTER P WITH HOOK'
Lexer.cpp (338): Comment read: `350x01a5 ""                         "" "" # LATIN SMALL LETTER P WITH HOOK'
Lexer.cpp (338): Comment read: `350x01a6 ""                         "" "" # LATIN LETTER YR'
Lexer.cpp (338): Comment read: `350x01a7 ""                         "" "" # LATIN CAPITAL LETTER TONE TWO'
Lexer.cpp (338): Comment read: `350x01a8 ""                         "" "" # LATIN SMALL LETTER TONE TWO'
Lexer.cpp (338): Comment read: `350x01a9 ""                         "" "" # LATIN CAPITAL LETTER ESH'
Lexer.cpp (338): Comment read: `350x01aa ""                         "" "" # LATIN LETTER REVERSED ESH LOOP'
Lexer.cpp (338): Comment read: `350x01ab ""                         "" "" # LATIN SMALL LETTER T WITH PALATAL HOOK'
Lexer.cpp (338): Comment read: `350x01ac ""                         "" "" # LATIN CAPITAL LETTER T WITH HOOK'
Lexer.cpp (338): Comment read: `350x01ad ""                         "" "" # LATIN SMALL LETTER T WITH HOOK'
Lexer.cpp (338): Comment read: `350x01ae ""                         "" "" # LATIN CAPITAL LETTER T WITH RETROFLEX HOOK'
Lexer.cpp (338): Comment read: `350x01af ""                         "" "" # LATIN CAPITAL LETTER U WITH HORN'
Lexer.cpp (338): Comment read: `350x01b0 ""                         "" "" # LATIN SMALL LETTER U WITH HORN'
Lexer.cpp (338): Comment read: `350x01b1 ""                         "" "" # LATIN CAPITAL LETTER UPSILON'
Lexer.cpp (338): Comment read: `350x01b2 ""                         "" "" # LATIN CAPITAL LETTER V WITH HOOK'
Lexer.cpp (338): Comment read: `350x01b3 ""                         "" "" # LATIN CAPITAL LETTER Y WITH HOOK'
Lexer.cpp (338): Comment read: `350x01b4 ""                         "" "" # LATIN SMALL LETTER Y WITH HOOK'
Lexer.cpp (338): Comment read: `350x01b5 ""                         "" "" # LATIN CAPITAL LETTER Z WITH STROKE'
Lexer.cpp (338): Comment read: `350x01b6 ""                         "" "" # LATIN SMALL LETTER Z WITH STROKE'
Lexer.cpp (338): Comment read: `350x01b7 ""                         "" "" # LATIN CAPITAL LETTER EZH'
Lexer.cpp (338): Comment read: `350x01b8 ""                         "" "" # LATIN CAPITAL LETTER EZH REVERSED'
Lexer.cpp (338): Comment read: `350x01b9 ""                         "" "" # LATIN SMALL LETTER EZH REVERSED'
Lexer.cpp (338): Comment read: `350x01ba ""                         "" "" # LATIN SMALL LETTER EZH WITH TAIL'
Encoding.cpp (826): Read unicode symbol 402 '\textflorin' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER TWO WITH STROKE'
Lexer.cpp (338): Comment read: `350x01bc ""                         "" "" # LATIN CAPITAL LETTER TONE FIVE'
Lexer.cpp (338): Comment read: `350x01bd ""                         "" "" # LATIN SMALL LETTER TONE FIVE'
Encoding.cpp (826): Read unicode symbol 443 '\textcrtwo' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE'
Encoding.cpp (826): Read unicode symbol 446 '\textcrinvglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER WYNN'
Encoding.cpp (826): Read unicode symbol 447 '\textwynn' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER DENTAL CLICK'
Encoding.cpp (826): Read unicode symbol 448 '\textpipe' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER LATERAL CLICK'
Encoding.cpp (826): Read unicode symbol 449 '\textdoublepipe' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER ALVEOLAR CLICK'
Encoding.cpp (826): Read unicode symbol 450 '\textdoublebarpipe' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER RETROFLEX CLICK'
Lexer.cpp (338): Comment read: `350x01c4 ""                         "" "" # LATIN CAPITAL LETTER DZ WITH CARON'
Lexer.cpp (338): Comment read: `350x01c5 ""                         "" "" # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON'
Lexer.cpp (338): Comment read: `350x01c6 ""                         "" "" # LATIN SMALL LETTER DZ WITH CARON'
Lexer.cpp (338): Comment read: `350x01c7 ""                         "" "" # LATIN CAPITAL LETTER LJ'
Lexer.cpp (338): Comment read: `350x01c8 ""                         "" "" # LATIN CAPITAL LETTER L WITH SMALL LETTER J'
Lexer.cpp (338): Comment read: `350x01c9 ""                         "" "" # LATIN SMALL LETTER LJ'
Lexer.cpp (338): Comment read: `350x01ca ""                         "" "" # LATIN CAPITAL LETTER NJ'
Lexer.cpp (338): Comment read: `350x01cb ""                         "" "" # LATIN CAPITAL LETTER N WITH SMALL LETTER J'
Lexer.cpp (338): Comment read: `350x01cc ""                         "" "" # LATIN SMALL LETTER NJ'
Encoding.cpp (826): Read unicode symbol 451 '!' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH CARON'
Encoding.cpp (826): Read unicode symbol 461 '\v{A}' '' 0 0 '\check{A}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH CARON'
Encoding.cpp (826): Read unicode symbol 462 '\v{a}' '' 0 0 '\check{a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH CARON'
Encoding.cpp (826): Read unicode symbol 463 '\v{I}' '' 0 0 '\check{I}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH CARON'
Encoding.cpp (826): Read unicode symbol 464 '\v{\i}' '' 0 0 '\check{\imath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH CARON'
Encoding.cpp (826): Read unicode symbol 465 '\v{O}' '' 0 0 '\check{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH CARON'
Encoding.cpp (826): Read unicode symbol 466 '\v{o}' '' 0 0 '\check{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH CARON'
Encoding.cpp (826): Read unicode symbol 467 '\v{U}' '' 0 0 '\check{U}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH CARON'
Lexer.cpp (338): Comment read: `350x01d5 ""                         "" "" # LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON'
Lexer.cpp (338): Comment read: `350x01d6 ""                         "" "" # LATIN SMALL LETTER U WITH DIAERESIS AND MACRON'
Lexer.cpp (338): Comment read: `350x01d7 ""                         "" "" # LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE'
Lexer.cpp (338): Comment read: `350x01d8 ""                         "" "" # LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE'
Lexer.cpp (338): Comment read: `350x01d9 ""                         "" "" # LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON'
Lexer.cpp (338): Comment read: `350x01da ""                         "" "" # LATIN SMALL LETTER U WITH DIAERESIS AND CARON'
Lexer.cpp (338): Comment read: `350x01db ""                         "" "" # LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE'
Lexer.cpp (338): Comment read: `350x01dc ""                         "" "" # LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE'
Lexer.cpp (338): Comment read: `350x01dd ""                         "" "" # LATIN SMALL LETTER TURNED E'
Lexer.cpp (338): Comment read: `350x01de ""                         "" "" # LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON'
Lexer.cpp (338): Comment read: `350x01df ""                         "" "" # LATIN SMALL LETTER A WITH DIAERESIS AND MACRON'
Lexer.cpp (338): Comment read: `350x01e0 ""                         "" "" # LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON'
Lexer.cpp (338): Comment read: `350x01e1 ""                         "" "" # LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON'
Encoding.cpp (826): Read unicode symbol 468 '\v{u}' '' 0 0 '\check{u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER AE WITH MACRON'
Encoding.cpp (826): Read unicode symbol 482 '\={\AE}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER AE WITH MACRON'
Lexer.cpp (338): Comment read: `350x01e4 ""                         "" "" # LATIN CAPITAL LETTER G WITH STROKE'
Lexer.cpp (338): Comment read: `350x01e5 ""                         "" "" # LATIN SMALL LETTER G WITH STROKE'
Encoding.cpp (826): Read unicode symbol 483 '\={\ae}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER G WITH CARON'
Encoding.cpp (826): Read unicode symbol 486 '\v{G}' '' 0 0 '\check{G}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH CARON'
Encoding.cpp (826): Read unicode symbol 487 '\v{g}' '' 0 0 '\check{g}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER K WITH CARON'
Encoding.cpp (826): Read unicode symbol 488 '\v{K}' '' 0 0 '\check{K}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER K WITH CARON'
Encoding.cpp (826): Read unicode symbol 489 '\v{k}' '' 0 0 '\check{k}' '' 1
Encoding.cpp (826): Read unicode symbol 490 '\k{O}' '' 0 0 '\ogonek{O}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH OGONEK'
Encoding.cpp (826): Read unicode symbol 491 '\k{o}' '' 0 0 '\ogonek{o}' 'accents,tipasymb,ogonek' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH OGONEK'
Lexer.cpp (338): Comment read: `350x01ec ""                         "" "" # LATIN CAPITAL LETTER O WITH OGONEK AND MACRON'
Lexer.cpp (338): Comment read: `350x01ed ""                         "" "" # LATIN SMALL LETTER O WITH OGONEK AND MACRON'
Lexer.cpp (338): Comment read: `350x01ee ""                         "" "" # LATIN CAPITAL LETTER EZH WITH CARON'
Lexer.cpp (338): Comment read: `350x01ef ""                         "" "" # LATIN SMALL LETTER EZH WITH CARON'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER J WITH CARON'
Lexer.cpp (338): Comment read: `350x01f1 ""                         "" "" # LATIN CAPITAL LETTER DZ'
Lexer.cpp (338): Comment read: `350x01f2 ""                         "" "" # LATIN CAPITAL LETTER D WITH SMALL LETTER Z'
Lexer.cpp (338): Comment read: `350x01f3 ""                         "" "" # LATIN SMALL LETTER DZ'
Encoding.cpp (826): Read unicode symbol 496 '\v{\j}' '' 0 0 '\check{\jmath}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER G WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 500 '\'{G}' '' 0 0 '\acute{G}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH ACUTE'
Lexer.cpp (338): Comment read: `350x01f6 ""                         "" "" # LATIN CAPITAL LETTER HWAIR'
Lexer.cpp (338): Comment read: `350x01f7 ""                         "" "" # LATIN CAPITAL LETTER WYNN'
Encoding.cpp (826): Read unicode symbol 501 '\'{g}' '' 0 0 '\acute{g}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 504 '\`{N}' '' 0 0 '\grave{N}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH GRAVE'
Lexer.cpp (338): Comment read: `350x01fa ""                         "" "" # LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE'
Lexer.cpp (338): Comment read: `350x01fb ""                         "" "" # LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE'
Encoding.cpp (826): Read unicode symbol 505 '\`{n}' '' 0 0 '\grave{n}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER AE WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 508 '\'{\AE}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER AE WITH ACUTE'
Lexer.cpp (338): Comment read: `350x01fe ""                         "" "" # LATIN CAPITAL LETTER O WITH STROKE AND ACUTE'
Lexer.cpp (338): Comment read: `350x01ff ""                         "" "" # LATIN SMALL LETTER O WITH STROKE AND ACUTE'
Encoding.cpp (826): Read unicode symbol 509 '\'{\ae}' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 512 '\textdoublegrave{A}' 'tipa' 0 1 '\dgrave{A}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 513 '\textdoublegrave{a}' 'tipa' 0 1 '\dgrave{a}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 514 '\textroundcap{A}' 'tipa' 0 1 '\rcap{A}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 515 '\textroundcap{a}' 'tipa' 0 1 '\rcap{a}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 516 '\textdoublegrave{E}' 'tipa' 0 1 '\dgrave{E}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 517 '\textdoublegrave{e}' 'tipa' 0 1 '\dgrave{e}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 518 '\textroundcap{E}' 'tipa' 0 1 '\rcap{E}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 519 '\textroundcap{e}' 'tipa' 0 1 '\rcap{e}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 520 '\textdoublegrave{I}' 'tipa' 0 1 '\dgrave{I}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 521 '\textdoublegrave{\i}' 'tipa' 0 1 '\dgrave{\imath}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 522 '\textroundcap{I}' 'tipa' 0 1 '\rcap{I}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 523 '\textroundcap{\i}' 'tipa' 0 1 '\rcap{\imath}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 524 '\textdoublegrave{O}' 'tipa' 0 1 '\dgrave{O}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 525 '\textdoublegrave{o}' 'tipa' 0 1 '\dgrave{o}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 526 '\textroundcap{O}' 'tipa' 0 1 '\rcap{O}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 527 '\textroundcap{o}' 'tipa' 0 1 '\rcap{o}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 528 '\textdoublegrave{R}' 'tipa' 0 1 '\dgrave{R}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 529 '\textdoublegrave{r}' 'tipa' 0 1 '\dgrave{r}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 530 '\textroundcap{R}' 'tipa' 0 1 '\rcap{R}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 531 '\textroundcap{r}' 'tipa' 0 1 '\rcap{r}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 532 '\textdoublegrave{U}' 'tipa' 0 1 '\dgrave{U}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 533 '\textdoublegrave{u}' 'tipa' 0 1 '\dgrave{u}' 'tipasymb,dgrave' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH DOUBLE GRAVE'
Encoding.cpp (826): Read unicode symbol 534 '\textroundcap{U}' 'tipa' 0 1 '\rcap{U}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH INVERTED BREVE'
Encoding.cpp (826): Read unicode symbol 535 '\textroundcap{u}' 'tipa' 0 1 '\rcap{u}' 'tipasymb,rcap' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH INVERTED BREVE'
Lexer.cpp (338): Comment read: `350x0218 ""                         "" "" # LATIN CAPITAL LETTER S WITH COMMA BELOW'
Lexer.cpp (338): Comment read: `350x0219 ""                         "" "" # LATIN SMALL LETTER S WITH COMMA BELOW'
Lexer.cpp (338): Comment read: `350x021a ""                         "" "" # LATIN CAPITAL LETTER T WITH COMMA BELOW'
Lexer.cpp (338): Comment read: `350x021b ""                         "" "" # LATIN SMALL LETTER T WITH COMMA BELOW'
Lexer.cpp (338): Comment read: `350x021c ""                         "" "" # LATIN CAPITAL LETTER YOGH'
Lexer.cpp (338): Comment read: `350x021d ""                         "" "" # LATIN SMALL LETTER YOGH'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER H WITH CARON'
Encoding.cpp (826): Read unicode symbol 542 '\v{H}' '' 0 0 '\check{H}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH CARON'
Lexer.cpp (338): Comment read: `350x0220 ""                         "" "" # LATIN CAPITAL LETTER N WITH LONG RIGHT LEG'
Lexer.cpp (338): Comment read: `350x0222 ""                         "" "" # LATIN CAPITAL LETTER OU'
Lexer.cpp (338): Comment read: `350x0223 ""                         "" "" # LATIN SMALL LETTER OU'
Lexer.cpp (338): Comment read: `350x0224 ""                         "" "" # LATIN CAPITAL LETTER Z WITH HOOK'
Lexer.cpp (338): Comment read: `350x0225 ""                         "" "" # LATIN SMALL LETTER Z WITH HOOK'
Encoding.cpp (826): Read unicode symbol 543 '\v{h}' '' 0 0 '\check{h}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 550 '\.{A}' '' 0 0 '\dot{A}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 551 '\.{a}' '' 0 0 '\dot{a}' '' 1
Encoding.cpp (826): Read unicode symbol 552 '\c{E}' '' 0 0 '\cedilla{E}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 553 '\c{e}' '' 0 0 '\cedilla{e}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH CEDILLA'
Lexer.cpp (338): Comment read: `350x022a ""                         "" "" # LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON'
Lexer.cpp (338): Comment read: `350x022b ""                         "" "" # LATIN SMALL LETTER O WITH DIAERESIS AND MACRON'
Lexer.cpp (338): Comment read: `350x022c ""                         "" "" # LATIN CAPITAL LETTER O WITH TILDE AND MACRON'
Lexer.cpp (338): Comment read: `350x022d ""                         "" "" # LATIN SMALL LETTER O WITH TILDE AND MACRON'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 558 '\.{O}' '' 0 0 '\dot{O}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH DOT ABOVE'
Lexer.cpp (338): Comment read: `350x0230 ""                         "" "" # LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON'
Lexer.cpp (338): Comment read: `350x0231 ""                         "" "" # LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON'
Encoding.cpp (826): Read unicode symbol 559 '\.{o}' '' 0 0 '\dot{o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH MACRON'
Encoding.cpp (826): Read unicode symbol 562 '\={Y}' '' 0 0 '\bar{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH MACRON'
Lexer.cpp (338): Comment read: `350x0234 ""                         "" "" # LATIN SMALL LETTER L WITH CURL'
Encoding.cpp (826): Read unicode symbol 563 '\={y}' '' 0 0 '\bar{y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH CURL'
Encoding.cpp (826): Read unicode symbol 565 '\textctn' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH CURL'
Encoding.cpp (826): Read unicode symbol 566 '\textctt' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DOTLESS J'
Encoding.cpp (826): Read unicode symbol 567 '\j' '' 0 0 '\jmath' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DB DIGRAPH'
Encoding.cpp (826): Read unicode symbol 568 '\textdblig' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER QP DIGRAPH'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 IPA extensions'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 569 '\textqplig' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED A'
Encoding.cpp (826): Read unicode symbol 592 '\textturna' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER ALPHA'
Encoding.cpp (826): Read unicode symbol 593 '\textscripta' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED ALPHA'
Encoding.cpp (826): Read unicode symbol 594 '\textturnscripta' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER B WITH HOOK'
Encoding.cpp (826): Read unicode symbol 595 '\texthtb' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER OPEN O'
Encoding.cpp (826): Read unicode symbol 596 '\textopeno' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER C WITH CURL'
Encoding.cpp (826): Read unicode symbol 597 '\textctc' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH TAIL'
Encoding.cpp (826): Read unicode symbol 598 '\textrtaild' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH HOOK'
Encoding.cpp (826): Read unicode symbol 599 '\texthtd' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER REVERSED E'
Encoding.cpp (826): Read unicode symbol 600 '\textreve' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER SCHWA'
Encoding.cpp (826): Read unicode symbol 601 '\textschwa' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER SCHWA WITH HOOK'
Encoding.cpp (826): Read unicode symbol 602 '\textrhookschwa' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER OPEN E'
Encoding.cpp (826): Read unicode symbol 603 '\textepsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER REVERSED OPEN E'
Encoding.cpp (826): Read unicode symbol 604 '\textrevepsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER REVERSED OPEN E WITH HOOK'
Encoding.cpp (826): Read unicode symbol 605 '\textrhookrevepsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER CLOSED REVERSED OPEN E'
Encoding.cpp (826): Read unicode symbol 606 '\textcloserevepsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DOTLESS J WITH STROKE'
Encoding.cpp (826): Read unicode symbol 607 '\textbardotlessj' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER G WITH HOOK'
Encoding.cpp (826): Read unicode symbol 608 '\texthtg' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER SCRIPT G'
Encoding.cpp (826): Read unicode symbol 609 '\textscriptg' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL G'
Encoding.cpp (826): Read unicode symbol 610 '\textscg' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER GAMMA'
Encoding.cpp (826): Read unicode symbol 611 '\textgamma' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER RAMS HORN'
Encoding.cpp (826): Read unicode symbol 612 '\textramshorns' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED H'
Encoding.cpp (826): Read unicode symbol 613 '\textturnh' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH HOOK'
Encoding.cpp (826): Read unicode symbol 614 '\texthth' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER HENG WITH HOOK'
Encoding.cpp (826): Read unicode symbol 615 '\texththeng' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH STROKE'
Encoding.cpp (826): Read unicode symbol 616 '\textbari' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER IOTA'
Encoding.cpp (826): Read unicode symbol 617 '\textiota' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL I'
Encoding.cpp (826): Read unicode symbol 618 '\textsci' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 619 '\textltilde' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH BELT'
Encoding.cpp (826): Read unicode symbol 620 '\textbeltl' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH RETROFLEX HOOK'
Encoding.cpp (826): Read unicode symbol 621 '\textrtaill' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER LEZH'
Encoding.cpp (826): Read unicode symbol 622 '\textlyoghlig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED M'
Encoding.cpp (826): Read unicode symbol 623 '\textturnm' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED M WITH LONG LEG'
Encoding.cpp (826): Read unicode symbol 624 '\textturnmrleg' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER M WITH HOOK'
Encoding.cpp (826): Read unicode symbol 625 '\textltailm' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH LEFT HOOK'
Encoding.cpp (826): Read unicode symbol 626 '\textltailn' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH RETROFLEX HOOK'
Encoding.cpp (826): Read unicode symbol 627 '\textrtailn' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL N'
Encoding.cpp (826): Read unicode symbol 628 '\textscn' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER BARRED O'
Encoding.cpp (826): Read unicode symbol 629 '\textbaro' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL OE'
Encoding.cpp (826): Read unicode symbol 630 '\textscoelig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER CLOSED OMEGA'
Encoding.cpp (826): Read unicode symbol 631 '\textcloseomega' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER PHI'
Encoding.cpp (826): Read unicode symbol 632 '\textphi' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED R'
Encoding.cpp (826): Read unicode symbol 633 '\textturnr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED R WITH LONG LEG'
Encoding.cpp (826): Read unicode symbol 634 '\textturnlonglegr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED R WITH HOOK'
Encoding.cpp (826): Read unicode symbol 635 '\textturnrrtail' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH LONG LEG'
Encoding.cpp (826): Read unicode symbol 636 '\textlonglegr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH TAIL'
Encoding.cpp (826): Read unicode symbol 637 '\textrtailr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH FISHHOOK'
Encoding.cpp (826): Read unicode symbol 638 '\textfishhookr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER REVERSED R WITH FISHHOOK'
Encoding.cpp (826): Read unicode symbol 639 '\textlhti' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL R'
Encoding.cpp (826): Read unicode symbol 640 '\textscr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL INVERTED R'
Encoding.cpp (826): Read unicode symbol 641 '\textinvscr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH HOOK'
Encoding.cpp (826): Read unicode symbol 642 '\textrtails' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER ESH'
Encoding.cpp (826): Read unicode symbol 643 '\textesh' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK'
Encoding.cpp (826): Read unicode symbol 644 '\texthtbardotlessj' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER SQUAT REVERSED ESH'
Encoding.cpp (826): Read unicode symbol 645 '\textlooptoprevesh' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER ESH WITH CURL'
Encoding.cpp (826): Read unicode symbol 646 '\textctesh' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED T'
Encoding.cpp (826): Read unicode symbol 647 '\textturnt' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH RETROFLEX HOOK'
Encoding.cpp (826): Read unicode symbol 648 '\textrtailt' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U BAR'
Encoding.cpp (826): Read unicode symbol 649 '\textbaru' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER UPSILON'
Encoding.cpp (826): Read unicode symbol 650 '\textupsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER V WITH HOOK'
Encoding.cpp (826): Read unicode symbol 651 '\textscriptv' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED V'
Encoding.cpp (826): Read unicode symbol 652 '\textturnv' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED W'
Encoding.cpp (826): Read unicode symbol 653 '\textturnw' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED Y'
Encoding.cpp (826): Read unicode symbol 654 '\textturny' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL Y'
Encoding.cpp (826): Read unicode symbol 655 '\textscy' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH RETROFLEX HOOK'
Encoding.cpp (826): Read unicode symbol 656 '\textrtailz' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH CURL'
Encoding.cpp (826): Read unicode symbol 657 '\textctz' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER EZH'
Encoding.cpp (826): Read unicode symbol 658 '\textyogh' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER EZH WITH CURL'
Encoding.cpp (826): Read unicode symbol 659 '\textctyogh' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER GLOTTAL STOP'
Encoding.cpp (826): Read unicode symbol 660 '\textglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER PHARYNGEAL VOICED FRICATIVE'
Encoding.cpp (826): Read unicode symbol 661 '\textrevglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER INVERTED GLOTTAL STOP'
Encoding.cpp (826): Read unicode symbol 662 '\textinvglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER STRETCHED C'
Encoding.cpp (826): Read unicode symbol 663 '\textstretchc' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER BILABIAL CLICK'
Encoding.cpp (826): Read unicode symbol 664 '\textbullseye' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL B'
Encoding.cpp (826): Read unicode symbol 665 '\textscb' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER CLOSED OPEN E'
Encoding.cpp (826): Read unicode symbol 666 '\textcloseepsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL G WITH HOOK'
Encoding.cpp (826): Read unicode symbol 667 '\texthtscg' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL H'
Encoding.cpp (826): Read unicode symbol 668 '\textsch' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER J WITH CROSSED-TAIL'
Encoding.cpp (826): Read unicode symbol 669 '\textctj' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED K'
Encoding.cpp (826): Read unicode symbol 670 '\textturnk' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL L'
Encoding.cpp (826): Read unicode symbol 671 '\textscl' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Q WITH HOOK'
Encoding.cpp (826): Read unicode symbol 672 '\texthtq' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER GLOTTAL STOP WITH STROKE'
Encoding.cpp (826): Read unicode symbol 673 '\textbarglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE'
Encoding.cpp (826): Read unicode symbol 674 '\textbarrevglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DZ DIGRAPH'
Encoding.cpp (826): Read unicode symbol 675 '\textdzlig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DEZH DIGRAPH'
Encoding.cpp (826): Read unicode symbol 676 '\textdyoghlig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER DZ DIGRAPH WITH CURL'
Encoding.cpp (826): Read unicode symbol 677 '\textdctzlig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TS DIGRAPH'
Encoding.cpp (826): Read unicode symbol 678 '\texttslig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TESH DIGRAPH'
Encoding.cpp (826): Read unicode symbol 679 '\textteshlig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TC DIGRAPH WITH CURL'
Lexer.cpp (338): Comment read: `350x02a9 ""                         "" "" # LATIN SMALL LETTER FENG DIGRAPH'
Lexer.cpp (338): Comment read: `350x02aa ""                         "" "" # LATIN SMALL LETTER LS DIGRAPH'
Lexer.cpp (338): Comment read: `350x02ab ""                         "" "" # LATIN SMALL LETTER LZ DIGRAPH'
Lexer.cpp (338): Comment read: `350x02ac ""                         "" "" # LATIN LETTER BILABIAL PERCUSSIVE'
Lexer.cpp (338): Comment read: `350x02ad ""                         "" "" # LATIN LETTER BIDENTAL PERCUSSIVE'
Encoding.cpp (826): Read unicode symbol 680 '\texttctclig' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED H WITH FISHHOOK'
Encoding.cpp (826): Read unicode symbol 686 '\textlhtlongy' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Spacing Modifier Letters'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 687 '\textvibyy' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL H'
Encoding.cpp (826): Read unicode symbol 688 '\textsuperscript{h}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL H WITH HOOK'
Encoding.cpp (826): Read unicode symbol 689 '\textsuperscript{\texthth}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL J'
Encoding.cpp (826): Read unicode symbol 690 '\textsuperscript{j}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL R'
Encoding.cpp (826): Read unicode symbol 691 '\textsuperscript{r}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL TURNED R'
Encoding.cpp (826): Read unicode symbol 692 '\textsuperscript{\textturnr}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL TURNED R WITH HOOK'
Encoding.cpp (826): Read unicode symbol 693 '\textsuperscript{\textturnrrtail}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL CAPITAL INVERTED R'
Encoding.cpp (826): Read unicode symbol 694 '\textsuperscript{\textinvscr}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL W'
Encoding.cpp (826): Read unicode symbol 695 '\textsuperscript{w}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL Y'
Encoding.cpp (826): Read unicode symbol 696 '\textsuperscript{y}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER PRIME'
Encoding.cpp (826): Read unicode symbol 697 '\textasciiacute' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER DOUBLE PRIME'
Encoding.cpp (826): Read unicode symbol 698 '\textacutedbl' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER TURNED COMMA'
Encoding.cpp (826): Read unicode symbol 699 '\textquoteleft' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER APOSTROPHE'
Encoding.cpp (826): Read unicode symbol 700 ''' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER REVERSED COMMA'
Lexer.cpp (338): Comment read: `350x02be ""                         "" "" # MODIFIER LETTER RIGHT HALF RING'
Lexer.cpp (338): Comment read: `350x02bf ""                         "" "" # MODIFIER LETTER LEFT HALF RING'
Encoding.cpp (826): Read unicode symbol 701 '\textrevapostrophe' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER GLOTTAL STOP'
Encoding.cpp (826): Read unicode symbol 704 '\textraiseglotstop' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER REVERSED GLOTTAL STOP'
Encoding.cpp (826): Read unicode symbol 705 '\textsuperscript{\textrevglotstop}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LEFT ARROWHEAD'
Encoding.cpp (826): Read unicode symbol 706 '\textlptr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER RIGHT ARROWHEAD'
Lexer.cpp (338): Comment read: `350x02c4 ""                         "" "" # MODIFIER LETTER UP ARROWHEAD'
Lexer.cpp (338): Comment read: `350x02c5 ""                         "" "" # MODIFIER LETTER DOWN ARROWHEAD'
Encoding.cpp (826): Read unicode symbol 707 '\textrptr' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CIRCUMFLEX ACCENT'
Encoding.cpp (826): Read unicode symbol 710 '\^{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 CARON'
Encoding.cpp (826): Read unicode symbol 711 '\v{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER VERTICAL LINE'
Encoding.cpp (826): Read unicode symbol 712 '\textprimstress' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER MACRON'
Encoding.cpp (826): Read unicode symbol 713 '\={ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 714 '\'{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER GRAVE ACCENT'
Encoding.cpp (826): Read unicode symbol 715 '\`{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LOW VERTICAL LINE'
Encoding.cpp (826): Read unicode symbol 716 '\textsecstress' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LOW MACRON'
Encoding.cpp (826): Read unicode symbol 717 '\b{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LOW GRAVE ACCENT'
Encoding.cpp (826): Read unicode symbol 718 '\textsubgrave{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LOW ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 719 '\textsubacute{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER TRIANGULAR COLON'
Encoding.cpp (826): Read unicode symbol 720 '\textlengthmark' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER HALF TRIANGULAR COLON'
Lexer.cpp (338): Comment read: `350x02d2 ""                         "" "" # MODIFIER LETTER CENTRED RIGHT HALF RING'
Lexer.cpp (338): Comment read: `350x02d3 ""                         "" "" # MODIFIER LETTER CENTRED LEFT HALF RING'
Encoding.cpp (826): Read unicode symbol 721 '\texthalflength' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER UP TACK'
Encoding.cpp (826): Read unicode symbol 724 '\textraising{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER DOWN TACK'
Encoding.cpp (826): Read unicode symbol 725 '\textlowering{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER PLUS SIGN'
Encoding.cpp (826): Read unicode symbol 726 '' '' 0 0 '+' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER MINUS SIGN'
Encoding.cpp (826): Read unicode symbol 727 '' '' 0 0 '-' '' 1
Lexer.cpp (338): Comment read: `35 BREVE'
Encoding.cpp (826): Read unicode symbol 728 '\u{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 729 '\.{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 RING ABOVE'
Encoding.cpp (826): Read unicode symbol 730 '\r{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 OGONEK'
Encoding.cpp (826): Read unicode symbol 731 '\k{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL TILDE'
Encoding.cpp (826): Read unicode symbol 732 '\~{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 733 '\H{ }' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER RHOTIC HOOK'
Lexer.cpp (338): Comment read: `350x02df "\\textovercross{ }"       "tipa" "force" # MODIFIER LETTER CROSS ACCENT'
Encoding.cpp (826): Read unicode symbol 734 '\textrhoticity' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL GAMMA'
Encoding.cpp (826): Read unicode symbol 736 '\textsuperscript{\textgamma}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL L'
Encoding.cpp (826): Read unicode symbol 737 '\textsuperscript{l}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL S'
Encoding.cpp (826): Read unicode symbol 738 '\textsuperscript{s}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL X'
Encoding.cpp (826): Read unicode symbol 739 '\textsuperscript{x}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL REVERSED GLOTTAL STOP'
Encoding.cpp (826): Read unicode symbol 740 '\textsuperscript{\textrevglotstop}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER EXTRA-HIGH TONE BAR'
Encoding.cpp (826): Read unicode symbol 741 '\tone{55}' 'tone' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER HIGH TONE BAR'
Encoding.cpp (826): Read unicode symbol 742 '\tone{44}' 'tone' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER MID TONE BAR'
Encoding.cpp (826): Read unicode symbol 743 '\tone{33}' 'tone' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LOW TONE BAR'
Encoding.cpp (826): Read unicode symbol 744 '\tone{22}' 'tone' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER EXTRA-LOW TONE BAR'
Lexer.cpp (338): Comment read: `350x02ea ""                         "" "" # MODIFIER LETTER YIN DEPARTING TONE MARK'
Lexer.cpp (338): Comment read: `350x02eb ""                         "" "" # MODIFIER LETTER YANG DEPARTING TONE MARK'
Encoding.cpp (826): Read unicode symbol 745 '\tone{11}' 'tone' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER VOICING'
Lexer.cpp (338): Comment read: `350x02ed ""                         "" "" # MODIFIER LETTER UNASPIRATED'
Lexer.cpp (338): Comment read: `350x02ee ""                         "" "" # MODIFIER LETTER DOUBLE APOSTROPHE'
Encoding.cpp (826): Read unicode symbol 748 '\textsubwedge{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER LOW UP ARROWHEAD'
Lexer.cpp (338): Comment read: `350x02f1 ""                         "" "" # MODIFIER LETTER LOW LEFT ARROWHEAD'
Lexer.cpp (338): Comment read: `350x02f2 ""                         "" "" # MODIFIER LETTER LOW RIGHT ARROWHEAD'
Lexer.cpp (338): Comment read: `350x02f3 ""                         "" "" # MODIFIER LETTER LOW RING'
Lexer.cpp (338): Comment read: `350x02f4 ""                         "" "" # MODIFIER LETTER MIDDLE GRAVE ACCENT'
Lexer.cpp (338): Comment read: `350x02f5 ""                         "" "" # MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT'
Lexer.cpp (338): Comment read: `350x02f6 ""                         "" "" # MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 752 '\textsubcircum{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT'
Lexer.cpp (338): Comment read: `350x02f8 ""                         "" "" # MODIFIER LETTER RAISED COLON'
Encoding.cpp (826): Read unicode symbol 759 '\textsubtilde' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER BEGIN HIGH TONE'
Encoding.cpp (826): Read unicode symbol 761 '\textopencorner' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER END HIGH TONE'
Lexer.cpp (338): Comment read: `350x02fb ""                         "" "" # MODIFIER LETTER BEGIN LOW TONE'
Lexer.cpp (338): Comment read: `350x02fc ""                         "" "" # MODIFIER LETTER END LOW TONE'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Combining diacritical marks'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 762 '\textcorner' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING GRAVE ACCENT'
Encoding.cpp (826): Read unicode symbol 768 '\`' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 769 '\'' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING CIRCUMFLEX ACCENT'
Encoding.cpp (826): Read unicode symbol 770 '\^' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING TILDE'
Encoding.cpp (826): Read unicode symbol 771 '\~' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING MACRON'
Lexer.cpp (338): Comment read: `350x0305 ""                         "" "combining,force" # COMBINING OVERLINE'
Encoding.cpp (826): Read unicode symbol 772 '\=' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING BREVE'
Encoding.cpp (826): Read unicode symbol 774 '\u' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 775 '\.' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DIAERESIS'
Lexer.cpp (338): Comment read: `350x0309 ""                         "" "combining,force" # COMBINING HOOK ABOVE'
Encoding.cpp (826): Read unicode symbol 776 '\"' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING RING ABOVE'
Encoding.cpp (826): Read unicode symbol 778 '\r' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOUBLE ACUTE ACCENT'
Encoding.cpp (826): Read unicode symbol 779 '\H' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING CARON'
Encoding.cpp (826): Read unicode symbol 780 '\v' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING VERTICAL LINE ABOVE'
Encoding.cpp (826): Read unicode symbol 781 '\textvbaraccent' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOUBLE VERTICAL LINE ABOVE'
Encoding.cpp (826): Read unicode symbol 782 '\textdoublevbaraccent' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOUBLE GRAVE ACCENT'
Encoding.cpp (826): Read unicode symbol 783 '\textdoublegrave' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING CANDRABINDU'
Encoding.cpp (826): Read unicode symbol 784 '\textdotbreve' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING INVERTED BREVE'
Lexer.cpp (338): Comment read: `350x0312 ""                         "" "combining,force" # COMBINING TURNED COMMA ABOVE'
Lexer.cpp (338): Comment read: `350x0313 ""                         "" "combining,force" # COMBINING COMMA ABOVE'
Lexer.cpp (338): Comment read: `350x0314 ""                         "" "combining,force" # COMBINING REVERSED COMMA ABOVE'
Lexer.cpp (338): Comment read: `350x0315 ""                         "" "combining,force" # COMBINING COMMA ABOVE RIGHT'
Encoding.cpp (826): Read unicode symbol 785 '\textroundcap' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING GRAVE ACCENT BELOW'
Encoding.cpp (826): Read unicode symbol 790 '\textsubgrave' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING ACUTE ACCENT BELOW'
Encoding.cpp (826): Read unicode symbol 791 '\textsubacute' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING LEFT TACK BELOW'
Encoding.cpp (826): Read unicode symbol 792 '\textadvancing' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING RIGHT TACK BELOW'
Lexer.cpp (338): Comment read: `350x031a ""                         "" "combining,force" # COMBINING LEFT ANGLE ABOVE'
Lexer.cpp (338): Comment read: `350x031b ""                         "" "combining,force" # COMBINING HORN'
Encoding.cpp (826): Read unicode symbol 793 '\textretracting' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING LEFT HALF RING BELOW'
Encoding.cpp (826): Read unicode symbol 796 '\textsublhalfring' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING UP TACK BELOW'
Encoding.cpp (826): Read unicode symbol 797 '\textraising' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOWN TACK BELOW'
Encoding.cpp (826): Read unicode symbol 798 '\textlowering' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING PLUS SIGN BELOW'
Encoding.cpp (826): Read unicode symbol 799 '\textsubplus' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING MINUS SIGN BELOW'
Lexer.cpp (338): Comment read: `350x0321 ""                         "" "combining,force" # COMBINING PALATALIZED HOOK BELOW'
Lexer.cpp (338): Comment read: `350x0322 ""                         "" "combining,force" # COMBINING RETROFLEX HOOK BELOW'
Encoding.cpp (826): Read unicode symbol 800 '\b' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOT BELOW'
Encoding.cpp (826): Read unicode symbol 803 '\d' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DIAERESIS BELOW'
Encoding.cpp (826): Read unicode symbol 804 '\textsubumlaut' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING RING BELOW'
Lexer.cpp (338): Comment read: `350x0326 ""                         "" "combining,force" # COMBINING COMMA BELOW'
Encoding.cpp (826): Read unicode symbol 805 '\textsubring' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING CEDILLA'
Encoding.cpp (826): Read unicode symbol 807 '\c' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING OGONEK'
Encoding.cpp (826): Read unicode symbol 808 '\k' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING VERTICAL LINE BELOW'
Encoding.cpp (826): Read unicode symbol 809 '\textsyllabic' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING BRIDGE BELOW'
Encoding.cpp (826): Read unicode symbol 810 '\textsubbridge' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING INVERTED DOUBLE ARCH BELOW'
Encoding.cpp (826): Read unicode symbol 811 '\textsubw' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING CARON BELOW'
Encoding.cpp (826): Read unicode symbol 812 '\textsubwedge' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING CIRCUMFLEX ACCENT BELOW'
Lexer.cpp (338): Comment read: `350x032e ""                         "" "combining,force" # COMBINING BREVE BELOW'
Encoding.cpp (826): Read unicode symbol 813 '\textsubcircum' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING INVERTED BREVE BELOW'
Encoding.cpp (826): Read unicode symbol 815 '\textsubarch' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING TILDE BELOW'
Lexer.cpp (338): Comment read: `350x0331 ""                         "" "combining,force" # COMBINING MACRON BELOW'
Lexer.cpp (338): Comment read: `350x0332 ""                         "" "combining,force" # COMBINING LOW LINE'
Lexer.cpp (338): Comment read: `350x0333 ""                         "" "combining,force" # COMBINING DOUBLE LOW LINE'
Encoding.cpp (826): Read unicode symbol 816 '\textsubtilde' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING TILDE OVERLAY'
Lexer.cpp (338): Comment read: `350x0335 ""                         "" "combining,force" # COMBINING SHORT STROKE OVERLAY'
Lexer.cpp (338): Comment read: `350x0336 ""                         "" "combining,force" # COMBINING LONG STROKE OVERLAY'
Lexer.cpp (338): Comment read: `350x0337 ""                         "" "combining,force" # COMBINING SHORT SOLIDUS OVERLAY'
Lexer.cpp (338): Comment read: `350x0338 ""                         "" "combining,force" # COMBINING LONG SOLIDUS OVERLAY'
Encoding.cpp (826): Read unicode symbol 820 '\textsuperimposetilde' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING RIGHT HALF RING BELOW'
Encoding.cpp (826): Read unicode symbol 825 '\textsubrhalfring' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING INVERTED BRIDGE BELOW'
Encoding.cpp (826): Read unicode symbol 826 '\textinvsubbridge' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING SQUARE BELOW'
Encoding.cpp (826): Read unicode symbol 827 '\textsubsquare' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING SEAGULL BELOW'
Encoding.cpp (826): Read unicode symbol 828 '\textseagull' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING X ABOVE'
Lexer.cpp (338): Comment read: `350x033e ""                         "" "combining,force" # COMBINING VERTICAL TILDE'
Lexer.cpp (338): Comment read: `350x033f ""                         "" "combining,force" # COMBINING DOUBLE OVERLINE'
Lexer.cpp (338): Comment read: `350x0340 ""                         "" "combining,force" # COMBINING GRAVE TONE MARK'
Lexer.cpp (338): Comment read: `350x0341 ""                         "" "combining,force" # COMBINING ACUTE TONE MARK'
Encoding.cpp (826): Read unicode symbol 829 '\textovercross' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING GREEK PERISPOMENI '
Lexer.cpp (338): Comment read: `350x0343 ""                         "" "combining,force" # COMBINING GREEK KORONIS'
Lexer.cpp (338): Comment read: `350x0344 ""                         "" "combining,force" # COMBINING GREEK DIALYTIKA TONOS'
Lexer.cpp (338): Comment read: `350x0345 ""                         "" "combining,force" # COMBINING GREEK YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 834 '\~' 'textgreek' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING BRIDGE ABOVE'
Encoding.cpp (826): Read unicode symbol 838 '\overbridge' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING EQUALS SIGN BELOW'
Encoding.cpp (826): Read unicode symbol 839 '\subdoublebar' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOUBLE VERTICAL LINE BELOW'
Encoding.cpp (826): Read unicode symbol 840 '\subdoublevert' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING LEFT ANGLE BELOW'
Encoding.cpp (826): Read unicode symbol 841 '\subcorner' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING NOT TILDE ABOVE'
Encoding.cpp (826): Read unicode symbol 842 '\crtilde' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING HOMOTHETIC ABOVE'
Encoding.cpp (826): Read unicode symbol 843 '\dottedtilde' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING ALMOST EQUAL TO ABOVE'
Encoding.cpp (826): Read unicode symbol 844 '\doubletilde' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING LEFT RIGHT ARROW BELOW'
Encoding.cpp (826): Read unicode symbol 845 '\spreadlips' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING UPWARDS ARROW BELOW'
Lexer.cpp (338): Comment read: `350x034f ""                         "" "" # COMBINING GRAPHEME JOINER'
Lexer.cpp (338): Comment read: `350x0360 ""                         "" "combining,force" # COMBINING DOUBLE TILDE'
Encoding.cpp (826): Read unicode symbol 846 '\whistle' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING DOUBLE INVERTED BREVE (ligature tie)'
Lexer.cpp (338): Comment read: `350x0362 ""                         "" "combining,force" # COMBINING DOUBLE RIGHTWARDS ARROW BELOW'
Lexer.cpp (338): Comment read: `350x0363 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER A'
Lexer.cpp (338): Comment read: `350x0364 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER E'
Lexer.cpp (338): Comment read: `350x0365 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER I'
Lexer.cpp (338): Comment read: `350x0366 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER O'
Lexer.cpp (338): Comment read: `350x0367 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER U'
Lexer.cpp (338): Comment read: `350x0368 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER C'
Lexer.cpp (338): Comment read: `350x0369 ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER D'
Lexer.cpp (338): Comment read: `350x036a ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER H'
Lexer.cpp (338): Comment read: `350x036b ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER M'
Lexer.cpp (338): Comment read: `350x036c ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER R'
Lexer.cpp (338): Comment read: `350x036d ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER T'
Lexer.cpp (338): Comment read: `350x036e ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER V'
Lexer.cpp (338): Comment read: `350x036f ""                         "" "combining,force" # COMBINING LATIN SMALL LETTER X'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Greek'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 865 '\t' '' 1 0 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK NUMERAL SIGN'
Encoding.cpp (826): Read unicode symbol 884 '\textgreek{\char254}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK LOWER NUMERAL SIGN'
Encoding.cpp (826): Read unicode symbol 885 '\textgreek{\char255}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 890 '\textgreek{\char124}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK QUESTION MARK'
Encoding.cpp (826): Read unicode symbol 894 '\textgreek{?}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK TONOS'
Encoding.cpp (826): Read unicode symbol 900 '\textgreek{'}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DIALYTIKA TONOS'
Encoding.cpp (826): Read unicode symbol 901 '\textgreek{\char35}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 902 '\textgreek{'A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK ANO TELEIA'
Encoding.cpp (826): Read unicode symbol 903 '\textgreek{;}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH TONOS'
Encoding.cpp (826): Read unicode symbol 904 '\textgreek{'E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 905 '\textgreek{'H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 906 '\textgreek{'I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH TONOS'
Encoding.cpp (826): Read unicode symbol 908 '\textgreek{'O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH TONOS'
Encoding.cpp (826): Read unicode symbol 910 '\textgreek{'U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 911 '\textgreek{'W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS'
Encoding.cpp (826): Read unicode symbol 912 '\textgreek{\char242}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA'
Encoding.cpp (826): Read unicode symbol 913 '\textgreek{A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER BETA'
Encoding.cpp (826): Read unicode symbol 914 '\textgreek{B}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER GAMMA'
Encoding.cpp (826): Read unicode symbol 915 '\textgreek{G}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER DELTA'
Encoding.cpp (826): Read unicode symbol 916 '\textgreek{D}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON'
Encoding.cpp (826): Read unicode symbol 917 '\textgreek{E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ZETA'
Encoding.cpp (826): Read unicode symbol 918 '\textgreek{Z}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA'
Encoding.cpp (826): Read unicode symbol 919 '\textgreek{H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER THETA'
Encoding.cpp (826): Read unicode symbol 920 '\textgreek{J}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA'
Encoding.cpp (826): Read unicode symbol 921 '\textgreek{I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER KAPPA'
Encoding.cpp (826): Read unicode symbol 922 '\textgreek{K}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER LAMDA'
Encoding.cpp (826): Read unicode symbol 923 '\textgreek{L}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER MU'
Encoding.cpp (826): Read unicode symbol 924 '\textgreek{M}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER NU'
Encoding.cpp (826): Read unicode symbol 925 '\textgreek{N}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER XI'
Encoding.cpp (826): Read unicode symbol 926 '\textgreek{X}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON'
Encoding.cpp (826): Read unicode symbol 927 '\textgreek{O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER PI'
Encoding.cpp (826): Read unicode symbol 928 '\textgreek{P}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER RHO'
Encoding.cpp (826): Read unicode symbol 929 '\textgreek{R}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER SIGMA'
Encoding.cpp (826): Read unicode symbol 931 '\textgreek{S}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER TAU'
Encoding.cpp (826): Read unicode symbol 932 '\textgreek{T}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON'
Encoding.cpp (826): Read unicode symbol 933 '\textgreek{U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER PHI'
Encoding.cpp (826): Read unicode symbol 934 '\textgreek{F}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER CHI'
Encoding.cpp (826): Read unicode symbol 935 '\textgreek{Q}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER PSI'
Encoding.cpp (826): Read unicode symbol 936 '\textgreek{Y}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA'
Encoding.cpp (826): Read unicode symbol 937 '\textgreek{W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH DIALYTIKA'
Encoding.cpp (826): Read unicode symbol 938 '\textgreek{"I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA'
Encoding.cpp (826): Read unicode symbol 939 '\textgreek{"U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 940 '\textgreek{\char136}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH TONOS'
Encoding.cpp (826): Read unicode symbol 941 '\textgreek{\char232}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 942 '\textgreek{\char160}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 943 '\textgreek{\char208}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS'
Encoding.cpp (826): Read unicode symbol 944 '\textgreek{\char246}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA'
Encoding.cpp (826): Read unicode symbol 945 '\textgreek{a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER BETA'
Encoding.cpp (826): Read unicode symbol 946 '\textgreek{b}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER GAMMA'
Encoding.cpp (826): Read unicode symbol 947 '\textgreek{g}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER DELTA'
Encoding.cpp (826): Read unicode symbol 948 '\textgreek{d}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON'
Encoding.cpp (826): Read unicode symbol 949 '\textgreek{e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ZETA'
Encoding.cpp (826): Read unicode symbol 950 '\textgreek{z}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA'
Encoding.cpp (826): Read unicode symbol 951 '\textgreek{h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER THETA'
Encoding.cpp (826): Read unicode symbol 952 '\textgreek{j}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA'
Encoding.cpp (826): Read unicode symbol 953 '\textgreek{i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER KAPPA'
Encoding.cpp (826): Read unicode symbol 954 '\textgreek{k}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER LAMDA'
Encoding.cpp (826): Read unicode symbol 955 '\textgreek{l}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER MU'
Encoding.cpp (826): Read unicode symbol 956 '\textgreek{m}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER NU'
Encoding.cpp (826): Read unicode symbol 957 '\textgreek{n}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER XI'
Encoding.cpp (826): Read unicode symbol 958 '\textgreek{x}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON'
Encoding.cpp (826): Read unicode symbol 959 '\textgreek{o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER PI'
Encoding.cpp (826): Read unicode symbol 960 '\textgreek{p}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER RHO'
Encoding.cpp (826): Read unicode symbol 961 '\textgreek{r}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER FINAL SIGMA'
Encoding.cpp (826): Read unicode symbol 962 '\textgreek{c}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER SIGMA'
Encoding.cpp (826): Read unicode symbol 963 '\textgreek{sv}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER TAU'
Encoding.cpp (826): Read unicode symbol 964 '\textgreek{t}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON'
Encoding.cpp (826): Read unicode symbol 965 '\textgreek{u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER PHI'
Encoding.cpp (826): Read unicode symbol 966 '\textgreek{f}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER CHI'
Encoding.cpp (826): Read unicode symbol 967 '\textgreek{q}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER PSI'
Encoding.cpp (826): Read unicode symbol 968 '\textgreek{y}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA'
Encoding.cpp (826): Read unicode symbol 969 '\textgreek{w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DIALYTIKA'
Encoding.cpp (826): Read unicode symbol 970 '\textgreek{"i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DIALYTIKA'
Encoding.cpp (826): Read unicode symbol 971 '\textgreek{"u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH TONOS'
Encoding.cpp (826): Read unicode symbol 972 '\textgreek{\char236}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH TONOS'
Encoding.cpp (826): Read unicode symbol 973 '\textgreek{\char212}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH TONOS'
Encoding.cpp (826): Read unicode symbol 974 '\textgreek{\char184}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK LETTER ARCHAIC KOPPA'
Encoding.cpp (826): Read unicode symbol 984 '\textgreek{\char21}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ARCHAIC KOPPA'
Encoding.cpp (826): Read unicode symbol 985 '\textgreek{\char19}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER STIGMA'
Encoding.cpp (826): Read unicode symbol 987 '\textgreek{\char6}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK LETTER DIGAMMA'
Encoding.cpp (826): Read unicode symbol 988 '\textgreek{\char195}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER DIGAMMA'
Encoding.cpp (826): Read unicode symbol 989 '\textgreek{\char147}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER KOPPA'
Encoding.cpp (826): Read unicode symbol 991 '\textgreek{\char18}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK LETTER SAMPI'
Encoding.cpp (826): Read unicode symbol 992 '\textgreek{\char23}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER SAMPI'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Cyrillic'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 993 '\textgreek{\char27}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER IE WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 1024 '\textcyr{\accent0\char197}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER IO'
Encoding.cpp (826): Read unicode symbol 1025 '\textcyr{\char156}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER DJE'
Encoding.cpp (826): Read unicode symbol 1026 '\textcyr{\char130}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER GJE'
Encoding.cpp (826): Read unicode symbol 1027 '\textcyr{\accent1\char195}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER UKRAINIAN IE'
Encoding.cpp (826): Read unicode symbol 1028 '\textcyr{\char153}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER DZE'
Encoding.cpp (826): Read unicode symbol 1029 '\textcyr{\char143}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I'
Encoding.cpp (826): Read unicode symbol 1030 '\textcyr{I}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER YI'
Encoding.cpp (826): Read unicode symbol 1031 '\textcyr{\char136}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER JE'
Encoding.cpp (826): Read unicode symbol 1032 '\textcyr{J}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER LJE'
Encoding.cpp (826): Read unicode symbol 1033 '\textcyr{\char135}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER NJE'
Encoding.cpp (826): Read unicode symbol 1034 '\textcyr{\char155}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER TSHE'
Encoding.cpp (826): Read unicode symbol 1035 '\textcyr{\char131}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER KJE'
Encoding.cpp (826): Read unicode symbol 1036 '\textcyr{\accent1\char202}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER I WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 1037 '\textcyr{\accent0\char200}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER SHORT U'
Encoding.cpp (826): Read unicode symbol 1038 '\textcyr{\char146}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER DZHE'
Encoding.cpp (826): Read unicode symbol 1039 '\textcyr{\char150}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER A'
Encoding.cpp (826): Read unicode symbol 1040 '\textcyr{\char192}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER BE'
Encoding.cpp (826): Read unicode symbol 1041 '\textcyr{\char193}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER VE'
Encoding.cpp (826): Read unicode symbol 1042 '\textcyr{\char194}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER GHE'
Encoding.cpp (826): Read unicode symbol 1043 '\textcyr{\char195}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER DE'
Encoding.cpp (826): Read unicode symbol 1044 '\textcyr{\char196}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER IE'
Encoding.cpp (826): Read unicode symbol 1045 '\textcyr{\char197}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER ZHE'
Encoding.cpp (826): Read unicode symbol 1046 '\textcyr{\char198}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER ZE'
Encoding.cpp (826): Read unicode symbol 1047 '\textcyr{\char199}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER I'
Encoding.cpp (826): Read unicode symbol 1048 '\textcyr{\char200}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER SHORT I'
Encoding.cpp (826): Read unicode symbol 1049 '\textcyr{\char201}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER KA'
Encoding.cpp (826): Read unicode symbol 1050 '\textcyr{\char202}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER EL'
Encoding.cpp (826): Read unicode symbol 1051 '\textcyr{\char203}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER EM'
Encoding.cpp (826): Read unicode symbol 1052 '\textcyr{\char204}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER EN'
Encoding.cpp (826): Read unicode symbol 1053 '\textcyr{\char205}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER O'
Encoding.cpp (826): Read unicode symbol 1054 '\textcyr{\char206}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER PE'
Encoding.cpp (826): Read unicode symbol 1055 '\textcyr{\char207}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER ER'
Encoding.cpp (826): Read unicode symbol 1056 '\textcyr{\char208}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER ES'
Encoding.cpp (826): Read unicode symbol 1057 '\textcyr{\char209}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER TE'
Encoding.cpp (826): Read unicode symbol 1058 '\textcyr{\char210}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER U'
Encoding.cpp (826): Read unicode symbol 1059 '\textcyr{\char211}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER EF'
Encoding.cpp (826): Read unicode symbol 1060 '\textcyr{\char212}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER HA'
Encoding.cpp (826): Read unicode symbol 1061 '\textcyr{\char213}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER TSE'
Encoding.cpp (826): Read unicode symbol 1062 '\textcyr{\char214}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER CHE'
Encoding.cpp (826): Read unicode symbol 1063 '\textcyr{\char215}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER SHA'
Encoding.cpp (826): Read unicode symbol 1064 '\textcyr{\char216}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER SHCHA'
Encoding.cpp (826): Read unicode symbol 1065 '\textcyr{\char217}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER HARD SIGN'
Encoding.cpp (826): Read unicode symbol 1066 '\textcyr{\char218}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER YERU'
Encoding.cpp (826): Read unicode symbol 1067 '\textcyr{\char219}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER SOFT SIGN'
Encoding.cpp (826): Read unicode symbol 1068 '\textcyr{\char220}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER E'
Encoding.cpp (826): Read unicode symbol 1069 '\textcyr{\char221}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER YU'
Encoding.cpp (826): Read unicode symbol 1070 '\textcyr{\char222}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC CAPITAL LETTER YA'
Encoding.cpp (826): Read unicode symbol 1071 '\textcyr{\char223}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER A'
Encoding.cpp (826): Read unicode symbol 1072 '\textcyr{\char224}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER BE'
Encoding.cpp (826): Read unicode symbol 1073 '\textcyr{\char225}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER VE'
Encoding.cpp (826): Read unicode symbol 1074 '\textcyr{\char226}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER GHE'
Encoding.cpp (826): Read unicode symbol 1075 '\textcyr{\char227}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER DE'
Encoding.cpp (826): Read unicode symbol 1076 '\textcyr{\char228}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER IE'
Encoding.cpp (826): Read unicode symbol 1077 '\textcyr{\char229}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER ZHE'
Encoding.cpp (826): Read unicode symbol 1078 '\textcyr{\char230}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER ZE'
Encoding.cpp (826): Read unicode symbol 1079 '\textcyr{\char231}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER I'
Encoding.cpp (826): Read unicode symbol 1080 '\textcyr{\char232}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER SHORT I'
Encoding.cpp (826): Read unicode symbol 1081 '\textcyr{\char233}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER KA'
Encoding.cpp (826): Read unicode symbol 1082 '\textcyr{\char234}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER EL'
Encoding.cpp (826): Read unicode symbol 1083 '\textcyr{\char235}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER EM'
Encoding.cpp (826): Read unicode symbol 1084 '\textcyr{\char236}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER EN'
Encoding.cpp (826): Read unicode symbol 1085 '\textcyr{\char237}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER O'
Encoding.cpp (826): Read unicode symbol 1086 '\textcyr{\char238}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER PE'
Encoding.cpp (826): Read unicode symbol 1087 '\textcyr{\char239}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER ER'
Encoding.cpp (826): Read unicode symbol 1088 '\textcyr{\char240}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER ES'
Encoding.cpp (826): Read unicode symbol 1089 '\textcyr{\char241}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER TE'
Encoding.cpp (826): Read unicode symbol 1090 '\textcyr{\char242}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER U'
Encoding.cpp (826): Read unicode symbol 1091 '\textcyr{\char243}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER EF'
Encoding.cpp (826): Read unicode symbol 1092 '\textcyr{\char244}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER HA'
Encoding.cpp (826): Read unicode symbol 1093 '\textcyr{\char245}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER TSE'
Encoding.cpp (826): Read unicode symbol 1094 '\textcyr{\char246}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER CHE'
Encoding.cpp (826): Read unicode symbol 1095 '\textcyr{\char247}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER SHA'
Encoding.cpp (826): Read unicode symbol 1096 '\textcyr{\char248}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER SHCHA'
Encoding.cpp (826): Read unicode symbol 1097 '\textcyr{\char249}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER HARD SIGN'
Encoding.cpp (826): Read unicode symbol 1098 '\textcyr{\char250}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER YERU'
Encoding.cpp (826): Read unicode symbol 1099 '\textcyr{\char251}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER SOFT SIGN'
Encoding.cpp (826): Read unicode symbol 1100 '\textcyr{\char252}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER E'
Encoding.cpp (826): Read unicode symbol 1101 '\textcyr{\char253}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER YU'
Encoding.cpp (826): Read unicode symbol 1102 '\textcyr{\char254}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER YA'
Encoding.cpp (826): Read unicode symbol 1103 '\textcyr{\char255}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER IE WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 1104 '\textcyr{\accent0\char229}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER IO'
Encoding.cpp (826): Read unicode symbol 1105 '\textcyr{\char188}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER DJE'
Encoding.cpp (826): Read unicode symbol 1106 '\textcyr{\char162}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER GJE'
Encoding.cpp (826): Read unicode symbol 1107 '\textcyr{\accent1\char227}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER UKRAINIAN IE'
Encoding.cpp (826): Read unicode symbol 1108 '\textcyr{\char185}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER DZE'
Encoding.cpp (826): Read unicode symbol 1109 '\textcyr{\char175}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I'
Encoding.cpp (826): Read unicode symbol 1110 '\textcyr{i}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER YI'
Encoding.cpp (826): Read unicode symbol 1111 '\textcyr{\char168}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER JE'
Encoding.cpp (826): Read unicode symbol 1112 '\textcyr{j}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER LJE'
Encoding.cpp (826): Read unicode symbol 1113 '\textcyr{\char167}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER NJE'
Encoding.cpp (826): Read unicode symbol 1114 '\textcyr{\char187}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER TSHE'
Encoding.cpp (826): Read unicode symbol 1115 '\textcyr{\char163}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER KJE'
Encoding.cpp (826): Read unicode symbol 1116 '\textcyr{\accent1\char234}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER I WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 1117 '\textcyr{\accent0\char232}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER SHORT U'
Encoding.cpp (826): Read unicode symbol 1118 '\textcyr{\char178}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CYRILLIC SMALL LETTER DZHE'
Encoding.cpp (826): Read unicode symbol 1119 '\textcyr{\char182}' 'textcyr' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 THAI CURRENCY SYMBOL BAHT'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Phonetic Extensions'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 3647 '\textbaht' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL A'
Lexer.cpp (338): Comment read: `350x1d01 ""                        "" "" # LATIN LETTER SMALL CAPITAL AE'
Lexer.cpp (338): Comment read: `350x1d02 ""                        "" "" # LATIN SMALL LETTER TURNED AE'
Lexer.cpp (338): Comment read: `350x1d03 ""                         "" "" # LATIN LETTER SMALL CAPITAL BARRED B'
Lexer.cpp (338): Comment read: `350x1d04 ""                         "" "" # LATIN LETTER SMALL CAPITAL C'
Lexer.cpp (338): Comment read: `350x1d05 ""                         "" "" # LATIN LETTER SMALL CAPITAL D'
Lexer.cpp (338): Comment read: `350x1d06 ""                         "" "" # LATIN LETTER SMALL CAPITAL ETH'
Encoding.cpp (826): Read unicode symbol 7424 '\textsca' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL E'
Encoding.cpp (826): Read unicode symbol 7431 '\textsce' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER TURNED OPEN E'
Lexer.cpp (338): Comment read: `350x1d09 ""                         "" "" # LATIN SMALL LETTER TURNED I'
Encoding.cpp (826): Read unicode symbol 7432 '\textrevepsilon' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL J'
Encoding.cpp (826): Read unicode symbol 7434 '\textscj' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL K'
Lexer.cpp (338): Comment read: `350x1d0c ""                         "" "" # LATIN LETTER SMALL CAPITAL L WITH STROKE'
Encoding.cpp (826): Read unicode symbol 7435 '\textsck' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL M'
Lexer.cpp (338): Comment read: `350x1d0e ""                         "" "" # LATIN LETTER SMALL CAPITAL REVERSED N'
Lexer.cpp (338): Comment read: `350x1d0f ""                         "" "" # LATIN LETTER SMALL CAPITAL O'
Lexer.cpp (338): Comment read: `350x1d10 ""                         "" "" # LATIN LETTER SMALL CAPITAL OPEN O'
Lexer.cpp (338): Comment read: `350x1d11 ""                         "" "" # LATIN SMALL LETTER SIDEWAYS O'
Lexer.cpp (338): Comment read: `350x1d12 ""                         "" "" # LATIN SMALL LETTER SIDEWAYS OPEN O'
Lexer.cpp (338): Comment read: `350x1d13 ""                         "" "" # LATIN SMALL LETTER SIDEWAYS O WITH STROKE'
Lexer.cpp (338): Comment read: `350x1d14 ""                         "" "" # LATIN SMALL LETTER TURNED OE'
Lexer.cpp (338): Comment read: `350x1d15 ""                         "" "" # LATIN LETTER SMALL CAPITAL OU'
Lexer.cpp (338): Comment read: `350x1d16 ""                         "" "" # LATIN SMALL LETTER TOP HALF O'
Lexer.cpp (338): Comment read: `350x1d17 ""                         "" "" # LATIN SMALL LETTER BOTTOM HALF O'
Encoding.cpp (826): Read unicode symbol 7437 '\textscm' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL P'
Encoding.cpp (826): Read unicode symbol 7448 '\textscp' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL REVERSED R'
Lexer.cpp (338): Comment read: `350x1d1a ""                         "" "" # LATIN LETTER SMALL CAPITAL TURNED R'
Lexer.cpp (338): Comment read: `350x1d1b ""                         "" "" # LATIN LETTER SMALL CAPITAL T'
Encoding.cpp (826): Read unicode symbol 7449 '\textrevscr' 'tipx' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN LETTER SMALL CAPITAL U'
Lexer.cpp (338): Comment read: `350x1d1d ""                         "" "" # LATIN SMALL LETTER SIDEWAYS U'
Lexer.cpp (338): Comment read: `350x1d1e ""                         "" "" # LATIN SMALL LETTER SIDEWAYS DIAERESIZED U'
Lexer.cpp (338): Comment read: `350x1d1f ""                         "" "" # LATIN SMALL LETTER SIDEWAYS TURNED M'
Lexer.cpp (338): Comment read: `350x1d20 ""                         "" "" # LATIN LETTER SMALL CAPITAL V'
Lexer.cpp (338): Comment read: `350x1d21 ""                         "" "" # LATIN LETTER SMALL CAPITAL W'
Lexer.cpp (338): Comment read: `350x1d22 ""                         "" "" # LATIN LETTER SMALL CAPITAL Z'
Lexer.cpp (338): Comment read: `350x1d23 ""                         "" "" # LATIN LETTER SMALL CAPITAL EZH'
Lexer.cpp (338): Comment read: `350x1d24 ""                         "" "" # LATIN LETTER VOICED LARYNGEAL SPIRANT'
Lexer.cpp (338): Comment read: `350x1d25 ""                         "" "" # LATIN LETTER AIN'
Lexer.cpp (338): Comment read: `350x1d26 ""                         "" "" # GREEK LETTER SMALL CAPITAL GAMMA'
Lexer.cpp (338): Comment read: `350x1d27 ""                         "" "" # GREEK LETTER SMALL CAPITAL LAMDA'
Lexer.cpp (338): Comment read: `350x1d28 ""                         "" "" # GREEK LETTER SMALL CAPITAL PI'
Lexer.cpp (338): Comment read: `350x1d29 ""                         "" "" # GREEK LETTER SMALL CAPITAL RHO'
Lexer.cpp (338): Comment read: `350x1d2a ""                         "" "" # GREEK LETTER SMALL CAPITAL PSI'
Lexer.cpp (338): Comment read: `350x1d2b ""                         "" "" # CYRILLIC LETTER SMALL CAPITAL EL'
Encoding.cpp (826): Read unicode symbol 7452 '\textscu' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL A'
Encoding.cpp (826): Read unicode symbol 7468 '\textsuperscript{A}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL AE'
Encoding.cpp (826): Read unicode symbol 7469 '\textsuperscript{\AE}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL B'
Lexer.cpp (338): Comment read: `350x1d2f ""                         "" "" # MODIFIER LETTER CAPITAL BARRED B'
Encoding.cpp (826): Read unicode symbol 7470 '\textsuperscript{B}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL D'
Encoding.cpp (826): Read unicode symbol 7472 '\textsuperscript{D}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL E'
Lexer.cpp (338): Comment read: `350x1d32 ""                         "" "" # MODIFIER LETTER CAPITAL REVERSED E'
Encoding.cpp (826): Read unicode symbol 7473 '\textsuperscript{E}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL G'
Encoding.cpp (826): Read unicode symbol 7475 '\textsuperscript{G}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL H'
Encoding.cpp (826): Read unicode symbol 7476 '\textsuperscript{H}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL I'
Encoding.cpp (826): Read unicode symbol 7477 '\textsuperscript{I}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL J'
Encoding.cpp (826): Read unicode symbol 7478 '\textsuperscript{J}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL K'
Encoding.cpp (826): Read unicode symbol 7479 '\textsuperscript{K}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL L'
Encoding.cpp (826): Read unicode symbol 7480 '\textsuperscript{L}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL M'
Encoding.cpp (826): Read unicode symbol 7481 '\textsuperscript{M}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL N'
Lexer.cpp (338): Comment read: `350x1d3b ""                         "" "" # MODIFIER LETTER CAPITAL REVERSED N'
Encoding.cpp (826): Read unicode symbol 7482 '\textsuperscript{N}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL O'
Lexer.cpp (338): Comment read: `350x1d3d ""                         "" "" # MODIFIER LETTER CAPITAL OU'
Encoding.cpp (826): Read unicode symbol 7484 '\textsuperscript{O}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL P'
Encoding.cpp (826): Read unicode symbol 7486 '\textsuperscript{P}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL R'
Encoding.cpp (826): Read unicode symbol 7487 '\textsuperscript{R}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL T'
Encoding.cpp (826): Read unicode symbol 7488 '\textsuperscript{T}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL U'
Encoding.cpp (826): Read unicode symbol 7489 '\textsuperscript{U}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER CAPITAL W'
Encoding.cpp (826): Read unicode symbol 7490 '\textsuperscript{W}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL A'
Encoding.cpp (826): Read unicode symbol 7491 '\textsuperscript{a}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL TURNED A'
Encoding.cpp (826): Read unicode symbol 7492 '\textsuperscript{\textturna}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL ALPHA'
Lexer.cpp (338): Comment read: `350x1d46 ""                         "" "" # MODIFIER LETTER SMALL TURNED AE'
Encoding.cpp (826): Read unicode symbol 7493 '\textsuperscript{\textscripta}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL B'
Encoding.cpp (826): Read unicode symbol 7495 '\textsuperscript{b}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL D'
Encoding.cpp (826): Read unicode symbol 7496 '\textsuperscript{d}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL E'
Encoding.cpp (826): Read unicode symbol 7497 '\textsuperscript{e}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL SCHWA'
Encoding.cpp (826): Read unicode symbol 7498 '\textsuperscript{\textschwa}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL OPEN E'
Encoding.cpp (826): Read unicode symbol 7499 '\textsuperscript{\textepsilon}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL TURNED OPEN E'
Encoding.cpp (826): Read unicode symbol 7500 '\textsuperscript{\textrevepsilon}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL G'
Lexer.cpp (338): Comment read: `350x1d4e ""                         "" "" # MODIFIER LETTER SMALL TURNED I'
Encoding.cpp (826): Read unicode symbol 7501 '\textsuperscript{g}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL K'
Encoding.cpp (826): Read unicode symbol 7503 '\textsuperscript{k}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL M'
Encoding.cpp (826): Read unicode symbol 7504 '\textsuperscript{m}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL ENG'
Encoding.cpp (826): Read unicode symbol 7505 '\textsuperscript{\ng}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL O'
Encoding.cpp (826): Read unicode symbol 7506 '\textsuperscript{o}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL OPEN O'
Lexer.cpp (338): Comment read: `350x1d54 ""                         "" "" # MODIFIER LETTER SMALL TOP HALF O'
Lexer.cpp (338): Comment read: `350x1d55 ""                         "" "" # MODIFIER LETTER SMALL BOTTOM HALF O'
Encoding.cpp (826): Read unicode symbol 7507 '\textsuperscript{\textopeno}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL P'
Encoding.cpp (826): Read unicode symbol 7510 '\textsuperscript{p}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL T'
Encoding.cpp (826): Read unicode symbol 7511 '\textsuperscript{t}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL U'
Lexer.cpp (338): Comment read: `350x1d59 ""                         "" "" # MODIFIER LETTER SMALL SIDEWAYS U'
Encoding.cpp (826): Read unicode symbol 7512 '\textsuperscript{u}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL TURNED M'
Encoding.cpp (826): Read unicode symbol 7514 '\textsuperscript{\textturnm}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL V'
Lexer.cpp (338): Comment read: `350x1d5c ""                         "" "" # MODIFIER LETTER SMALL AIN'
Encoding.cpp (826): Read unicode symbol 7515 '\textsuperscript{v}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL BETA'
Encoding.cpp (826): Read unicode symbol 7517 '\textsuperscript{\textgreek{b}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL GREEK GAMMA'
Encoding.cpp (826): Read unicode symbol 7518 '\textsuperscript{\textgreek{g}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL DELTA'
Encoding.cpp (826): Read unicode symbol 7519 '\textsuperscript{\textgreek{d}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL GREEK PHI'
Encoding.cpp (826): Read unicode symbol 7520 '\textsuperscript{\textgreek{f}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER SMALL CHI'
Encoding.cpp (826): Read unicode symbol 7521 '\textsuperscript{\textgreek{q}}' 'textgreek' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 7522 '\textsubscript{i}' 'subscript' 0 1 '{{}_i}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER I'
Encoding.cpp (826): Read unicode symbol 7523 '\textsubscript{r}' 'subscript' 0 1 '{{}_r}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER R'
Encoding.cpp (826): Read unicode symbol 7524 '\textsubscript{u}' 'subscript' 0 1 '{{}_u}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER U'
Encoding.cpp (826): Read unicode symbol 7525 '\textsubscript{v}' 'subscript' 0 1 '{{}_v}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER V'
Encoding.cpp (826): Read unicode symbol 7526 '\textsubscript{\textgreek{b}}' 'subscript' 0 1 '{{}_\beta}' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SUBSCRIPT SMALL LETTER BETA'
Encoding.cpp (826): Read unicode symbol 7527 '\textsubscript{\textgreek{g}}' 'subscript' 0 1 '{{}_\gamma}' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SUBSCRIPT SMALL LETTER GAMMA'
Encoding.cpp (826): Read unicode symbol 7528 '\textsubscript{\textgreek{r}}' 'subscript' 0 1 '{{}_\rho}' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SUBSCRIPT SMALL LETTER RHO'
Encoding.cpp (826): Read unicode symbol 7529 '\textsubscript{\textgreek{f}}' 'subscript' 0 1 '{{}_\phi}' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SUBSCRIPT SMALL LETTER PHI'
Encoding.cpp (826): Read unicode symbol 7530 '\textsubscript{\textgreek{q}}' 'subscript' 0 1 '{{}_\chi}' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SUBSCRIPT SMALL LETTER CHI'
Lexer.cpp (338): Comment read: `350x1d6b ""                         "" "" # LATIN SMALL LETTER UE'
Lexer.cpp (338): Comment read: `350x1d6c ""                         "" "" # LATIN SMALL LETTER B WITH MIDDLE TILDE'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7533 '\textsuperimposetilde{d}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER F WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7534 '\textsuperimposetilde{f}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER M WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7535 '\textsuperimposetilde{m}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH MIDDLE TILDE'
Lexer.cpp (338): Comment read: `350x1d71 ""                          "" "" # LATIN SMALL LETTER P WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7536 '\textsuperimposetilde{n}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7538 '\textsuperimposetilde{r}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7539 '\textsuperimposetilde{\textfishhookr}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7540 '\textsuperimposetilde{s}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH MIDDLE TILDE'
Encoding.cpp (826): Read unicode symbol 7541 '\textsuperimposetilde{t}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH MIDDLE TILDE'
Lexer.cpp (338): Comment read: `350x1d77 ""                         "" "" # LATIN SMALL LETTER TURNED G'
Lexer.cpp (338): Comment read: `350x1d78 ""                         "" "" # MODIFIER LETTER CYRILLIC EN'
Lexer.cpp (338): Comment read: `350x1d79 ""                         "" "" # LATIN SMALL LETTER INSULAR G'
Lexer.cpp (338): Comment read: `350x1d7a ""                         "" "" # LATIN SMALL LETTER TH WITH STRIKETHROUGH'
Lexer.cpp (338): Comment read: `350x1d7b ""                         "" "" # LATIN SMALL CAPITAL LETTER I WITH STROKE'
Lexer.cpp (338): Comment read: `350x1d7c ""                         "" "" # LATIN SMALL LETTER IOTA WITH STROKE'
Lexer.cpp (338): Comment read: `350x1d7d ""                         "" "" # LATIN SMALL LETTER P WITH STROKE'
Encoding.cpp (826): Read unicode symbol 7542 '\textsuperimposetilde{z}' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL CAPITAL LETTER U WITH STROKE'
Lexer.cpp (338): Comment read: `350x1d7f ""                         "" "" # LATIN SMALL LETTER UPSILON WITH STROKE'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Combining Diacritical Marks Supplement'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 7550 '\textbaru' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING MACRON-ACUTE'
Encoding.cpp (826): Read unicode symbol 7620 '\texthighrise' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING GRAVE-MACRON'
Encoding.cpp (826): Read unicode symbol 7621 '\textlowrise' 'tipa' 1 1 '' '' 1
Lexer.cpp (338): Comment read: `35 COMBINING GRAVE-ACUTE-GRAVE'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Latin Extended Additional'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 7624 '\textrisefall' 'tipa' 1 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 7680 '\textsubring{A}' 'tipa' 0 1 '\subring{A}' 'accents,subring' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH RING BELOW'
Encoding.cpp (826): Read unicode symbol 7681 '\textsubring{a}' 'tipa' 0 1 '\subring{a}' 'accents,subring' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH RING BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER B WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7682 '\.{B}' '' 0 0 '\dot{B}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER B WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7683 '\.{b}' '' 0 0 '\dot{b}' '' 1
Encoding.cpp (826): Read unicode symbol 7684 '\d{B}' '' 0 0 '\subdot{B}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER B WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7685 '\d{b}' '' 0 0 '\subdot{b}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER B WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e06 ""                         "" "" # LATIN CAPITAL LETTER B WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e07 ""                         "" "" # LATIN SMALL LETTER B WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e08 ""                         "" "" # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e09 ""                         "" "" # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER D WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7690 '\.{D}' '' 0 0 '\dot{D}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7691 '\.{d}' '' 0 0 '\dot{d}' '' 1
Encoding.cpp (826): Read unicode symbol 7692 '\d{D}' '' 0 0 '\subdot{D}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER D WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7693 '\d{d}' '' 0 0 '\subdot{d}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e0e ""                         "" "" # LATIN CAPITAL LETTER D WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e0f ""                         "" "" # LATIN SMALL LETTER D WITH LINE BELOW'
Encoding.cpp (826): Read unicode symbol 7696 '\c{D}' '' 0 0 '\cedilla{D}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER D WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 7697 '\c{d}' '' 0 0 '\cedilla{d}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 7698 '\textsubcircum{D}' 'tipa' 0 1 '\subhat{D}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7699 '\textsubcircum{d}' 'tipa' 0 1 '\subhat{d}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW'
Lexer.cpp (338): Comment read: `350x1e14 ""                         "" "" # LATIN CAPITAL LETTER E WITH MACRON AND GRAVE'
Lexer.cpp (338): Comment read: `350x1e15 ""                         "" "" # LATIN SMALL LETTER E WITH MACRON AND GRAVE'
Lexer.cpp (338): Comment read: `350x1e16 ""                         "" "" # LATIN CAPITAL LETTER E WITH MACRON AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e17 ""                         "" "" # LATIN SMALL LETTER E WITH MACRON AND ACUTE'
Encoding.cpp (826): Read unicode symbol 7704 '\textsubcircum{E}' 'tipa' 0 1 '\subhat{E}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7705 '\textsubcircum{e}' 'tipa' 0 1 '\subhat{e}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7706 '\textsubtilde{E}' 'tipa' 0 1 '\subtilde{E}' 'accents,subtilde' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH TILDE BELOW'
Encoding.cpp (826): Read unicode symbol 7707 '\textsubtilde{e}' 'tipa' 0 1 '\subtilde{e}' 'accents,subtilde' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH TILDE BELOW'
Lexer.cpp (338): Comment read: `350x1e1c ""                         "" "" # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE'
Lexer.cpp (338): Comment read: `350x1e1d ""                         "" "" # LATIN SMALL LETTER E WITH CEDILLA AND BREVE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER F WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7710 '\.{F}' '' 0 0 '\dot{F}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER F WITH DOT ABOVE'
Lexer.cpp (338): Comment read: `350x1e20 ""                         "" "" # LATIN CAPITAL LETTER G WITH MACRON'
Lexer.cpp (338): Comment read: `350x1e21 ""                         "" "" # LATIN SMALL LETTER G WITH MACRON'
Encoding.cpp (826): Read unicode symbol 7711 '\.{f}' '' 0 0 '\dot{f}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER H WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7714 '\.{H}' '' 0 0 '\dot{H}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7715 '\.{h}' '' 0 0 '\dot{h}' '' 1
Encoding.cpp (826): Read unicode symbol 7716 '\d{H}' '' 0 0 '\subdot{H}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER H WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7717 '\d{h}' '' 0 0 '\subdot{h}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH DOT BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER H WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7718 '\"{H}' '' 0 0 '\ddot{H}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7719 '\"{h}' '' 0 0 '\ddot{h}' '' 1
Encoding.cpp (826): Read unicode symbol 7720 '\c{H}' '' 0 0 '\cedilla{H}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER H WITH CEDILLA'
Encoding.cpp (826): Read unicode symbol 7721 '\c{h}' '' 0 0 '\cedilla{h}' 'accents,cedilla' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER H WITH CEDILLA'
Lexer.cpp (338): Comment read: `350x1e2a ""                         "" "" # LATIN CAPITAL LETTER H WITH BREVE BELOW'
Lexer.cpp (338): Comment read: `350x1e2b ""                         "" "" # LATIN SMALL LETTER H WITH BREVE BELOW'
Encoding.cpp (826): Read unicode symbol 7724 '\textsubtilde{I}' 'tipa' 0 1 '\subtilde{I}' 'accents,subtilde' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH TILDE BELOW'
Encoding.cpp (826): Read unicode symbol 7725 '\textsubtilde{i}' 'tipa' 0 1 '\subtilde{i}' 'accents,subtilde' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH TILDE BELOW'
Lexer.cpp (338): Comment read: `350x1e2e ""                         "" "" # LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e2f ""                         "" "" # LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER K WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7728 '\'{K}' '' 0 0 '\acute{K}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER K WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7729 '\'{k}' '' 0 0 '\acute{k}' '' 1
Encoding.cpp (826): Read unicode symbol 7730 '\d{K}' '' 0 0 '\subdot{K}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER K WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7731 '\d{k}' '' 0 0 '\subdot{k}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER K WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e34 ""                         "" "" # LATIN CAPITAL LETTER K WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e35 ""                         "" "" # LATIN SMALL LETTER K WITH LINE BELOW'
Encoding.cpp (826): Read unicode symbol 7734 '\d{L}' '' 0 0 '\subdot{L}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER L WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7735 '\d{l}' '' 0 0 '\subdot{l}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e38 ""                         "" "" # LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON'
Lexer.cpp (338): Comment read: `350x1e39 ""                         "" "" # LATIN SMALL LETTER L WITH DOT BELOW AND MACRON'
Lexer.cpp (338): Comment read: `350x1e3a ""                         "" "" # LATIN CAPITAL LETTER L WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e3b ""                         "" "" # LATIN SMALL LETTER L WITH LINE BELOW'
Encoding.cpp (826): Read unicode symbol 7740 '\textsubcircum{L}' 'tipa' 0 1 '\subhat{L}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7741 '\textsubcircum{l}' 'tipa' 0 1 '\subhat{l}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER M WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7742 '\'{M}' '' 0 0 '\acute{M}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER M WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7743 '\'{m}' '' 0 0 '\acute{m}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER M WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7744 '\.{M}' '' 0 0 '\dot{M}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER M WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7745 '\.{m}' '' 0 0 '\dot{m}' '' 1
Encoding.cpp (826): Read unicode symbol 7746 '\d{M}' '' 0 0 '\subdot{M}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER M WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7747 '\d{m}' '' 0 0 '\subdot{m}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER M WITH DOT BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7748 '\.{N}' '' 0 0 '\dot{N}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7749 '\.{n}' '' 0 0 '\dot{n}' '' 1
Encoding.cpp (826): Read unicode symbol 7750 '\d{N}' '' 0 0 '\subdot{N}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7751 '\d{n}' '' 0 0 '\subdot{n}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e48 ""                         "" "" # LATIN CAPITAL LETTER N WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e49 ""                         "" "" # LATIN SMALL LETTER N WITH LINE BELOW'
Encoding.cpp (826): Read unicode symbol 7754 '\textsubcircum{N}' 'tipa' 0 1 '\subhat{N}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7755 '\textsubcircum{n}' 'tipa' 0 1 '\subhat{n}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW'
Lexer.cpp (338): Comment read: `350x1e4c ""                         "" "" # LATIN CAPITAL LETTER O WITH TILDE AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e4d ""                         "" "" # LATIN SMALL LETTER O WITH TILDE AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e4e ""                         "" "" # LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS'
Lexer.cpp (338): Comment read: `350x1e4f ""                         "" "" # LATIN SMALL LETTER O WITH TILDE AND DIAERESIS'
Lexer.cpp (338): Comment read: `350x1e50 ""                         "" "" # LATIN CAPITAL LETTER O WITH MACRON AND GRAVE'
Lexer.cpp (338): Comment read: `350x1e51 ""                         "" "" # LATIN SMALL LETTER O WITH MACRON AND GRAVE'
Lexer.cpp (338): Comment read: `350x1e52 ""                         "" "" # LATIN CAPITAL LETTER O WITH MACRON AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e53 ""                         "" "" # LATIN SMALL LETTER O WITH MACRON AND ACUTE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER P WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7764 '\'{P}' '' 0 0 '\acute{P}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER P WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7765 '\'{p}' '' 0 0 '\acute{p}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER P WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7766 '\.{P}' '' 0 0 '\dot{P}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER P WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7767 '\.{p}' '' 0 0 '\dot{p}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7768 '\.{R}' '' 0 0 '\dot{R}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7769 '\.{r}' '' 0 0 '\dot{r}' '' 1
Encoding.cpp (826): Read unicode symbol 7770 '\d{R}' '' 0 0 '\subdot{R}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER R WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7771 '\d{r}' '' 0 0 '\subdot{r}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER R WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e5c ""                         "" "" # LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON'
Lexer.cpp (338): Comment read: `350x1e5d ""                         "" "" # LATIN SMALL LETTER R WITH DOT BELOW AND MACRON'
Lexer.cpp (338): Comment read: `350x1e5e ""                         "" "" # LATIN CAPITAL LETTER R WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e5f ""                         "" "" # LATIN SMALL LETTER R WITH LINE BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER S WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7776 '\.{S}' '' 0 0 '\dot{S}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7777 '\.{s}' '' 0 0 '\dot{s}' '' 1
Encoding.cpp (826): Read unicode symbol 7778 '\d{S}' '' 0 0 '\subdot{S}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER S WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7779 '\d{s}' '' 0 0 '\subdot{s}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER S WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e64 ""                         "" "" # LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE'
Lexer.cpp (338): Comment read: `350x1e65 ""                         "" "" # LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE'
Lexer.cpp (338): Comment read: `350x1e66 ""                         "" "" # LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE'
Lexer.cpp (338): Comment read: `350x1e67 ""                         "" "" # LATIN SMALL LETTER S WITH CARON AND DOT ABOVE'
Lexer.cpp (338): Comment read: `350x1e68 ""                         "" "" # LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE'
Lexer.cpp (338): Comment read: `350x1e69 ""                         "" "" # LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER T WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7786 '\.{T}' '' 0 0 '\dot{T}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7787 '\.{t}' '' 0 0 '\dot{t}' '' 1
Encoding.cpp (826): Read unicode symbol 7788 '\d{T}' '' 0 0 '\subdot{T}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER T WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7789 '\d{t}' '' 0 0 '\subdot{t}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e6e ""                         "" "" # LATIN CAPITAL LETTER T WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e6f ""                         "" "" # LATIN SMALL LETTER T WITH LINE BELOW'
Encoding.cpp (826): Read unicode symbol 7792 '\textsubcircum{T}' 'tipa' 0 1 '\subhat{T}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7793 '\textsubcircum{t}' 'tipa' 0 1 '\subhat{t}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW'
Lexer.cpp (338): Comment read: `350x1e72 ""                         "" "" # LATIN CAPITAL LETTER U WITH DIAERESIS BELOW'
Lexer.cpp (338): Comment read: `350x1e73 ""                         "" "" # LATIN SMALL LETTER U WITH DIAERESIS BELOW'
Encoding.cpp (826): Read unicode symbol 7796 '\textsubtilde{U}' 'tipa' 0 1 '\subtilde{U}' 'accents,subtilde' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH TILDE BELOW'
Encoding.cpp (826): Read unicode symbol 7797 '\textsubtilde{u}' 'tipa' 0 1 '\subtilde{u}' 'accents,subtilde' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH TILDE BELOW'
Encoding.cpp (826): Read unicode symbol 7798 '\textsubcircum{U}' 'tipa' 0 1 '\subhat{U}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW'
Encoding.cpp (826): Read unicode symbol 7799 '\textsubcircum{u}' 'tipa' 0 1 '\subhat{u}' 'accents,subhat' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW'
Lexer.cpp (338): Comment read: `350x1e78 ""                         "" "" # LATIN CAPITAL LETTER U WITH TILDE AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e79 ""                         "" "" # LATIN SMALL LETTER U WITH TILDE AND ACUTE'
Lexer.cpp (338): Comment read: `350x1e7a ""                         "" "" # LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS'
Lexer.cpp (338): Comment read: `350x1e7b ""                         "" "" # LATIN SMALL LETTER U WITH MACRON AND DIAERESIS'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER V WITH TILDE'
Encoding.cpp (826): Read unicode symbol 7804 '\~{V}' '' 0 0 '\tilde{V}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER V WITH TILDE'
Encoding.cpp (826): Read unicode symbol 7805 '\~{v}' '' 0 0 '\tilde{v}' '' 1
Encoding.cpp (826): Read unicode symbol 7806 '\d{V}' '' 0 0 '\subdot{V}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER V WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7807 '\d{v}' '' 0 0 '\subdot{v}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER V WITH DOT BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER W WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 7808 '\`{W}' '' 0 0 '\grave{W}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 7809 '\`{w}' '' 0 0 '\grave{w}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER W WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7810 '\'{W}' '' 0 0 '\acute{W}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH ACUTE'
Encoding.cpp (826): Read unicode symbol 7811 '\'{w}' '' 0 0 '\acute{w}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER W WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7812 '\"{W}' '' 0 0 '\ddot{W}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7813 '\"{w}' '' 0 0 '\ddot{w}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER W WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7814 '\.{W}' '' 0 0 '\dot{W}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7815 '\.{w}' '' 0 0 '\dot{w}' '' 1
Encoding.cpp (826): Read unicode symbol 7816 '\d{W}' '' 0 0 '\subdot{W}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER W WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7817 '\d{w}' '' 0 0 '\subdot{w}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH DOT BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER X WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7818 '\.{X}' '' 0 0 '\dot{X}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER X WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7819 '\.{x}' '' 0 0 '\dot{x}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER X WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7820 '\"{X}' '' 0 0 '\ddot{X}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER X WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7821 '\"{x}' '' 0 0 '\ddot{x}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7822 '\.{Y}' '' 0 0 '\dot{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7823 '\.{y}' '' 0 0 '\dot{y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Z WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 7824 '\^{Z}' '' 0 0 '\hat{Z}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH CIRCUMFLEX'
Encoding.cpp (826): Read unicode symbol 7825 '\^{z}' '' 0 0 '\hat{z}' '' 1
Encoding.cpp (826): Read unicode symbol 7826 '\d{Z}' '' 0 0 '\subdot{Z}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Z WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7827 '\d{z}' '' 0 0 '\subdot{z}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Z WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1e94 ""                         "" "" # LATIN CAPITAL LETTER Z WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e95 ""                         "" "" # LATIN SMALL LETTER Z WITH LINE BELOW'
Lexer.cpp (338): Comment read: `350x1e96 ""                         "" "" # LATIN SMALL LETTER H WITH LINE BELOW'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER T WITH DIAERESIS'
Encoding.cpp (826): Read unicode symbol 7831 '\"{t}' '' 0 0 '\ddot{t}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER W WITH RING ABOVE'
Encoding.cpp (826): Read unicode symbol 7832 '\r{w}' '' 0 0 '\mathring{w}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH RING ABOVE'
Lexer.cpp (338): Comment read: `350x1e9a ""                         "" "" # LATIN SMALL LETTER A WITH RIGHT HALF RING'
Lexer.cpp (338): Comment read: `350x1e9b ""                         "" "" # LATIN SMALL LETTER LONG S WITH DOT ABOVE'
Encoding.cpp (826): Read unicode symbol 7833 '\r{y}' '' 0 0 '\mathring{y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER SHARP S'
Encoding.cpp (826): Read unicode symbol 7838 '\SS' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 7840 '\d{A}' '' 0 0 '\subdot{A}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER A WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7841 '\d{a}' '' 0 0 '\subdot{a}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER A WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ea2 ""                         "" "" # LATIN CAPITAL LETTER A WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ea3 ""                         "" "" # LATIN SMALL LETTER A WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ea4 ""                         "" "" # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ea5 ""                         "" "" # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ea6 ""                         "" "" # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ea7 ""                         "" "" # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ea8 ""                         "" "" # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ea9 ""                         "" "" # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1eaa ""                         "" "" # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE'
Lexer.cpp (338): Comment read: `350x1eab ""                         "" "" # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE'
Lexer.cpp (338): Comment read: `350x1eac ""                         "" "" # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ead ""                         "" "" # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1eae ""                         "" "" # LATIN CAPITAL LETTER A WITH BREVE AND ACUTE'
Lexer.cpp (338): Comment read: `350x1eaf ""                         "" "" # LATIN SMALL LETTER A WITH BREVE AND ACUTE'
Lexer.cpp (338): Comment read: `350x1eb0 ""                         "" "" # LATIN CAPITAL LETTER A WITH BREVE AND GRAVE'
Lexer.cpp (338): Comment read: `350x1eb1 ""                         "" "" # LATIN SMALL LETTER A WITH BREVE AND GRAVE'
Lexer.cpp (338): Comment read: `350x1eb2 ""                         "" "" # LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1eb3 ""                         "" "" # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1eb4 ""                         "" "" # LATIN CAPITAL LETTER A WITH BREVE AND TILDE'
Lexer.cpp (338): Comment read: `350x1eb5 ""                         "" "" # LATIN SMALL LETTER A WITH BREVE AND TILDE'
Lexer.cpp (338): Comment read: `350x1eb6 ""                         "" "" # LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1eb7 ""                         "" "" # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7864 '\d{E}' '' 0 0 '\subdot{E}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7865 '\d{e}' '' 0 0 '\subdot{e}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1eba ""                         "" "" # LATIN CAPITAL LETTER E WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ebb ""                         "" "" # LATIN SMALL LETTER E WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER E WITH TILDE'
Encoding.cpp (826): Read unicode symbol 7868 '\~{E}' '' 0 0 '\tilde{E}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER E WITH TILDE'
Lexer.cpp (338): Comment read: `350x1ebe ""                         "" "" # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ebf ""                         "" "" # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ec0 ""                         "" "" # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ec1 ""                         "" "" # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ec2 ""                         "" "" # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ec3 ""                         "" "" # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ec4 ""                         "" "" # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE'
Lexer.cpp (338): Comment read: `350x1ec5 ""                         "" "" # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE'
Lexer.cpp (338): Comment read: `350x1ec6 ""                         "" "" # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ec7 ""                         "" "" # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ec8 ""                         "" "" # LATIN CAPITAL LETTER I WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ec9 ""                         "" "" # LATIN SMALL LETTER I WITH HOOK ABOVE'
Encoding.cpp (826): Read unicode symbol 7869 '\~{e}' '' 0 0 '\tilde{e}' '' 1
Encoding.cpp (826): Read unicode symbol 7882 '\d{I}' '' 0 0 '\subdot{I}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER I WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7883 '\d{i}' '' 0 0 '\subdot{i}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER I WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7884 '\d{O}' '' 0 0 '\subdot{O}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER O WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7885 '\d{o}' '' 0 0 '\subdot{o}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER O WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ece ""                         "" "" # LATIN CAPITAL LETTER O WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ecf ""                         "" "" # LATIN SMALL LETTER O WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ed0 ""                         "" "" # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ed1 ""                         "" "" # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ed2 ""                         "" "" # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ed3 ""                         "" "" # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ed4 ""                         "" "" # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ed5 ""                         "" "" # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ed6 ""                         "" "" # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE'
Lexer.cpp (338): Comment read: `350x1ed7 ""                         "" "" # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE'
Lexer.cpp (338): Comment read: `350x1ed8 ""                         "" "" # LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ed9 ""                         "" "" # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1eda ""                         "" "" # LATIN CAPITAL LETTER O WITH HORN AND ACUTE'
Lexer.cpp (338): Comment read: `350x1edb ""                         "" "" # LATIN SMALL LETTER O WITH HORN AND ACUTE'
Lexer.cpp (338): Comment read: `350x1edc ""                         "" "" # LATIN CAPITAL LETTER O WITH HORN AND GRAVE'
Lexer.cpp (338): Comment read: `350x1edd ""                         "" "" # LATIN SMALL LETTER O WITH HORN AND GRAVE'
Lexer.cpp (338): Comment read: `350x1ede ""                         "" "" # LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1edf ""                         "" "" # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ee0 ""                         "" "" # LATIN CAPITAL LETTER O WITH HORN AND TILDE'
Lexer.cpp (338): Comment read: `350x1ee1 ""                         "" "" # LATIN SMALL LETTER O WITH HORN AND TILDE'
Lexer.cpp (338): Comment read: `350x1ee2 ""                         "" "" # LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ee3 ""                         "" "" # LATIN SMALL LETTER O WITH HORN AND DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7908 '\d{U}' '' 0 0 '\subdot{U}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER U WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7909 '\d{u}' '' 0 0 '\subdot{u}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER U WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ee6 ""                         "" "" # LATIN CAPITAL LETTER U WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ee7 ""                         "" "" # LATIN SMALL LETTER U WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ee8 ""                         "" "" # LATIN CAPITAL LETTER U WITH HORN AND ACUTE'
Lexer.cpp (338): Comment read: `350x1ee9 ""                         "" "" # LATIN SMALL LETTER U WITH HORN AND ACUTE'
Lexer.cpp (338): Comment read: `350x1eea ""                         "" "" # LATIN CAPITAL LETTER U WITH HORN AND GRAVE'
Lexer.cpp (338): Comment read: `350x1eeb ""                         "" "" # LATIN SMALL LETTER U WITH HORN AND GRAVE'
Lexer.cpp (338): Comment read: `350x1eec ""                         "" "" # LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1eed ""                         "" "" # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1eee ""                         "" "" # LATIN CAPITAL LETTER U WITH HORN AND TILDE'
Lexer.cpp (338): Comment read: `350x1eef ""                         "" "" # LATIN SMALL LETTER U WITH HORN AND TILDE'
Lexer.cpp (338): Comment read: `350x1ef0 ""                         "" "" # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ef1 ""                         "" "" # LATIN SMALL LETTER U WITH HORN AND DOT BELOW'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 7922 '\`{Y}' '' 0 0 '\grave{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH GRAVE'
Encoding.cpp (826): Read unicode symbol 7923 '\`{y}' '' 0 0 '\grave{y}' '' 1
Encoding.cpp (826): Read unicode symbol 7924 '\d{Y}' '' 0 0 '\subdot{Y}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH DOT BELOW'
Encoding.cpp (826): Read unicode symbol 7925 '\d{y}' '' 0 0 '\subdot{y}' 'accents,subdot' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH DOT BELOW'
Lexer.cpp (338): Comment read: `350x1ef6 ""                         "" "" # LATIN CAPITAL LETTER Y WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `350x1ef7 ""                         "" "" # LATIN SMALL LETTER Y WITH HOOK ABOVE'
Lexer.cpp (338): Comment read: `35 LATIN CAPITAL LETTER Y WITH TILDE'
Encoding.cpp (826): Read unicode symbol 7928 '\~{Y}' '' 0 0 '\tilde{Y}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LETTER Y WITH TILDE'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Greek extended'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 7929 '\~{y}' '' 0 0 '\tilde{y}' '' 1
Encoding.cpp (826): Read unicode symbol 7936 '\textgreek{>a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7937 '\textgreek{<a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7938 '\textgreek{>`a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7939 '\textgreek{<`a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7940 '\textgreek{>'a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7941 '\textgreek{<'a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7942 '\textgreek{>\~a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7943 '\textgreek{<\~a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7944 '\textgreek{>A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7945 '\textgreek{<A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7946 '\textgreek{>`A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7947 '\textgreek{<`A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7948 '\textgreek{>'A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7949 '\textgreek{<'A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7950 '\textgreek{>\~A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7951 '\textgreek{<\~A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7952 '\textgreek{>e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7953 '\textgreek{<e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7954 '\textgreek{>`e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7955 '\textgreek{<`e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7956 '\textgreek{>'e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7957 '\textgreek{<'e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7960 '\textgreek{>E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7961 '\textgreek{<E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7962 '\textgreek{>`E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7963 '\textgreek{<`E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7964 '\textgreek{>'E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7965 '\textgreek{<'E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7968 '\textgreek{>h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7969 '\textgreek{<h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7970 '\textgreek{>`h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7971 '\textgreek{<`h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7972 '\textgreek{>'h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7973 '\textgreek{<'h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7974 '\textgreek{>\~h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7975 '\textgreek{<\~h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7976 '\textgreek{>H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7977 '\textgreek{<H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7978 '\textgreek{>`H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7979 '\textgreek{<`H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7980 '\textgreek{>'H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7981 '\textgreek{<'H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7982 '\textgreek{>\~H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7983 '\textgreek{<\~H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7984 '\textgreek{>i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7985 '\textgreek{<i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7986 '\textgreek{>`i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7987 '\textgreek{<`i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7988 '\textgreek{>'i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7989 '\textgreek{<'i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7990 '\textgreek{>\~i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7991 '\textgreek{<\~i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7992 '\textgreek{>I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 7993 '\textgreek{<I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 7994 '\textgreek{>`I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 7995 '\textgreek{<`I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 7996 '\textgreek{>'I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 7997 '\textgreek{<'I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 7998 '\textgreek{>\~I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 7999 '\textgreek{<\~I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8000 '\textgreek{>o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH PSILI'
Encoding.cpp (826): Read unicode symbol 8001 '\textgreek{<o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8002 '\textgreek{>`o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 8003 '\textgreek{<`o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8004 '\textgreek{>'o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 8005 '\textgreek{<'o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8008 '\textgreek{>O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH PSILI'
Encoding.cpp (826): Read unicode symbol 8009 '\textgreek{<O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8010 '\textgreek{>`O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 8011 '\textgreek{<`O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8012 '\textgreek{>'O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 8013 '\textgreek{<'O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8016 '\textgreek{>u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH PSILI'
Encoding.cpp (826): Read unicode symbol 8017 '\textgreek{<u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8018 '\textgreek{>`u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 8019 '\textgreek{<`u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8020 '\textgreek{>'u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 8021 '\textgreek{<'u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8022 '\textgreek{>\~u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8023 '\textgreek{<\~u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8025 '\textgreek{<U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8027 '\textgreek{<`U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8029 '\textgreek{<'U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8031 '\textgreek{<\~U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8032 '\textgreek{>w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 8033 '\textgreek{<w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8034 '\textgreek{>`w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 8035 '\textgreek{<`w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8036 '\textgreek{>'w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 8037 '\textgreek{<'w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8038 '\textgreek{>\~w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8039 '\textgreek{<\~w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8040 '\textgreek{>W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI'
Encoding.cpp (826): Read unicode symbol 8041 '\textgreek{<W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8042 '\textgreek{>`W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 8043 '\textgreek{<`W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8044 '\textgreek{>'W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 8045 '\textgreek{<'W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8046 '\textgreek{>\~W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8047 '\textgreek{<\~W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8048 '\textgreek{`a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8049 '\textgreek{'a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8050 '\textgreek{`e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8051 '\textgreek{'e}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER EPSILON WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8052 '\textgreek{`h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8053 '\textgreek{'h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8054 '\textgreek{`i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8055 '\textgreek{'i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8056 '\textgreek{`o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8057 '\textgreek{'o}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMICRON WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8058 '\textgreek{`u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8059 '\textgreek{'u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8060 '\textgreek{`w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8061 '\textgreek{'w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8064 '\textgreek{>a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8065 '\textgreek{<a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8066 '\textgreek{>`a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8067 '\textgreek{<`a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8068 '\textgreek{>'a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8069 '\textgreek{<'a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8070 '\textgreek{>\~a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8071 '\textgreek{<\~a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8072 '\textgreek{>A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8073 '\textgreek{<A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8074 '\textgreek{>`A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8075 '\textgreek{<`A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8076 '\textgreek{>'A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8077 '\textgreek{<'A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8078 '\textgreek{>\~A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8079 '\textgreek{<\~A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8080 '\textgreek{>h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8081 '\textgreek{<h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8082 '\textgreek{>`h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8083 '\textgreek{<`h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8084 '\textgreek{>'h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8085 '\textgreek{<'h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8086 '\textgreek{>\~h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8087 '\textgreek{<\~h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8088 '\textgreek{>H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8089 '\textgreek{<H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8090 '\textgreek{>`H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8091 '\textgreek{<`H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8092 '\textgreek{>'H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8093 '\textgreek{<'H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8094 '\textgreek{>\~H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8095 '\textgreek{<\~H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8096 '\textgreek{>w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8097 '\textgreek{<w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8098 '\textgreek{>`w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8099 '\textgreek{<`w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8100 '\textgreek{>'w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8101 '\textgreek{<'w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8102 '\textgreek{>\~w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8103 '\textgreek{<\~w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8104 '\textgreek{>W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8105 '\textgreek{<W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8106 '\textgreek{>`W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8107 '\textgreek{<`W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8108 '\textgreek{>'W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8109 '\textgreek{<'W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8110 '\textgreek{>\~W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8111 '\textgreek{<\~W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8112 '\textgreek{\u{a}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH VRACHY'
Encoding.cpp (826): Read unicode symbol 8113 '\textgreek{\=a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH MACRON'
Encoding.cpp (826): Read unicode symbol 8114 '\textgreek{`a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8115 '\textgreek{a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8116 '\textgreek{'a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8118 '\textgreek{\~a}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8119 '\textgreek{\~a|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8120 '\textgreek{\u{A}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH VRACHY'
Encoding.cpp (826): Read unicode symbol 8121 '\textgreek{\=A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH MACRON'
Encoding.cpp (826): Read unicode symbol 8122 '\textgreek{`A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8123 '\textgreek{'A}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8124 '\textgreek{A|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8125 '\textgreek{>v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK KORONIS'
Encoding.cpp (826): Read unicode symbol 8126 '\textgreek{v|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8127 '\textgreek{>v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK PSILI'
Encoding.cpp (826): Read unicode symbol 8128 '\textgreek{\~v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8129 '\textgreek{"\~v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DIALYTIKA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8130 '\textgreek{`h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8131 '\textgreek{h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8132 '\textgreek{'h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8134 '\textgreek{\~h}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8135 '\textgreek{\~h|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8136 '\textgreek{`E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8137 '\textgreek{'E}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER EPSILON WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8138 '\textgreek{`H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8139 '\textgreek{'H}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8140 '\textgreek{H|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8141 '\textgreek{>`v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK PSILI AND VARIA'
Encoding.cpp (826): Read unicode symbol 8142 '\textgreek{>'v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK PSILI AND OXIA'
Encoding.cpp (826): Read unicode symbol 8143 '\textgreek{>\~v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK PSILI AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8144 '\textgreek{\u{i}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH VRACHY'
Encoding.cpp (826): Read unicode symbol 8145 '\textgreek{\=i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH MACRON'
Encoding.cpp (826): Read unicode symbol 8146 '\textgreek{"`i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8147 '\textgreek{"'i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8150 '\textgreek{\~i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8151 '\textgreek{"\~i}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8152 '\textgreek{\u{I}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH VRACHY'
Encoding.cpp (826): Read unicode symbol 8153 '\textgreek{\=I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH MACRON'
Encoding.cpp (826): Read unicode symbol 8154 '\textgreek{`I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8155 '\textgreek{'I}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER IOTA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8157 '\textgreek{<`v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DASIA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8158 '\textgreek{<`v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DASIA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8159 '\textgreek{<\~v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DASIA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8160 '\textgreek{\u{u}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH VRACHY'
Encoding.cpp (826): Read unicode symbol 8161 '\textgreek{\=u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH MACRON'
Encoding.cpp (826): Read unicode symbol 8162 '\textgreek{"`u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8163 '\textgreek{"'u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8164 '\textgreek{>r}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER RHO WITH PSILI'
Encoding.cpp (826): Read unicode symbol 8165 '\textgreek{<r}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER RHO WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8166 '\textgreek{\~u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8167 '\textgreek{"\~u}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8168 '\textgreek{\u{U}}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH VRACHY'
Encoding.cpp (826): Read unicode symbol 8169 '\textgreek{\=U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH MACRON'
Encoding.cpp (826): Read unicode symbol 8170 '\textgreek{`U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8171 '\textgreek{'U}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER UPSILON WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8172 '\textgreek{<R}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER RHO WITH DASIA'
Encoding.cpp (826): Read unicode symbol 8173 '\textgreek{"`v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DIALYTIKA AND VARIA'
Encoding.cpp (826): Read unicode symbol 8174 '\textgreek{"'v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DIALYTIKA AND OXIA'
Encoding.cpp (826): Read unicode symbol 8175 '\textgreek{`v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK VARIA'
Encoding.cpp (826): Read unicode symbol 8178 '\textgreek{`w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8179 '\textgreek{w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8180 '\textgreek{'w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8182 '\textgreek{\~w}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PERISPOMENI'
Encoding.cpp (826): Read unicode symbol 8183 '\textgreek{\~w|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8184 '\textgreek{`O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8185 '\textgreek{'O}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMICRON WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8186 '\textgreek{`W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH VARIA'
Encoding.cpp (826): Read unicode symbol 8187 '\textgreek{'W}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH OXIA'
Encoding.cpp (826): Read unicode symbol 8188 '\textgreek{W|}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI'
Encoding.cpp (826): Read unicode symbol 8189 '\textgreek{'v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK OXIA'
Encoding.cpp (826): Read unicode symbol 8190 '\textgreek{<v}' 'textgreek' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GREEK DASIA'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 general punctuation'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `350x2008 ""                         "" "" "" "" # PUNCTUATION SPACE (like "\," but allows breaking) '
Encoding.cpp (826): Read unicode symbol 8204 '\textcompwordmark' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ZERO WIDTH NON-JOINER'
Lexer.cpp (338): Comment read: `350x200d ""                         "" "" "" "" # ZERO WIDTH JOINER'
Lexer.cpp (338): Comment read: `350x200e ""                         "" "" "" "" # LEFT-TO-RIGHT MARK'
Lexer.cpp (338): Comment read: `350x200f ""                         "" "" "" "" # RIGHT-TO-LEFT MARK'
Lexer.cpp (338): Comment read: `35 HYPHEN # identic in LaTeX to FIGURE DASH'
Encoding.cpp (826): Read unicode symbol 8208 '-' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8209 '\nobreakdash-' 'amsmath' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 NON-BREAKING HYPHEN'
Lexer.cpp (338): Comment read: `35 FIGURE DASH'
Encoding.cpp (826): Read unicode symbol 8210 '-' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 EN DASH'
Encoding.cpp (826): Read unicode symbol 8211 '\textendash' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 EM DASH'
Lexer.cpp (338): Comment read: `35 use the following macro for the character HORIZONTAL BAR'
Encoding.cpp (826): Read unicode symbol 8212 '\textemdash' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8213 '\LyXbar' '\newcommand*\LyXbar{\rule[0.585ex]{1.2em}{0.25pt}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE VERTICAL LINE'
Encoding.cpp (826): Read unicode symbol 8214 '\textbardbl' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8215 '\subdoublebar{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE LOW LINE'
Lexer.cpp (338): Comment read: `35 LEFT SINGLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8216 '\textquoteleft' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 RIGHT SINGLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8217 '\textquoteright' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SINGLE LOW-9 QUOTATION MARK'
Lexer.cpp (338): Comment read: `350x201b ""                         "" "" # SINGLE HIGH-REVERSED-9 QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8218 '\quotesinglbase' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LEFT DOUBLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8220 '\textquotedblleft' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 RIGHT DOUBLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8221 '\textquotedblright' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE LOW-9 QUOTATION MARK'
Lexer.cpp (338): Comment read: `350x201f ""                         "" "" # DOUBLE HIGH-REVERSED-9 QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8222 '\quotedblbase' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DAGGER'
Encoding.cpp (826): Read unicode symbol 8224 '\dag' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE DAGGER'
Encoding.cpp (826): Read unicode symbol 8225 '\ddag' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 BULLET'
Encoding.cpp (826): Read unicode symbol 8226 '\textbullet' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 TRIANGULAR BULLET # ≈ 0x25b8'
Encoding.cpp (826): Read unicode symbol 8227 '\textifsymbol[ifgeo]{116}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 ONE DOT LEADER # ≈ FULL STOP'
Encoding.cpp (826): Read unicode symbol 8228 '.' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 TWO DOT LEADER'
Encoding.cpp (826): Read unicode symbol 8229 '.\,.' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 HORIZONTAL ELLIPSIS'
Lexer.cpp (338): Comment read: `350x2027 ""                        "" "" "" "" # HYPHENATION POINT (visible symbol used to indicate correct positions for word breaking, looks like but is not 0x00b7 middle dot)'
Lexer.cpp (338): Comment read: `350x2028 ""                         "" "" "" "" # LINE SEPARATOR'
Lexer.cpp (338): Comment read: `350x2029 ""                         "" "" "" "" # PARAGRAPH SEPARATOR'
Lexer.cpp (338): Comment read: `350x202a ""                         "" "" "" "" # LEFT-TO-RIGHT EMBEDDING'
Lexer.cpp (338): Comment read: `350x202b ""                         "" "" "" "" # RIGHT-TO-LEFT EMBEDDING'
Lexer.cpp (338): Comment read: `350x202c ""                         "" "" "" "" # POP DIRECTIONAL FORMATTING'
Lexer.cpp (338): Comment read: `350x202d ""                         "" "" "" "" # LEFT-TO-RIGHT OVERRIDE'
Lexer.cpp (338): Comment read: `350x202e ""                         "" "" "" "" # RIGHT-TO-LEFT OVERRIDE'
Encoding.cpp (826): Read unicode symbol 8230 '\ldots' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8239 '\,' '' 0 0 '\,' '' 1
Lexer.cpp (338): Comment read: `35 NARROW NO-BREAK SPACE'
Lexer.cpp (338): Comment read: `35 PER MILLE SIGN'
Encoding.cpp (826): Read unicode symbol 8240 '\textperthousand' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 PER TEN THOUSAND SIGN'
Encoding.cpp (826): Read unicode symbol 8241 '\textpertenthousand' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 PRIME'
Encoding.cpp (826): Read unicode symbol 8242 '\textasciiacute' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE PRIME'
Lexer.cpp (338): Comment read: `350x2034 ""                         "" "" # TRIPLE PRIME'
Encoding.cpp (826): Read unicode symbol 8243 '\textacutedbl' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 REVERSED PRIME'
Encoding.cpp (826): Read unicode symbol 8245 '\textasciigrave' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 REVERSED DOUBLE PRIME'
Lexer.cpp (338): Comment read: `350x2037 ""                         "" "" # REVERSED TRIPLE PRIME'
Encoding.cpp (826): Read unicode symbol 8246 '\textgravedbl' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CARET'
Encoding.cpp (826): Read unicode symbol 8248 '\^{}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SINGLE LEFT-POINTING ANGLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8249 '\guilsinglleft' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK'
Encoding.cpp (826): Read unicode symbol 8250 '\guilsinglright' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 REFERENCE MARK'
Encoding.cpp (826): Read unicode symbol 8251 '\textreferencemark' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE EXCLAMATION MARK # ≈ 2×EXCLAMATION MARK'
Encoding.cpp (826): Read unicode symbol 8252 '!!' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 INTERROBANG'
Lexer.cpp (338): Comment read: `35 use the following macro for the character OVERLINE'
Encoding.cpp (826): Read unicode symbol 8253 '\textinterrobang' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8254 '\LyXoverline' '\newcommand*\LyXoverline{\raisebox{2.6ex}{\_}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 UNDERTIE'
Encoding.cpp (826): Read unicode symbol 8255 '\textbottomtiebar{ }' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 FRACTION SLASH'
Encoding.cpp (826): Read unicode symbol 8260 '\textfractionsolidus' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LEFT SQUARE BRACKET WITH QUILL'
Encoding.cpp (826): Read unicode symbol 8261 '\textlquill' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 RIGHT SQUARE BRACKET WITH QUILL'
Encoding.cpp (826): Read unicode symbol 8262 '\textrquill' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLE QUESTION MARK # ≈ 2×QUESTION MARK'
Encoding.cpp (826): Read unicode symbol 8263 '??' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 QUESTION EXCLAMATION MARK'
Encoding.cpp (826): Read unicode symbol 8264 '?!' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 EXCLAMATION QUESTION MARK'
Encoding.cpp (826): Read unicode symbol 8265 '!?' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 COMMERCIAL MINUS SIGN'
Encoding.cpp (826): Read unicode symbol 8274 '\textdiscount' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 TRICOLON # ≈ VERTICAL ELLIPSIS'
Lexer.cpp (338): Comment read: `350x205e ""                         "" "" "" "" # VERTICAL FOUR DOTS'
Encoding.cpp (826): Read unicode symbol 8285 '\vdots' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8287 '' '' 0 0 '\:' '' 1
Lexer.cpp (338): Comment read: `35 MEDIUM MATHEMATICAL SPACE'
Lexer.cpp (338): Comment read: `350x2060 ""                         "" "" "" "" # WORD JOINER'
Encoding.cpp (826): Read unicode symbol 8304 '\textsuperscript{0}' '' 0 0 '{{}^0}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT ZERO'
Encoding.cpp (826): Read unicode symbol 8305 '\textsuperscript{i}' '' 0 0 '{{}^i}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT LATIN SMALL LETTER I'
Encoding.cpp (826): Read unicode symbol 8308 '\textsuperscript{4}' '' 0 0 '{{}^4}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT FOUR'
Encoding.cpp (826): Read unicode symbol 8309 '\textsuperscript{5}' '' 0 0 '{{}^5}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT FIVE'
Encoding.cpp (826): Read unicode symbol 8310 '\textsuperscript{6}' '' 0 0 '{{}^6}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT SIX'
Encoding.cpp (826): Read unicode symbol 8311 '\textsuperscript{7}' '' 0 0 '{{}^7}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT SEVEN'
Encoding.cpp (826): Read unicode symbol 8312 '\textsuperscript{8}' '' 0 0 '{{}^8}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT EIGHT'
Encoding.cpp (826): Read unicode symbol 8313 '\textsuperscript{9}' '' 0 0 '{{}^9}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT NINE'
Encoding.cpp (826): Read unicode symbol 8314 '\textsuperscript{+}' '' 0 0 '{{}^+}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT PLUS SIGN'
Encoding.cpp (826): Read unicode symbol 8315 '\textsuperscript{-}' '' 0 0 '{{}^-}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT MINUS'
Encoding.cpp (826): Read unicode symbol 8316 '\textsuperscript{=}' '' 0 0 '{{}^=}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT EQUALS SIGN'
Encoding.cpp (826): Read unicode symbol 8317 '\textsuperscript{(}' '' 0 0 '{{}^(}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT LEFT PARENTHESIS'
Encoding.cpp (826): Read unicode symbol 8318 '\textsuperscript{)}' '' 0 0 '{{}^)}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT RIGHT PARENTHESIS'
Encoding.cpp (826): Read unicode symbol 8319 '\textsuperscript{n}' '' 0 0 '{{}^n}' '' 1
Lexer.cpp (338): Comment read: `35 SUPERSCRIPT LATIN SMALL LETTER N'
Encoding.cpp (826): Read unicode symbol 8320 '\textsubscript{0}' 'subscript' 0 1 '{{}_0}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT ZERO'
Encoding.cpp (826): Read unicode symbol 8321 '\textsubscript{1}' 'subscript' 0 1 '{{}_1}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT ONE'
Encoding.cpp (826): Read unicode symbol 8322 '\textsubscript{2}' 'subscript' 0 1 '{{}_2}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT TWO'
Encoding.cpp (826): Read unicode symbol 8323 '\textsubscript{3}' 'subscript' 0 1 '{{}_3}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT THREE'
Encoding.cpp (826): Read unicode symbol 8324 '\textsubscript{4}' 'subscript' 0 1 '{{}_4}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT FOUR'
Encoding.cpp (826): Read unicode symbol 8325 '\textsubscript{5}' 'subscript' 0 1 '{{}_5}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT FIVE'
Encoding.cpp (826): Read unicode symbol 8326 '\textsubscript{6}' 'subscript' 0 1 '{{}_6}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT SIX'
Encoding.cpp (826): Read unicode symbol 8327 '\textsubscript{7}' 'subscript' 0 1 '{{}_7}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT SEVEN'
Encoding.cpp (826): Read unicode symbol 8328 '\textsubscript{8}' 'subscript' 0 1 '{{}_8}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT EIGHT'
Encoding.cpp (826): Read unicode symbol 8329 '\textsubscript{9}' 'subscript' 0 1 '{{}_9}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT NINE'
Encoding.cpp (826): Read unicode symbol 8330 '\textsubscript{+}' 'subscript' 0 1 '{{}_+}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT PLUS SIGN'
Encoding.cpp (826): Read unicode symbol 8331 '\textsubscript{-}' 'subscript' 0 1 '{{}_-}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT MINUS'
Encoding.cpp (826): Read unicode symbol 8332 '\textsubscript{=}' 'subscript' 0 1 '{{}_=}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT EQUALS SIGN'
Encoding.cpp (826): Read unicode symbol 8333 '\textsubscript{(}' 'subscript' 0 1 '{{}_(}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT LEFT PARENTHESIS'
Encoding.cpp (826): Read unicode symbol 8334 '\textsubscript{)}' 'subscript' 0 1 '{{}_)}' '' 1
Lexer.cpp (338): Comment read: `35 SUBSCRIPT RIGHT PARENTHESIS'
Encoding.cpp (826): Read unicode symbol 8336 '\textsubscript{a}' 'subscript' 0 1 '{{}_a}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER A'
Encoding.cpp (826): Read unicode symbol 8337 '\textsubscript{e}' 'subscript' 0 1 '{{}_e}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER E'
Encoding.cpp (826): Read unicode symbol 8338 '\textsubscript{o}' 'subscript' 0 1 '{{}_o}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER O'
Encoding.cpp (826): Read unicode symbol 8339 '\textsubscript{x}' 'subscript' 0 1 '{{}_x}' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER X'
Encoding.cpp (826): Read unicode symbol 8340 '\textsubscript{\textschwa}' 'subscript' 0 1 '{{}_\textschwa}' 'tipa' 1
Lexer.cpp (338): Comment read: `35 LATIN SUBSCRIPT SMALL LETTER SCHWA'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 currency symbols'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 COLON SIGN'
Encoding.cpp (826): Read unicode symbol 8353 '\textcolonmonetary' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 FRENCH FRANC SIGN'
Encoding.cpp (826): Read unicode symbol 8355 '\textfrenchfranc' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LIRA SIGN'
Encoding.cpp (826): Read unicode symbol 8356 '\textlira' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 NAIRA SIGN'
Lexer.cpp (338): Comment read: `350x20a7 ""                         "" "" # PESETA SIGN'
Encoding.cpp (826): Read unicode symbol 8358 '\textnaira' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WON SIGN'
Lexer.cpp (338): Comment read: `350x20aa ""                         "" "" # NEW SHEQEL SIGN'
Encoding.cpp (826): Read unicode symbol 8361 '\textwon' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DONG SIGN'
Encoding.cpp (826): Read unicode symbol 8363 '\textdong' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 EURO SIGN'
Encoding.cpp (826): Read unicode symbol 8364 '\texteuro' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 PESO SIGN'
Encoding.cpp (826): Read unicode symbol 8369 '\textpeso' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 GUARANI SIGN'
Encoding.cpp (826): Read unicode symbol 8370 '\textguarani' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 RUPEE SIGN'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 letterlike symbols'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 use the following macro for the character ACCOUNT OF'
Encoding.cpp (826): Read unicode symbol 8377 '\rupee' 'tfrupee' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character ADRESSED TO THE SUBJECT'
Encoding.cpp (826): Read unicode symbol 8448 '\LyXaccountof' '\newcommand*\LyXaccountof{\mbox{\raisebox{.8ex}{a}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{c}}}' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8449 '\LyXaddressed' '\newcommand*\LyXaddressed{\mbox{\raisebox{.8ex}{a}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{s}}}' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8450 '' '' 0 0 '\mathbb{C}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL C'
Lexer.cpp (338): Comment read: `35 DEGREE CELSIUS'
Lexer.cpp (338): Comment read: `35 use the following macro for the character CARE OF'
Encoding.cpp (826): Read unicode symbol 8451 '\textcelsius' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character CADA UNA'
Encoding.cpp (826): Read unicode symbol 8453 '\LyXcareof' '\newcommand*\LyXcareof{\mbox{\raisebox{.8ex}{c}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{o}}}' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8454 '\LyXcadauna' '\newcommand*\LyXcadauna{\mbox{\raisebox{.8ex}{c}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{u}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 DEGREE FARENHEIT'
Encoding.cpp (826): Read unicode symbol 8457 '°{}F' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8459 '' '' 0 0 '\mathscr{H}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL H'
Encoding.cpp (826): Read unicode symbol 8460 '' '' 0 0 '\mathfrak{H}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BLACK-LETTER CAPITAL H'
Encoding.cpp (826): Read unicode symbol 8461 '' '' 0 0 '\mathbb{H}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL H'
Lexer.cpp (338): Comment read: `35 PLANCK CONSTANT'
Encoding.cpp (826): Read unicode symbol 8462 '' '' 0 0 'h' '' 1
Encoding.cpp (826): Read unicode symbol 8463 '' '' 0 0 '\hbar' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 PLANCK CONSTANT OVER TWO PI'
Encoding.cpp (826): Read unicode symbol 8464 '' '' 0 0 '\mathscr{I}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL I'
Encoding.cpp (826): Read unicode symbol 8465 '' '' 0 0 '\mathfrak{I}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BLACK-LETTER CAPITAL I'
Encoding.cpp (826): Read unicode symbol 8466 '' '' 0 0 '\mathscr{L}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL L'
Lexer.cpp (338): Comment read: `35 SCRIPT SMALL L'
Encoding.cpp (826): Read unicode symbol 8467 '' '' 0 0 '\ell' '' 1
Encoding.cpp (826): Read unicode symbol 8469 '' '' 0 0 '\mathbb{N}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL N'
Lexer.cpp (338): Comment read: `35 NUMERO SIGN'
Encoding.cpp (826): Read unicode symbol 8470 '\textnumero' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 SOUND RECORDING COYRIGHT'
Lexer.cpp (338): Comment read: `35 Weierstrass elliptic function, actually this has the form of a '
Lexer.cpp (338): Comment read: `35 lowercase calligraphic p, despite its name  (Maybe use Zapf chancery?)'
Lexer.cpp (338): Comment read: `350x2118 ""                         "" "" "\\mathscr{P}" "mathrsfs" # SCRIPT CAPITAL P'
Encoding.cpp (826): Read unicode symbol 8471 '\textcircledP' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8473 '' '' 0 0 '\mathbb{P}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL P'
Encoding.cpp (826): Read unicode symbol 8474 '' '' 0 0 '\mathbb{Q}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL Q'
Encoding.cpp (826): Read unicode symbol 8475 '' '' 0 0 '\mathscr{R}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL R'
Encoding.cpp (826): Read unicode symbol 8476 '' '' 0 0 '\mathfrak{R}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BLACK-LETTER CAPITAL R'
Encoding.cpp (826): Read unicode symbol 8477 '' '' 0 0 '\mathbb{R}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL R'
Lexer.cpp (338): Comment read: `35 PRESCRIPTION TAKE'
Encoding.cpp (826): Read unicode symbol 8478 '\textrecipe' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 SERVICE MARK'
Lexer.cpp (338): Comment read: `350x2121 ""                         "" "" # TELEPHONE SIGN'
Encoding.cpp (826): Read unicode symbol 8480 '\textservicemark' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 TRADE MARK SIGN'
Encoding.cpp (826): Read unicode symbol 8482 '\texttrademark' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8484 '' '' 0 0 '\mathbb{Z}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DOUBLE-STRUCK CAPITAL Z'
Lexer.cpp (338): Comment read: `35 OHM SIGN'
Encoding.cpp (826): Read unicode symbol 8486 '\textohm' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 INVERTED OHM SIGN'
Encoding.cpp (826): Read unicode symbol 8487 '\textmho' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8488 '' '' 0 0 '\mathfrak{Z}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BLACK-LETTER CAPITAL Z'
Lexer.cpp (338): Comment read: `35 KELVIN SIGN'
Encoding.cpp (826): Read unicode symbol 8490 'K' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ANGSTROM SIGN'
Encoding.cpp (826): Read unicode symbol 8491 '\AA' '' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8492 '' '' 0 0 '\mathscr{B}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL B'
Encoding.cpp (826): Read unicode symbol 8493 '' '' 0 0 '\mathfrak{C}' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BLACK-LETTER CAPITAL C'
Lexer.cpp (338): Comment read: `35 ESTIMATED SYMBOL'
Lexer.cpp (338): Comment read: `35 mathrsfs has no small letters'
Lexer.cpp (338): Comment read: `350x212f ""                         "" "" "\\mathscr{e}" "mathrsfs" # SCRIPT SMALL E'
Encoding.cpp (826): Read unicode symbol 8494 '\textestimated' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8496 '' '' 0 0 '\mathscr{E}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL E'
Encoding.cpp (826): Read unicode symbol 8497 '' '' 0 0 '\mathscr{F}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL F'
Encoding.cpp (826): Read unicode symbol 8499 '' '' 0 0 '\mathscr{M}' 'mathrsfs' 1
Lexer.cpp (338): Comment read: `35 SCRIPT CAPITAL M'
Lexer.cpp (338): Comment read: `35 mathrsfs has no small letters'
Lexer.cpp (338): Comment read: `350x2134 ""                         "" "" "\\mathscr{o}" "mathrsfs" # SCRIPT SMALL O'
Encoding.cpp (826): Read unicode symbol 8501 '' '' 0 0 '\aleph' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 ALEF SYMBOL'
Encoding.cpp (826): Read unicode symbol 8502 '' '' 0 0 '\beth' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BET SYMBOL'
Encoding.cpp (826): Read unicode symbol 8503 '' '' 0 0 '\gimel' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 GIMEL SYMBOL'
Encoding.cpp (826): Read unicode symbol 8504 '' '' 0 0 '\daleth' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 DALET SYMBOL'
Lexer.cpp (338): Comment read: `350x2139 ""                         "" "" # INFORMATION SOURCE'
Lexer.cpp (338): Comment read: `350x213b ""                         "" "" # FACSIMILE SIGN'
Lexer.cpp (338): Comment read: `35 use the following macro for the character AKTIESELSKAB'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 number forms'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION ONE THIRD'
Encoding.cpp (826): Read unicode symbol 8525 '\LyXaktieselskap' '\newcommand*\LyXaktieselskap{\mbox{\raisebox{.8ex}{\footnotesize A}\kern-.18em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{\footnotesize S}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION TWO THIRDS'
Encoding.cpp (826): Read unicode symbol 8531 '\LyXonethird' '\newcommand*\LyXonethird{\mbox{\raisebox{.8ex}{1}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{3}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION ONE FIFTH'
Encoding.cpp (826): Read unicode symbol 8532 '\LyXtwothirds' '\newcommand*\LyXtwothirds{\mbox{\raisebox{.8ex}{2}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{3}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION TWO FIFTHS'
Encoding.cpp (826): Read unicode symbol 8533 '\LyXonefifth' '\newcommand*\LyXonefifth{\mbox{\raisebox{.8ex}{1}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{5}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION THREE FIFTHS'
Encoding.cpp (826): Read unicode symbol 8534 '\LyXtwofifths' '\newcommand*\LyXtwofifths{\mbox{\raisebox{.8ex}{2}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{5}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION FOUR FIFTHS'
Encoding.cpp (826): Read unicode symbol 8535 '\LyXthreefifths' '\newcommand*\LyXthreefifths{\mbox{\raisebox{.8ex}{3}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{5}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION ONE SIXTH'
Encoding.cpp (826): Read unicode symbol 8536 '\LyXfourfifths' '\newcommand*\LyXfourfifths{\mbox{\raisebox{.8ex}{4}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{5}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION FIVE SIXTHS'
Encoding.cpp (826): Read unicode symbol 8537 '\LyXonesixth' '\newcommand*\LyXonesixth{\mbox{\raisebox{.8ex}{1}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{6}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION ONE EIGHT'
Encoding.cpp (826): Read unicode symbol 8538 '\LyXfivesixths' '\newcommand*\LyXfivesixths{\mbox{\raisebox{.8ex}{5}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{6}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION THREE EIGHTS'
Encoding.cpp (826): Read unicode symbol 8539 '\LyXoneeight' '\newcommand*\LyXoneeight{\mbox{\raisebox{.8ex}{1}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{8}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION FIVE EIGHTS'
Encoding.cpp (826): Read unicode symbol 8540 '\LyXthreeeights' '\newcommand*\LyXthreeeights{\mbox{\raisebox{.8ex}{3}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{8}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character VULGAR FRACTION SEVEN EIGHTS'
Encoding.cpp (826): Read unicode symbol 8541 '\LyXfiveeights' '\newcommand*\LyXfiveeights{\mbox{\raisebox{.8ex}{5}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{8}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 use the following macro for the character FRACTION NUMERATOR ONE'
Encoding.cpp (826): Read unicode symbol 8542 '\LyXseveneights' '\newcommand*\LyXseveneights{\mbox{\raisebox{.8ex}{7}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{8}}}' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8543 '\LyXnumeratorone' '\newcommand*\LyXnumeratorone{\mbox{\raisebox{.8ex}{1}\kern-.175em\raisebox{.2ex}{/}\kern-.18em\raisebox{-.2ex}{\kern-.18em}}}' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL ONE'
Encoding.cpp (826): Read unicode symbol 8544 '\mbox{I}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL TWO'
Encoding.cpp (826): Read unicode symbol 8545 '\mbox{II}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL THREE'
Encoding.cpp (826): Read unicode symbol 8546 '\mbox{III}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL FOUR'
Encoding.cpp (826): Read unicode symbol 8547 '\mbox{IV}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL FIVE'
Encoding.cpp (826): Read unicode symbol 8548 '\mbox{V}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL SIX'
Encoding.cpp (826): Read unicode symbol 8549 '\mbox{VI}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL SEVEN'
Encoding.cpp (826): Read unicode symbol 8550 '\mbox{VII}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL EIGHT'
Encoding.cpp (826): Read unicode symbol 8551 '\mbox{VIII}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL NINE'
Encoding.cpp (826): Read unicode symbol 8552 '\mbox{IX}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL TEN'
Encoding.cpp (826): Read unicode symbol 8553 '\mbox{X}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL ELEVEN'
Encoding.cpp (826): Read unicode symbol 8554 '\mbox{XI}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL TWELVE'
Encoding.cpp (826): Read unicode symbol 8555 '\mbox{XII}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL FIFTY'
Encoding.cpp (826): Read unicode symbol 8556 '\mbox{L}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL ONE HUNDRED'
Encoding.cpp (826): Read unicode symbol 8557 '\mbox{C}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL FIVE HUNDRED'
Encoding.cpp (826): Read unicode symbol 8558 '\mbox{D}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 ROMAN NUMERAL ONE THOUSAND'
Encoding.cpp (826): Read unicode symbol 8559 '\mbox{M}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL ONE'
Encoding.cpp (826): Read unicode symbol 8560 '\mbox{i}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL TWO'
Encoding.cpp (826): Read unicode symbol 8561 '\mbox{ii}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL THREE'
Encoding.cpp (826): Read unicode symbol 8562 '\mbox{iii}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL FOUR'
Encoding.cpp (826): Read unicode symbol 8563 '\mbox{iv}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL FIVE'
Encoding.cpp (826): Read unicode symbol 8564 '\mbox{v}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL SIX'
Encoding.cpp (826): Read unicode symbol 8565 '\mbox{vi}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL SEVEN'
Encoding.cpp (826): Read unicode symbol 8566 '\mbox{vii}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL EIGHT'
Encoding.cpp (826): Read unicode symbol 8567 '\mbox{viii}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL NINE'
Encoding.cpp (826): Read unicode symbol 8568 '\mbox{ix}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL TEN'
Encoding.cpp (826): Read unicode symbol 8569 '\mbox{x}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL ELEVEN'
Encoding.cpp (826): Read unicode symbol 8570 '\mbox{xi}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL TWELVE'
Encoding.cpp (826): Read unicode symbol 8571 '\mbox{xii}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL FIFTY'
Encoding.cpp (826): Read unicode symbol 8572 '\mbox{l}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL ONE HUNDRED'
Encoding.cpp (826): Read unicode symbol 8573 '\mbox{c}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL FIVE HUNDRED'
Encoding.cpp (826): Read unicode symbol 8574 '\mbox{d}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 SMALL ROMAN NUMERAL ONE THOUSAND'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 arrows'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 8575 '\mbox{m}' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LEFTWARDS ARROW'
Encoding.cpp (826): Read unicode symbol 8592 '\textleftarrow' 'textcomp' 0 1 '\leftarrow' '' 1
Lexer.cpp (338): Comment read: `35 UPWARDS ARROW'
Encoding.cpp (826): Read unicode symbol 8593 '\textuparrow' 'textcomp' 0 1 '\uparrow' '' 1
Lexer.cpp (338): Comment read: `35 RIGHTWARDS ARROW'
Encoding.cpp (826): Read unicode symbol 8594 '\textrightarrow' 'textcomp' 0 1 '\rightarrow' '' 1
Lexer.cpp (338): Comment read: `35 DOWNWARDS ARROW'
Encoding.cpp (826): Read unicode symbol 8595 '\textdownarrow' 'textcomp' 0 1 '\downarrow' '' 1
Lexer.cpp (338): Comment read: `35 LEFT RIGHT ARROW'
Encoding.cpp (826): Read unicode symbol 8596 '' '' 0 0 '\leftrightarrow' '' 1
Lexer.cpp (338): Comment read: `35 UP DOWN ARROW'
Encoding.cpp (826): Read unicode symbol 8597 '' '' 0 0 '\updownarrow' '' 1
Encoding.cpp (826): Read unicode symbol 8599 '\textglobrise' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 NORTH EAST ARROW'
Lexer.cpp (338): Comment read: `35 UP DOWN ARROW WITH BASE'
Encoding.cpp (826): Read unicode symbol 8616 '{\ascii\ETB}' 'ascii' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 RETURN KEY'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 math symbols'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 besides textcomp only those used in Windows standard fonts'
Encoding.cpp (826): Read unicode symbol 8629 '{\Pisymbol{psy}{191}}' 'pifont' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8704 '' '' 0 0 '\forall' '' 1
Lexer.cpp (338): Comment read: `35 FOR ALL'
Encoding.cpp (826): Read unicode symbol 8705 '' '' 0 0 '\complement' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 COMPLEMENT'
Lexer.cpp (338): Comment read: `35 PARTIAL DIFFERENTIAL'
Encoding.cpp (826): Read unicode symbol 8706 '' '' 0 0 '\partial' '' 1
Lexer.cpp (338): Comment read: `35 INCREMENT'
Lexer.cpp (338): Comment read: `350x220c ""                         "" "" "\\notni" "txfonts|pxfonts" # DOES NOT CONTAIN AS MEMBER'
Encoding.cpp (826): Read unicode symbol 8710 '' '' 0 0 '\Delta' '' 1
Lexer.cpp (338): Comment read: `35 N-ARY PRODUCT'
Encoding.cpp (826): Read unicode symbol 8719 '' '' 0 0 '\prod' '' 1
Lexer.cpp (338): Comment read: `35 N-ARY SUMMATION'
Encoding.cpp (826): Read unicode symbol 8721 '' '' 0 0 '\sum' '' 1
Lexer.cpp (338): Comment read: `35 MINUS SIGN'
Encoding.cpp (826): Read unicode symbol 8722 '\textminus' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DIVISION SLASH'
Encoding.cpp (826): Read unicode symbol 8725 '' '' 0 0 '\slash' '' 1
Encoding.cpp (826): Read unicode symbol 8727 '\textasteriskcentered' 'textcomp' 0 1 '\ast' '' 1
Lexer.cpp (338): Comment read: `35 ASTERISK OPERATOR'
Encoding.cpp (826): Read unicode symbol 8729 '' '' 0 0 '\centerdot' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BULLET OPERATOR'
Lexer.cpp (338): Comment read: `35 SQUARE ROOT'
Encoding.cpp (826): Read unicode symbol 8730 '\textsurd' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 PROPORTIONAL TO'
Encoding.cpp (826): Read unicode symbol 8733 '' '' 0 0 '\propto' '' 1
Lexer.cpp (338): Comment read: `35 INFINITY'
Lexer.cpp (338): Comment read: `35 use the following macro for the character RIGHT ANGLE'
Encoding.cpp (826): Read unicode symbol 8734 '' '' 0 0 '\infty' '' 1
Encoding.cpp (826): Read unicode symbol 8735 '\LyXrightangle' '\newcommand*\LyXrightangle{{\usefont{U}{msa}{m}{n}\char120}}' 0 0 '' '' 1
Encoding.cpp (826): Read unicode symbol 8743 '' '' 0 0 '\bigwedge' '' 1
Lexer.cpp (338): Comment read: `35 LOGICAL AND'
Encoding.cpp (826): Read unicode symbol 8744 '' '' 0 0 '\bigvee' '' 1
Lexer.cpp (338): Comment read: `35 LOGICAL OR'
Lexer.cpp (338): Comment read: `35 INTERSECTION'
Encoding.cpp (826): Read unicode symbol 8745 '' '' 0 0 '\bigcap' '' 1
Encoding.cpp (826): Read unicode symbol 8746 '' '' 0 0 '\bigcup' '' 1
Lexer.cpp (338): Comment read: `35 UNION'
Encoding.cpp (826): Read unicode symbol 8747 '' '' 0 0 '\int' 'esint' 1
Lexer.cpp (338): Comment read: `35 INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8748 '' '' 0 0 '\iint' 'esint|amsmath' 1
Lexer.cpp (338): Comment read: `35 DOUBLE INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8749 '' '' 0 0 '\iiint' 'esint|amsmath' 1
Lexer.cpp (338): Comment read: `35 TRIPLE INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8750 '' '' 0 0 '\oint' 'esint' 1
Lexer.cpp (338): Comment read: `35 CONTOUR INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8751 '' '' 0 0 '\oiint' 'esint' 1
Lexer.cpp (338): Comment read: `35 SURFACE INTEGRAL'
Lexer.cpp (338): Comment read: `350x2230 ""                         "" "" "\\oiiint" "txfonts|pxfonts|fourier|mathdesign" # VOLUME INTEGRAL'
Lexer.cpp (338): Comment read: `350x2231 ""                         "" "" "" "" # CLOCKWISE INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8754 '' '' 0 0 '\ointclockwise' 'esint' 1
Lexer.cpp (338): Comment read: `35 CLOCKWISE CONTOUR INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8755 '' '' 0 0 '\ointctrclockwise' 'esint' 1
Lexer.cpp (338): Comment read: `35 ANTICLOCKWISE CONTOUR INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8756 '' '' 0 0 '\therefore' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 THEREFORE'
Encoding.cpp (826): Read unicode symbol 8757 '' '' 0 0 '\because' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 BECAUSE'
Lexer.cpp (338): Comment read: `35 ALMOST EQUAL TO'
Encoding.cpp (826): Read unicode symbol 8776 '' '' 0 0 '\approx' '' 1
Lexer.cpp (338): Comment read: `35 NOT EQUAL TO'
Encoding.cpp (826): Read unicode symbol 8800 '' '' 0 0 '\neq' '' 1
Lexer.cpp (338): Comment read: `35 IDENTICAL TO'
Encoding.cpp (826): Read unicode symbol 8801 '' '' 0 0 '\equiv' '' 1
Lexer.cpp (338): Comment read: `35 LESS-THAN OR EQUAL TO'
Encoding.cpp (826): Read unicode symbol 8804 '' '' 0 0 '\le' '' 1
Lexer.cpp (338): Comment read: `35 GREATER-THAN OR EQUAL TO'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 miscellaneous technical'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 8805 '' '' 0 0 '\ge' '' 1
Lexer.cpp (338): Comment read: `35 HOUSE'
Encoding.cpp (826): Read unicode symbol 8962 '{\ascii\DEL}' 'ascii' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 8976 '' '' 0 0 '\invneg' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 REVERSED NOT SIGN'
Lexer.cpp (338): Comment read: `35 WATCH'
Lexer.cpp (338): Comment read: `350x2320 ""                         "" "" # TOP HALF INTEGRAL'
Lexer.cpp (338): Comment read: `350x2321 ""                         "" "" # BOTTOM HALF INTEGRAL'
Encoding.cpp (826): Read unicode symbol 8986 '\Clocklogo' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 KEYBOARD'
Lexer.cpp (338): Comment read: `35 missing Qt keysequences (MacSpecialKey)'
Encoding.cpp (826): Read unicode symbol 9000 '\Keyboard' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_Escape'
Encoding.cpp (826): Read unicode symbol 9099 'Escape' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_Tab'
Encoding.cpp (826): Read unicode symbol 8677 'Tab' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_Backtab'
Encoding.cpp (826): Read unicode symbol 8676 'Shift-Tab' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_Backspace'
Encoding.cpp (826): Read unicode symbol 9003 'Backspace' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_Delete'
Encoding.cpp (826): Read unicode symbol 8998 'Delete' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_Home'
Encoding.cpp (826): Read unicode symbol 8598 'Home' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_End'
Encoding.cpp (826): Read unicode symbol 8600 'End' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_PageUp'
Encoding.cpp (826): Read unicode symbol 8670 'Option-Up Arrow' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_PageDown'
Encoding.cpp (826): Read unicode symbol 8671 'Option-Down Arrow' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 Qt::Key_CapsLock'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 control pictures'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 8682 'Caps Lock' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 BLANK SYMBOL'
Encoding.cpp (826): Read unicode symbol 9250 '\textblank' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 OPEN BOX'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 box drawing'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 9251 '\textvisiblespace' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9472 '\textSFx' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT VERTICAL'
Encoding.cpp (826): Read unicode symbol 9474 '\textSFxi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT DOWN AND RIGHT'
Encoding.cpp (826): Read unicode symbol 9484 '\textSFi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT DOWN AND LEFT'
Encoding.cpp (826): Read unicode symbol 9488 '\textSFiii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT UP AND RIGHT'
Encoding.cpp (826): Read unicode symbol 9492 '\textSFii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT UP AND LEFT'
Encoding.cpp (826): Read unicode symbol 9496 '\textSFiv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT VERTICAL AND RIGHT'
Encoding.cpp (826): Read unicode symbol 9500 '\textSFviii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT VERTICAL AND LEFT'
Encoding.cpp (826): Read unicode symbol 9508 '\textSFix' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT DOWN AND HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9516 '\textSFvi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT UP AND HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9524 '\textSFvii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9532 '\textSFv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9552 '\textSFxliii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE VERTICAL'
Encoding.cpp (826): Read unicode symbol 9553 '\textSFxxiv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE'
Encoding.cpp (826): Read unicode symbol 9554 '\textSFli' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE'
Encoding.cpp (826): Read unicode symbol 9555 '\textSFlii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE DOWN AND RIGHT'
Encoding.cpp (826): Read unicode symbol 9556 '\textSFxxxix' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE'
Encoding.cpp (826): Read unicode symbol 9557 '\textSFxxii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE'
Encoding.cpp (826): Read unicode symbol 9558 '\textSFxxi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE DOWN AND LEFT'
Encoding.cpp (826): Read unicode symbol 9559 '\textSFxxv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE'
Encoding.cpp (826): Read unicode symbol 9560 '\textSFl' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE'
Encoding.cpp (826): Read unicode symbol 9561 '\textSFxlix' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE UP AND RIGHT'
Encoding.cpp (826): Read unicode symbol 9562 '\textSFxxxviii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS UP SINGLE AND LEFT DOUBLE'
Encoding.cpp (826): Read unicode symbol 9563 '\textSFxxviii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE'
Encoding.cpp (826): Read unicode symbol 9564 '\textSFxxvii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE UP AND LEFT'
Encoding.cpp (826): Read unicode symbol 9565 '\textSFxxvi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE'
Encoding.cpp (826): Read unicode symbol 9566 '\textSFxxxvi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE'
Encoding.cpp (826): Read unicode symbol 9567 '\textSFxxxvii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT'
Encoding.cpp (826): Read unicode symbol 9568 '\textSFxlii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE'
Encoding.cpp (826): Read unicode symbol 9569 '\textSFxix' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE'
Encoding.cpp (826): Read unicode symbol 9570 '\textSFxx' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE VERTICAL AND LEFT'
Encoding.cpp (826): Read unicode symbol 9571 '\textSFxxiii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE'
Encoding.cpp (826): Read unicode symbol 9572 '\textSFxlvii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE'
Encoding.cpp (826): Read unicode symbol 9573 '\textSFxlviii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9574 '\textSFxli' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE'
Encoding.cpp (826): Read unicode symbol 9575 '\textSFxlv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE'
Encoding.cpp (826): Read unicode symbol 9576 '\textSFxlvi' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE UP AND HORIZONTAL'
Encoding.cpp (826): Read unicode symbol 9577 '\textSFxl' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE'
Encoding.cpp (826): Read unicode symbol 9578 '\textSFliv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE'
Encoding.cpp (826): Read unicode symbol 9579 '\textSFliii' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 block elements'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 9580 '\textSFxliv' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 UPPER HALF BLOCK'
Encoding.cpp (826): Read unicode symbol 9600 '\textupblock' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LOWER HALF BLOCK'
Encoding.cpp (826): Read unicode symbol 9604 '\textdnblock' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 FULL BLOCK'
Encoding.cpp (826): Read unicode symbol 9608 '\textblock' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LEFT HALF BLOCK'
Encoding.cpp (826): Read unicode symbol 9612 '\textlfblock' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 RIGHT HALF BLOCK'
Encoding.cpp (826): Read unicode symbol 9616 '\textrtblock' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LIGHT SHADE'
Encoding.cpp (826): Read unicode symbol 9617 '\textltshade' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MEDIUM SHADE'
Encoding.cpp (826): Read unicode symbol 9618 '\textshade' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DARK SHADE'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 geometric shapes'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 9619 '\textdkshade' 'pmboxdraw' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK SQUARE'
Encoding.cpp (826): Read unicode symbol 9632 '\textifsymbol[ifgeo]{80}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE SQUARE'
Encoding.cpp (826): Read unicode symbol 9633 '\textifsymbol[ifgeo]{32}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK SMALL SQUARE'
Encoding.cpp (826): Read unicode symbol 9642 '\textifsymbol[ifgeo]{112}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE SMALL SQUARE'
Encoding.cpp (826): Read unicode symbol 9643 '\textifsymbol[ifgeo]{64}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK RECTANGLE'
Encoding.cpp (826): Read unicode symbol 9644 '{\ascii\SYN}' 'ascii' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK UP-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9650 '\textifsymbol[ifgeo]{97}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE UP-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9651 '\textifsymbol[ifgeo]{49}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK UP-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9652 '\textifsymbol[ifgeo]{113}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE UP-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9653 '\textifsymbol[ifgeo]{65}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK RIGHT-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9654 '\textifsymbol[ifgeo]{100}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE RIGHT-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9655 '\textifsymbol[ifgeo]{52}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK RIGHT-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9656 '\textifsymbol[ifgeo]{116}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE RIGHT-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9657 '\textifsymbol[ifgeo]{68}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK RIGHT-POINTING POINTER'
Encoding.cpp (826): Read unicode symbol 9658 '\RIGHTarrow' 'wasysym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK DOWN-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9660 '\textifsymbol[ifgeo]{99}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE DOWN-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9661 '\textifsymbol[ifgeo]{51}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK DOWN-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9662 '\textifsymbol[ifgeo]{115}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE DOWN-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9663 '\textifsymbol[ifgeo]{67}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK LEFT-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9664 '\textifsymbol[ifgeo]{98}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE LEFT-POINTING TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9665 '\textifsymbol[ifgeo]{50}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK LEFT-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9666 '\textifsymbol[ifgeo]{114}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE LEFT-POINTING SMALL TRIANGLE'
Encoding.cpp (826): Read unicode symbol 9667 '\textifsymbol[ifgeo]{66}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK LEFT-POINTING POINTER'
Encoding.cpp (826): Read unicode symbol 9668 '\LEFTarrow' 'wasysym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35"\\Diamondblack" "txfonts|pxfonts" # BLACK DIAMOND'
Encoding.cpp (826): Read unicode symbol 9670 '\textifsymbol[ifgeo]{102}' 'ifsym' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 9671 '\textifsymbol[ifgeo]{54}' 'ifsym' 0 1 '\Diamond' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 WHITE DIAMOND'
Encoding.cpp (826): Read unicode symbol 9674 '' '' 0 0 '\lozenge' 'amssymb' 1
Lexer.cpp (338): Comment read: `35 LOZENGE'
Encoding.cpp (826): Read unicode symbol 9675 '\Circle' 'wasysym' 0 1 '\Circle' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 CIRCLE'
Encoding.cpp (826): Read unicode symbol 9679 '\CIRCLE' 'wasysym' 0 1 '\CIRCLE' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 BLACK CIRCLE'
Encoding.cpp (826): Read unicode symbol 9680 '\LEFTcircle' 'wasysym' 0 1 '\LEFTcircle' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 CIRCLE WITH LEFT HALF BLACK'
Encoding.cpp (826): Read unicode symbol 9681 '\RIGHTcircle' 'wasysym' 0 1 '\RIGHTcircle' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 CIRCLE WITH RIGHT HALF BLACK'
Encoding.cpp (826): Read unicode symbol 9686 '\LEFTCIRCLE' 'wasysym' 0 1 '\LEFTCIRCLE' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 LEFT HALF BLACK CIRCLE'
Encoding.cpp (826): Read unicode symbol 9687 '\RIGHTCIRCLE' 'wasysym' 0 1 '\RIGHTCIRCLE' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 RIGHT HALF BLACK CIRCLE'
Lexer.cpp (338): Comment read: `35 INVERSE BULLET'
Encoding.cpp (826): Read unicode symbol 9688 '{\ascii\BS}' 'ascii' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 INVERSE WHITE CIRCLE'
Encoding.cpp (826): Read unicode symbol 9689 '{\ascii\LF}' 'ascii' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE BULLET'
Encoding.cpp (826): Read unicode symbol 9702 '\textopenbullet' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LARGE CIRCLE'
Encoding.cpp (826): Read unicode symbol 9711 '\textbigcircle' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE MEDIUM SQUARE'
Encoding.cpp (826): Read unicode symbol 9723 '\textifsymbol[ifgeo]{48}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK MEDIUM SQUARE'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 miscellaneous symbols'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 9724 '\textifsymbol[ifgeo]{96}' 'ifsym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK STAR'
Encoding.cpp (826): Read unicode symbol 9733 '\FiveStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE STAR'
Encoding.cpp (826): Read unicode symbol 9734 '\FiveStarOpen' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK TELEPHON'
Encoding.cpp (826): Read unicode symbol 9742 '\Telefon' 'marvosym' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 9744 '\Square' 'wasysym' 0 1 '\Square' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 BALLOT BOX'
Encoding.cpp (826): Read unicode symbol 9745 '\CheckedBox' 'wasysym' 0 1 '\CheckedBox' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 BALLOT BOX WITH CHECK'
Encoding.cpp (826): Read unicode symbol 9746 '\XBox' 'wasysym' 0 1 '\XBox' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 BALLOT BOX WITH X'
Lexer.cpp (338): Comment read: `35 BLACK LEFT POINTING INDEX'
Encoding.cpp (826): Read unicode symbol 9754 '\HandCuffLeft' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK RIGHT POINTING INDEX'
Encoding.cpp (826): Read unicode symbol 9755 '\HandCuffRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE LEFT POINTING INDEX'
Encoding.cpp (826): Read unicode symbol 9756 '\HandLeft' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE RIGHT POINTING INDEX'
Encoding.cpp (826): Read unicode symbol 9758 '\HandRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 RADIOACTIVE SIGN'
Encoding.cpp (826): Read unicode symbol 9762 '\Radioactivity' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BIOHAZARD SIGN'
Encoding.cpp (826): Read unicode symbol 9763 '\Biohazard' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 ANKH'
Encoding.cpp (826): Read unicode symbol 9765 '\Ankh' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 YIN YANG'
Encoding.cpp (826): Read unicode symbol 9775 '\Yinyang' 'marvosym' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 9785 '\frownie' 'wasysym' 0 1 '\frownie' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 WHITE FROWNING FACE'
Encoding.cpp (826): Read unicode symbol 9786 '\smiley' 'wasysym' 0 1 '\smiley' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 WHITE SMILING FACE'
Encoding.cpp (826): Read unicode symbol 9787 '\blacksmiley' 'wasysym' 0 1 '\blacksmiley' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 BLACK SMILING FACE'
Encoding.cpp (826): Read unicode symbol 9788 '\sun' 'wasysym' 0 1 '\sun' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 WHITE SUN WITH RAYS'
Encoding.cpp (826): Read unicode symbol 9789 '\rightmoon' 'wasysym' 0 1 '\rightmoon' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 FIRST QUARTER MOON'
Encoding.cpp (826): Read unicode symbol 9790 '\leftmoon' 'wasysym' 0 1 '\leftmoon' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 LAST QUARTER MOON'
Encoding.cpp (826): Read unicode symbol 9791 '\mercury' 'wasysym' 0 1 '\mercury' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 MERCURY'
Encoding.cpp (826): Read unicode symbol 9792 '\female' 'wasysym' 0 1 '\female' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 FEMALE SIGN'
Encoding.cpp (826): Read unicode symbol 9793 '\earth' 'wasysym' 0 1 '\earth' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 EARTH'
Encoding.cpp (826): Read unicode symbol 9794 '\male' 'wasysym' 0 1 '\male' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 MALE SIGN'
Encoding.cpp (826): Read unicode symbol 9795 '\jupiter' 'wasysym' 0 1 '\jupiter' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 JUPITER'
Encoding.cpp (826): Read unicode symbol 9796 '\saturn' 'wasysym' 0 1 '\saturn' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 SATURN'
Encoding.cpp (826): Read unicode symbol 9797 '\uranus' 'wasysym' 0 1 '\uranus' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 URANUS'
Encoding.cpp (826): Read unicode symbol 9798 '\neptune' 'wasysym' 0 1 '\neptune' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 NEPTUNE'
Encoding.cpp (826): Read unicode symbol 9799 '\pluto' 'wasysym' 0 1 '\pluto' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 PLUTO'
Encoding.cpp (826): Read unicode symbol 9800 '\aries' 'wasysym' 0 1 '\aries' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 ARIES'
Encoding.cpp (826): Read unicode symbol 9801 '\taurus' 'wasysym' 0 1 '\taurus' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 TAURUS'
Encoding.cpp (826): Read unicode symbol 9802 '\gemini' 'wasysym' 0 1 '\gemini' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 GEMINI'
Encoding.cpp (826): Read unicode symbol 9803 '\cancer' 'wasysym' 0 1 '\cancer' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 CANCER'
Encoding.cpp (826): Read unicode symbol 9804 '\leo' 'wasysym' 0 1 '\leo' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 LEO'
Encoding.cpp (826): Read unicode symbol 9805 '\virgo' 'wasysym' 0 1 '\virgo' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 VIRGO'
Encoding.cpp (826): Read unicode symbol 9806 '\libra' 'wasysym' 0 1 '\libra' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 LIBRA'
Encoding.cpp (826): Read unicode symbol 9807 '\scorpio' 'wasysym' 0 1 '\scorpio' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 SCORPIO'
Encoding.cpp (826): Read unicode symbol 9808 '\sagittarius' 'wasysym' 0 1 '\sagittarius' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 SAGITTARIUS'
Encoding.cpp (826): Read unicode symbol 9809 '\capricornus' 'wasysym' 0 1 '\capricornus' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 CAPRICORNUS'
Encoding.cpp (826): Read unicode symbol 9810 '\aquarius' 'wasysym' 0 1 '\aquarius' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 AQUARIUS'
Encoding.cpp (826): Read unicode symbol 9811 '\pisces' 'wasysym' 0 1 '\pisces' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 PISCES'
Lexer.cpp (338): Comment read: `35 BLACK SPADE SUIT'
Encoding.cpp (826): Read unicode symbol 9824 '' '' 0 0 '\spadesuit' '' 1
Lexer.cpp (338): Comment read: `35 WHITE HEART SUIT'
Encoding.cpp (826): Read unicode symbol 9825 '' '' 0 0 '\heartsuit' '' 1
Lexer.cpp (338): Comment read: `35 WHITE DIAMOND SUIT'
Encoding.cpp (826): Read unicode symbol 9826 '' '' 0 0 '\diamondsuit' '' 1
Lexer.cpp (338): Comment read: `35 BLACK CLUB SUIT'
Lexer.cpp (338): Comment read: `350x2664 ""                         "" "" "\\varspadesuit" "txfonts|pxfonts" # WHITE SPADE SUIT'
Lexer.cpp (338): Comment read: `350x2665 ""                         "" "" "\\varheartsuit" "txfonts|pxfonts" # BLACK HEART SUIT'
Lexer.cpp (338): Comment read: `350x2666 ""                         "" "" "\\vardiamondsuit" "txfonts|pxfonts" # BLACK DIAMOND SUIT'
Lexer.cpp (338): Comment read: `350x2667 ""                         "" "" "\\varclubsuit" "txfonts|pxfonts" # WHITE CLUB SUIT'
Encoding.cpp (826): Read unicode symbol 9827 '' '' 0 0 '\clubsuit' '' 1
Encoding.cpp (826): Read unicode symbol 9833 '\quarternote' 'wasysym' 0 1 '\quarternote' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 QUARTER NOTE'
Lexer.cpp (338): Comment read: `35 EIGHTH NOTE'
Encoding.cpp (826): Read unicode symbol 9834 '\textmusicalnote' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 9835 '\twonotes' 'wasysym' 0 1 '\twonotes' 'wasysym' 1
Lexer.cpp (338): Comment read: `35 BEAMED EIGHTH NOTES'
Lexer.cpp (338): Comment read: `35 DOUBLED FEMALE SIGN'
Encoding.cpp (826): Read unicode symbol 9890 '\FemaleFemale' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DOUBLED MALE SIGN'
Encoding.cpp (826): Read unicode symbol 9891 '\MaleMale' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 INTERLOCKED FEMALE AND MALE SIGN'
Encoding.cpp (826): Read unicode symbol 9892 '\FemaleMale' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MALE AND FEMALE SIGN'
Encoding.cpp (826): Read unicode symbol 9893 '\Hermaphrodite' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MARRIAGE SYMBOL'
Encoding.cpp (826): Read unicode symbol 9901 '\textmarried' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DIVORCE SYMBOL'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 dingbats'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 9902 '\textdivorced' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 UPPER BLADE SCISSORS'
Encoding.cpp (826): Read unicode symbol 9985 '\ScissorRightBrokenBottom' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK SCISSORS'
Encoding.cpp (826): Read unicode symbol 9986 '\ScissorRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LOWER BLADE SCISSORS'
Encoding.cpp (826): Read unicode symbol 9987 '\ScissorRightBrokenTop' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE SCISSORS'
Encoding.cpp (826): Read unicode symbol 9988 '\ScissorHollowRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 ENVELOPE'
Encoding.cpp (826): Read unicode symbol 9993 '\Letter' 'marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WRITING HAND'
Encoding.cpp (826): Read unicode symbol 9997 '\HandPencilLeft' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LOWER RIGHT PENCIL'
Encoding.cpp (826): Read unicode symbol 9998 '\PencilRightDown' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 PENCIL'
Encoding.cpp (826): Read unicode symbol 9999 '\PencilRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 UPPER RIGHT PENCIL'
Encoding.cpp (826): Read unicode symbol 10000 '\PencilRightUp' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 WHITE NIB'
Encoding.cpp (826): Read unicode symbol 10001 '\NibRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BLACK NIB'
Encoding.cpp (826): Read unicode symbol 10002 '\NibSolidRight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 CHECK MARK'
Encoding.cpp (826): Read unicode symbol 10003 '\Checkmark' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 HEAVY CHECK MARK'
Encoding.cpp (826): Read unicode symbol 10004 '\CheckmarkBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MULTIPLICATION X'
Encoding.cpp (826): Read unicode symbol 10005 '\XSolid' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 HEAVY MULTIPLICATION X'
Encoding.cpp (826): Read unicode symbol 10006 '\XSolidBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 BALLOT X'
Encoding.cpp (826): Read unicode symbol 10007 '\XSolidBrush' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 OUTLINED GREEK CROSS'
Encoding.cpp (826): Read unicode symbol 10009 '\PlusOutline' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 HEAVY GREEK CROSS'
Encoding.cpp (826): Read unicode symbol 10010 '\Plus' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 OPEN CENTRE CROSS'
Encoding.cpp (826): Read unicode symbol 10011 '\PlusThinCenterOpen' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 HEAVY OPEN CENTRE CROSS'
Encoding.cpp (826): Read unicode symbol 10012 '\PlusCenterOpen' 'bbding' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 10013 '\Cross' 'bbding|marvosym' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN CROSS'
Lexer.cpp (338): Comment read: `35 SHADOWED WHITE LATIN CROSS'
Encoding.cpp (826): Read unicode symbol 10014 '\CrossOpenShadow' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 OUTLINED LATIN CROSS'
Encoding.cpp (826): Read unicode symbol 10015 '\CrossOutline' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MALTESE CROSS'
Encoding.cpp (826): Read unicode symbol 10016 '\CrossMaltese' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 STAR OF DAVID'
Encoding.cpp (826): Read unicode symbol 10017 '\DavidStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 too lazy to add the follwing unicode names'
Encoding.cpp (826): Read unicode symbol 10018 '\FourAsterisk' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10019 '\JackStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Lexer.cpp (338): Comment read: `350x2725 ""                         "" "" # '
Encoding.cpp (826): Read unicode symbol 10020 '\JackStarBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10022 '\FourStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Lexer.cpp (338): Comment read: `350x2728 ""                         "" "" # '
Lexer.cpp (338): Comment read: `350x2729 ""                         "" "" # '
Encoding.cpp (826): Read unicode symbol 10023 '\FourStarOpen' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10026 '\FiveStarOpenCircled' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10027 '\FiveStarCenterOpen' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10028 '\FiveStarOpenDotted' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10029 '\FiveStarOutline' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10030 '\FiveStarOutlineHeavy' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10031 '\FiveStarConvex' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10032 '\FiveStarShadow' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10033 '\AsteriskBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Lexer.cpp (338): Comment read: `350x2733 ""                         "" "" # '
Encoding.cpp (826): Read unicode symbol 10034 '\AsteriskCenterOpen' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10036 '\EightStarTaper' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10037 '\EightStarConvex' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10038 '\SixStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10039 '\EightStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10040 '\EightStarBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10041 '\TwelweStar' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10042 '\SixteenStarLight' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10043 '\SixFlowerPetalRemoved' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 10044 '\SixFlowerOpenCenter' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10045 '\Asterisk' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10046 '\SixFlowerAlternate' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10047 '\FiveFlowerPetal' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10048 '\FiveFlowerOpen' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Lexer.cpp (338): Comment read: `350x2742 ""                         "" "" #  '
Encoding.cpp (826): Read unicode symbol 10049 '\EightFlowerPetal' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10051 '\SixFlowerAltPetal' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10052 '\SnowflakeChevron' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10053 '\Snowflake' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10054 '\SnowflakeChevronBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10055 '\Sparkle' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10056 '\SparkleBold' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10057 '\AsteriskRoundedEnds' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10058 '\EightFlowerPetalRemoved' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 '
Encoding.cpp (826): Read unicode symbol 10059 '\EightAsterisk' 'bbding' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT ONE'
Encoding.cpp (826): Read unicode symbol 10102 '\ding{182}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT TWO'
Encoding.cpp (826): Read unicode symbol 10103 '\ding{183}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT THREE'
Encoding.cpp (826): Read unicode symbol 10104 '\ding{184}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT FOUR'
Encoding.cpp (826): Read unicode symbol 10105 '\ding{185}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT FIVE'
Encoding.cpp (826): Read unicode symbol 10106 '\ding{186}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT SIX'
Encoding.cpp (826): Read unicode symbol 10107 '\ding{187}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT SEVEN'
Encoding.cpp (826): Read unicode symbol 10108 '\ding{188}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT EIGHT'
Encoding.cpp (826): Read unicode symbol 10109 '\ding{189}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT NINE'
Encoding.cpp (826): Read unicode symbol 10110 '\ding{190}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED DIGIT TEN'
Encoding.cpp (826): Read unicode symbol 10111 '\ding{191}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF DIGIT ONE'
Encoding.cpp (826): Read unicode symbol 10112 '\ding{192}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF TWO'
Encoding.cpp (826): Read unicode symbol 10113 '\ding{193}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF THREE'
Encoding.cpp (826): Read unicode symbol 10114 '\ding{194}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF FOUR'
Encoding.cpp (826): Read unicode symbol 10115 '\ding{195}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF FIVE'
Encoding.cpp (826): Read unicode symbol 10116 '\ding{196}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF SIX'
Encoding.cpp (826): Read unicode symbol 10117 '\ding{197}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF SEVEN'
Encoding.cpp (826): Read unicode symbol 10118 '\ding{198}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF EIGHT'
Encoding.cpp (826): Read unicode symbol 10119 '\ding{199}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF NINE'
Encoding.cpp (826): Read unicode symbol 10120 '\ding{200}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT CIRCLED SANS-SERIF TEN'
Encoding.cpp (826): Read unicode symbol 10121 '\ding{201}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE'
Encoding.cpp (826): Read unicode symbol 10122 '\ding{202}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF TWO'
Encoding.cpp (826): Read unicode symbol 10123 '\ding{203}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF THREE'
Encoding.cpp (826): Read unicode symbol 10124 '\ding{204}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF FOUR'
Encoding.cpp (826): Read unicode symbol 10125 '\ding{205}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF FIVE'
Encoding.cpp (826): Read unicode symbol 10126 '\ding{206}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF SIX'
Encoding.cpp (826): Read unicode symbol 10127 '\ding{207}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF SEVEN'
Encoding.cpp (826): Read unicode symbol 10128 '\ding{208}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF EIGHT'
Encoding.cpp (826): Read unicode symbol 10129 '\ding{209}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF NINE'
Encoding.cpp (826): Read unicode symbol 10130 '\ding{210}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 DINGBAT NEGATIVE CIRCLED SANS-SERIF TEN'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 miscellaneous mathematical symbols-A'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 10131 '\ding{211}' 'pifont' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MATHEMATICAL LEFT ANGLE BRACKET'
Encoding.cpp (826): Read unicode symbol 10216 '\textlangle' 'textcomp' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MATHEMATICAL RIGHT ANGLE BRACKET'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 supplemental mathematical operators'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 10217 '\textrangle' 'textcomp' 0 1 '' '' 1
Encoding.cpp (826): Read unicode symbol 10764 '' '' 0 0 '\iiiint' 'esint' 1
Lexer.cpp (338): Comment read: `35 QUADRUPLE INTEGRAL OPERATOR'
Lexer.cpp (338): Comment read: `350x2a0d ""                         "" "" "" "" # FINITE PART INTEGRAL'
Lexer.cpp (338): Comment read: `350x2a0e ""                         "" "" "" "" # INTEGRAL WITH DOUBLE STROKE'
Encoding.cpp (826): Read unicode symbol 10767 '' '' 0 0 '\fint' 'esint' 1
Lexer.cpp (338): Comment read: `35 INTEGRAL AVERAGE WITH SLASH'
Encoding.cpp (826): Read unicode symbol 10774 '' '' 0 0 '\sqint' 'esint' 1
Lexer.cpp (338): Comment read: `35 QUATERNION INTEGRAL OPERATOR'
Lexer.cpp (338): Comment read: `350x2a17 ""                         "" "" "" "" # INTEGRAL WITH LEFTWARDS ARROW WITH HOOK'
Lexer.cpp (338): Comment read: `350x2a18 ""                         "" "" "" "" # INTEGRAL WITH TIMES SIGN'
Lexer.cpp (338): Comment read: `350x2a19 ""                         "" "" "" "" # INTEGRAL WITH INTERSECTION'
Lexer.cpp (338): Comment read: `350x2a1a ""                         "" "" "" "" # INTEGRAL WITH UNION'
Lexer.cpp (338): Comment read: `350x2a1b ""                         "" "" "" "" # INTEGRAL WITH OVERBAR'
Lexer.cpp (338): Comment read: `350x2a1c ""                         "" "" "" "" # INTEGRAL WITH UNDERBAR'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Modifier tone letters'
Lexer.cpp (338): Comment read: `35'
Encoding.cpp (826): Read unicode symbol 42779 '\textupstep' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER RAISED UP ARROW'
Encoding.cpp (826): Read unicode symbol 42780 '\textdownstep' 'tipa' 0 1 '' '' 1
Lexer.cpp (338): Comment read: `35 MODIFIER LETTER RAISED DOWN ARROW'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 ligatures'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE FF'
Encoding.cpp (826): Read unicode symbol 64256 'ff' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE FI'
Encoding.cpp (826): Read unicode symbol 64257 'fi' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE FL'
Encoding.cpp (826): Read unicode symbol 64258 'fl' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE FFI'
Encoding.cpp (826): Read unicode symbol 64259 'ffi' '' 0 0 '' '' 1
Lexer.cpp (338): Comment read: `35 LATIN SMALL LIGATURE FFL'
Encoding.cpp (826): Read unicode symbol 64260 'ffl' '' 0 0 '' '' 1
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 FIXME: Have a look at the encodings known by the inputenc package and add'
Lexer.cpp (338): Comment read: `35 missing ones. Caution: File format change!'
Lexer.cpp (338): Comment read: `35 Note that you can only add singlebyte encodings to this file.'
Lexer.cpp (338): Comment read: `35 LyX does not support the output of multibyte encodings (e.g. utf16).'
Lexer.cpp (338): Comment read: `35 It does support singlebyte encodings with variable with (e.g. utf8).'
Lexer.cpp (338): Comment read: `35 These are marked with the "variable" keyword.'
Lexer.cpp (338): Comment read: `35 Fixed width encodings are marked with the "fixed" keyword.'
Lexer.cpp (338): Comment read: `35 Syntax: Encoding <LyX name> <LaTeX name> <GUI name> <iconv name> fixed|variable <package> End'
Lexer.cpp (338): Comment read: `35 encodings used by inputenc.sty'
Encoding.cpp (886): Reading encoding utf8
Lexer.cpp (338): Comment read: `35 This one is used by many CJK packages. utf8 is supposed to be the successor,'
Lexer.cpp (338): Comment read: `35 but does not have all features of utf8x yet.'
Encoding.cpp (886): Reading encoding utf8x
Lexer.cpp (338): Comment read: `35 This encoding is used to typeset Armenian using the armTeX package'
Encoding.cpp (886): Reading encoding armscii8
Encoding.cpp (886): Reading encoding iso8859-1
Encoding.cpp (886): Reading encoding iso8859-2
Encoding.cpp (886): Reading encoding iso8859-3
Encoding.cpp (886): Reading encoding iso8859-4
Encoding.cpp (886): Reading encoding iso8859-5
Lexer.cpp (338): Comment read: `35 Not standard, see http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/'
Encoding.cpp (886): Reading encoding iso8859-6
Encoding.cpp (886): Reading encoding iso8859-7
Encoding.cpp (886): Reading encoding iso8859-8
Encoding.cpp (886): Reading encoding iso8859-9
Lexer.cpp (338): Comment read: `35 Not standard, see http://www.vtex.lt/tex/littex/index.html'
Encoding.cpp (886): Reading encoding iso8859-13
Encoding.cpp (886): Reading encoding iso8859-15
Encoding.cpp (886): Reading encoding iso8859-16
Encoding.cpp (886): Reading encoding applemac
Encoding.cpp (886): Reading encoding cp437
Lexer.cpp (338): Comment read: `35 cp437, but on position 225 is sz instead of beta'
Encoding.cpp (886): Reading encoding cp437de
Encoding.cpp (886): Reading encoding cp850
Encoding.cpp (886): Reading encoding cp852
Encoding.cpp (886): Reading encoding cp855
Encoding.cpp (886): Reading encoding cp858
Encoding.cpp (886): Reading encoding cp862
Encoding.cpp (886): Reading encoding cp865
Encoding.cpp (886): Reading encoding cp866
Encoding.cpp (886): Reading encoding cp1250
Encoding.cpp (886): Reading encoding cp1251
Lexer.cpp (338): Comment read: `35 "ansinew" is harcoded as a synonym of this (see Encodings::fromLaTeXName)'
Encoding.cpp (886): Reading encoding cp1252
Encoding.cpp (886): Reading encoding cp1255
Lexer.cpp (338): Comment read: `35 Not standard, see http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/'
Encoding.cpp (886): Reading encoding cp1256
Encoding.cpp (886): Reading encoding cp1257
Encoding.cpp (886): Reading encoding koi8
Encoding.cpp (886): Reading encoding koi8-u
Encoding.cpp (886): Reading encoding pt154
Encoding.cpp (886): Reading encoding pt254
Lexer.cpp (338): Comment read: `35 encodings used by CJK.sty'
Lexer.cpp (338): Comment read: `35 The following encodings that are supported by the CJK package are not'
Lexer.cpp (338): Comment read: `35 included here, because they are not widely used and lack proper iconv support:'
Lexer.cpp (338): Comment read: `35 Bg5+, GBt'
Lexer.cpp (338): Comment read: `35 See the NOTES file of libiconv for details.'
Lexer.cpp (338): Comment read: `35 The following encodings can't be handled directly, because the code points'
Lexer.cpp (338): Comment read: `35 of TeX control characters like {, } and \ can occur in the second byte:'
Lexer.cpp (338): Comment read: `35 For traditional chinese'
Lexer.cpp (338): Comment read: `35Encoding big5 Bg5 "Chinese (traditional) (Big5)" BIG5 variable CJK'
Lexer.cpp (338): Comment read: `35End'
Lexer.cpp (338): Comment read: `35 For japanese'
Lexer.cpp (338): Comment read: `35Encoding shift-jis SJIS "Japanese (CJK) (SJIS)" SJIS variable CJK'
Lexer.cpp (338): Comment read: `35End'
Lexer.cpp (338): Comment read: `35 The following encodings need hardcoded support of the encodable unicode'
Lexer.cpp (338): Comment read: `35 range, but are known by iconv:'
Lexer.cpp (338): Comment read: `35 For simplified chinese'
Encoding.cpp (886): Reading encoding euc-cn
Lexer.cpp (338): Comment read: `35 For simplified chinese'
Encoding.cpp (886): Reading encoding gbk
Lexer.cpp (338): Comment read: `35 For japanese'
Encoding.cpp (886): Reading encoding jis
Lexer.cpp (338): Comment read: `35 For korean'
Encoding.cpp (886): Reading encoding euc-kr
Lexer.cpp (338): Comment read: `35 The CJK package has yet another name for utf8...'
Encoding.cpp (886): Reading encoding utf8-cjk
Lexer.cpp (338): Comment read: `35 For traditional chinese'
Encoding.cpp (886): Reading encoding euc-tw
Lexer.cpp (338): Comment read: `35 For japanese'
Encoding.cpp (886): Reading encoding euc-jp
Lexer.cpp (338): Comment read: `35 encodings that do not use a package'
Lexer.cpp (338): Comment read: `35 Traditional Japanese TeX programs require the japanese package.'
Lexer.cpp (338): Comment read: `35 that is incompatible with CJK and inputenc.'
Encoding.cpp (886): Reading encoding euc-jp-plain
Encoding.cpp (886): Reading encoding jis-plain
Encoding.cpp (886): Reading encoding shift-jis-plain
Lexer.cpp (338): Comment read: `35 This one needs hardcoded support, since the inputenc package does not know'
Lexer.cpp (338): Comment read: `35 tis620-0, and thailatex sets up babel directly to use tis620-0, so the'
Lexer.cpp (338): Comment read: `35 LaTeX name is never output to .tex files (but needed for the hardcoded'
Lexer.cpp (338): Comment read: `35 tis620-0 support).'
Encoding.cpp (886): Reading encoding tis620-0
Lexer.cpp (338): Comment read: `35 A plain utf8 encoding that does not use the inputenc package.'
Lexer.cpp (338): Comment read: `35 Such an encoding is required for XeTeX.'
Encoding.cpp (886): Reading encoding utf8-plain
Lexer.cpp (338): Comment read: `35 Pure 7bit ASCII encoding (partially hardcoded in LyX)'
Encoding.cpp (886): Reading encoding ascii
LyX.cpp (957): About to read languages...
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35#########################################################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Languages supported by LyX.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Syntax:'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Language <lyxname>'
Lexer.cpp (338): Comment read: `35      GuiName            "<Gui Name>"'
Lexer.cpp (338): Comment read: `35      BabelName          <babelname>'
Lexer.cpp (338): Comment read: `35      PolyglossiaName    <polyglossianame>'
Lexer.cpp (338): Comment read: `35      PolyglossiaOpts    "<language-specific options>"'
Lexer.cpp (338): Comment read: `35      Encoding           <encoding>'
Lexer.cpp (338): Comment read: `35      InternalEncoding   <true|false>'
Lexer.cpp (338): Comment read: `35      RTL                <true|false>'
Lexer.cpp (338): Comment read: `35      AsBabelOptions     <true|false>'
Lexer.cpp (338): Comment read: `35      LangCode           <language_code>'
Lexer.cpp (338): Comment read: `35      LangVariety        <language_variety>'
Lexer.cpp (338): Comment read: `35      PreBabelPreamble'
Lexer.cpp (338): Comment read: `35        <extra latex code inserted before babel>'
Lexer.cpp (338): Comment read: `35      EndPreBabelPreamble'
Lexer.cpp (338): Comment read: `35      PostBabelPreamble'
Lexer.cpp (338): Comment read: `35        <extra latex code inserted after babel>'
Lexer.cpp (338): Comment read: `35      EndPostBabelPreamble'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 NOTE:'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 * Omitted elements will be treated as empty (if string) or "false"'
Lexer.cpp (338): Comment read: `35   (if boolean).'
Lexer.cpp (338): Comment read: `35 * Encoding is not relevant for XeTeX (which is utf8 always), and if'
Lexer.cpp (338): Comment read: `35   Document > Settings > Language > Encoding is not set to "Language'
Lexer.cpp (338): Comment read: `35   Default"'
Lexer.cpp (338): Comment read: `35 * InternalEncoding is used to tell LyX that babel internally sets a font'
Lexer.cpp (338): Comment read: `35   encoding (such as hebrew to LHE). See bug #5091.'
Lexer.cpp (338): Comment read: `35 * AsBabelOptions advices LyX to pass the languages locally to babel, not'
Lexer.cpp (338): Comment read: `35   globally to the class. Some languages (basically those not directly'
Lexer.cpp (338): Comment read: `35   supported by babel) need this.'
Lexer.cpp (338): Comment read: `35   FIXME: in this case, we might still need to pass the other languages'
Lexer.cpp (338): Comment read: `35          globally, for the use of other packages (such as varioref).'
Lexer.cpp (338): Comment read: `35 * LangCode is also used for spellchecking and thesaurus, where the'
Lexer.cpp (338): Comment read: `35   dictionaries are named accordingly. Thus, check this when intoducing/'
Lexer.cpp (338): Comment read: `35   changing language codes (especially aspell, thesaurus).'
Lexer.cpp (338): Comment read: `35   TODO: maybe use Best Current Practice (BCP 47) codes for LangCode'
Lexer.cpp (338): Comment read: `35         http://www.rfc-editor.org/rfc/bcp/bcp47.txt'
Lexer.cpp (338): Comment read: `35         http://www.w3.org/International/articles/language-tags/'
Lexer.cpp (338): Comment read: `35         http://www.iana.org/assignments/language-subtag-registry'
Lexer.cpp (338): Comment read: `35 * LangVariety is used by the aspell spellchecker to differentiate'
Lexer.cpp (338): Comment read: `35   dictionaries for different varieties of a given language (e.g. German'
Lexer.cpp (338): Comment read: `35   pre-1998 and post-1998 spelling). The aspell dictionaries are named'
Lexer.cpp (338): Comment read: `35   language[_REGION][-variety].multi, e.g. de-alt.multi for "German (old'
Lexer.cpp (338): Comment read: `35   spelling)" (see http://aspell.net/man-html/Dictionary-Naming.html)'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35#########################################################################'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 LyX-internal languages'
Lexer.cpp (338): Comment read: `35'
Language.cpp (178): Reading language ignore
Language.cpp (178): Reading language latex
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Real languages'
Lexer.cpp (338): Comment read: `35'
Language.cpp (178): Reading language afrikaans
Language.cpp (178): Reading language albanian
Language.cpp (178): Reading language american
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language ancientgreek'
Lexer.cpp (338): Comment read: `35      GuiName          "Greek (ancient)"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  greek'
Lexer.cpp (338): Comment read: `35      PolyglossiaOpts  variant=ancient'
Lexer.cpp (338): Comment read: `35      LangCode         grc'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 FIXME: dummy babel language for arabic_arabtex to be able'
Lexer.cpp (338): Comment read: `35 to switch the language the way of the ArabTeX-package'
Language.cpp (178): Reading language arabic_arabtex
Lexer.cpp (338): Comment read: `35 polyglossia uses "Arabic" for the lang environment'
Language.cpp (178): Reading language arabic_arabi
Language.cpp (178): Reading language armenian
Language.cpp (178): Reading language austrian
Language.cpp (178): Reading language naustrian
Language.cpp (178): Reading language bahasa
Language.cpp (178): Reading language bahasam
Language.cpp (178): Reading language basque
Lexer.cpp (737): LongString: `  \addto\extrasbasque{\bbl at deactivate{~}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Language.cpp (178): Reading language belarusian
Language.cpp (178): Reading language brazilian
Language.cpp (178): Reading language breton
Language.cpp (178): Reading language british
Language.cpp (178): Reading language bulgarian
Lexer.cpp (338): Comment read: `35 not yet supported by polyglossia'
Language.cpp (178): Reading language canadian
Lexer.cpp (338): Comment read: `35      PolyglossiaName  english'
Lexer.cpp (338): Comment read: `35      PolyglossiaOpts  "variant=canadian"'
Lexer.cpp (338): Comment read: `35 not yet supported by polyglossia'
Language.cpp (178): Reading language canadien
Lexer.cpp (338): Comment read: `35      PolyglossiaName  french'
Lexer.cpp (338): Comment read: `35      PolyglossiaOpts  "variant=canadien"'
Language.cpp (178): Reading language catalan
Lexer.cpp (338): Comment read: `35 uses CJK package'
Language.cpp (178): Reading language chinese-simplified
Lexer.cpp (338): Comment read: `35 uses CJK package'
Language.cpp (178): Reading language chinese-traditional
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language coptic'
Lexer.cpp (338): Comment read: `35      GuiName          "Coptic"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  coptic'
Lexer.cpp (338): Comment read: `35      LangCode         cop'
Lexer.cpp (338): Comment read: `35 End'
Language.cpp (178): Reading language croatian
Language.cpp (178): Reading language czech
Language.cpp (178): Reading language danish
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language divehi'
Lexer.cpp (338): Comment read: `35      GuiName          "Divehi (Maldivian)"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  divehi'
Lexer.cpp (338): Comment read: `35      LangCode         dv'
Lexer.cpp (338): Comment read: `35 End'
Language.cpp (178): Reading language dutch
Language.cpp (178): Reading language english
Lexer.cpp (338): Comment read: `35 Esperanto has no country code because it is an auxiliary language.'
Lexer.cpp (338): Comment read: `35 We therefore the name of its hunspell dictionary.'
Language.cpp (178): Reading language esperanto
Language.cpp (178): Reading language estonian
Lexer.cpp (737): LongString: `  \addto\extrasestonian{\bbl at deactivate{~}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Lexer.cpp (338): Comment read: `35 the preamble definitions are only used due to bugs in the'
Lexer.cpp (338): Comment read: `35 arabi-package -- remove them if they become unnecessary!'
Language.cpp (178): Reading language farsi
Lexer.cpp (737): LongString: `  \DeclareTextSymbol{\guillemotright}{LFE}{62}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  \DeclareTextSymbol{\guillemotleft}{LFE}{60}'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Language.cpp (178): Reading language finnish
Lexer.cpp (338): Comment read: `35 We redefine \og and \fg (guillemets) for older french language definitions'
Language.cpp (178): Reading language french
Lexer.cpp (737): LongString: `  \addto\extrasfrench{%'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `     \providecommand{\og}{\leavevmode\flqq~}%'
Lexer.cpp (737): LongString: `     \providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Language.cpp (178): Reading language galician
Lexer.cpp (737): LongString: `  \addto\shorthandsgalician{\galiciandeactivate{~}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Lexer.cpp (338): Comment read: `35 german does not use a country code (due to the variety)'
Language.cpp (178): Reading language german
Language.cpp (178): Reading language ngerman
Lexer.cpp (338): Comment read: `35 Swiss German is not supported by babel and polyglossia yet'
Lexer.cpp (338): Comment read: `35 We use ngerman for now (spellchecking is supported though!)'
Language.cpp (178): Reading language german-ch
Language.cpp (178): Reading language greek
Language.cpp (178): Reading language polutonikogreek
Language.cpp (178): Reading language hebrew
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language hindi'
Lexer.cpp (338): Comment read: `35      GuiName          "Hindi"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  hindi'
Lexer.cpp (338): Comment read: `35      LangCode         hi_IN'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 "hungarian" is a synonym for the "magyar" babel language option'
Lexer.cpp (338): Comment read: `35 "hungarian" might be used for special purposes,'
Lexer.cpp (338): Comment read: `35 see http://www.math.bme.hu/latex/magyar_pre_tug2004.pdf'
Lexer.cpp (338): Comment read: `35Language hungarian'
Lexer.cpp (338): Comment read: `35      GuiName         "Hungarian"'
Lexer.cpp (338): Comment read: `35      BabelName       hungarian'
Lexer.cpp (338): Comment read: `35      Encoding        iso8859-2'
Lexer.cpp (338): Comment read: `35      LangCode        hu_HU'
Lexer.cpp (338): Comment read: `35End'
Language.cpp (178): Reading language icelandic
Lexer.cpp (338): Comment read: `35 Interlingua has no official country code because it is an auxiliary'
Lexer.cpp (338): Comment read: `35 language. We therefore the name of its hunspell dictionary.'
Language.cpp (178): Reading language interlingua
Language.cpp (178): Reading language irish
Language.cpp (178): Reading language italian
Lexer.cpp (338): Comment read: `35 japanese must be loaded locally with babel options,'
Lexer.cpp (338): Comment read: `35 not globally via class options'
Lexer.cpp (338): Comment read: `35 http://www.lyx.org/trac/ticket/4597#c4'
Language.cpp (178): Reading language japanese
Lexer.cpp (338): Comment read: `35 uses CJK package'
Language.cpp (178): Reading language japanese-cjk
Language.cpp (178): Reading language kazakh
Language.cpp (178): Reading language korean
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language kurmanji'
Lexer.cpp (338): Comment read: `35      GuiName          "Kurmanji"'
Lexer.cpp (338): Comment read: `35      BabelName        kurmanji'
Lexer.cpp (338): Comment read: `35      LangCode         kmr'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language lao'
Lexer.cpp (338): Comment read: `35      GuiName          "Lao"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  lao'
Lexer.cpp (338): Comment read: `35      LangCode         lo'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 There is no country code for Latin because it is a dead language.'
Lexer.cpp (338): Comment read: `35 We therefore the name of its hunspell dictionary.'
Language.cpp (178): Reading language latin
Lexer.cpp (338): Comment read: `35 latvian must be loaded locally with babel options,'
Lexer.cpp (338): Comment read: `35 not globally via class options'
Language.cpp (178): Reading language latvian
Lexer.cpp (338): Comment read: `35 lithuanian must be loaded locally with babel options,'
Lexer.cpp (338): Comment read: `35 not globally via class options'
Language.cpp (178): Reading language lithuanian
Language.cpp (178): Reading language lowersorbian
Language.cpp (178): Reading language magyar
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language marathi'
Lexer.cpp (338): Comment read: `35      GuiName          "Marathi"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  marathi'
Lexer.cpp (338): Comment read: `35      LangCode         mr'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 mongolian must be loaded locally with babel options,'
Lexer.cpp (338): Comment read: `35 not globally via class options'
Language.cpp (178): Reading language mongolian
Language.cpp (178): Reading language norsk
Language.cpp (178): Reading language nynorsk
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language occitan'
Lexer.cpp (338): Comment read: `35      GuiName          "Occitan"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  occitan'
Lexer.cpp (338): Comment read: `35      LangCode         oc'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Russian orthography from the Petrine orthographic reforms of'
Lexer.cpp (338): Comment read: `35 1708 to the 1917 orthographic reform'
Lexer.cpp (338): Comment read: `35 Language oldrussian'
Lexer.cpp (338): Comment read: `35      GuiName          "Russian (Petrine orthography)"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  russian'
Lexer.cpp (338): Comment read: `35      PolyglossiaOpts  spelling=old'
Lexer.cpp (338): Comment read: `35      LangCode         ru_petr1708'
Lexer.cpp (338): Comment read: `35 End'
Language.cpp (178): Reading language polish
Language.cpp (178): Reading language portuguese
Language.cpp (178): Reading language romanian
Language.cpp (178): Reading language russian
Language.cpp (178): Reading language samin
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language sanskrit'
Lexer.cpp (338): Comment read: `35      GuiName          "Sanskrit"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  sanskrit'
Lexer.cpp (338): Comment read: `35      LangCode         sa'
Lexer.cpp (338): Comment read: `35 End'
Language.cpp (178): Reading language scottish
Language.cpp (178): Reading language serbian
Language.cpp (178): Reading language serbian-latin
Language.cpp (178): Reading language slovak
Language.cpp (178): Reading language slovene
Language.cpp (178): Reading language spanish
Lexer.cpp (737): LongString: `  \addto\shorthandsspanish{\spanishdeactivate{~<>}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Lexer.cpp (338): Comment read: `35 there are no spanish shorthands in polyglossia'
Language.cpp (178): Reading language spanish-mexico
Lexer.cpp (737): LongString: `  \addto\shorthandsspanish{\spanishdeactivate{~<>.}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Language.cpp (178): Reading language swedish
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language syriac'
Lexer.cpp (338): Comment read: `35      GuiName          "Syriac"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  syriac'
Lexer.cpp (338): Comment read: `35      LangCode         syr'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language tamil'
Lexer.cpp (338): Comment read: `35      GuiName          "Tamil"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  tamil'
Lexer.cpp (338): Comment read: `35      LangCode         Taml'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language telugu'
Lexer.cpp (338): Comment read: `35      GuiName          "Telugu"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  telugu'
Lexer.cpp (338): Comment read: `35      LangCode         te'
Lexer.cpp (338): Comment read: `35 End'
Language.cpp (178): Reading language thai
Lexer.cpp (737): LongString: `  \usepackage{thswitch}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Language.cpp (178): Reading language turkish
Lexer.cpp (737): LongString: `  \usepackage{xkeyval}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPostBabelPreamble'
Lexer.cpp (338): Comment read: `35 turkmen must be loaded locally with babel options,'
Lexer.cpp (338): Comment read: `35 not globally via class options'
Language.cpp (178): Reading language turkmen
Language.cpp (178): Reading language ukrainian
Language.cpp (178): Reading language uppersorbian
Lexer.cpp (338): Comment read: `35 Currently not supported (file format change!)'
Lexer.cpp (338): Comment read: `35 Language urdu'
Lexer.cpp (338): Comment read: `35      GuiName          "Urdu"'
Lexer.cpp (338): Comment read: `35      PolyglossiaName  urdu'
Lexer.cpp (338): Comment read: `35      LangCode         ur'
Lexer.cpp (338): Comment read: `35 End'
Lexer.cpp (338): Comment read: `35 vietnam must be loaded locally with babel options,'
Lexer.cpp (338): Comment read: `35 not globally via class options, see'
Lexer.cpp (338): Comment read: `35 http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129417.html'
Language.cpp (178): Reading language vietnamese
Language.cpp (178): Reading language welsh
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 This file has been automatically generated by po/lyx_pot.py.'
Lexer.cpp (338): Comment read: `35 PLEASE MODIFY ONLY THE LAGUAGES HAVING NO .po FILE! If you want to regenerate'
Lexer.cpp (338): Comment read: `35 this file from the translations, run `make ../lib/layouttranslations' in po.'
Lexer.cpp (338): Comment read: `35 Python polib library is needed for building the output file.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 This file should remain fixed during minor LyX releases.'
Lexer.cpp (338): Comment read: `35 For more comments see README.localization file.'
LyX.cpp (793): Reading layouts...
LayoutFile.cpp (103): Reading textclasses from `/home/goodrich/.lyx/textclass.lst'.
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
LayoutFile.cpp (118): Starting parsing of textclass.lst
LayoutFile.cpp (120):   line by line
Lexer.cpp (338): Comment read: `35# This file declares layouts and their associated definition files.'
Lexer.cpp (338): Comment read: `35# It has been automatically generated by configure'
Lexer.cpp (338): Comment read: `35# Use "Tools/Reconfigure" if you need to update it after a'
Lexer.cpp (338): Comment read: `35# configuration change. Run ./configure manually to update the'
Lexer.cpp (338): Comment read: `35# system wide version of this file.'
LayoutFile.cpp (127): Fname: AEA
LayoutFile.cpp (131): Clname: AEA
LayoutFile.cpp (135): Desc: American Economic Association (AEA)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: AEA.cls
TextClass.cpp (280): Reading textclass: [layouts/AEA.layout]
TextClass.cpp (161): Reading style Plain Layout
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[AEA,amsmath.sty,harvard.sty,multicol.sty,setspace.sty]{article (American Economic Association)}'
Lexer.cpp (338): Comment read: `35 Author : Koji Yokota <yokota at res.otaru-uc.ac.jp>'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-ams.module]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35\DeclareLyXModule{Theorems (AMS)}'
Lexer.cpp (338): Comment read: `35DescriptionBegin'
Lexer.cpp (338): Comment read: `35Defines theorem environments and the proof environment using the extended '
Lexer.cpp (338): Comment read: `35AMS machinery. Both numbered and unnumbered types are provided. By default, '
Lexer.cpp (338): Comment read: `35the theorems are numbered consecutively throughout the document. This can be'
Lexer.cpp (338): Comment read: `35changed by loading one of the 'Theorems (Numbered by ...)' modules.'
Lexer.cpp (338): Comment read: `35DescriptionEnd'
Lexer.cpp (338): Comment read: `35Excludes: theorems-std | theorems-starred'
Lexer.cpp (338): Comment read: `35Category: theorems'
Lexer.cpp (338): Comment read: `35 Original Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
Counters.cpp (204): Reading new counter theorem
TextClass.cpp (280): Reading input file: [layouts/theorems-order.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Sets the order of the main theorem environments'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck'
Lexer.cpp (338): Comment read: `35Get the order right'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Theorem*
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Corollary*
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Lemma*
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (161): Reading style Proposition*
TextClass.cpp (161): Reading style Conjecture
TextClass.cpp (161): Reading style Conjecture*
TextClass.cpp (161): Reading style Definition
TextClass.cpp (161): Reading style Definition*
TextClass.cpp (161): Reading style Example
TextClass.cpp (161): Reading style Example*
TextClass.cpp (161): Reading style Problem
TextClass.cpp (161): Reading style Problem*
TextClass.cpp (161): Reading style Exercise
TextClass.cpp (161): Reading style Exercise*
TextClass.cpp (161): Reading style Remark
TextClass.cpp (161): Reading style Remark*
TextClass.cpp (161): Reading style Claim
TextClass.cpp (161): Reading style Claim*
TextClass.cpp (161): Reading style Case
TextClass.cpp (161): Reading style Proof
TextClass.cpp (293): Finished reading input file: [layouts/theorems-order.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-ams.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Original Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 The environments defined are :'
Lexer.cpp (338): Comment read: `35 - Theorem'
Lexer.cpp (338): Comment read: `35 - Corollary'
Lexer.cpp (338): Comment read: `35 - Lemma'
Lexer.cpp (338): Comment read: `35 - Proposition'
Lexer.cpp (338): Comment read: `35 - Conjecture'
Lexer.cpp (338): Comment read: `35 - Definition'
Lexer.cpp (338): Comment read: `35 - Example'
Lexer.cpp (338): Comment read: `35 - Problem'
Lexer.cpp (338): Comment read: `35 - Exercise'
Lexer.cpp (338): Comment read: `35 - Remark'
Lexer.cpp (338): Comment read: `35 - Claim'
Lexer.cpp (338): Comment read: `35 - Proof'
Lexer.cpp (338): Comment read: `35 - Case (by inclusion)'
TextClass.cpp (161): Reading style Theorem
Lexer.cpp (737): LongString: `          \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `          \newtheorem{thm}{\protect\theoremname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\theoremname}{_(Theorem)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Corollary
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{cor}[thm]{\protect\corollaryname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\corollaryname}{_(Corollary)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Lemma
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{lem}[thm]{\protect\lemmaname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\lemmaname}{_(Lemma)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Proposition
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{prop}[thm]{\protect\propositionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\propositionname}{_(Proposition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Conjecture
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{conjecture}[thm]{\protect\conjecturename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\conjecturename}{_(Conjecture)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Fact
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{fact}[thm]{\protect\factname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\factname}{_(Fact)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Definition
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{defn}[thm]{\protect\definitionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\definitionname}{_(Definition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Example
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{example}[thm]{\protect\examplename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\examplename}{_(Example)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Problem
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{problem}[thm]{\protect\problemname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\problemname}{_(Problem)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Exercise
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{xca}[thm]{\protect\exercisename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\exercisename}{_(Exercise)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Remark
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{rem}[thm]{\protect\remarkname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\remarkname}{_(Remark)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Claim
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{claim}[thm]{\protect\claimname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\claimname}{_(Claim)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (280): Reading input file: [layouts/theorems-case.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Original Author : Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modified by Richard Heck to use enumitem'
Lexer.cpp (338): Comment read: `35 Definition of case environment as an enumeration'
Lexer.cpp (338): Comment read: `35 Define Case as an enumeration environment'
Lexer.cpp (338): Comment read: `35 with its own counters'
Counters.cpp (204): Reading new counter casei
Counters.cpp (204): Reading new counter caseii
Counters.cpp (204): Reading new counter caseiii
Counters.cpp (204): Reading new counter caseiv
TextClass.cpp (161): Reading style Case
Lexer.cpp (338): Comment read: `35 It'd be easier to use \setlist[caseenv] here, but that causes problems'
Lexer.cpp (338): Comment read: `35 if you nest an ordinary list inside a case environment. See discussion'
Lexer.cpp (338): Comment read: `35 at bug #7611.'
Lexer.cpp (737): LongString: `    \newlist{casenv}{enumerate}{4}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \setlist[casenv]{leftmargin=*,align=left,widest={iiii}}'
Lexer.cpp (737): LongString: `    \setlist[casenv,1]{label={{\itshape\ \casename} \arabic*.},ref=\arabic*}'
Lexer.cpp (737): LongString: `    \setlist[casenv,2]{label={{\itshape\ \casename} \roman*.},ref=\roman*}'
Lexer.cpp (737): LongString: `    \setlist[casenv,3]{label={{\itshape\ \casename\ \alph*.}},ref=\alph*}'
Lexer.cpp (737): LongString: `    \setlist[casenv,4]{label={{\itshape\ \casename} \arabic*.},ref=\arabic*}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\casename}{_(Case)}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\casename}{_(Case)}}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/theorems-case.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-refprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Reference prefixes for theorem environments'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (293): Finished reading input file: [layouts/theorems-refprefix.inc]
TextClass.cpp (293): Finished reading input file: [layouts/theorems-ams.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-starred.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Original Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 The starred environnements defined are :'
Lexer.cpp (338): Comment read: `35 - Theorem'
Lexer.cpp (338): Comment read: `35 - Corollary'
Lexer.cpp (338): Comment read: `35 - Lemma'
Lexer.cpp (338): Comment read: `35 - Proposition'
Lexer.cpp (338): Comment read: `35 - Conjecture'
Lexer.cpp (338): Comment read: `35 - Definition'
Lexer.cpp (338): Comment read: `35 - Example'
Lexer.cpp (338): Comment read: `35 - Problem'
Lexer.cpp (338): Comment read: `35 - Exercise'
Lexer.cpp (338): Comment read: `35 - Remark'
Lexer.cpp (338): Comment read: `35 - Claim'
Lexer.cpp (338): Comment read: `35 - Proof'
TextClass.cpp (161): Reading style Theorem*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{thm*}{\protect\theoremname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\theoremname}{_(Theorem)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Corollary*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{cor*}{\protect\corollaryname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\corollaryname}{_(Corollary)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Lemma*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{lem*}{\protect\lemmaname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\lemmaname}{_(Lemma)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Proposition*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{prop*}{\protect\propositionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\propositionname}{_(Proposition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Conjecture*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{conjecture*}{\protect\conjecturename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\conjecturename}{_(Conjecture)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Fact*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{fact*}{\protect\factname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\factname}{_(Fact)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Definition*
Lexer.cpp (338): Comment read: `35LabelType             Static'
Lexer.cpp (737): LongString: `   \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `   \newtheorem*{defn*}{\protect\definitionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\definitionname}{_(Definition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Example*
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{example*}{\protect\examplename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\examplename}{_(Example)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Problem*
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{problem*}{\protect\problemname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\problemname}{_(Problem)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Exercise*
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{xca*}{\protect\exercisename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\exercisename}{_(Exercise)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Remark*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{rem*}{\protect\remarkname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\remarkname}{_(Remark)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Claim*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{claim*}{\protect\claimname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\claimname}{_(Claim)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/theorems-starred.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-proof.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 This version has Theorems and other results numbered in one sequence, and all'
Lexer.cpp (338): Comment read: `35 numbered environments (figures as well) containing the section number.'
Lexer.cpp (338): Comment read: `35 (Themorem (1.1), Corollary (1.2) Theorem (1.3), etc.'
Lexer.cpp (338): Comment read: `35 These are only the theorems styles environnements'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
TextClass.cpp (161): Reading style Proof
TextClass.cpp (293): Finished reading input file: [layouts/theorems-proof.inc]
TextClass.cpp (293): Finished reading input file: [layouts/theorems-ams.module]
TextClass.cpp (280): Reading input file: [layouts/theorems-bytype.module]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35\DeclareLyXModule{Theorems (Numbered by Type)}'
Lexer.cpp (338): Comment read: `35DescriptionBegin'
Lexer.cpp (338): Comment read: `35Defines some theorem environments for use with non-AMS classes. Contrary to the'
Lexer.cpp (338): Comment read: `35plain Theorem module, the different theorem types provided here each have a separate'
Lexer.cpp (338): Comment read: `35counter (e.g., theorem 1, theorem 2, lemma 1, proposition 1, theorem 3, lemma 2, ...,'
Lexer.cpp (338): Comment read: `35as opposed to theorem 1, theorem 2, lemma 3, proposition 4, ...).'
Lexer.cpp (338): Comment read: `35The numbering's scope is the whole document. For chapter- and section-wide numbering,'
Lexer.cpp (338): Comment read: `35use one of the 'within Sections'/'within Chapters' modules, respectively.'
Lexer.cpp (338): Comment read: `35DescriptionEnd'
Lexer.cpp (338): Comment read: `35Excludes: theorems-std | theorems-ams | theorems-starred | theorems-ams-bytype'
Lexer.cpp (338): Comment read: `35 Author: Paul Rubin <rubin at msu.edu> (hacked from Richard Heck's theorems-std.module)'
Lexer.cpp (338): Comment read: `35 We need separate counters for each theorem-like style.'
Counters.cpp (200): Reading existing counter theorem
Counters.cpp (204): Reading new counter corollary
Counters.cpp (204): Reading new counter lemma
Counters.cpp (204): Reading new counter proposition
Counters.cpp (204): Reading new counter conjecture
Counters.cpp (204): Reading new counter fact
Counters.cpp (204): Reading new counter definition
Counters.cpp (204): Reading new counter example
Counters.cpp (204): Reading new counter problem
Counters.cpp (204): Reading new counter exercise
Counters.cpp (204): Reading new counter remark
Counters.cpp (204): Reading new counter claim
TextClass.cpp (280): Reading input file: [layouts/theorems-bytype.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Original Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 Hacked June '09 by Paul Rubin <rubin at msu.edu> to use separate counters'
Lexer.cpp (338): Comment read: `35 The environments defined are :'
Lexer.cpp (338): Comment read: `35 - Theorem'
Lexer.cpp (338): Comment read: `35 - Corollary'
Lexer.cpp (338): Comment read: `35 - Lemma'
Lexer.cpp (338): Comment read: `35 - Proposition'
Lexer.cpp (338): Comment read: `35 - Conjecture'
Lexer.cpp (338): Comment read: `35 - Fact'
Lexer.cpp (338): Comment read: `35 - Definition'
Lexer.cpp (338): Comment read: `35 - Example'
Lexer.cpp (338): Comment read: `35 - Problem'
Lexer.cpp (338): Comment read: `35 - Exercise'
Lexer.cpp (338): Comment read: `35 - Remark'
Lexer.cpp (338): Comment read: `35 - Claim'
Lexer.cpp (338): Comment read: `35 - Proof'
Lexer.cpp (338): Comment read: `35 - Case (by inclusion)'
TextClass.cpp (161): Reading style Theorem
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{thm}{\protect\theoremname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\theoremname}{_(Theorem)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Corollary
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{cor}{\protect\corollaryname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\corollaryname}{_(Corollary)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Lemma
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{lem}{\protect\lemmaname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\lemmaname}{_(Lemma)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Proposition
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{prop}{\protect\propositionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\propositionname}{_(Proposition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Conjecture
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{conjecture}{\protect\conjecturename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\conjecturename}{_(Conjecture)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Fact
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{fact}{\protect\factname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\factname}{_(Fact)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Definition
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{defn}{\protect\definitionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\definitionname}{_(Definition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Example
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{example}{\protect\examplename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\examplename}{_(Example)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Problem
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{problem}{\protect\problemname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\problemname}{_(Problem)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Exercise
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{xca}{\protect\exercisename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\exercisename}{_(Exercise)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Remark
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{rem}{\protect\remarkname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\remarkname}{_(Remark)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Claim
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{claim}{\protect\claimname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          \providecommand{\claimname}{_(Claim)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `          \addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (280): Reading input file: [layouts/theorems-case.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Original Author : Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modified by Richard Heck to use enumitem'
Lexer.cpp (338): Comment read: `35 Definition of case environment as an enumeration'
Lexer.cpp (338): Comment read: `35 Define Case as an enumeration environment'
Lexer.cpp (338): Comment read: `35 with its own counters'
Counters.cpp (200): Reading existing counter casei
Counters.cpp (200): Reading existing counter caseii
Counters.cpp (200): Reading existing counter caseiii
Counters.cpp (200): Reading existing counter caseiv
TextClass.cpp (161): Reading style Case
Lexer.cpp (338): Comment read: `35 It'd be easier to use \setlist[caseenv] here, but that causes problems'
Lexer.cpp (338): Comment read: `35 if you nest an ordinary list inside a case environment. See discussion'
Lexer.cpp (338): Comment read: `35 at bug #7611.'
Lexer.cpp (737): LongString: `    \newlist{casenv}{enumerate}{4}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \setlist[casenv]{leftmargin=*,align=left,widest={iiii}}'
Lexer.cpp (737): LongString: `    \setlist[casenv,1]{label={{\itshape\ \casename} \arabic*.},ref=\arabic*}'
Lexer.cpp (737): LongString: `    \setlist[casenv,2]{label={{\itshape\ \casename} \roman*.},ref=\roman*}'
Lexer.cpp (737): LongString: `    \setlist[casenv,3]{label={{\itshape\ \casename\ \alph*.}},ref=\alph*}'
Lexer.cpp (737): LongString: `    \setlist[casenv,4]{label={{\itshape\ \casename} \arabic*.},ref=\arabic*}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\casename}{_(Case)}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\casename}{_(Case)}}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/theorems-case.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-refprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Reference prefixes for theorem environments'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (293): Finished reading input file: [layouts/theorems-refprefix.inc]
TextClass.cpp (293): Finished reading input file: [layouts/theorems-bytype.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-proof.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 This version has Theorems and other results numbered in one sequence, and all'
Lexer.cpp (338): Comment read: `35 numbered environments (figures as well) containing the section number.'
Lexer.cpp (338): Comment read: `35 (Themorem (1.1), Corollary (1.2) Theorem (1.3), etc.'
Lexer.cpp (338): Comment read: `35 These are only the theorems styles environnements'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
TextClass.cpp (161): Reading style Proof
TextClass.cpp (293): Finished reading input file: [layouts/theorems-proof.inc]
Lexer.cpp (338): Comment read: `35This is just a hacked version of the AMS proof environment'
TextClass.cpp (161): Reading style Proof
Lexer.cpp (737): LongString: `    \ifx\proof\undefined\'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      \newenvironment{proof}[1][\proofname]{\par'
Lexer.cpp (737): LongString: `        \normalfont\topsep6\p@\@plus6\p@\relax'
Lexer.cpp (737): LongString: `        \trivlist'
Lexer.cpp (737): LongString: `        \itemindent\parindent'
Lexer.cpp (737): LongString: `        \item[\hskip\labelsep'
Lexer.cpp (737): LongString: `              \scshape'
Lexer.cpp (737): LongString: `          #1]\ignorespaces'
Lexer.cpp (737): LongString: `      }{%'
Lexer.cpp (737): LongString: `        \endtrivlist\@endpefalse'
Lexer.cpp (737): LongString: `      }'
Lexer.cpp (737): LongString: `      \providecommand{\proofname}{Proof}'
Lexer.cpp (737): LongString: `    \fi'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 No LangPreamble or BabelPreamble, since babel knows \proofname already.'
TextClass.cpp (293): Finished reading input file: [layouts/theorems-bytype.module]
TextClass.cpp (280): Reading input file: [layouts/theorems-ams-extended-bytype.module]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35\DeclareLyXModule{Theorems (AMS-Extended, Numbered by Type)}'
Lexer.cpp (338): Comment read: `35DescriptionBegin'
Lexer.cpp (338): Comment read: `35Defines some additional theorem environments for use with the'
Lexer.cpp (338): Comment read: `35AMS theorems packages. Includes Criterion, Algorithm, Axiom,'
Lexer.cpp (338): Comment read: `35Condition, Note, Notation, Summary, Acknowledgement, Conclusion,'
Lexer.cpp (338): Comment read: `35Assumption, and Case, in both numbered and non-numbered forms.'
Lexer.cpp (338): Comment read: `35Contrary to the plain AMS-Extended module, the different theorem '
Lexer.cpp (338): Comment read: `35types provided here each have a separate counter (e.g., criterion 1,'
Lexer.cpp (338): Comment read: `35criterion 2, axiom 1, assumption 1, criterion 3, ...,'
Lexer.cpp (338): Comment read: `35as opposed to criterion 1, criterion 2, axiom 3, assumption 4, ...).'
Lexer.cpp (338): Comment read: `35DescriptionEnd'
Lexer.cpp (338): Comment read: `35Requires: theorems-ams-bytype'
Lexer.cpp (338): Comment read: `35 Original Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan 08 by Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 Hacked June '09 by Paul Rubin <rubin at msu.edu> to use separate counters'
Lexer.cpp (338): Comment read: `35 The environnements defined (regular and starred) are :'
Lexer.cpp (338): Comment read: `35 - Criterion'
Lexer.cpp (338): Comment read: `35 - Algorithm'
Lexer.cpp (338): Comment read: `35 - Axiom'
Lexer.cpp (338): Comment read: `35 - Condition'
Lexer.cpp (338): Comment read: `35 - Note'
Lexer.cpp (338): Comment read: `35 - Notation'
Lexer.cpp (338): Comment read: `35 - Summary'
Lexer.cpp (338): Comment read: `35 - Acknowledgement'
Lexer.cpp (338): Comment read: `35 - Conclusion'
Lexer.cpp (338): Comment read: `35 - Assumption'
Lexer.cpp (338): Comment read: `35 We need separate counters for each theorem-like style.'
Counters.cpp (204): Reading new counter criterion
Counters.cpp (200): Reading existing counter algorithm
Counters.cpp (204): Reading new counter axiom
Counters.cpp (204): Reading new counter condition
Counters.cpp (204): Reading new counter note
Counters.cpp (204): Reading new counter notation
Counters.cpp (204): Reading new counter summary
Counters.cpp (204): Reading new counter acknowledgement
Counters.cpp (204): Reading new counter conclusion
Counters.cpp (204): Reading new counter assumption
TextClass.cpp (161): Reading style Criterion
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{criterion}{\protect\criterionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\criterionname}{_(Criterion)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\criterionname}{_(Criterion)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Criterion*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{criterion*}{\protect\criterionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\criterionname}{_(Criterion)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\criterionname}{_(Criterion)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Algorithm
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{algorithm}{\protect\algorithmname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\algorithmname}{_(Algorithm)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\algorithmname}{_(Algorithm)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Algorithm*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{algorithm*}{\protect\algorithmname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\algorithmname}{_(Algorithm)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\algorithmname}{_(Algorithm)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Axiom
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{ax}{\protect\axiomname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\axiomname}{_(Axiom)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\axiomname}{_(Axiom)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Axiom*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{ax*}{\protect\axiomname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\axiomname}{_(Axiom)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\axiomname}{_(Axiom)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Condition
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{condition}{\protect\conditionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\conditionname}{_(Condition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\conditionname}{_(Condition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Condition*
Lexer.cpp (737): LongString: `    \theoremstyle{definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{condition*}{\protect\conditionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\conditionname}{_(Condition)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\conditionname}{_(Condition)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Note
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{note}{\protect\notename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\notename}{_(Note)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\notename}{_(Note)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Note*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{note*}{\protect\notename}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\notename}{_(Note)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\notename}{_(Note)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Notation
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{notation}{\protect\notationname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\notationname}{_(Notation)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\notationname}{_(Notation)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Notation*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{notation*}{\protect\notationname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\notationname}{_(Notation)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\notationname}{_(Notation)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Summary
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{summary}{\protect\summaryname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\summaryname}{_(Summary)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\summaryname}{_(Summary)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Summary*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{summary*}{\protect\summaryname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\summaryname}{_(Summary)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\summaryname}{_(Summary)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Acknowledgement
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{acknowledgement}{\protect\acknowledgementname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\acknowledgementname}{_(Acknowledgement)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\acknowledgementname}{_(Acknowledgement)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Acknowledgement*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{acknowledgement*}{\protect\acknowledgementname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\acknowledgementname}{_(Acknowledgement)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\acknowledgementname}{_(Acknowledgement)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Conclusion
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{conclusion}{\protect\conclusionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\conclusionname}{_(Conclusion)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\conclusionname}{_(Conclusion)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Conclusion*
Lexer.cpp (737): LongString: `    \theoremstyle{remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{conclusion*}{\protect\conclusionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\conclusionname}{_(Conclusion)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\conclusionname}{_(Conclusion)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Assumption
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem{assumption}{\protect\assumptionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\assumptionname}{_(Assumption)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\assumptionname}{_(Assumption)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (161): Reading style Assumption*
Lexer.cpp (737): LongString: `    \theoremstyle{plain}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `    \newtheorem*{assumption*}{\protect\assumptionname}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `    \providecommand{\assumptionname}{_(Assumption)}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndLangPreamble'
Lexer.cpp (737): LongString: `    \addto\captions$$lang{\renewcommand{\assumptionname}{_(Assumption)}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndBabelPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/theorems-ams-extended-bytype.module]
Lexer.cpp (737): LongString: `  \usepackage{harvard}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `EndPreamble'
Counters.cpp (316): Removed master counter `paragraph' from counter: subparagraph
TextClass.cpp (161): Reading style ShortTitle
TextClass.cpp (161): Reading style Publication Month
TextClass.cpp (161): Reading style Publication Year
TextClass.cpp (161): Reading style Publication Volume
TextClass.cpp (161): Reading style Publication Issue
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Acknowledgement
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Theorem
Lexer.cpp (737): LongString: `          \newtheorem{theorem}{Theorem}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Algorithm
Lexer.cpp (737): LongString: `          \newtheorem{algorithm}{Algorithm}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Axiom
Lexer.cpp (737): LongString: `          \newtheorem{axiom}{Axiom}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Case
Lexer.cpp (737): LongString: `          \newtheorem{case}{Case}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Claim
Lexer.cpp (737): LongString: `          \newtheorem{claim}{Claim}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Conclusion
Lexer.cpp (737): LongString: `          \newtheorem{conclusion}{Conclusion}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Condition
Lexer.cpp (737): LongString: `          \newtheorem{condition}{Condition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Conjecture
Lexer.cpp (737): LongString: `          \newtheorem{conjecture}{Conjecture}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Corollary
Lexer.cpp (737): LongString: `          \newtheorem{corollary}{Corollary}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Criterion
Lexer.cpp (737): LongString: `          \newtheorem{criterion}{Criterion}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Definition
Lexer.cpp (737): LongString: `          \newtheorem{definition}{Definition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Example
Lexer.cpp (737): LongString: `          \newtheorem{example}{Example}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Exercise
Lexer.cpp (737): LongString: `          \newtheorem{exercise}{Exercise}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Lemma
Lexer.cpp (737): LongString: `          \newtheorem{lemma}{Lemma}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Notation
Lexer.cpp (737): LongString: `          \newtheorem{notation}{Notation}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Problem
Lexer.cpp (737): LongString: `          \newtheorem{problem}{Problem}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Proposition
Lexer.cpp (737): LongString: `          \newtheorem{proposition}{Proposition}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Remark
Lexer.cpp (737): LongString: `          \newtheorem{remark}{Remark}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Solution
Lexer.cpp (737): LongString: `          \newtheorem{solution}{Solution}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Summary
Lexer.cpp (737): LongString: `          \newtheorem{summary}{Summary}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Caption
TextClass.cpp (161): Reading style Proof
Lexer.cpp (737): LongString: `  EndPreamble'
Counters.cpp (204): Reading new counter case
Counters.cpp (200): Reading existing counter remark
Counters.cpp (200): Reading existing counter summary
Counters.cpp (204): Reading new counter solution
TextClass.cpp (766): Minimum TocLevel is 1, maximum is 3
TextClass.cpp (293): Finished reading textclass: [layouts/AEA.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: IEEEtran-CompSoc
LayoutFile.cpp (135): Desc: IEEEtran
LyX: Bad boolean `IEEE Transactions Computer Society'. Use "false" or "true" [around line 6 of file ~/.lyx/textclass.lst current token: 'IEEE Transactions Computer Society' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: IEEEtran-TransMag
LyX: Bad boolean `IEEEtran'. Use "false" or "true" [around line 7 of file ~/.lyx/textclass.lst current token: 'IEEEtran' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: IEEE Transactions on Magnetics
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `IEEEtran'. Use "false" or "true" [around line 8 of file ~/.lyx/textclass.lst current token: 'IEEEtran' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: IEEEtran
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: IEEE Transactions
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 8 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: RJournal
Cannot read layout file `'.
Error reading `'
(Check `IEEE Transactions')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: report
LayoutFile.cpp (131): Clname: R Journal
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `RJournal.sty'. Use "false" or "true" [around line 9 of file ~/.lyx/textclass.lst current token: 'RJournal.sty' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Reports
TextClass.cpp (280): Reading textclass: [layouts/report.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{report}'
Lexer.cpp (338): Comment read: `35 Report textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/report.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: aapaper
LayoutFile.cpp (131): Clname: aa
LayoutFile.cpp (135): Desc: Astronomy & Astrophysics (V. 4, Obsolete)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: aa.cls
TextClass.cpp (280): Reading textclass: [layouts/aapaper.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[aa]{article (A&A V4)}'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Peter Sütterlin <pit at uni-sw.gwdg.de>'
Lexer.cpp (338): Comment read: `35 This is for the old Springer layout of A&A (aa.cls version 4.x)'
Lexer.cpp (338): Comment read: `35 If you still have this, please upgrade to version 5 (see Additional.lyx)'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 If you want to keep the layout for old papers I'd suggest to rename'
Lexer.cpp (338): Comment read: `35 the old style file to aa-old and change the second line in this file to'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[aa-old]{article (A&A V4)}'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 and reconfigure LyX (after running texhash, of course).'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 I want to keep the entries in a logical order.'
Lexer.cpp (338): Comment read: `35 Therefore I'll define the entries first, then fill them'
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
TextClass.cpp (161): Reading style List
TextClass.cpp (161): Reading style LaTeX
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Subtitle
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Address
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style Offprint
TextClass.cpp (161): Reading style Thesaurus
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Acknowledgement
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (338): Comment read: `35 OK, now we have a more or less consistent Ordering. Now fill the'
Lexer.cpp (338): Comment read: `35 definitions.  First, the standard includes'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (204): Reading new counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
Counters.cpp (316): Removed master counter `chapter' from counter: section
Counters.cpp (316): Removed master counter `paragraph' from counter: subparagraph
TextClass.cpp (280): Reading input file: [layouts/aapaper.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 This file contains additional style definitions for the'
Lexer.cpp (338): Comment read: `35 A&A paper style not found in the standard include files.'
Lexer.cpp (338): Comment read: `35 It is Input by aapaper.layout'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Peter Sütterlin <pit at uni-sw.gwdg.de>'
TextClass.cpp (161): Reading style Subtitle
TextClass.cpp (161): Reading style Address
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style Offprint
TextClass.cpp (161): Reading style Acknowledgement
TextClass.cpp (161): Reading style Thesaurus
TextClass.cpp (293): Finished reading input file: [layouts/aapaper.inc]
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (766): Minimum TocLevel is 1, maximum is 3
TextClass.cpp (293): Finished reading textclass: [layouts/aapaper.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: aastex
LayoutFile.cpp (135): Desc: aastex
LyX: Bad boolean `American Astronomical Society (AASTeX)'. Use "false" or "true" [around line 11 of file ~/.lyx/textclass.lst current token: 'American Astronomical Society (AASTeX)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: aa
LyX: Bad boolean `aa'. Use "false" or "true" [around line 12 of file ~/.lyx/textclass.lst current token: 'aa' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Astronomy & Astrophysics
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: aa.cls
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `achemso'. Use "false" or "true" [around line 13 of file ~/.lyx/textclass.lst current token: 'achemso' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: achemso
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: American Chemical Society (ACS)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 13 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: acm-sigs-alt
Cannot read layout file `'.
Error reading `'
(Check `American Chemical Society (ACS)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: sig-alternate
LayoutFile.cpp (131): Clname: ACM SIGS ('Alternate' Style)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `sig-alternate.cls'. Use "false" or "true" [around line 14 of file ~/.lyx/textclass.lst current token: 'sig-alternate.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
Cannot read layout file `'.
Error reading `'
(Check `sig-alternate')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: acm-sigs
LayoutFile.cpp (131): Clname: acm_proc_article-sp
LayoutFile.cpp (135): Desc: ACM SIG Proceedings (SP)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: acm_proc_article-sp.cls
Cannot read layout file `'.
Error reading `'
(Check `acm-sigs')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: acmsiggraph
LayoutFile.cpp (135): Desc: acmsiggraph
LyX: Bad boolean `ACM SIGGRAPH'. Use "false" or "true" [around line 16 of file ~/.lyx/textclass.lst current token: 'ACM SIGGRAPH' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: acmsiggraph.cls
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: agu-dtd
LyX: Bad boolean `AGU-article'. Use "false" or "true" [around line 17 of file ~/.lyx/textclass.lst current token: 'AGU-article' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: American Geophysical Union (AGU, SGML Article)
Cannot read layout file `'.
Error reading `'
(Check `acmsiggraph.cls')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Articles (DocBook)
LyX: Bad boolean `agums'. Use "false" or "true" [around line 18 of file ~/.lyx/textclass.lst current token: 'agums' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: aguplus
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: American Geophysical Union (AGUPLUS Manuscript)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: agums.sty
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 18 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: agutex
Cannot read layout file `'.
Error reading `'
(Check `American Geophysical Union (AGUPLUS Manuscript)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: AGUTeX
LayoutFile.cpp (131): Clname: American Geophysical Union (AGUTeX)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `AGUTeX.cls'. Use "false" or "true" [around line 19 of file ~/.lyx/textclass.lst current token: 'AGUTeX.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
Cannot read layout file `'.
Error reading `'
(Check `AGUTeX')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: amsart
LayoutFile.cpp (131): Clname: amsart
LayoutFile.cpp (135): Desc: American Mathematical Society (AMS) Article
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/amsart.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article (AMS)}'
Lexer.cpp (338): Comment read: `35 AMS-Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 and from the Article textclass definition file, following the AMS sample'
Lexer.cpp (338): Comment read: `35 paper "testmath.tex" of January, 1995'
Lexer.cpp (338): Comment read: `35 Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan '08 by Richard Heck <rgheck at brown.edu>'
Lexer.cpp (338): Comment read: `35 Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin at msu.edu>)'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/amsdefs.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : David L. Johnson <dlj0 at lehigh.edu>'
Lexer.cpp (338): Comment read: `35 Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes at inria.fr>'
Lexer.cpp (338): Comment read: `35 modified and modularized by Emmanuel GUREGHIAN <gureghia at boston.bertin.fr>'
Lexer.cpp (338): Comment read: `35 Tinkered with Sep. '07 by Paul Rubin <rubin at msu.edu>'
Lexer.cpp (338): Comment read: `35 Modularized Jan '08 by Richard Heck <rgheck at brown.edu>'
Lexer.cpp (338): Comment read: `35 Including the maths stuff'
Lexer.cpp (338): Comment read: `35 the environments copied from the old amsart.layout are:'
Lexer.cpp (338): Comment read: `35 - Bibliography'
Lexer.cpp (338): Comment read: `35 - Title'
Lexer.cpp (338): Comment read: `35 - Author'
Lexer.cpp (338): Comment read: `35 - Date'
Lexer.cpp (338): Comment read: `35 - Abstract (This is a title component for this style.)'
Lexer.cpp (338): Comment read: `35 - Address'
Lexer.cpp (338): Comment read: `35 - Email'
Lexer.cpp (338): Comment read: `35 - Keywords'
Lexer.cpp (338): Comment read: `35 - Subjectclass'
Lexer.cpp (338): Comment read: `35## Now the title stuff. We copy do not use stdstruct.inc to keep'
Lexer.cpp (338): Comment read: `35## things in the right order'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (338): Comment read: `35 Clear Address definition from lyxmacros'
TextClass.cpp (161): Reading style Address
TextClass.cpp (161): Reading style Current Address
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style URL
TextClass.cpp (161): Reading style Keywords
TextClass.cpp (161): Reading style Thanks
TextClass.cpp (161): Reading style Dedicatory
TextClass.cpp (161): Reading style Translator
TextClass.cpp (161): Reading style Subjectclass
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (293): Finished reading input file: [layouts/amsdefs.inc]
Counters.cpp (316): Removed master counter `paragraph' from counter: subparagraph
Lexer.cpp (338): Comment read: `35 Although mathematicians tend to be poets at times,'
Lexer.cpp (338): Comment read: `35 we don't need this.'
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style SpecialSection
TextClass.cpp (161): Reading style SpecialSection*
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/amsart.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: amsbook
LayoutFile.cpp (135): Desc: amsbook
LyX: Bad boolean `American Mathematical Society (AMS) Book'. Use "false" or "true" [around line 21 of file ~/.lyx/textclass.lst current token: 'American Mathematical Society (AMS) Book' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Books
LayoutFile.cpp (135): Desc: apa6
LyX: Bad boolean `apa6'. Use "false" or "true" [around line 22 of file ~/.lyx/textclass.lst current token: 'apa6' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: American Psychological Association (APA), v. 6
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `apa'. Use "false" or "true" [around line 23 of file ~/.lyx/textclass.lst current token: 'apa' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: apa
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: American Psychological Association (APA)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 23 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: arab-article
Cannot read layout file `'.
Error reading `'
(Check `American Psychological Association (APA)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: arabart
LayoutFile.cpp (131): Clname: Arabic Article
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `arabart.cls,arabrep.cls,altxext.sty,arabext.sty,arabtex.sty'. Use "false" or "true" [around line 24 of file ~/.lyx/textclass.lst current token: 'arabart.cls,arabrep.cls,altxext.sty,arabext.sty,arabtex.sty' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
Cannot read layout file `'.
Error reading `'
(Check `arabart')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: article-beamer
LayoutFile.cpp (131): Clname: article
LayoutFile.cpp (135): Desc: Beamer Article (Standard Class)
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/article-beamer.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[article,beamerarticle.sty,keyval.sty,pgf.sty]{article (beamer)}'
Lexer.cpp (338): Comment read: `35 Author: Jürgen Spitzmüller <j.spitzmueller at gmx.de>'
Lexer.cpp (338): Comment read: `35 Includes'
TextClass.cpp (280): Reading input file: [layouts/beamer.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[beamer,amssymb.sty,hyperref.sty,pgf.sty,xcolor.sty,xxcolor.sty]{presentation (beamer)}'
Lexer.cpp (338): Comment read: `35 Author : Till Tantau <tantau at users.sourceforge.net>'
Lexer.cpp (338): Comment read: `35 $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $'
Lexer.cpp (338): Comment read: `35 Includes'
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
Lexer.cpp (338): Comment read: `35 General textclass parameters'
Lexer.cpp (338): Comment read: `35 Standard style definition'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 List section'
Lexer.cpp (338): Comment read: `35 Itemize style definition'
TextClass.cpp (161): Reading style Itemize
Lexer.cpp (338): Comment read: `35 Enumerate style definition'
TextClass.cpp (161): Reading style Enumerate
Lexer.cpp (338): Comment read: `35 Description style definition'
TextClass.cpp (161): Reading style Description
Lexer.cpp (338): Comment read: `35 Sectioning section'
Lexer.cpp (338): Comment read: `35 Part style definition'
TextClass.cpp (161): Reading style Part
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Section style definition'
TextClass.cpp (161): Reading style Section
Lexer.cpp (338): Comment read: `35 Section* style definition'
TextClass.cpp (161): Reading style Section*
Lexer.cpp (338): Comment read: `35 Subsection style definition'
TextClass.cpp (161): Reading style Subsection
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Subsection* style definition'
TextClass.cpp (161): Reading style Subsection*
Lexer.cpp (338): Comment read: `35 Subsubsection style definition'
TextClass.cpp (161): Reading style Subsubsection
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Subsubsection* style definition'
TextClass.cpp (161): Reading style Subsubsection*
Lexer.cpp (338): Comment read: `35 Frame control definition'
TextClass.cpp (161): Reading style BeginFrame
Lexer.cpp (737): LongString: `    \long\def\lyxframe#1{\@lyxframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxframe{\@ifnextchar<{\@@lyxframe}{\@@lyxframe<*>}}%'
Lexer.cpp (737): LongString: `    \def\@@lyxframe<#1>{\@ifnextchar[{\@@@lyxframe<#1>}{\@@@lyxframe<#1>[]}}'
Lexer.cpp (737): LongString: `    \def\@@@lyxframe<#1>[{\@ifnextchar<{\@@@@@lyxframe<#1>[}{\@@@@lyxframe<#1>[<*>][}}'
Lexer.cpp (737): LongString: `    \def\@@@@@lyxframe<#1>[#2]{\@ifnextchar[{\@@@@lyxframe<#1>[#2]}{\@@@@lyxframe<#1>[#2][]}}'
Lexer.cpp (737): LongString: `    \long\def\@@@@lyxframe<#1>[#2][#3]#4\@lyxframestop#5\lyxframeend{%'
Lexer.cpp (737): LongString: `      \frame<#1>[#2][#3]{\frametitle{#4}#5}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style BeginPlainFrame
Lexer.cpp (737): LongString: `    \long\def\lyxplainframe#1{\@lyxplainframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxplainframe{\@ifnextchar<{\@@lyxplainframe}{\@@lyxplainframe<*>}}%'
Lexer.cpp (737): LongString: `    \long\def\@@lyxplainframe<#1>#2\@lyxframestop#3\lyxframeend{%'
Lexer.cpp (737): LongString: `      \frame<#1>[plain]{\frametitle{#2}#3}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style AgainFrame
Lexer.cpp (737): LongString: `    \long\def\lyxagainframe#1{\@lyxagainframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxagainframe{\@ifnextchar<{\@@lyxagainframe}{\@@lyxagainframe<*>}}%'
Lexer.cpp (737): LongString: `    \def\@@lyxagainframe<#1>{\@ifnextchar[{\@@@lyxagainframe<#1>}{\@@@lyxagainframe<#1>[]}}'
Lexer.cpp (737): LongString: `    \long\def\@@@lyxagainframe<#1>[#2]#3\@lyxframestop{%'
Lexer.cpp (737): LongString: `      \againframe<#1>[#2]{#3}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style EndFrame
Lexer.cpp (737): LongString: `    \def\lyxframeend{} % In case there is a superfluous frame end'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 Frame decoration section'
TextClass.cpp (161): Reading style FrameSubtitle
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Column
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Columns
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style ColumnsCenterAligned
Lexer.cpp (737): LongString: `  \newenvironment{centercolumns}{\begin{columns}[c]}{\end{columns}}'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style ColumnsTopAligned
Lexer.cpp (737): LongString: `  \newenvironment{topcolumns}{\begin{columns}[t]}{\end{columns}}'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 font & label font definition'
Lexer.cpp (338): Comment read: `35 Frame progression section'
TextClass.cpp (161): Reading style Pause
TextClass.cpp (161): Reading style Overprint
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style OverlayArea
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style Uncover
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style Only
Lexer.cpp (338): Comment read: `35 font & label font definition'
Lexer.cpp (338): Comment read: `35 Blocks section'
TextClass.cpp (161): Reading style Block
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style ExampleBlock
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style AlertBlock
Lexer.cpp (338): Comment read: `35 font & label font definition'
Lexer.cpp (338): Comment read: `35 Title slide data section'
Lexer.cpp (338): Comment read: `35 Title style definition'
TextClass.cpp (161): Reading style Title
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Title (Plain Frame)
Lexer.cpp (737): LongString: `     % plain title style, override default'
Lexer.cpp (749): Prefix = `     '
Lexer.cpp (737): LongString: `     \renewcommand\makebeamertitle{\frame[plain]{\maketitle}}%'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Subtitle
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Author style definition'
TextClass.cpp (161): Reading style Author
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Institute
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Date style definition'
TextClass.cpp (161): Reading style Date
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Titles & bibliography section'
Lexer.cpp (338): Comment read: `35 Bibliography style definition'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style TitleGraphic
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Theorems and such section'
TextClass.cpp (161): Reading style Corollary
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style Definition
TextClass.cpp (161): Reading style Definitions
TextClass.cpp (161): Reading style Example
TextClass.cpp (161): Reading style Examples
TextClass.cpp (161): Reading style Fact
TextClass.cpp (161): Reading style Proof
TextClass.cpp (161): Reading style Theorem
Lexer.cpp (338): Comment read: `35 Misc. section'
Lexer.cpp (338): Comment read: `35 Separator style definition'
TextClass.cpp (161): Reading style Separator
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (338): Comment read: `35 define the environment lyxcode'
Lexer.cpp (737): LongString: `  \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `    {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `      \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `      \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `      \raggedright'
Lexer.cpp (737): LongString: `      \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `      \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `      \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `     \def\{{\char`\{}'
Lexer.cpp (737): LongString: `     \def\}{\char`\}}'
Lexer.cpp (737): LongString: `     \def\textasciitilde{\char`\~}'
Lexer.cpp (737): LongString: `     \item[]}'
Lexer.cpp (737): LongString: `    {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style NoteItem
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Input lyxmacros.inc'
Lexer.cpp (338): Comment read: `35 Charstyles:'
Lexer.cpp (338): Comment read: `35 to give users the choice of a title frame with and without'
Lexer.cpp (338): Comment read: `35 head-/footline, we define our own maketitle command'
Lexer.cpp (737): LongString: `  % this default might be overridden by plain title style'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  \newcommand\makebeamertitle{\frame{\maketitle}}%'
Lexer.cpp (737): LongString: `  \AtBeginDocument{'
Lexer.cpp (737): LongString: `    \let\origtableofcontents=\tableofcontents'
Lexer.cpp (737): LongString: `    \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}'
Lexer.cpp (737): LongString: `    \def\gobbletableofcontents#1{\origtableofcontents}'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (280): Reading input file: [layouts/theorems-refprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Reference prefixes for theorem environments'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style 
TextClass.cpp (161): Reading style 
TextClass.cpp (293): Finished reading input file: [layouts/theorems-refprefix.inc]
TextClass.cpp (293): Finished reading input file: [layouts/beamer.layout]
Lexer.cpp (338): Comment read: `35 override settings inherited from beamer.layout (Paul Rubin <rubin at msu.edu>)'
Lexer.cpp (737): LongString: `  \usepackage{beamerarticle,pgf}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  % this default might be overridden by plain title style'
Lexer.cpp (737): LongString: `  \newcommand\makebeamertitle{\frame{\maketitle}}%'
Lexer.cpp (737): LongString: `  \AtBeginDocument{'
Lexer.cpp (737): LongString: `          \let\origtableofcontents=\tableofcontents'
Lexer.cpp (737): LongString: `          \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}'
Lexer.cpp (737): LongString: `          \def\gobbletableofcontents#1{\origtableofcontents}'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `EndPreamble'
Lexer.cpp (338): Comment read: `35 Frame control definition'
TextClass.cpp (161): Reading style BeginFrame
Lexer.cpp (338): Comment read: `35 This redefinition is needed to make beamerarticle work'
Lexer.cpp (737): LongString: `    \long\def\lyxframe#1{\@lyxframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxframe{\@ifnextchar<{\@@lyxframe}{\@@lyxframe<*>}}%'
Lexer.cpp (737): LongString: `    \def\@@lyxframe<#1>{\@ifnextchar[{\@@@lyxframe<#1>}{\@@@lyxframe<#1>[]}}'
Lexer.cpp (737): LongString: `    \def\@@@lyxframe<#1>[{\@ifnextchar<{\@@@@@lyxframe<#1>[}{\@@@@lyxframe<#1>[<*>][}}'
Lexer.cpp (737): LongString: `    \def\@@@@@lyxframe<#1>[#2]{\@ifnextchar[{\@@@@lyxframe<#1>[#2]}{\@@@@lyxframe<#1>[#2][]}}'
Lexer.cpp (737): LongString: `    \long\def\@@@@lyxframe<#1>[#2][#3]#4\@lyxframestop#5\lyxframeend{%'
Lexer.cpp (737): LongString: `      \frame<#1>[#3]{\frametitle{#4}#5}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 4
TextClass.cpp (293): Finished reading textclass: [layouts/article-beamer.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: article
LayoutFile.cpp (135): Desc: article
LyX: Bad boolean `Article (Standard Class)'. Use "false" or "true" [around line 26 of file ~/.lyx/textclass.lst current token: 'Article (Standard Class)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: beamer
LyX: Bad boolean `beamer'. Use "false" or "true" [around line 27 of file ~/.lyx/textclass.lst current token: 'beamer' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Beamer
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Presentations
LyX: Bad boolean `book'. Use "false" or "true" [around line 28 of file ~/.lyx/textclass.lst current token: 'book' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: book
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Book (Standard Class)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Books'. Use "false" or "true" [around line 28 of file ~/.lyx/textclass.lst current token: 'Books' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: broadway
Cannot read layout file `'.
Error reading `'
(Check `Book (Standard Class)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: broadway
LayoutFile.cpp (131): Clname: Broadway
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 29 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Scripts
TextClass.cpp (280): Reading textclass: [layouts/broadway.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[broadway,extramarks.sty,fancyhdr.sty,lastpage.sty]{broadway}'
Lexer.cpp (338): Comment read: `35 For theater plays'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
Lexer.cpp (338): Comment read: `35Input stdtitle.inc'
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
Lexer.cpp (338): Comment read: `35 Input lyxmacros.inc'
Counters.cpp (204): Reading new counter act
Counters.cpp (204): Reading new counter scene
TextClass.cpp (161): Reading style Dialogue
TextClass.cpp (161): Reading style Narrative
TextClass.cpp (161): Reading style ACT
Lexer.cpp (338): Comment read: `35  KeepEmpty            1'
TextClass.cpp (161): Reading style SCENE
Lexer.cpp (338): Comment read: `35  KeepEmpty            1'
TextClass.cpp (161): Reading style SCENE*
TextClass.cpp (161): Reading style AT RISE:
Lexer.cpp (338): Comment read: `35 Speaker style definition, identifies speaker  ALL CAPS'
TextClass.cpp (161): Reading style Speaker
Lexer.cpp (338): Comment read: `35 Parenthetical instruction to speaker (in parenthises, l.c.)'
Lexer.cpp (338): Comment read: `35 The ( and ) will automatically appear on screen, so don't type any.'
TextClass.cpp (161): Reading style Parenthetical
TextClass.cpp (161): Reading style CURTAIN
Lexer.cpp (338): Comment read: `35 Standard style definition (I kept this one to provide a general case)'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Right Address
TextClass.cpp (766): Minimum TocLevel is -1000, maximum is -1000
TextClass.cpp (293): Finished reading textclass: [layouts/broadway.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: chess
LayoutFile.cpp (131): Clname: article
LayoutFile.cpp (135): Desc: Chess
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/chess.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[article,calc.sty,lambda.sty,lyxskak.sty,pst-node.sty]{article (Chess)}'
Lexer.cpp (338): Comment read: `35 chess article textclass definition file.'
Lexer.cpp (338): Comment read: `35 This layout file was designed to allow easy access to all'
Lexer.cpp (338): Comment read: `35 the cool features of the skak package for chess notation.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author : Kayvan A. Sylvan <kayvan at sylvan.com>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Remaining minor problem:'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Sometimes there is too much space under a \showboard, especially'
Lexer.cpp (338): Comment read: `35 if you use some of the ornamentation commands (\printknightmove,'
Lexer.cpp (338): Comment read: `35 \highlight or \printarrow). For now, a workaround for the problem'
Lexer.cpp (338): Comment read: `35 is to insert (using ERT) a \vspace* command (for example,'
Lexer.cpp (338): Comment read: `35 \vspace*{-0.5in})'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (737): LongString: `  %%% initialize board'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  \newgame'
Lexer.cpp (737): LongString: `EndPreamble'
Lexer.cpp (338): Comment read: `35 To be filled in later. This makes Standard first on the list of layouts.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 This is the main line of the chess game. Use PGN notation here.'
Lexer.cpp (338): Comment read: `35 Also, this layout can be continued with Control-Enter without'
Lexer.cpp (338): Comment read: `35 starting a new paragraph.'
TextClass.cpp (161): Reading style Mainline
Lexer.cpp (338): Comment read: `35 This is a variation. It shows up in the normal fashion (styleB).'
Lexer.cpp (338): Comment read: `35 You are free to redefine it by making a new \variationstyle'
Lexer.cpp (338): Comment read: `35 as talked about in the skak documentation.'
TextClass.cpp (161): Reading style Variation
Lexer.cpp (338): Comment read: `35 This is a subvariation.'
TextClass.cpp (161): Reading style SubVariation
Lexer.cpp (338): Comment read: `35 This is a subsubvariation.'
TextClass.cpp (161): Reading style SubVariation2
Lexer.cpp (338): Comment read: `35 This is a subsubsubvariation.'
TextClass.cpp (161): Reading style SubVariation3
Lexer.cpp (338): Comment read: `35 This is a subsubsubsubvariation.'
TextClass.cpp (161): Reading style SubVariation4
Lexer.cpp (338): Comment read: `35 This is a subsubsubsubsubvariation.'
TextClass.cpp (161): Reading style SubVariation5
Lexer.cpp (338): Comment read: `35 Same as mainline, but it does not print the moves (only updates the'
Lexer.cpp (338): Comment read: `35 board position.'
TextClass.cpp (161): Reading style HideMoves
Lexer.cpp (338): Comment read: `35 This simply prints a block left chessboard.'
TextClass.cpp (161): Reading style ChessBoard
Lexer.cpp (338): Comment read: `35 This prints a centered chessboard.'
TextClass.cpp (161): Reading style BoardCentered
Lexer.cpp (338): Comment read: `35 This should be a list of comma-separated chessboard squares.'
Lexer.cpp (338): Comment read: `35 Should be placed after a ChessBoard or BoardCentered.'
TextClass.cpp (161): Reading style HighLight
Lexer.cpp (338): Comment read: `35 This should be a list of two squares with an ascii arrow (a1->c3)'
Lexer.cpp (338): Comment read: `35 Should be placed after a ChessBoard or BoardCentered.'
TextClass.cpp (161): Reading style Arrow
Lexer.cpp (338): Comment read: `35 This should be a list of two chessboard squares (again, like g1->e2)'
Lexer.cpp (338): Comment read: `35 Should be placed after a ChessBoard or BoardCentered.'
TextClass.cpp (161): Reading style KnightMove
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/chess.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: cl2emult
LayoutFile.cpp (135): Desc: cl2emult
LyX: Bad boolean `Springer cl2emult'. Use "false" or "true" [around line 31 of file ~/.lyx/textclass.lst current token: 'Springer cl2emult' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: cl2emult.cls
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: ctex-article
LyX: Bad boolean `ctexart'. Use "false" or "true" [around line 32 of file ~/.lyx/textclass.lst current token: 'ctexart' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Chinese Article (CTeX)
Cannot read layout file `'.
Error reading `'
(Check `cl2emult.cls')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: ctexart.cls
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `ctex-book'. Use "false" or "true" [around line 33 of file ~/.lyx/textclass.lst current token: 'ctex-book' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: ctexbook
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Chinese Book (CTeX)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: ctexbook.cls
LyX: Bad boolean `Books'. Use "false" or "true" [around line 33 of file ~/.lyx/textclass.lst current token: 'Books' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: ctex-report
Cannot read layout file `'.
Error reading `'
(Check `Chinese Book (CTeX)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: ctexrep
LayoutFile.cpp (131): Clname: Chinese Report (CTeX)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `ctexrep.cls'. Use "false" or "true" [around line 34 of file ~/.lyx/textclass.lst current token: 'ctexrep.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Reports
Cannot read layout file `'.
Error reading `'
(Check `ctexrep')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: dinbrief
LayoutFile.cpp (131): Clname: dinbrief
LayoutFile.cpp (135): Desc: DIN-Brief
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/dinbrief.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{letter (DIN-Brief, German)}'
Lexer.cpp (338): Comment read: `35 German DIN-Brief textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Juergen Vigna <jug at sad.it>'
Lexer.cpp (338): Comment read: `35 Modified by: Carsten Kaemmerer <kammerer at ips.cs.tu-bs.de>'
Lexer.cpp (338): Comment read: `35 Modified by: Guenter Milde <g.milde at users.berlios.de>'
Lexer.cpp (338): Comment read: `35    Dummy Style DinBrief for common layout features (removed at eof)'
Lexer.cpp (338): Comment read: `35    Generic style names (there are german translations for most names)'
Lexer.cpp (338): Comment read: `35    Additional Styles and twiddeled layout'
Lexer.cpp (338): Comment read: `35    Many "ObsoletedBy" to ease conversion from g-brief, scrletter,'
Lexer.cpp (338): Comment read: `35    or letter (see also the update of the dinbrief.lyx template)'
Lexer.cpp (338): Comment read: `35 Modified by: Juergen Spitzmueller <spitz at lyx.org>'
Lexer.cpp (338): Comment read: `35    use English strings, localization is done by gettext!'
TextClass.cpp (280): Reading input file: [layouts/letter.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{letter}'
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdletter.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (161): Reading style My Address
TextClass.cpp (161): Reading style Send To Address
TextClass.cpp (161): Reading style Opening
TextClass.cpp (161): Reading style Signature
TextClass.cpp (161): Reading style Closing
TextClass.cpp (161): Reading style cc
TextClass.cpp (161): Reading style encl
TextClass.cpp (161): Reading style Location
TextClass.cpp (161): Reading style Telephone
TextClass.cpp (293): Finished reading input file: [layouts/stdletter.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (293): Finished reading input file: [layouts/letter.layout]
Lexer.cpp (338): Comment read: `35 dinbrief's \phone has 2 args, area and number. We define an empty'
Lexer.cpp (338): Comment read: `35 command that can be set by the Area_Code style'
Lexer.cpp (737): LongString: `  \newcommand{\areacode}{}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `EndPreamble'
Lexer.cpp (338): Comment read: `35 auxiliary style copied by other dinbrief styles'
Lexer.cpp (338): Comment read: `35 the LeftMargin is set to the probably longest string'
Lexer.cpp (338): Comment read: `35 (no typo! the umlaut is delibarately omitted)'
TextClass.cpp (161): Reading style DinBrief
Lexer.cpp (338): Comment read: `35 Open a new letter'
Lexer.cpp (338): Comment read: `35 in dinbrief, this is an environment spanning the whole letter'
Lexer.cpp (338): Comment read: `35 (see scrlettr2 for an alternative lyx-implementation)'
TextClass.cpp (161): Reading style Send To Address
Lexer.cpp (338): Comment read: `35 Data Fields, placed according to DIN norm'
Lexer.cpp (338): Comment read: `35 ---------------------------------------------------------'
Lexer.cpp (338): Comment read: `35 need to be placed before the Opening in the LyX document!'
Lexer.cpp (338): Comment read: `35 backaddress in letter head'
TextClass.cpp (161): Reading style My Address
Lexer.cpp (338): Comment read: `35 backaddress in address window'
TextClass.cpp (161): Reading style Return address
Lexer.cpp (338): Comment read: `35 Printed above the address (e.g., Air Mail, Registered Mail)'
TextClass.cpp (161): Reading style Postal comment
Lexer.cpp (338): Comment read: `35 Printed right next to Receiver (e.g., Urgent, Confidential)'
TextClass.cpp (161): Reading style Handling
TextClass.cpp (161): Reading style YourRef
TextClass.cpp (161): Reading style MyRef
TextClass.cpp (161): Reading style Writer
TextClass.cpp (161): Reading style Signature
Lexer.cpp (338): Comment read: `35 contact info at the bottom of the first page'
TextClass.cpp (161): Reading style Bottomtext
Lexer.cpp (338): Comment read: `35 dinbrief's \phone has 2 args, area and number,'
Lexer.cpp (338): Comment read: `35 define both as distinct styles'
TextClass.cpp (161): Reading style Area code
TextClass.cpp (161): Reading style Telephone
TextClass.cpp (161): Reading style Location
TextClass.cpp (161): Reading style Date
Lexer.cpp (338): Comment read: `35 dinbrief does not emphasize the subject line'
TextClass.cpp (161): Reading style Subject
Lexer.cpp (338): Comment read: `35 Opening (Anrede)'
Lexer.cpp (338): Comment read: `35 ----------------'
Lexer.cpp (338): Comment read: `35 sets the above data fields'
TextClass.cpp (161): Reading style Opening
Lexer.cpp (338): Comment read: `35 Backmatter (styles to be used at the end of the letter)'
Lexer.cpp (338): Comment read: `35 -------------------------------------------------------'
Lexer.cpp (338): Comment read: `35 placed in order of appearance in the document'
TextClass.cpp (161): Reading style Closing
TextClass.cpp (161): Reading style encl
TextClass.cpp (161): Reading style cc
TextClass.cpp (161): Reading style PS
Lexer.cpp (338): Comment read: `35 Obsoleted (or differently named) styles'
Lexer.cpp (338): Comment read: `35 ---------------------------------------'
Lexer.cpp (338): Comment read: `35 ease conversion from g-brief, scrletter, or letter'
Lexer.cpp (338): Comment read: `35 scrletter'
TextClass.cpp (161): Reading style SenderAddress
Lexer.cpp (338): Comment read: `35 scrletter'
TextClass.cpp (161): Reading style Backaddress
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style RetourAdresse
Lexer.cpp (338): Comment read: `35 dinbrief (gm old), g-brief-en, scrletter, ...'
TextClass.cpp (161): Reading style Address
Lexer.cpp (338): Comment read: `35 g-brief-de, g-brief2'
TextClass.cpp (161): Reading style Adresse
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Postvermerk
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Zusatz
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style IhrZeichen
Lexer.cpp (338): Comment read: `35 These are identical in this class'
TextClass.cpp (161): Reading style YourMail
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style IhrSchreiben
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style MeinZeichen
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Unterschrift
Lexer.cpp (338): Comment read: `35 dinbrief (gm old)'
TextClass.cpp (161): Reading style Phone
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Telefon
Lexer.cpp (338): Comment read: `35 dinbrief (gm old)'
TextClass.cpp (161): Reading style Place
Lexer.cpp (338): Comment read: `35 dinbrief v2'
TextClass.cpp (161): Reading style Stadt
Lexer.cpp (338): Comment read: `35 g-brief-en'
TextClass.cpp (161): Reading style Town
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Ort
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Datum
Lexer.cpp (338): Comment read: `35 g-brief-en, g-brief2'
TextClass.cpp (161): Reading style Reference
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Betreff
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Anrede
Lexer.cpp (338): Comment read: `35 in dinbrief, the letter text is in Standard format'
TextClass.cpp (161): Reading style Letter
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Brieftext
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Gruss
TextClass.cpp (161): Reading style ps
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Encl.
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Anlagen
Lexer.cpp (338): Comment read: `35 scrletter'
TextClass.cpp (161): Reading style CC
Lexer.cpp (338): Comment read: `35 g-brief-de'
TextClass.cpp (161): Reading style Verteiler
Lexer.cpp (338): Comment read: `35 Remove auxiliary style'
TextClass.cpp (766): Minimum TocLevel is -1000, maximum is -1000
TextClass.cpp (293): Finished reading textclass: [layouts/dinbrief.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Letters
LayoutFile.cpp (131): Clname: docbook-book
LayoutFile.cpp (135): Desc: book
LyX: Bad boolean `DocBook Book (SGML)'. Use "false" or "true" [around line 36 of file ~/.lyx/textclass.lst current token: 'DocBook Book (SGML)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Letters')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Books (DocBook)
LayoutFile.cpp (135): Desc: docbook-chapter
LyX: Bad boolean `chapter'. Use "false" or "true" [around line 37 of file ~/.lyx/textclass.lst current token: 'chapter' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: DocBook Chapter (SGML)
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Books (DocBook)
LyX: Bad boolean `docbook-section'. Use "false" or "true" [around line 38 of file ~/.lyx/textclass.lst current token: 'docbook-section' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: section
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: DocBook Section (SGML)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Books (DocBook)'. Use "false" or "true" [around line 38 of file ~/.lyx/textclass.lst current token: 'Books (DocBook)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: docbook
Cannot read layout file `'.
Error reading `'
(Check `DocBook Section (SGML)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: article
LayoutFile.cpp (131): Clname: DocBook Article (SGML)
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 39 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles (DocBook)
TextClass.cpp (280): Reading textclass: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/article.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: doublecol-new
LayoutFile.cpp (131): Clname: doublecol-new
LayoutFile.cpp (135): Desc: Inderscience A4 Journals
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: doublecol-new.cls
TextClass.cpp (280): Reading textclass: [layouts/doublecol-new.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this      '
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[doublecol-new,amsmath.sty,amssymb.sty,bm.sty,calc.sty,color.sty,dcolumn.sty,endnotes.sty,epsf.sty,lastpage.sty,latexsym.sty,leqno.sty,theorem.sty]{article (Inderscience A4 journals)}'
Lexer.cpp (338): Comment read: `35 Layout file for journals with double columns published by Inderscience'
Lexer.cpp (338): Comment read: `35 Publishers Ltd.'
Lexer.cpp (338): Comment read: `35 TeX templates are found at http://www.inderscience.com/mapper.php?id=64'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Read the definitions from article.layout'
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/doublecol-new.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: dtk
LayoutFile.cpp (135): Desc: dtk
LyX: Bad boolean `Die TeXnische Komoedie'. Use "false" or "true" [around line 41 of file ~/.lyx/textclass.lst current token: 'Die TeXnische Komoedie' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: ectaart
LyX: Bad boolean `ectaart'. Use "false" or "true" [around line 42 of file ~/.lyx/textclass.lst current token: 'ectaart' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Econometrica
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: ectaart.cls
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `egs'. Use "false" or "true" [around line 43 of file ~/.lyx/textclass.lst current token: 'egs' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: egs
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: European Geophysical Society (EGS)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: egs.cls
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 43 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: elsarticle
Cannot read layout file `'.
Error reading `'
(Check `European Geophysical Society (EGS)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: elsarticle
LayoutFile.cpp (131): Clname: Elsevier
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 44 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
TextClass.cpp (280): Reading textclass: [layouts/elsarticle.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[elsarticle,natbib.sty,pifont.sty]{article (Elsevier)}'
Lexer.cpp (338): Comment read: `35 elsarticle textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author: Uwe Stöhr (uwestoehr at web.de)'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Title footnote
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Author footnote
TextClass.cpp (161): Reading style Corresponding author
TextClass.cpp (161): Reading style Address
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Keywords
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/elsarticle.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: elsart
LayoutFile.cpp (131): Clname: elsart
LayoutFile.cpp (135): Desc: Elsevier (Obsolete Version)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: elsart.cls
TextClass.cpp (280): Reading textclass: [layouts/elsart.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[elsart,amssymb.sty,latexsym.sty]{article (obsolete Elsevier version)}'
Lexer.cpp (338): Comment read: `35 Author: Rod Pinna <rpinna at civil.uwa.edu.au>'
Lexer.cpp (338): Comment read: `35 The Elsevier doc style also duplicates the theorem'
Lexer.cpp (338): Comment read: `35 environments used by the AMS. The definitions here have been'
Lexer.cpp (338): Comment read: `35 mainly taken from the amsmath.inc file, from lyx-1.0.2, by'
Lexer.cpp (338): Comment read: `35 David L. Johnson and Jean-Marc Lasgouttes. Some modifications'
Lexer.cpp (338): Comment read: `35 have been made.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 The Elsevier style *does not* implement the starred versions'
Lexer.cpp (338): Comment read: `35 of these environments, so they are not supported by this layout.'
Lexer.cpp (338): Comment read: `35 There are also a few AMS environments not impletemented by Elsevier,'
Lexer.cpp (338): Comment read: `35 so they are not included either.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Version 1.0   19990506 R. Pinna Inital version'
Lexer.cpp (338): Comment read: `35 modified 2002-04-02   Herbert Voss <voss at perce.de>'
Lexer.cpp (338): Comment read: `35       for use of BeginTitle/EndTitle'
Lexer.cpp (338): Comment read: `35 modified 2003-03-11 JMarc for use of TitleLatexType/TitleLatexName'
Lexer.cpp (338): Comment read: `35 modified 2003-04-10 Rod Pinna - added proof env. sent to me by Stacy Prowell'
Lexer.cpp (338): Comment read: `35 modified 2003-07-23 Rod Pinna - changes MaxCounter to Section,'
Lexer.cpp (338): Comment read: `35       rather than subsection. The Elsevier doc file allows for'
Lexer.cpp (338): Comment read: `35       numbered sections, as does the class file.'
Lexer.cpp (338): Comment read: `35  FontSize             "default"       # controlled by class'
Lexer.cpp (338): Comment read: `35 elsart does not use the plain old \maketitle'
Counters.cpp (204): Reading new counter summ
Counters.cpp (204): Reading new counter case
TextClass.cpp (161): Reading style Standard
TextClass.cpp (161): Reading style Keywords
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (204): Reading new counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Author Address
TextClass.cpp (161): Reading style Author Email
TextClass.cpp (161): Reading style Author URL
Lexer.cpp (338): Comment read: `35 thanks is like a footnote'
TextClass.cpp (161): Reading style Thanks
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (338): Comment read: `35 Theorem environments have been copied over from the theorem modules. They'
Lexer.cpp (338): Comment read: `35 could not be input as they do some stuff which is incompatible with the'
Lexer.cpp (338): Comment read: `35 Elsevier stlye: redefine the theorem* environments in the preamble.'
Lexer.cpp (338): Comment read: `35 The environments defined are :'
Lexer.cpp (338): Comment read: `35 - Theorem'
Lexer.cpp (338): Comment read: `35 - Proof'
Lexer.cpp (338): Comment read: `35 - Corollary'
Lexer.cpp (338): Comment read: `35 - Lemma'
Lexer.cpp (338): Comment read: `35 - Proposition'
Lexer.cpp (338): Comment read: `35 - Conjecture'
Lexer.cpp (338): Comment read: `35 - Criterion'
Lexer.cpp (338): Comment read: `35 - Algorithm'
Lexer.cpp (338): Comment read: `35 - Definition'
Lexer.cpp (338): Comment read: `35 - Example'
Lexer.cpp (338): Comment read: `35 - Problem'
Lexer.cpp (338): Comment read: `35 - Remark'
Lexer.cpp (338): Comment read: `35 - Note'
Lexer.cpp (338): Comment read: `35 - Claim'
Lexer.cpp (338): Comment read: `35 - Summary'
Lexer.cpp (338): Comment read: `35 - Acknowledgement'
Lexer.cpp (338): Comment read: `35 - Case'
Counters.cpp (204): Reading new counter theorem
TextClass.cpp (161): Reading style Theorem
Lexer.cpp (338): Comment read: `35 Proof style declaration - from email by Stacy Prowell (sprowell at cs.utk.edu)'
TextClass.cpp (161): Reading style Proof
Lexer.cpp (338): Comment read: `35 elsart defines the unusual environment pf for proofs.'
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (161): Reading style Criterion
TextClass.cpp (161): Reading style Algorithm
TextClass.cpp (161): Reading style Definition
TextClass.cpp (161): Reading style Conjecture
TextClass.cpp (161): Reading style Example
TextClass.cpp (161): Reading style Problem
TextClass.cpp (161): Reading style Remark
TextClass.cpp (161): Reading style Note
TextClass.cpp (161): Reading style Claim
TextClass.cpp (161): Reading style Summary
TextClass.cpp (161): Reading style Case
Lexer.cpp (338): Comment read: `35 This is not taken from the AMS defs, so as to match the output of the'
Lexer.cpp (338): Comment read: `35 style file.'
TextClass.cpp (161): Reading style Acknowledgement
TextClass.cpp (280): Reading input file: [layouts/theorems-refprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Reference prefixes for theorem environments'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (293): Finished reading input file: [layouts/theorems-refprefix.inc]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/elsart.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: entcs
LayoutFile.cpp (135): Desc: entcs
LyX: Bad boolean `Electronic Notes in Theor. Comp. Sc. (ENTCS)'. Use "false" or "true" [around line 46 of file ~/.lyx/textclass.lst current token: 'Electronic Notes in Theor. Comp. Sc. (ENTCS)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: entcs.cls,entcsmacro.sty
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: europecv
LyX: Bad boolean `europecv'. Use "false" or "true" [around line 47 of file ~/.lyx/textclass.lst current token: 'europecv' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Europe CV
Cannot read layout file `'.
Error reading `'
(Check `entcs.cls,entcsmacro.sty')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Curricula Vitae
LyX: Bad boolean `extarticle'. Use "false" or "true" [around line 48 of file ~/.lyx/textclass.lst current token: 'extarticle' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: extarticle
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Article (Standard Class with Extra Font Sizes)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 48 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: extbook
Cannot read layout file `'.
Error reading `'
(Check `Article (Standard Class with Extra Font Sizes)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: extbook
LayoutFile.cpp (131): Clname: Book (Standard Class with Extra Font Sizes)
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 49 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Books
TextClass.cpp (280): Reading textclass: [layouts/extbook.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[extbook]{book (more font sizes)}'
Lexer.cpp (338): Comment read: `35 Extended book textclass definition file.'
Lexer.cpp (338): Comment read: `35 Herbert Voss <voss at lyx.org>'
TextClass.cpp (280): Reading input file: [layouts/book.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{book}'
Lexer.cpp (338): Comment read: `35 Book textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (293): Finished reading input file: [layouts/book.layout]
Lexer.cpp (338): Comment read: `35 change available fontsizes'
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/extbook.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: extletter
LayoutFile.cpp (131): Clname: extletter
LayoutFile.cpp (135): Desc: Letter (Standard Class with Extra Font Sizes)
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/extletter.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[extletter]{letter (more font sizes)}'
Lexer.cpp (338): Comment read: `35 Extended article textclass definition file.'
Lexer.cpp (338): Comment read: `35 Herbert Voss <voss at lyx.org>'
TextClass.cpp (280): Reading input file: [layouts/letter.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{letter}'
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdletter.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (161): Reading style My Address
TextClass.cpp (161): Reading style Send To Address
TextClass.cpp (161): Reading style Opening
TextClass.cpp (161): Reading style Signature
TextClass.cpp (161): Reading style Closing
TextClass.cpp (161): Reading style cc
TextClass.cpp (161): Reading style encl
TextClass.cpp (161): Reading style Location
TextClass.cpp (161): Reading style Telephone
TextClass.cpp (293): Finished reading input file: [layouts/stdletter.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (293): Finished reading input file: [layouts/letter.layout]
Lexer.cpp (338): Comment read: `35 change available fontsizes'
TextClass.cpp (766): Minimum TocLevel is -1000, maximum is -1000
TextClass.cpp (293): Finished reading textclass: [layouts/extletter.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Letters
LayoutFile.cpp (131): Clname: extreport
LayoutFile.cpp (135): Desc: extreport
LyX: Bad boolean `Report (Standard Class with Extra Font Sizes)'. Use "false" or "true" [around line 51 of file ~/.lyx/textclass.lst current token: 'Report (Standard Class with Extra Font Sizes)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Letters')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Reports
LayoutFile.cpp (135): Desc: foils
LyX: Bad boolean `foils'. Use "false" or "true" [around line 52 of file ~/.lyx/textclass.lst current token: 'foils' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: FoilTeX
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: foils.cls
LayoutFile.cpp (135): Desc: Presentations
LyX: Bad boolean `frletter'. Use "false" or "true" [around line 53 of file ~/.lyx/textclass.lst current token: 'frletter' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: frletter
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: French Letter (frletter)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: frletter.cls
LyX: Bad boolean `Letters'. Use "false" or "true" [around line 53 of file ~/.lyx/textclass.lst current token: 'Letters' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: g-brief2
Cannot read layout file `'.
Error reading `'
(Check `French Letter (frletter)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: g-brief2
LayoutFile.cpp (131): Clname: G-Brief (V. 2)
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 54 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Letters
TextClass.cpp (280): Reading textclass: [layouts/g-brief2.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[g-brief2]{letter (g-brief2)}'
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Felix Kurth <lyx at fkurth.de> based on work from'
Lexer.cpp (338): Comment read: `35          Thomas Hartkens <thomas at hartkens.de>'
Lexer.cpp (338): Comment read: `35 Input general definitions'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
Lexer.cpp (338): Comment read: `35 General textclass parameters'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
Lexer.cpp (338): Comment read: `35 Standard style definition'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 Brieftext style definition'
TextClass.cpp (161): Reading style Letter
Lexer.cpp (338): Comment read: `35 Name und Titel des Absenders'
TextClass.cpp (161): Reading style Name
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Name und Spruch in der Fusszeile'
TextClass.cpp (161): Reading style NameRowA
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style NameRowB
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style NameRowC
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style NameRowD
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style NameRowE
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style NameRowF
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style NameRowG
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style AddressRowA
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style AddressRowB
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style AddressRowC
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style AddressRowD
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style AddressRowE
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style AddressRowF
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style TelephoneRowA
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style TelephoneRowB
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style TelephoneRowC
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style TelephoneRowD
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style TelephoneRowE
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style TelephoneRowF
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style InternetRowA
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style InternetRowB
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style InternetRowC
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style InternetRowD
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style InternetRowE
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style InternetRowF
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style BankRowA
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style BankRowB
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style BankRowC
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style BankRowD
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style BankRowE
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style BankRowF
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 RetourAdresse'
TextClass.cpp (161): Reading style ReturnAddress
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Postvermerk'
TextClass.cpp (161): Reading style PostalComment
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Adresse'
TextClass.cpp (161): Reading style Address
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 MeinZeichen'
TextClass.cpp (161): Reading style MyRef
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 IhrZeichen'
TextClass.cpp (161): Reading style YourRef
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 IhrSchreiben'
TextClass.cpp (161): Reading style YourMail
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Data style definition'
TextClass.cpp (161): Reading style Date
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Oggetto style definition'
TextClass.cpp (161): Reading style Reference
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Opening style definition'
TextClass.cpp (161): Reading style Opening
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Gruss style definition'
TextClass.cpp (161): Reading style Closing
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35define the environment lyxGruss'
Lexer.cpp (737): LongString: `  \newcommand{\LyxGruss}[1]'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `    { \Gruss{#1}{0.5cm} }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 Unterschrift des Absenders'
TextClass.cpp (161): Reading style Signature
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Anlagen style definition'
TextClass.cpp (161): Reading style Encl.
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Verteiler style definition'
TextClass.cpp (161): Reading style cc
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
Lexer.cpp (338): Comment read: `35 Input lyxmacros.inc'
Lexer.cpp (338): Comment read: `35 Remove some unwanted styles.'
Lexer.cpp (338): Comment read: `35 NoStyle              Right_Address'
Lexer.cpp (338): Comment read: `35 NoStyle              Address'
Lexer.cpp (338): Comment read: `35'
TextClass.cpp (766): Minimum TocLevel is -1000, maximum is -1000
TextClass.cpp (293): Finished reading textclass: [layouts/g-brief2.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: g-brief
LayoutFile.cpp (131): Clname: g-brief
LayoutFile.cpp (135): Desc: G-Brief (V. 1, Obsolete)
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/g-brief.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[g-brief]{letter (g-brief)}'
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Thomas Hartkens <thomas at hartkens.de>'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (161): Reading style Letter
TextClass.cpp (161): Reading style Name
TextClass.cpp (161): Reading style Signature
TextClass.cpp (161): Reading style Street
TextClass.cpp (161): Reading style Addition
TextClass.cpp (161): Reading style Town
TextClass.cpp (161): Reading style State
TextClass.cpp (161): Reading style ReturnAddress
TextClass.cpp (161): Reading style MyRef
TextClass.cpp (161): Reading style YourRef
TextClass.cpp (161): Reading style YourMail
TextClass.cpp (161): Reading style Phone
TextClass.cpp (161): Reading style Telefax
TextClass.cpp (161): Reading style Telex
TextClass.cpp (161): Reading style EMail
TextClass.cpp (161): Reading style HTTP
TextClass.cpp (161): Reading style Bank
TextClass.cpp (161): Reading style BankCode
TextClass.cpp (161): Reading style BankAccount
TextClass.cpp (161): Reading style PostalComment
TextClass.cpp (161): Reading style Address
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Reference
TextClass.cpp (161): Reading style Opening
TextClass.cpp (161): Reading style Encl.
TextClass.cpp (161): Reading style cc
TextClass.cpp (161): Reading style Closing
Lexer.cpp (737): LongString: `          \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (766): Minimum TocLevel is -1000, maximum is -1000
TextClass.cpp (293): Finished reading textclass: [layouts/g-brief.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Letters
LayoutFile.cpp (131): Clname: heb-article
LayoutFile.cpp (135): Desc: article
LyX: Bad boolean `Hebrew Article'. Use "false" or "true" [around line 56 of file ~/.lyx/textclass.lst current token: 'Hebrew Article' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Letters')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: heb-letter
LyX: Bad boolean `letter'. Use "false" or "true" [around line 57 of file ~/.lyx/textclass.lst current token: 'letter' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Hebrew Letter
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Letters
LyX: Bad boolean `hollywood'. Use "false" or "true" [around line 58 of file ~/.lyx/textclass.lst current token: 'hollywood' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: hollywood
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Hollywood
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Scripts'. Use "false" or "true" [around line 58 of file ~/.lyx/textclass.lst current token: 'Scripts' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: ijmpc
Cannot read layout file `'.
Error reading `'
(Check `Hollywood')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: ws-ijmpc
LayoutFile.cpp (131): Clname: Int. Journal of Modern Physics C
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `ws-ijmpc.cls'. Use "false" or "true" [around line 59 of file ~/.lyx/textclass.lst current token: 'ws-ijmpc.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
Cannot read layout file `'.
Error reading `'
(Check `ws-ijmpc')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: ijmpd
LayoutFile.cpp (131): Clname: ws-ijmpd
LayoutFile.cpp (135): Desc: Int. Journal of Modern Physics D
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: ws-ijmpd.cls
TextClass.cpp (280): Reading textclass: [layouts/ijmpd.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[ws-ijmpd,amsmath.sty,amssymb.sty,rotating.sty]{article (IJMPD)}'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Textclass definition file for ws-ijmpd.cls'
Lexer.cpp (338): Comment read: `35 For publications in the International Journal of Modern Physics D'
Lexer.cpp (338): Comment read: `35 (usually abbreviated as IJMPD).'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Panayotis "PAP" Papasotiriou <papasot at physics.upatras.gr>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Version 1  2002-09-24  -  First version from scratch.'
Lexer.cpp (338): Comment read: `35 Version 2  2003-03-03  -  Updated for LyX 1.3.0.'
Lexer.cpp (338): Comment read: `35 Version 3  2006-04-09  -  Updated for LyX 1.4.0; all environments defined by'
Lexer.cpp (338): Comment read: `35                           ijmpd are now supported by LyX.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 revised for ws-ijmpd.tex : 19-4-07'
Lexer.cpp (338): Comment read: `35 Author: Uwe Stöhr (uwestoehr at web.de)'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
Lexer.cpp (338): Comment read: `35Input stdlists.inc'
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (161): Reading style MarkBoth
Lexer.cpp (737): LongString: `  % protect \markboth against an old bug reintroduced in babel >= 3.8g'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  \let\oldforeign at language\foreign at language'
Lexer.cpp (737): LongString: `  \DeclareRobustCommand{\foreign at language}[1]{%'
Lexer.cpp (737): LongString: `    \lowercase{\oldforeign at language{#1}}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Catchline
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style History
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Keywords
TextClass.cpp (161): Reading style ItemList
TextClass.cpp (161): Reading style RomanList
Counters.cpp (204): Reading new counter remark
TextClass.cpp (161): Reading style Remark
Counters.cpp (204): Reading new counter theorem
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Proof
Counters.cpp (204): Reading new counter corollary
TextClass.cpp (161): Reading style Corollary
Counters.cpp (204): Reading new counter lemma
TextClass.cpp (161): Reading style Lemma
Counters.cpp (204): Reading new counter proposition
TextClass.cpp (161): Reading style Proposition
Counters.cpp (204): Reading new counter prop
TextClass.cpp (161): Reading style Prop
Counters.cpp (204): Reading new counter question
TextClass.cpp (161): Reading style Question
Counters.cpp (204): Reading new counter claim
TextClass.cpp (161): Reading style Claim
Counters.cpp (204): Reading new counter conjecture
TextClass.cpp (161): Reading style Conjecture
Counters.cpp (204): Reading new counter appendix
TextClass.cpp (161): Reading style Appendix
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/ijmpd.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: iopart
LayoutFile.cpp (135): Desc: iopart
LyX: Bad boolean `Institute of Physics (IOP)'. Use "false" or "true" [around line 61 of file ~/.lyx/textclass.lst current token: 'Institute of Physics (IOP)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: iopart.cls,iopams.sty,setstack.sty
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: isprs
LyX: Bad boolean `isprs'. Use "false" or "true" [around line 62 of file ~/.lyx/textclass.lst current token: 'isprs' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Int. Society f. Photogrammetry and Remote Sensing (ISPRS)
Cannot read layout file `'.
Error reading `'
(Check `iopart.cls,iopams.sty,setstack.sty')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: isprs.cls
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `jarticle'. Use "false" or "true" [around line 63 of file ~/.lyx/textclass.lst current token: 'jarticle' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: jarticle
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Japanese Article (jarticle)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: jarticle.cls
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 63 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: jasatex
Cannot read layout file `'.
Error reading `'
(Check `Japanese Article (jarticle)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: jasatex
LayoutFile.cpp (131): Clname: Journal of the Acoustical Society of America (JASA)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `jasatex.cls'. Use "false" or "true" [around line 64 of file ~/.lyx/textclass.lst current token: 'jasatex.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
TextClass.cpp (280): Reading textclass: [layouts/jasatex.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[jasatex]{article (JASA)}'
Lexer.cpp (338): Comment read: `35 JASATeX textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author: Uwe Stöhr (uwestoehr at web.de)'
Lexer.cpp (737): LongString: `  \setcitestyle{numbers} % use the numbers citation style as required by jasatex'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `EndPreamble'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Affiliation
TextClass.cpp (161): Reading style Alternative Affiliation
TextClass.cpp (161): Reading style Homepage
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Keywords
TextClass.cpp (161): Reading style PACS
TextClass.cpp (161): Reading style Preprint number
TextClass.cpp (161): Reading style Acknowledgments
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/jasatex.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: jbook
LayoutFile.cpp (131): Clname: jbook
LayoutFile.cpp (135): Desc: Japanese Book (jbook)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: jbook.cls
TextClass.cpp (280): Reading textclass: [layouts/jbook.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[jbook]{book (Japanese)}'
Lexer.cpp (338): Comment read: `35 Japanese book textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Koji Yokota (yokota at res.otaru-uc.ac.jp)'
Lexer.cpp (338): Comment read: `35 This style provides japanese features '
Lexer.cpp (338): Comment read: `35 Input general definitions'
TextClass.cpp (280): Reading input file: [layouts/book.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{book}'
Lexer.cpp (338): Comment read: `35 Book textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (293): Finished reading input file: [layouts/book.layout]
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/jbook.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Books
LayoutFile.cpp (131): Clname: jgrga
LayoutFile.cpp (135): Desc: aguplus
LyX: Bad boolean `American Geophysical Union (AGUPLUS JGR)'. Use "false" or "true" [around line 66 of file ~/.lyx/textclass.lst current token: 'American Geophysical Union (AGUPLUS JGR)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Books')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: jgrga.sty
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: jreport
LyX: Bad boolean `jreport'. Use "false" or "true" [around line 67 of file ~/.lyx/textclass.lst current token: 'jreport' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Japanese Report (jreport)
Cannot read layout file `'.
Error reading `'
(Check `jgrga.sty')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: jreport.cls
LayoutFile.cpp (135): Desc: Reports
LyX: Bad boolean `jsarticle'. Use "false" or "true" [around line 68 of file ~/.lyx/textclass.lst current token: 'jsarticle' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: jsarticle
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Japanese Article (jsarticle)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: jsarticle.cls
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 68 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: jsbook
Cannot read layout file `'.
Error reading `'
(Check `Japanese Article (jsarticle)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: jsbook
LayoutFile.cpp (131): Clname: Japanese Book (jsbook)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `jsbook.cls'. Use "false" or "true" [around line 69 of file ~/.lyx/textclass.lst current token: 'jsbook.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Books
TextClass.cpp (280): Reading textclass: [layouts/jsbook.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{book (Japanese New)}'
Lexer.cpp (338): Comment read: `35 Japanese new book textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Koji Yokota (yokota at res.otaru-uc.ac.jp)'
Lexer.cpp (338): Comment read: `35 This style provides japanese features '
Lexer.cpp (338): Comment read: `35 Input general definitions'
TextClass.cpp (280): Reading input file: [layouts/book.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{book}'
Lexer.cpp (338): Comment read: `35 Book textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (293): Finished reading input file: [layouts/book.layout]
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/jsbook.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: jss
LayoutFile.cpp (131): Clname: jss
LayoutFile.cpp (135): Desc: Journal of Statistical Software (JSS)
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/jss.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this      '
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[jss,ae.sty,color.sty,fancyvrb.sty,hyperref.sty,natbib.sty,upquote.sty]{article (Journal of Statistical Software)}'
Lexer.cpp (338): Comment read: `35 Journal of Statistical Software (JSS) article textclass definition file'
Lexer.cpp (338): Comment read: `35 Author: Andreas Karlsson <andreas.karlsson at ltv.se>'
Lexer.cpp (338): Comment read: `35 License: GNU GPL version 2 or later'
Lexer.cpp (338): Comment read: `35 JSS LaTeX files can be downloaded from http://www.jstatsoft.org/downloads/JSSstyle.zip'
Lexer.cpp (338): Comment read: `35 Read the definitions from article.layout'
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
Lexer.cpp (338): Comment read: `35 The commented macro below is enough to prevent Sweave from loading'
Lexer.cpp (338): Comment read: `35 Sweave.sty. This is needed because jss.cls already provides'
Lexer.cpp (338): Comment read: `35 this package's functionality (see bug 7555).'
Lexer.cpp (737): LongString: `    %\usepackage{Sweave}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/jss.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: kluwer
LayoutFile.cpp (135): Desc: kluwer
LyX: Bad boolean `Kluwer'. Use "false" or "true" [around line 71 of file ~/.lyx/textclass.lst current token: 'Kluwer' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: latex8
LyX: Bad boolean `article'. Use "false" or "true" [around line 72 of file ~/.lyx/textclass.lst current token: 'article' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Latex8 Article (Obsolete)
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: latex8.sty
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `letter'. Use "false" or "true" [around line 73 of file ~/.lyx/textclass.lst current token: 'letter' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: letter
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Letter (Standard Class)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Letters'. Use "false" or "true" [around line 73 of file ~/.lyx/textclass.lst current token: 'Letters' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: lettre
Cannot read layout file `'.
Error reading `'
(Check `Letter (Standard Class)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: lettre
LayoutFile.cpp (131): Clname: French Letter (lettre)
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 74 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Letters
TextClass.cpp (280): Reading textclass: [layouts/lettre.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35    \DeclareLaTeXClass{letter (lettre)}'
Lexer.cpp (338): Comment read: `35 French Letter textclass definition file. '
Lexer.cpp (338): Comment read: `35 Author : Alain Castera <castera at in2p3.fr>'
Lexer.cpp (338): Comment read: `35 Modifies only some things from letter.layout'
Lexer.cpp (338): Comment read: `35 to use the lettre.cls class from Denis Megevand'
Lexer.cpp (338): Comment read: `35 (almost) nothing regarding fax, only letter'
Lexer.cpp (338): Comment read: `35---------------'
Lexer.cpp (338): Comment read: `35 rev 1; A. Castera :'
Lexer.cpp (338): Comment read: `35 A lot of LateX code added to avoid being bored by'
Lexer.cpp (338): Comment read: `35 the imposed command order of the class letter (see comments)'
Lexer.cpp (338): Comment read: `35---------------'
Lexer.cpp (338): Comment read: `35rev 2; A. Castera :'
Lexer.cpp (338): Comment read: `35 further more LaTeX code to make tth happy'
Lexer.cpp (338): Comment read: `35 with the class.(Following a request on '
Lexer.cpp (338): Comment read: `35 such kind of thing from lyx-users at lists.lyx.org)'
Lexer.cpp (338): Comment read: `35---------------'
Lexer.cpp (338): Comment read: `35 rev.3; J.-P. Chretien oct 2010'
Lexer.cpp (338): Comment read: `35 general update and review for inclusion in lyx-1.6.8'
Lexer.cpp (338): Comment read: `35  - remove tth stuff'
Lexer.cpp (338): Comment read: `35  - english named styles (translated in fr.po)'
Lexer.cpp (338): Comment read: `35  - margins set to dynamic to ensure alignment of line headings'
Lexer.cpp (338): Comment read: `35  - categories'
Lexer.cpp (338): Comment read: `35  - ordering control left at the beginning (any other way ?)'
Lexer.cpp (338): Comment read: `35(pre)declarations (just to impose some order on the menus)'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (161): Reading style My Address
TextClass.cpp (161): Reading style Location
TextClass.cpp (161): Reading style Telephone
TextClass.cpp (161): Reading style NoTelephone
TextClass.cpp (161): Reading style Fax
TextClass.cpp (161): Reading style NoFax
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style Place
TextClass.cpp (161): Reading style NoPlace
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style NoDate
TextClass.cpp (161): Reading style Send To Address
TextClass.cpp (161): Reading style Subject
TextClass.cpp (161): Reading style YourRef
TextClass.cpp (161): Reading style MyRef
TextClass.cpp (161): Reading style Opening
TextClass.cpp (161): Reading style Closing
TextClass.cpp (161): Reading style Signature
TextClass.cpp (161): Reading style encl
TextClass.cpp (161): Reading style cc
TextClass.cpp (161): Reading style Post Scriptum
TextClass.cpp (161): Reading style EndOfMessage
TextClass.cpp (161): Reading style EndOfFile
Lexer.cpp (338): Comment read: `35 Input general definitions'
TextClass.cpp (280): Reading input file: [layouts/letter.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{letter}'
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdletter.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Letter textclass definition file.'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (161): Reading style My Address
TextClass.cpp (161): Reading style Send To Address
TextClass.cpp (161): Reading style Opening
TextClass.cpp (161): Reading style Signature
TextClass.cpp (161): Reading style Closing
TextClass.cpp (161): Reading style cc
TextClass.cpp (161): Reading style encl
TextClass.cpp (161): Reading style Location
TextClass.cpp (161): Reading style Telephone
TextClass.cpp (293): Finished reading input file: [layouts/stdletter.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (293): Finished reading input file: [layouts/letter.layout]
Lexer.cpp (737): LongString: `%% A lot of newif '
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `%% to allow reorder commands and output them when needed only'
Lexer.cpp (737): LongString: ` \newif\ifneedsendletter  % we started a letter'
Lexer.cpp (737): LongString: ` \newif\ifneedsendfax             % we started a fax'
Lexer.cpp (737): LongString: ` \newif\ifmonaddressused  % sender address specified'
Lexer.cpp (737): LongString: ` \newif\ifmonlieuused             % city'
Lexer.cpp (737): LongString: ` \newif\ifmonlocationused % sender extra info (office, etc..)'
Lexer.cpp (737): LongString: ` \newif\ifmontelephoneused        % sender phone # specified'
Lexer.cpp (737): LongString: ` \newif\ifmonfaxused              % sender fax # specified'
Lexer.cpp (737): LongString: ` \newif\ifmonemailused            % sender email address specified'
Lexer.cpp (737): LongString: ` \newif\iflyxsigp         % first of up to 3 signatures'
Lexer.cpp (737): LongString: ` \newif\iflyxsigs         % second signature'
Lexer.cpp (737): LongString: ` \newif\iflyxsigt         % third one'
Lexer.cpp (737): LongString: ` \newif\ifpsneeded                % post-scriptum'
Lexer.cpp (737): LongString: ` \newif\ifccneeded                % carbon copy to somebody'
Lexer.cpp (737): LongString: ` \newif\ifencneeded               % encluded items'
Lexer.cpp (737): LongString: `   '
Lexer.cpp (737): LongString: `%% Sometimes you don't want a closing ("formule de politesse"),'
Lexer.cpp (737): LongString: `%% but the package still needs it. Use a void macro instead of a newif'
Lexer.cpp (737): LongString: ` \newcommand{\Lyclose}{}'
Lexer.cpp (737): LongString: `%% '
Lexer.cpp (737): LongString: `'
Lexer.cpp (737): LongString: `%% here is the real stuff : ouput the commands in the "proper" order'
Lexer.cpp (737): LongString: ` \newcommand{\findemessage}'
Lexer.cpp (737): LongString: `  { '
Lexer.cpp (737): LongString: `    \ifneedsendletter %% did we start a letter ?'
Lexer.cpp (737): LongString: `      \iflyxsigp \signature{\Lysigp} \else \name{} \fi'
Lexer.cpp (737): LongString: `      \iflyxsigs \secondsignature{\Lysigs} \fi'
Lexer.cpp (737): LongString: `      \iflyxsigt \thirdsignature{\Lysigt} \fi     '
Lexer.cpp (737): LongString: `      \lyxsigpfalse'
Lexer.cpp (737): LongString: `      \lyxsigsfalse'
Lexer.cpp (737): LongString: `      \lyxsigtfalse'
Lexer.cpp (737): LongString: `      \closing{\Lyclose}'
Lexer.cpp (737): LongString: `      \ifpsneeded \ps{P.S. : }{\Lyps} \psneededfalse \fi'
Lexer.cpp (737): LongString: `      \ifccneeded \cc{\Lycc} \ccneededfalse \fi'
Lexer.cpp (737): LongString: `      \ifencneeded \encl{\Lyenc} \encneededfalse \fi'
Lexer.cpp (737): LongString: `      \end{letter}'
Lexer.cpp (737): LongString: `      \needsendletterfalse %% done with letter'
Lexer.cpp (737): LongString: `    \fi           % if needSendLetter'
Lexer.cpp (737): LongString: `      \ifneedsendfax \end{telefax} %% nothing provided yet for telefax !'
Lexer.cpp (737): LongString: `      \needsendfaxfalse '
Lexer.cpp (737): LongString: `    \fi           % if needSendFax'
Lexer.cpp (737): LongString: `  }       %findemessage'
Lexer.cpp (737): LongString: `'
Lexer.cpp (737): LongString: `% to get the specified pagesize '
Lexer.cpp (737): LongString: `% (workaround for an a4paper/lettre problem in pdf mode)'
Lexer.cpp (737): LongString: `\@ifpackageloaded{ifpdf}{}{\usepackage{ifpdf}}'
Lexer.cpp (737): LongString: `\ifpdf\input pdftexconfig.tex\fi'
Lexer.cpp (737): LongString: `'
Lexer.cpp (737): LongString: `EndPreamble'
Lexer.cpp (338): Comment read: `35 My Address style used to specify sender name and coordinates'
TextClass.cpp (161): Reading style My Address
Lexer.cpp (737): LongString: `   \newcommand{\MyAddress}[1]{ % will save the info for future use'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `  \monaddressusedtrue'
Lexer.cpp (737): LongString: `  \providecommand{\lyaddress}{\address{#1}}'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 City name style'
TextClass.cpp (161): Reading style Place
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\Myplace}[1]{   % will save the info for future use'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \monlieuusedtrue'
Lexer.cpp (737): LongString: `  \providecommand{\lylieu}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lylieu}{\lieu{#1}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35suppress City indication'
TextClass.cpp (161): Reading style NoPlace
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\MyNoPlace}{'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \monlieuusedtrue'
Lexer.cpp (737): LongString: `  \providecommand{\lylieu}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lylieu}{\nolieu{}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 date Style'
TextClass.cpp (161): Reading style Date
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35suppress date indication'
TextClass.cpp (161): Reading style NoDate
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 location (i.e. office, department ...)'
TextClass.cpp (161): Reading style Location
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\MyLocation}[1]{ % will save the info for future use'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \monlocationusedtrue'
Lexer.cpp (737): LongString: `  \providecommand{\lylocation}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lylocation}{\location{#1}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 telephone Style'
TextClass.cpp (161): Reading style Telephone
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `    \newcommand{\MyTelephone}[1]{ % will save the info for future use'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `        \montelephoneusedtrue'
Lexer.cpp (737): LongString: `        \providecommand{\lytelephone}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lytelephone}{\telephone{#1}}'
Lexer.cpp (737): LongString: `       }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35suppress telephone indication'
TextClass.cpp (161): Reading style NoTelephone
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\MyNoTelephone}{'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \montelephoneusedtrue'
Lexer.cpp (737): LongString: `        \providecommand{\lytelephone}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lytelephone}{\notelephone{}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 telefax Style'
TextClass.cpp (161): Reading style Fax
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\MyFax}[1]{ % will save the info for future use'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \monfaxusedtrue'
Lexer.cpp (737): LongString: `        \providecommand{\lyfax}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lyfax}{\fax{#1}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35suppress fax indication'
TextClass.cpp (161): Reading style NoFax
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\MyNoFax}{'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \monfaxusedtrue'
Lexer.cpp (737): LongString: `        \providecommand{\lyfax}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lyfax}{\nofax{}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 Email Style'
TextClass.cpp (161): Reading style Email
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `   \newcommand{\MyEmail}[1]{ % will save the info for future use'
Lexer.cpp (749): Prefix = `   '
Lexer.cpp (737): LongString: `        \monemailusedtrue'
Lexer.cpp (737): LongString: `        \providecommand{\lyemail}{\relax}'
Lexer.cpp (737): LongString: `        \renewcommand{\lyemail}{\email{#1}}'
Lexer.cpp (737): LongString: `        }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 Subject Style'
TextClass.cpp (161): Reading style Subject
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 YourRef Style'
TextClass.cpp (161): Reading style YourRef
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 MyRef Style'
TextClass.cpp (161): Reading style MyRef
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style Send To Address
Lexer.cpp (737): LongString: `  \newcommand{\lettre}[1] { %% organized as expected by the package'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `    \findemessage   %% if we already started a letter or a fax'
Lexer.cpp (737): LongString: `    \begin{letter}{#1} %% now the new one'
Lexer.cpp (737): LongString: `    \ifmonaddressused'
Lexer.cpp (737): LongString: `    \lyaddress{}'
Lexer.cpp (737): LongString: `    \fi'
Lexer.cpp (737): LongString: `          \ifmonlocationused'
Lexer.cpp (737): LongString: `          \lylocation{}'
Lexer.cpp (737): LongString: `          \fi'
Lexer.cpp (737): LongString: `    \ifmonlieuused'
Lexer.cpp (737): LongString: `    \lylieu{}'
Lexer.cpp (737): LongString: `    \fi'
Lexer.cpp (737): LongString: `          \ifmontelephoneused'
Lexer.cpp (737): LongString: `          \lytelephone{}'
Lexer.cpp (737): LongString: `          \fi'
Lexer.cpp (737): LongString: `          \ifmonfaxused'
Lexer.cpp (737): LongString: `          \lyfax{}'
Lexer.cpp (737): LongString: `          \fi'
Lexer.cpp (737): LongString: `          \ifmonemailused'
Lexer.cpp (737): LongString: `          \lyemail{}'
Lexer.cpp (737): LongString: `          \fi'
Lexer.cpp (737): LongString: `    \needsendlettertrue'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35As a temporary(?) trick the last(only?) letter of the file must be processed'
Lexer.cpp (338): Comment read: `35 and to allow changing sender address, location,etc.. in between 2 letters'
TextClass.cpp (161): Reading style EndOfMessage
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style EndOfFile
Lexer.cpp (338): Comment read: `35 Opening style definition (Accroche)'
TextClass.cpp (161): Reading style Opening
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (338): Comment read: `35 Closing style definition (FormuleDePolitesse, Salutations)'
TextClass.cpp (161): Reading style Closing
Lexer.cpp (737): LongString: `    \newcommand{\lyxclose}[1]{\renewcommand{\Lyclose}{#1}}'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 Signature style definition'
TextClass.cpp (161): Reading style Signature
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `      %% automatic assignment of signatures'
Lexer.cpp (749): Prefix = `      '
Lexer.cpp (737): LongString: `      %% there is only 1 Signature style, but multiple latex commands'
Lexer.cpp (737): LongString: `       \newcommand{\lyxsig}[1]{'
Lexer.cpp (737): LongString: `         \iflyxsigs %% the second sig. exists, so this one is the third'
Lexer.cpp (737): LongString: `           \providecommand{\Lysigt}{\relax}'
Lexer.cpp (737): LongString: `           \renewcommand{\Lysigt}{#1}'
Lexer.cpp (737): LongString: `           \lyxsigttrue'
Lexer.cpp (737): LongString: `          \else                   %% if lyxsigs exist'
Lexer.cpp (737): LongString: `            \iflyxsigp            %% the second one'
Lexer.cpp (737): LongString: `              \providecommand{\Lysigs}{\relax}'
Lexer.cpp (737): LongString: `              \renewcommand{\Lysigs}{#1}'
Lexer.cpp (737): LongString: `              \lyxsigstrue'
Lexer.cpp (737): LongString: `             \else                %% the first one'
Lexer.cpp (737): LongString: `               \providecommand{\Lysigp}{\relax}'
Lexer.cpp (737): LongString: `               \renewcommand{\Lysigp}{#1}'
Lexer.cpp (737): LongString: `               \lyxsigptrue'
Lexer.cpp (737): LongString: `             \fi          %% if lyxsidp exist'
Lexer.cpp (737): LongString: `          \fi                     %% if lyxsigs exist'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 encl style definition (Ci-joint)'
TextClass.cpp (161): Reading style encl
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `    \newcommand{\lyxenc}[1]{'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `   \providecommand{\Lyenc}{\relax}'
Lexer.cpp (737): LongString: `   \renewcommand{\Lyenc}{#1} '
Lexer.cpp (737): LongString: `   \encneededtrue'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35Carbon Copy'
TextClass.cpp (161): Reading style cc
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `    \newcommand{\lyxcc}[1]{'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `         \providecommand{\Lycc}{\relax}'
Lexer.cpp (737): LongString: `   \renewcommand{\Lycc}{#1} '
Lexer.cpp (737): LongString: `   \ccneededtrue'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35Post Scriptum'
TextClass.cpp (161): Reading style Post Scriptum
Lexer.cpp (338): Comment read: `35 label font definition'
Lexer.cpp (737): LongString: `    \newcommand{\lyxps}[1]{'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `   \providecommand{\Lyps}{\relax}'
Lexer.cpp (737): LongString: `   \renewcommand{\Lyps}{#1} '
Lexer.cpp (737): LongString: `   \psneededtrue'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (766): Minimum TocLevel is -1000, maximum is -1000
TextClass.cpp (293): Finished reading textclass: [layouts/lettre.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: llncs
LayoutFile.cpp (131): Clname: llncs
LayoutFile.cpp (135): Desc: Lecture Notes in Comp. Science (LNCS)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: llncs.cls
TextClass.cpp (280): Reading textclass: [layouts/llncs.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[llncs,aliascnt.sty,multicol.sty]{article (Springer LNCS)}'
Lexer.cpp (338): Comment read: `35 llncs (article) textclass definition file.'
Lexer.cpp (338): Comment read: `35 --------'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modified and enhanced by serveral developers.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 --------'
Lexer.cpp (338): Comment read: `35 Based on ejour2.layout.'
Lexer.cpp (338): Comment read: `35 ejour2 made originally by Martin Vermeer based on article.layout.'
Lexer.cpp (338): Comment read: `35 Modified for LyX 12 by Jean-Marc Lasgouttes and MV.'
TextClass.cpp (161): Reading style Standard
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (204): Reading new counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
Lexer.cpp (338): Comment read: `35 Now define the starred versions from the normal ones.'
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
Lexer.cpp (338): Comment read: `35 Some standard things'
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Subtitle
TextClass.cpp (161): Reading style Running LaTeX Title
TextClass.cpp (161): Reading style TOC Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Author Running
TextClass.cpp (161): Reading style TOC Author
TextClass.cpp (161): Reading style Institute
TextClass.cpp (161): Reading style Email
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (338): Comment read: `35 Mathematics-like definitions:'
TextClass.cpp (161): Reading style Case
TextClass.cpp (161): Reading style Claim
TextClass.cpp (161): Reading style Conjecture
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Definition
TextClass.cpp (161): Reading style Example
TextClass.cpp (161): Reading style Exercise
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Note
TextClass.cpp (161): Reading style Problem
TextClass.cpp (161): Reading style Proof
TextClass.cpp (161): Reading style Property
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (161): Reading style Question
TextClass.cpp (161): Reading style Remark
TextClass.cpp (161): Reading style Solution
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/theorems-refprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Reference prefixes for theorem environments'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style Lemma
TextClass.cpp (161): Reading style Proposition
TextClass.cpp (293): Finished reading input file: [layouts/theorems-refprefix.inc]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/llncs.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: ltugboat
LayoutFile.cpp (135): Desc: ltugboat
LyX: Bad boolean `TUGboat'. Use "false" or "true" [around line 76 of file ~/.lyx/textclass.lst current token: 'TUGboat' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: memoir
LyX: Bad boolean `memoir'. Use "false" or "true" [around line 77 of file ~/.lyx/textclass.lst current token: 'memoir' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Memoir
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Books
LyX: Bad boolean `moderncv'. Use "false" or "true" [around line 78 of file ~/.lyx/textclass.lst current token: 'moderncv' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: moderncv
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Modern CV
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Curricula Vitae'. Use "false" or "true" [around line 78 of file ~/.lyx/textclass.lst current token: 'Curricula Vitae' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: mwart
Cannot read layout file `'.
Error reading `'
(Check `Modern CV')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: mwart
LayoutFile.cpp (131): Clname: Polish Article (MW Bundle)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `mwart.cls'. Use "false" or "true" [around line 79 of file ~/.lyx/textclass.lst current token: 'mwart.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
TextClass.cpp (280): Reading textclass: [layouts/mwart.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[mwart]{article (Polish version by M.W.)}'
Lexer.cpp (338): Comment read: `35 mwart textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Tomasz Łuczak <tlu at technodat.com.pl>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/mwart.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: mwbk
LayoutFile.cpp (131): Clname: mwbk
LayoutFile.cpp (135): Desc: Polish Book (MW Bundle)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: mwbk.cls
TextClass.cpp (280): Reading textclass: [layouts/mwbk.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[mwbk]{book (Polish version by M.W.)}'
Lexer.cpp (338): Comment read: `35 mwbk textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Tomasz Łuczak <tlu at technodat.com.pl>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/mwbk.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Books
LayoutFile.cpp (131): Clname: mwrep
LayoutFile.cpp (135): Desc: mwrep
LyX: Bad boolean `Polish Report (MW Bundle)'. Use "false" or "true" [around line 81 of file ~/.lyx/textclass.lst current token: 'Polish Report (MW Bundle)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Books')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: mwrep.cls
LayoutFile.cpp (131): Clname: Reports
LayoutFile.cpp (135): Desc: paper
LyX: Bad boolean `paper'. Use "false" or "true" [around line 82 of file ~/.lyx/textclass.lst current token: 'paper' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Paper (Standard Class)
Cannot read layout file `'.
Error reading `'
(Check `mwrep.cls')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `powerdot'. Use "false" or "true" [around line 83 of file ~/.lyx/textclass.lst current token: 'powerdot' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: powerdot
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Powerdot
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Presentations'. Use "false" or "true" [around line 83 of file ~/.lyx/textclass.lst current token: 'Presentations' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: recipebook
Cannot read layout file `'.
Error reading `'
(Check `Powerdot')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: scrbook
LayoutFile.cpp (131): Clname: Recipe Book
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 84 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Books
TextClass.cpp (280): Reading textclass: [layouts/scrbook.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{book (KOMA-Script)}'
Lexer.cpp (338): Comment read: `35 KOMA scrbook textclass definition file.'
Lexer.cpp (338): Comment read: `35 Bernd Rellermeyer <100.41728 at germanynet.de>, 1998/7/11.'
TextClass.cpp (280): Reading input file: [layouts/scrclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 KOMA script textclass definition file.'
Lexer.cpp (338): Comment read: `35 Base definitions for the KOMA script layouts.'
Lexer.cpp (338): Comment read: `35 Bernd Rellermeyer <100.41728 at germanynet.de>, 1998/7/23.'
Lexer.cpp (338): Comment read: `35 Update for Koma Script Release >=2.8q'
Lexer.cpp (338): Comment read: `35 Juergen Spitzmueller <j.spitzmueller at gmx.de>, 2003/2/08.'
Lexer.cpp (338): Comment read: `35 Mapped List to Labeling'
Lexer.cpp (338): Comment read: `35 Guenter Milde <milde users.berlios.de>, 2009-02-02'
Lexer.cpp (338): Comment read: `35 Labeling is now used also in non-KOMA classes'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-indent: 2em;'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (161): Reading style Description
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35 overwrite the preamble code definition'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (161): Reading style Addpart
TextClass.cpp (161): Reading style Addchap
TextClass.cpp (161): Reading style Addsec
TextClass.cpp (161): Reading style Addchap*
TextClass.cpp (161): Reading style Addsec*
TextClass.cpp (161): Reading style Minisec
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Subtitle
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Subject
TextClass.cpp (161): Reading style Publishers
TextClass.cpp (161): Reading style Dedication
TextClass.cpp (161): Reading style Titlehead
TextClass.cpp (161): Reading style Uppertitleback
TextClass.cpp (161): Reading style Lowertitleback
TextClass.cpp (161): Reading style Extratitle
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (161): Reading style Captionabove
TextClass.cpp (161): Reading style Captionbelow
TextClass.cpp (161): Reading style Dictum
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (293): Finished reading input file: [layouts/scrclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/scrbook.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: report
LayoutFile.cpp (131): Clname: report
LayoutFile.cpp (135): Desc: Report (Standard Class)
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/report.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{report}'
Lexer.cpp (338): Comment read: `35 Report textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/report.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Reports
LayoutFile.cpp (131): Clname: revtex4-1
LayoutFile.cpp (135): Desc: revtex4-1
LyX: Bad boolean `REVTeX (V. 4.1)'. Use "false" or "true" [around line 86 of file ~/.lyx/textclass.lst current token: 'REVTeX (V. 4.1)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Reports')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: revtex4
LyX: Bad boolean `revtex4'. Use "false" or "true" [around line 87 of file ~/.lyx/textclass.lst current token: 'revtex4' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: REVTeX (V. 4)
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `revtex'. Use "false" or "true" [around line 88 of file ~/.lyx/textclass.lst current token: 'revtex' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: revtex
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: REVTeX (Obsolete Version)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: revtex.sty
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 88 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: scrartcl
Cannot read layout file `'.
Error reading `'
(Check `REVTeX (Obsolete Version)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: scrartcl
LayoutFile.cpp (131): Clname: KOMA-Script Article
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 89 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
TextClass.cpp (280): Reading textclass: [layouts/scrartcl.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article (KOMA-Script)}'
Lexer.cpp (338): Comment read: `35 KOMA scrartcl textclass definition file.'
Lexer.cpp (338): Comment read: `35 Bernd Rellermeyer <100.41728 at germanynet.de>, 1998/7/11.'
TextClass.cpp (280): Reading input file: [layouts/scrclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 KOMA script textclass definition file.'
Lexer.cpp (338): Comment read: `35 Base definitions for the KOMA script layouts.'
Lexer.cpp (338): Comment read: `35 Bernd Rellermeyer <100.41728 at germanynet.de>, 1998/7/23.'
Lexer.cpp (338): Comment read: `35 Update for Koma Script Release >=2.8q'
Lexer.cpp (338): Comment read: `35 Juergen Spitzmueller <j.spitzmueller at gmx.de>, 2003/2/08.'
Lexer.cpp (338): Comment read: `35 Mapped List to Labeling'
Lexer.cpp (338): Comment read: `35 Guenter Milde <milde users.berlios.de>, 2009-02-02'
Lexer.cpp (338): Comment read: `35 Labeling is now used also in non-KOMA classes'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-indent: 2em;'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (161): Reading style Description
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35 overwrite the preamble code definition'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (161): Reading style Addpart
TextClass.cpp (161): Reading style Addchap
TextClass.cpp (161): Reading style Addsec
TextClass.cpp (161): Reading style Addchap*
TextClass.cpp (161): Reading style Addsec*
TextClass.cpp (161): Reading style Minisec
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Subtitle
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Subject
TextClass.cpp (161): Reading style Publishers
TextClass.cpp (161): Reading style Dedication
TextClass.cpp (161): Reading style Titlehead
TextClass.cpp (161): Reading style Uppertitleback
TextClass.cpp (161): Reading style Lowertitleback
TextClass.cpp (161): Reading style Extratitle
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (161): Reading style Captionabove
TextClass.cpp (161): Reading style Captionbelow
TextClass.cpp (161): Reading style Dictum
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (293): Finished reading input file: [layouts/scrclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/scrartcl.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: scrarticle-beamer
LayoutFile.cpp (131): Clname: scrartcl
LayoutFile.cpp (135): Desc: Beamer Article (KOMA-Script)
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/scrarticle-beamer.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[scrartcl,beamerarticle.sty,keyval.sty,pgf.sty]{article (koma + beamer)}'
Lexer.cpp (338): Comment read: `35 Author : Jürgen Spitzmüller <j.spitzmueller at gmx.de>'
Lexer.cpp (338): Comment read: `35 Includes'
TextClass.cpp (280): Reading input file: [layouts/beamer.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[beamer,amssymb.sty,hyperref.sty,pgf.sty,xcolor.sty,xxcolor.sty]{presentation (beamer)}'
Lexer.cpp (338): Comment read: `35 Author : Till Tantau <tantau at users.sourceforge.net>'
Lexer.cpp (338): Comment read: `35 $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $'
Lexer.cpp (338): Comment read: `35 Includes'
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
Lexer.cpp (338): Comment read: `35 General textclass parameters'
Lexer.cpp (338): Comment read: `35 Standard style definition'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 List section'
Lexer.cpp (338): Comment read: `35 Itemize style definition'
TextClass.cpp (161): Reading style Itemize
Lexer.cpp (338): Comment read: `35 Enumerate style definition'
TextClass.cpp (161): Reading style Enumerate
Lexer.cpp (338): Comment read: `35 Description style definition'
TextClass.cpp (161): Reading style Description
Lexer.cpp (338): Comment read: `35 Sectioning section'
Lexer.cpp (338): Comment read: `35 Part style definition'
TextClass.cpp (161): Reading style Part
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Section style definition'
TextClass.cpp (161): Reading style Section
Lexer.cpp (338): Comment read: `35 Section* style definition'
TextClass.cpp (161): Reading style Section*
Lexer.cpp (338): Comment read: `35 Subsection style definition'
TextClass.cpp (161): Reading style Subsection
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Subsection* style definition'
TextClass.cpp (161): Reading style Subsection*
Lexer.cpp (338): Comment read: `35 Subsubsection style definition'
TextClass.cpp (161): Reading style Subsubsection
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Subsubsection* style definition'
TextClass.cpp (161): Reading style Subsubsection*
Lexer.cpp (338): Comment read: `35 Frame control definition'
TextClass.cpp (161): Reading style BeginFrame
Lexer.cpp (737): LongString: `    \long\def\lyxframe#1{\@lyxframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxframe{\@ifnextchar<{\@@lyxframe}{\@@lyxframe<*>}}%'
Lexer.cpp (737): LongString: `    \def\@@lyxframe<#1>{\@ifnextchar[{\@@@lyxframe<#1>}{\@@@lyxframe<#1>[]}}'
Lexer.cpp (737): LongString: `    \def\@@@lyxframe<#1>[{\@ifnextchar<{\@@@@@lyxframe<#1>[}{\@@@@lyxframe<#1>[<*>][}}'
Lexer.cpp (737): LongString: `    \def\@@@@@lyxframe<#1>[#2]{\@ifnextchar[{\@@@@lyxframe<#1>[#2]}{\@@@@lyxframe<#1>[#2][]}}'
Lexer.cpp (737): LongString: `    \long\def\@@@@lyxframe<#1>[#2][#3]#4\@lyxframestop#5\lyxframeend{%'
Lexer.cpp (737): LongString: `      \frame<#1>[#2][#3]{\frametitle{#4}#5}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style BeginPlainFrame
Lexer.cpp (737): LongString: `    \long\def\lyxplainframe#1{\@lyxplainframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxplainframe{\@ifnextchar<{\@@lyxplainframe}{\@@lyxplainframe<*>}}%'
Lexer.cpp (737): LongString: `    \long\def\@@lyxplainframe<#1>#2\@lyxframestop#3\lyxframeend{%'
Lexer.cpp (737): LongString: `      \frame<#1>[plain]{\frametitle{#2}#3}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style AgainFrame
Lexer.cpp (737): LongString: `    \long\def\lyxagainframe#1{\@lyxagainframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxagainframe{\@ifnextchar<{\@@lyxagainframe}{\@@lyxagainframe<*>}}%'
Lexer.cpp (737): LongString: `    \def\@@lyxagainframe<#1>{\@ifnextchar[{\@@@lyxagainframe<#1>}{\@@@lyxagainframe<#1>[]}}'
Lexer.cpp (737): LongString: `    \long\def\@@@lyxagainframe<#1>[#2]#3\@lyxframestop{%'
Lexer.cpp (737): LongString: `      \againframe<#1>[#2]{#3}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style EndFrame
Lexer.cpp (737): LongString: `    \def\lyxframeend{} % In case there is a superfluous frame end'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 Frame decoration section'
TextClass.cpp (161): Reading style FrameSubtitle
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Column
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Columns
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style ColumnsCenterAligned
Lexer.cpp (737): LongString: `  \newenvironment{centercolumns}{\begin{columns}[c]}{\end{columns}}'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style ColumnsTopAligned
Lexer.cpp (737): LongString: `  \newenvironment{topcolumns}{\begin{columns}[t]}{\end{columns}}'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 font & label font definition'
Lexer.cpp (338): Comment read: `35 Frame progression section'
TextClass.cpp (161): Reading style Pause
TextClass.cpp (161): Reading style Overprint
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style OverlayArea
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style Uncover
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style Only
Lexer.cpp (338): Comment read: `35 font & label font definition'
Lexer.cpp (338): Comment read: `35 Blocks section'
TextClass.cpp (161): Reading style Block
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style ExampleBlock
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style AlertBlock
Lexer.cpp (338): Comment read: `35 font & label font definition'
Lexer.cpp (338): Comment read: `35 Title slide data section'
Lexer.cpp (338): Comment read: `35 Title style definition'
TextClass.cpp (161): Reading style Title
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Title (Plain Frame)
Lexer.cpp (737): LongString: `     % plain title style, override default'
Lexer.cpp (749): Prefix = `     '
Lexer.cpp (737): LongString: `     \renewcommand\makebeamertitle{\frame[plain]{\maketitle}}%'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Subtitle
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Author style definition'
TextClass.cpp (161): Reading style Author
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style Institute
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Date style definition'
TextClass.cpp (161): Reading style Date
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Titles & bibliography section'
Lexer.cpp (338): Comment read: `35 Bibliography style definition'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (338): Comment read: `35 label font definition'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style TitleGraphic
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Theorems and such section'
TextClass.cpp (161): Reading style Corollary
Lexer.cpp (338): Comment read: `35 font & label font definition'
TextClass.cpp (161): Reading style Definition
TextClass.cpp (161): Reading style Definitions
TextClass.cpp (161): Reading style Example
TextClass.cpp (161): Reading style Examples
TextClass.cpp (161): Reading style Fact
TextClass.cpp (161): Reading style Proof
TextClass.cpp (161): Reading style Theorem
Lexer.cpp (338): Comment read: `35 Misc. section'
Lexer.cpp (338): Comment read: `35 Separator style definition'
TextClass.cpp (161): Reading style Separator
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (338): Comment read: `35 define the environment lyxcode'
Lexer.cpp (737): LongString: `  \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `    {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `      \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `      \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `      \raggedright'
Lexer.cpp (737): LongString: `      \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `      \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `      \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `     \def\{{\char`\{}'
Lexer.cpp (737): LongString: `     \def\}{\char`\}}'
Lexer.cpp (737): LongString: `     \def\textasciitilde{\char`\~}'
Lexer.cpp (737): LongString: `     \item[]}'
Lexer.cpp (737): LongString: `    {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (338): Comment read: `35 standard font definition'
TextClass.cpp (161): Reading style NoteItem
Lexer.cpp (338): Comment read: `35 standard font definition'
Lexer.cpp (338): Comment read: `35 Input lyxmacros.inc'
Lexer.cpp (338): Comment read: `35 Charstyles:'
Lexer.cpp (338): Comment read: `35 to give users the choice of a title frame with and without'
Lexer.cpp (338): Comment read: `35 head-/footline, we define our own maketitle command'
Lexer.cpp (737): LongString: `  % this default might be overridden by plain title style'
Lexer.cpp (749): Prefix = `  '
Lexer.cpp (737): LongString: `  \newcommand\makebeamertitle{\frame{\maketitle}}%'
Lexer.cpp (737): LongString: `  \AtBeginDocument{'
Lexer.cpp (737): LongString: `    \let\origtableofcontents=\tableofcontents'
Lexer.cpp (737): LongString: `    \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}'
Lexer.cpp (737): LongString: `    \def\gobbletableofcontents#1{\origtableofcontents}'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (280): Reading input file: [layouts/theorems-refprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Reference prefixes for theorem environments'
TextClass.cpp (161): Reading style Theorem
TextClass.cpp (161): Reading style Corollary
TextClass.cpp (161): Reading style 
TextClass.cpp (161): Reading style 
TextClass.cpp (293): Finished reading input file: [layouts/theorems-refprefix.inc]
TextClass.cpp (293): Finished reading input file: [layouts/beamer.layout]
Lexer.cpp (338): Comment read: `35 override settings inherited from beamer.layout'
Lexer.cpp (737): LongString: `  \usepackage{beamerarticle,pgf}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  % this default might be overridden by plain title style'
Lexer.cpp (737): LongString: `  \newcommand\makebeamertitle{\frame{\maketitle}}%'
Lexer.cpp (737): LongString: `  \AtBeginDocument{'
Lexer.cpp (737): LongString: `          \let\origtableofcontents=\tableofcontents'
Lexer.cpp (737): LongString: `          \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}'
Lexer.cpp (737): LongString: `          \def\gobbletableofcontents#1{\origtableofcontents}'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `EndPreamble'
Lexer.cpp (338): Comment read: `35 Frame control definition'
TextClass.cpp (161): Reading style BeginFrame
Lexer.cpp (338): Comment read: `35 This redefinition is needed to make beamerarticle work'
Lexer.cpp (737): LongString: `    \long\def\lyxframe#1{\@lyxframe#1\@lyxframestop}%'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `    \def\@lyxframe{\@ifnextchar<{\@@lyxframe}{\@@lyxframe<*>}}%'
Lexer.cpp (737): LongString: `    \def\@@lyxframe<#1>{\@ifnextchar[{\@@@lyxframe<#1>}{\@@@lyxframe<#1>[]}}'
Lexer.cpp (737): LongString: `    \def\@@@lyxframe<#1>[{\@ifnextchar<{\@@@@@lyxframe<#1>[}{\@@@@lyxframe<#1>[<*>][}}'
Lexer.cpp (737): LongString: `    \def\@@@@@lyxframe<#1>[#2]{\@ifnextchar[{\@@@@lyxframe<#1>[#2]}{\@@@@lyxframe<#1>[#2][]}}'
Lexer.cpp (737): LongString: `    \long\def\@@@@lyxframe<#1>[#2][#3]#4\@lyxframestop#5\lyxframeend{%'
Lexer.cpp (737): LongString: `      \frame<#1>[#3]{\frametitle{#4}#5}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 4
TextClass.cpp (293): Finished reading textclass: [layouts/scrarticle-beamer.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: scrbook
LayoutFile.cpp (135): Desc: scrbook
LyX: Bad boolean `KOMA-Script Book'. Use "false" or "true" [around line 91 of file ~/.lyx/textclass.lst current token: 'KOMA-Script Book' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Books
LayoutFile.cpp (135): Desc: scrlettr
LyX: Bad boolean `scrlettr'. Use "false" or "true" [around line 92 of file ~/.lyx/textclass.lst current token: 'scrlettr' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: KOMA-Script Letter (V. 1, Obsolete)
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: scrlettr.cls
LayoutFile.cpp (135): Desc: Letters
LyX: Bad boolean `scrlttr2'. Use "false" or "true" [around line 93 of file ~/.lyx/textclass.lst current token: 'scrlttr2' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: scrlttr2
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: KOMA-Script Letter (V. 2)
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Letters'. Use "false" or "true" [around line 93 of file ~/.lyx/textclass.lst current token: 'Letters' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: scrreprt
Cannot read layout file `'.
Error reading `'
(Check `KOMA-Script Letter (V. 2)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: scrreprt
LayoutFile.cpp (131): Clname: KOMA-Script Report
LayoutFile.cpp (135): Desc: true
LyX: Bad boolean `'. Use "false" or "true" [around line 94 of file ~/.lyx/textclass.lst current token: '' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Reports
TextClass.cpp (280): Reading textclass: [layouts/scrreprt.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{report (KOMA-Script)}'
Lexer.cpp (338): Comment read: `35 KOMA scrreprt textclass definition file.'
Lexer.cpp (338): Comment read: `35 Bernd Rellermeyer <100.41728 at germanynet.de>, 1998/7/11.'
TextClass.cpp (280): Reading input file: [layouts/scrclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 KOMA script textclass definition file.'
Lexer.cpp (338): Comment read: `35 Base definitions for the KOMA script layouts.'
Lexer.cpp (338): Comment read: `35 Bernd Rellermeyer <100.41728 at germanynet.de>, 1998/7/23.'
Lexer.cpp (338): Comment read: `35 Update for Koma Script Release >=2.8q'
Lexer.cpp (338): Comment read: `35 Juergen Spitzmueller <j.spitzmueller at gmx.de>, 2003/2/08.'
Lexer.cpp (338): Comment read: `35 Mapped List to Labeling'
Lexer.cpp (338): Comment read: `35 Guenter Milde <milde users.berlios.de>, 2009-02-02'
Lexer.cpp (338): Comment read: `35 Labeling is now used also in non-KOMA classes'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-indent: 2em;'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (161): Reading style Description
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35 overwrite the preamble code definition'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (161): Reading style Addpart
TextClass.cpp (161): Reading style Addchap
TextClass.cpp (161): Reading style Addsec
TextClass.cpp (161): Reading style Addchap*
TextClass.cpp (161): Reading style Addsec*
TextClass.cpp (161): Reading style Minisec
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Subtitle
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (161): Reading style Subject
TextClass.cpp (161): Reading style Publishers
TextClass.cpp (161): Reading style Dedication
TextClass.cpp (161): Reading style Titlehead
TextClass.cpp (161): Reading style Uppertitleback
TextClass.cpp (161): Reading style Lowertitleback
TextClass.cpp (161): Reading style Extratitle
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (161): Reading style Abstract
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (161): Reading style Captionabove
TextClass.cpp (161): Reading style Captionbelow
TextClass.cpp (161): Reading style Dictum
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (293): Finished reading input file: [layouts/scrclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/scrreprt.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: seminar
LayoutFile.cpp (131): Clname: seminar
LayoutFile.cpp (135): Desc: Seminar
LayoutFile.cpp (139): Avail: 1
LayoutFile.cpp (143): Prereq: 
TextClass.cpp (280): Reading textclass: [layouts/seminar.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[seminar,sem-page.sty]{transparencies (seminar)}'
Lexer.cpp (338): Comment read: `35 Versions:'
Lexer.cpp (338): Comment read: `35   1.0 Initial attemt at makeing a LyX layout file for the seminar class.'
Lexer.cpp (338): Comment read: `35       Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35   1.1 08-04-2002 Günter Milde <milde users.sf.net>'
Lexer.cpp (338): Comment read: `35   1.2 11-12-2002 Günter Milde (copying some stuff from L. G. Bjønnes'
Lexer.cpp (338): Comment read: `35                                version in LyX 1.3)'
Lexer.cpp (338): Comment read: `35   1.3 2007-09-18 Günter Milde (adapted to LyX 1.5)'
Lexer.cpp (338): Comment read: `35   1.4 2008-10-08 Günter Milde (use --Separator-- "look")'
Lexer.cpp (338): Comment read: `35   1.5 2011-06-09 Günter Milde (Use Flex insets)'
Lexer.cpp (338): Comment read: `35 Input general definitions: (seminar is based on the article class)'
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
Lexer.cpp (338): Comment read: `35 Note: \slideheading is only defined when the option slidesec is present'
TextClass.cpp (161): Reading style SlideHeading
Lexer.cpp (338): Comment read: `35 Note: \slidesubheading is only defined when the option slidesec is present'
TextClass.cpp (161): Reading style SlideSubHeading
Lexer.cpp (338): Comment read: `35 Compatibility definitions for old documents'
Lexer.cpp (338): Comment read: `35 -------------------------------------------'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 It is recommended to use the custom insets instead of paragraph styles.'
TextClass.cpp (161): Reading style LandscapeSlide
TextClass.cpp (161): Reading style Slide
TextClass.cpp (161): Reading style PortraitSlide
TextClass.cpp (161): Reading style Slide*
Lexer.cpp (338): Comment read: `35 EndOfSlide was a dummy style whose main purpose is to separate subsequent'
Lexer.cpp (338): Comment read: `35 Slide environments. Nowadays lyx has the special --Separator-- style as'
Lexer.cpp (338): Comment read: `35 workaround:'
TextClass.cpp (161): Reading style EndOfSlide
TextClass.cpp (161): Reading style ListOfSlides
Lexer.cpp (338): Comment read: `35      BottomSep               0'
TextClass.cpp (161): Reading style SlideContents
TextClass.cpp (161): Reading style ProgressContents
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/seminar.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Presentations
LayoutFile.cpp (131): Clname: siamltex
LayoutFile.cpp (135): Desc: siamltex
LyX: Bad boolean `Society for Industrial and Applied Mathematics (SIAM)'. Use "false" or "true" [around line 96 of file ~/.lyx/textclass.lst current token: 'Society for Industrial and Applied Mathematics (SIAM)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Presentations')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: siamltex.cls
LayoutFile.cpp (131): Clname: Articles
LayoutFile.cpp (135): Desc: sigplanconf
LyX: Bad boolean `sigplanconf'. Use "false" or "true" [around line 97 of file ~/.lyx/textclass.lst current token: 'sigplanconf' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: ACM SIGPLAN
Cannot read layout file `'.
Error reading `'
(Check `siamltex.cls')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: sigplanconf.cls
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `simplecv'. Use "false" or "true" [around line 98 of file ~/.lyx/textclass.lst current token: 'simplecv' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: simplecv
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Simple CV
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Curricula Vitae'. Use "false" or "true" [around line 98 of file ~/.lyx/textclass.lst current token: 'Curricula Vitae' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: singlecol-new
Cannot read layout file `'.
Error reading `'
(Check `Simple CV')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: singlecol-new
LayoutFile.cpp (131): Clname: Inderscience 9.5 x 6.5 Journals
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `singlecol-new.cls'. Use "false" or "true" [around line 99 of file ~/.lyx/textclass.lst current token: 'singlecol-new.cls' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
TextClass.cpp (280): Reading textclass: [layouts/singlecol-new.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this      '
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[singlecol-new,amsmath.sty,amssymb.sty,bm.sty,calc.sty,color.sty,dcolumn.sty,endnotes.sty,epsf.sty,lastpage.sty,latexsym.sty,leqno.sty,theorem.sty]{article (Inderscience 9.5 x 6.5 journals)}'
Lexer.cpp (338): Comment read: `35 Layout file for journals with single column published by Inderscience'
Lexer.cpp (338): Comment read: `35 Publishers Ltd.'
Lexer.cpp (338): Comment read: `35 TeX templates are found at http://www.inderscience.com/mapper.php?id=64'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Read the definitions from article.layout'
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/singlecol-new.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: singlecol
LayoutFile.cpp (131): Clname: singlecol
LayoutFile.cpp (135): Desc: Inderscience Journals (Obsolete Version)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: singlecol.cls
TextClass.cpp (280): Reading textclass: [layouts/singlecol.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this      '
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[singlecol, natbib.sty]{article (Inderscience, obsolete version)}'
Lexer.cpp (338): Comment read: `35 Read the definitions from article.layout'
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/singlecol.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: slides
LayoutFile.cpp (135): Desc: slides
LyX: Bad boolean `Slides'. Use "false" or "true" [around line 101 of file ~/.lyx/textclass.lst current token: 'Slides' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: true
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: 
LayoutFile.cpp (131): Clname: Presentations
LayoutFile.cpp (135): Desc: spie
LyX: Bad boolean `spie'. Use "false" or "true" [around line 102 of file ~/.lyx/textclass.lst current token: 'spie' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: SPIE Proceedings
Cannot read layout file `'.
Error reading `'
(Check `')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Articles
LyX: Bad boolean `svglobal3'. Use "false" or "true" [around line 103 of file ~/.lyx/textclass.lst current token: 'svglobal3' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: svjour3
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Springer SV Global (V. 3)
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: svjour3.cls,svglov3.clo
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 103 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: svglobal
Cannot read layout file `'.
Error reading `'
(Check `Springer SV Global (V. 3)')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: svjour
LayoutFile.cpp (131): Clname: Springer SV Global (Obsolete Version)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `svjour.cls,svglobal.clo'. Use "false" or "true" [around line 104 of file ~/.lyx/textclass.lst current token: 'svjour.cls,svglobal.clo' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
Cannot read layout file `'.
Error reading `'
(Check `svjour')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: svjog
LayoutFile.cpp (131): Clname: svjour
LayoutFile.cpp (135): Desc: Springer SV Jour/Jog
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: svjour.cls,svjog.clo
TextClass.cpp (280): Reading textclass: [layouts/svjog.layout]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[svjour,svjog.clo,natbib.sty]{article (Springer svjour/jog)}'
Lexer.cpp (338): Comment read: `35 svjour/jog (article) textclass definition file.'
Lexer.cpp (338): Comment read: `35 for Springer Verlag Journal of Geodesy.'
Lexer.cpp (338): Comment read: `35 --------'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modified and enhanced by serveral developers.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 --------'
Lexer.cpp (338): Comment read: `35 ejour2 made originally by Martin Vermeer based on article.layout.'
Lexer.cpp (338): Comment read: `35 Modified for LyX 12 by Jean-Marc Lasgouttes and MV.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Adapted to svjour/jog (new 1999 Springer LaTeX2e classes) by'
Lexer.cpp (338): Comment read: `35 MV in 2000.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 General textclass parameters'
Lexer.cpp (338): Comment read: `35 (jog) ?'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 see www.springer.de/author/tex/help-journals.html for class files'
LyX: Could not find input file: svjour.inc [around line 26 of file [layouts/svjog.layout] current token: 'svjour.inc' context: '']
TextClass.cpp (293): Finished reading textclass: [layouts/svjog.layout]
Error reading `[layouts/svjog.layout]'
(Check `svjog')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Articles
LayoutFile.cpp (131): Clname: svmono
LayoutFile.cpp (135): Desc: svmono
LyX: Bad boolean `Springer SV Mono'. Use "false" or "true" [around line 106 of file ~/.lyx/textclass.lst current token: 'Springer SV Mono' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Articles')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: svmono.cls
LayoutFile.cpp (131): Clname: Books
LayoutFile.cpp (135): Desc: svmult
LyX: Bad boolean `svmult'. Use "false" or "true" [around line 107 of file ~/.lyx/textclass.lst current token: 'svmult' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Springer SV Mult
Cannot read layout file `'.
Error reading `'
(Check `svmono.cls')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: false
LayoutFile.cpp (131): Clname: svmult.cls
LayoutFile.cpp (135): Desc: Books
LyX: Bad boolean `svprobth'. Use "false" or "true" [around line 108 of file ~/.lyx/textclass.lst current token: 'svprobth' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: svjour
Cannot read layout file `'.
Error reading `'
(Check `false')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Springer SV Jour/PTRF
LayoutFile.cpp (131): Clname: false
LayoutFile.cpp (135): Desc: svjour.cls,svprobth.clo
LyX: Bad boolean `Articles'. Use "false" or "true" [around line 108 of file ~/.lyx/textclass.lst current token: 'Articles' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: tarticle
Cannot read layout file `'.
Error reading `'
(Check `Springer SV Jour/PTRF')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: tarticle
LayoutFile.cpp (131): Clname: Japanese Article (Vertical Writing)
LayoutFile.cpp (135): Desc: false
LyX: Bad boolean `tarticle.cls,plext.sty'. Use "false" or "true" [around line 109 of file ~/.lyx/textclass.lst current token: 'tarticle.cls,plext.sty' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Articles
TextClass.cpp (280): Reading textclass: [layouts/tarticle.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[tarticle,plext.sty]{article (Japanese in vertical writing)}'
Lexer.cpp (338): Comment read: `35 Definition file of Japanese article textclass for vertical writing.'
Lexer.cpp (338): Comment read: `35 Author : Koji Yokota (yokota at res.otaru-uc.ac.jp)'
Lexer.cpp (338): Comment read: `35 This style provides japanese features '
Lexer.cpp (338): Comment read: `35 Input general definitions'
TextClass.cpp (280): Reading input file: [layouts/article.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{article}'
Lexer.cpp (338): Comment read: `35 Article textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Part*
TextClass.cpp (293): Finished reading input file: [layouts/article.layout]
TextClass.cpp (766): Minimum TocLevel is 0, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/tarticle.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: tbook
LayoutFile.cpp (131): Clname: tbook
LayoutFile.cpp (135): Desc: Japanese Book (Vertical Writing)
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: tbook.cls,plext.sty
TextClass.cpp (280): Reading textclass: [layouts/tbook.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass[tbook,plext.sty]{book (Japanese in vertical writing)}'
Lexer.cpp (338): Comment read: `35 Definition file of Japanese book textclass for vertical writing.'
Lexer.cpp (338): Comment read: `35 Author : Koji Yokota (yokota at res.otaru-uc.ac.jp)'
Lexer.cpp (338): Comment read: `35 This style provides japanese features '
Lexer.cpp (338): Comment read: `35 Input general definitions'
TextClass.cpp (280): Reading input file: [layouts/book.layout]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35% Do not delete the line below; configure depends on this'
Lexer.cpp (338): Comment read: `35  \DeclareLaTeXClass{book}'
Lexer.cpp (338): Comment read: `35 Book textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by serveral developers.'
TextClass.cpp (280): Reading input file: [layouts/stdclass.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This is a base layout which is designed to be included from other'
Lexer.cpp (338): Comment read: `35 ``standard'' layouts, like article and friends.'
Lexer.cpp (338): Comment read: `35 This is just to show how to declare the default font.'
Lexer.cpp (338): Comment read: `35 The defaults are exactly those shown here.'
TextClass.cpp (161): Reading style Standard
Lexer.cpp (338): Comment read: `35 FIXME This ought to be set dynamically.'
Lexer.cpp (737): LongString: `          div.standard {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-bottom: 2ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35Input stdcharstyles.inc'
Lexer.cpp (338): Comment read: `35Input stdcustom.inc'
TextClass.cpp (280): Reading input file: [layouts/stdfloats.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the floats that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
TextClass.cpp (293): Finished reading input file: [layouts/stdfloats.inc]
TextClass.cpp (280): Reading input file: [layouts/stdcounters.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : Lars Gullik Bjønnes <larsbj at lyx.org>'
Lexer.cpp (338): Comment read: `35 This include file contains all the counters that are defined as standard'
Lexer.cpp (338): Comment read: `35 in most LyX layouts.'
Counters.cpp (204): Reading new counter part
Counters.cpp (204): Reading new counter chapter
Counters.cpp (204): Reading new counter section
Counters.cpp (204): Reading new counter subsection
Counters.cpp (204): Reading new counter subsubsection
Counters.cpp (204): Reading new counter paragraph
Counters.cpp (204): Reading new counter subparagraph
Counters.cpp (204): Reading new counter enumi
Counters.cpp (204): Reading new counter enumii
Counters.cpp (204): Reading new counter enumiii
Counters.cpp (204): Reading new counter enumiv
Counters.cpp (204): Reading new counter bibitem
Counters.cpp (204): Reading new counter listing
Counters.cpp (204): Reading new counter equation
Counters.cpp (204): Reading new counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/stdcounters.inc]
TextClass.cpp (280): Reading input file: [layouts/stdinsets.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Textclass definition file for LaTeX.'
Lexer.cpp (338): Comment read: `35 Author : Martin vermeer <martin.vermeer at hut.fi>'
Lexer.cpp (338): Comment read: `35 Inset layouts definition'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Detailled format description is available in the customization manual'
Lexer.cpp (737): LongString: `          div.marginal {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `                  background-color: #F0F0F0;'
Lexer.cpp (737): LongString: `                  float:right;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.foot_label {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  vertical-align: super;'
Lexer.cpp (737): LongString: `                  font-size: smaller;'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `                  text-decoration: underline;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot {'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  font-weight: medium;'
Lexer.cpp (737): LongString: `                  font-family: serif;'
Lexer.cpp (737): LongString: `                  font-variant: normal;'
Lexer.cpp (737): LongString: `                  font-style: normal;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.foot_inner { display: none; }'
Lexer.cpp (737): LongString: `          div.foot:hover div.foot_inner {'
Lexer.cpp (737): LongString: `                  display: block;'
Lexer.cpp (737): LongString: `                  border: 1px double black;'
Lexer.cpp (737): LongString: `                  margin: 0em 1em;'
Lexer.cpp (737): LongString: `                  padding: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    div.note_comment {'
Lexer.cpp (749): Prefix = `    '
Lexer.cpp (737): LongString: `      display: none;'
Lexer.cpp (737): LongString: `    }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (338): Comment read: `35 FIXME HTML Need CSS'
Lexer.cpp (737): LongString: `          div.note_greyedout {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  display: inline;'
Lexer.cpp (737): LongString: `                  color: #A0A0A0;'
Lexer.cpp (737): LongString: `                  padding-left: 1ex;'
Lexer.cpp (737): LongString: `                  padding-right: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Frameless { margin: 1em; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shaded {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  background-color: gray;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Boxed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Framed {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: solid thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: groove medium black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Ovalbox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: ridge thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.Doublebox {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: double thick black;'
Lexer.cpp (737): LongString: `                  padding: 0.5ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.wrap {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  float: right;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          span.info { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\menuitem}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.menu { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcut { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `    \providecommand{\shortcut}[1]{\textsf{#1}}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          span.shortcuts { font-family: sans-serif; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
Lexer.cpp (737): LongString: `          div.float-caption {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  text-align: center;'
Lexer.cpp (737): LongString: `                  border: 2px solid black;'
Lexer.cpp (737): LongString: `                  padding: 1ex;'
Lexer.cpp (737): LongString: `                  margin: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdinsets.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlists.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists.'
TextClass.cpp (280): Reading input file: [layouts/stdlyxlist.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 The special "LyXList". Separated out for inclusion where the'
Lexer.cpp (338): Comment read: `35 whole of stdlist.inc is not needed.'
TextClass.cpp (161): Reading style Labeling
Lexer.cpp (338): Comment read: `35define the environment lyxlist'
Lexer.cpp (737): LongString: `          \newenvironment{lyxlist}[1]'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\begin{list}{}'
Lexer.cpp (737): LongString: `                          {\settowidth{\labelwidth}{#1}'
Lexer.cpp (737): LongString: `                           \setlength{\leftmargin}{\labelwidth}'
Lexer.cpp (737): LongString: `                           \addtolength{\leftmargin}{\labelsep}'
Lexer.cpp (737): LongString: `                           \renewcommand{\makelabel}[1]{##1\hfil}}}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
Lexer.cpp (737): LongString: `          ol.lyxlist {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  list-style-type: none;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          li.labeling_item {'
Lexer.cpp (737): LongString: `                  text-indent: -5em;'
Lexer.cpp (737): LongString: `                  margin-left: 5em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.lyxlist {'
Lexer.cpp (737): LongString: `                  margin-right: 1em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdlyxlist.inc]
TextClass.cpp (161): Reading style Itemize
TextClass.cpp (161): Reading style Enumerate
TextClass.cpp (161): Reading style Description
Lexer.cpp (737): LongString: `          dl.description dt { font-weight: bold; }'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style List
TextClass.cpp (293): Finished reading input file: [layouts/stdlists.inc]
TextClass.cpp (280): Reading input file: [layouts/stdsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all numbered sectionning-related'
Lexer.cpp (338): Comment read: `35 commands that are useful for article-like document classes, but not'
Lexer.cpp (338): Comment read: `35 for letters.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (280): Reading input file: [layouts/stdrefprefix.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard RefPrefix definitions. '
Lexer.cpp (338): Comment read: `35 This defines the label prefixes for use with refstyle.sty.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Note that this file is included in stdsections.inc, which is included'
Lexer.cpp (338): Comment read: `35 in stdclass.inc, so any file that includes either of these will get'
Lexer.cpp (338): Comment read: `35 the standard RefPrefix definitions.'
TextClass.cpp (161): Reading style Part
TextClass.cpp (161): Reading style Chapter
TextClass.cpp (161): Reading style Section
TextClass.cpp (161): Reading style Subsection
TextClass.cpp (161): Reading style Subsubsection
TextClass.cpp (161): Reading style Paragraph
TextClass.cpp (161): Reading style Subparagraph
TextClass.cpp (293): Finished reading input file: [layouts/stdrefprefix.inc]
TextClass.cpp (280): Reading input file: [layouts/numarticle.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for an article-like numbering.'
Lexer.cpp (338): Comment read: `35 appendix applies to sections.'
Counters.cpp (200): Reading existing counter section
TextClass.cpp (293): Finished reading input file: [layouts/numarticle.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstarsections.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains all non numbered versions of the'
Lexer.cpp (338): Comment read: `35 sectioning-related commands that are useful for article-like'
Lexer.cpp (338): Comment read: `35 document classes, but not for letters. It should be Input after'
Lexer.cpp (338): Comment read: `35 modifying the style of the regular sectioning layouts.'
TextClass.cpp (161): Reading style Part*
TextClass.cpp (161): Reading style Chapter*
TextClass.cpp (161): Reading style Section*
TextClass.cpp (161): Reading style Subsection*
TextClass.cpp (161): Reading style Subsubsection*
TextClass.cpp (161): Reading style Paragraph*
TextClass.cpp (161): Reading style Subparagraph*
TextClass.cpp (293): Finished reading input file: [layouts/stdstarsections.inc]
TextClass.cpp (280): Reading input file: [layouts/stdtitle.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Split from stdstruct.inc by Hartmut Goebel <hartmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the title area'
Lexer.cpp (338): Comment read: `35 a document, like title, author and such.'
Lexer.cpp (338): Comment read: `35 CSS for the TOC'
Lexer.cpp (737): LongString: `<style type="text/css">'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `  div.toc {'
Lexer.cpp (737): LongString: `          margin: 2em 0em;'
Lexer.cpp (737): LongString: `          border-style: solid;'
Lexer.cpp (737): LongString: `          border-width: 2px 0px;'
Lexer.cpp (737): LongString: `          padding: 1em 0em;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.tochead { font-size: x-large; font-weight: bold; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-0 {'
Lexer.cpp (737): LongString: `          margin: 2em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: xx-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-1 {'
Lexer.cpp (737): LongString: `          margin: 1em 0em 0em 0em;'
Lexer.cpp (737): LongString: `          font-size: x-large;'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-2 {'
Lexer.cpp (737): LongString: `          margin: 0em 0em 0em 1em;'
Lexer.cpp (737): LongString: `          font-size: large;'
Lexer.cpp (737): LongString: `          font-weight: normal;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }'
Lexer.cpp (737): LongString: `  a.tocentry {'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: black;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocentry:visited { color: black; }'
Lexer.cpp (737): LongString: `  a.tocarrow {'
Lexer.cpp (737): LongString: `          font-weight: bold;'
Lexer.cpp (737): LongString: `          text-decoration: none;'
Lexer.cpp (737): LongString: `          color: #909090;'
Lexer.cpp (737): LongString: `  }'
Lexer.cpp (737): LongString: `  a.tocarrow:visited { color: #C0C0C0; }'
Lexer.cpp (737): LongString: `</style>'
Lexer.cpp (737): LongString: `EndPreamble'
TextClass.cpp (161): Reading style Title
TextClass.cpp (161): Reading style Author
TextClass.cpp (161): Reading style Date
TextClass.cpp (293): Finished reading input file: [layouts/stdtitle.inc]
TextClass.cpp (280): Reading input file: [layouts/stdstruct.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut at noris.net>'
Lexer.cpp (338): Comment read: `35 This include files contains all layouts that handle the structure of'
Lexer.cpp (338): Comment read: `35 a document, like abstract, bibliography and such.'
TextClass.cpp (161): Reading style Abstract
Lexer.cpp (737): LongString: `          div.abstract {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin: 4ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_item {'
Lexer.cpp (737): LongString: `                  font-size: small;'
Lexer.cpp (737): LongString: `                  padding-top: 1ex;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          div.abstract_label {'
Lexer.cpp (737): LongString: `                  font-weight: bold;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (161): Reading style Bibliography
Lexer.cpp (737): LongString: `          div.bibliography {'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  margin-left: 2em;'
Lexer.cpp (737): LongString: `                  text-indent: -2em;'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:before { content: "["; }'
Lexer.cpp (737): LongString: `          span.bibitemlabel:after { content: "] "; }'
Lexer.cpp (737): LongString: `  EndHTMLStyle'
TextClass.cpp (293): Finished reading input file: [layouts/stdstruct.inc]
TextClass.cpp (280): Reading input file: [layouts/lyxmacros.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This file contains some special LyX environments that are used by'
Lexer.cpp (338): Comment read: `35 all environment classes. Some of these are a bit peculiar and might'
Lexer.cpp (338): Comment read: `35 be removed later.'
TextClass.cpp (161): Reading style LyX-Code
Lexer.cpp (737): LongString: `          \newenvironment{lyxcode}'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  {\par\begin{list}{}{'
Lexer.cpp (737): LongString: `                          \setlength{\rightmargin}{\leftmargin}'
Lexer.cpp (737): LongString: `                          \setlength{\listparindent}{0pt}% needed for AMS classes'
Lexer.cpp (737): LongString: `                          \raggedright'
Lexer.cpp (737): LongString: `                          \setlength{\itemsep}{0pt}'
Lexer.cpp (737): LongString: `                          \setlength{\parsep}{0pt}'
Lexer.cpp (737): LongString: `                          \normalfont\ttfamily}%'
Lexer.cpp (737): LongString: `                   \item[]}'
Lexer.cpp (737): LongString: `                  {\end{list}}'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedright #1'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \noindent\par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (161): Reading style Right Address
Lexer.cpp (737): LongString: `          \newcommand{\lyxrightaddress}[1]{'
Lexer.cpp (749): Prefix = `'
Lexer.cpp (737): LongString: `                  \par {\raggedleft \begin{tabular}{l}\ignorespaces'
Lexer.cpp (737): LongString: `                  #1'
Lexer.cpp (737): LongString: `                  \end{tabular}'
Lexer.cpp (737): LongString: `                  \vspace{1.4em}'
Lexer.cpp (737): LongString: `                  \par}'
Lexer.cpp (737): LongString: `          }'
Lexer.cpp (737): LongString: `  EndPreamble'
TextClass.cpp (293): Finished reading input file: [layouts/lyxmacros.inc]
TextClass.cpp (280): Reading input file: [layouts/stdlayouts.inc]
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard textclass definition file. Taken from initial LyX source code'
Lexer.cpp (338): Comment read: `35 Author : Matthias Ettrich <ettrich at informatik.uni-tuebingen.de>'
Lexer.cpp (338): Comment read: `35 Transposed by Pascal André <andre at via.ecp.fr>'
Lexer.cpp (338): Comment read: `35 Heavily modifed and enhanced by several developers.'
Lexer.cpp (338): Comment read: `35 This include files contains various standard environments for lists,'
Lexer.cpp (338): Comment read: `35 quotations and such.'
TextClass.cpp (161): Reading style Quotation
TextClass.cpp (161): Reading style Quote
TextClass.cpp (161): Reading style Verse
Lexer.cpp (338): Comment read: `35 LaTeX type is first dynamic because of LaTeX implementation.'
Lexer.cpp (338): Comment read: `35 In LyX this does not make sense.'
TextClass.cpp (161): Reading style --Separator--
TextClass.cpp (293): Finished reading input file: [layouts/stdlayouts.inc]
TextClass.cpp (280): Reading input file: [layouts/stdciteformats.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Standard formats for citations.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Author: Richard Heck <rgheck at comcast.net>'
Lexer.cpp (338): Comment read: `35 translatable bits'
Lexer.cpp (338): Comment read: `35 macros'
TextClass.cpp (293): Finished reading input file: [layouts/stdciteformats.inc]
TextClass.cpp (293): Finished reading input file: [layouts/stdclass.inc]
TextClass.cpp (280): Reading input file: [layouts/numreport.inc]
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 Author : André Pönitz'
Lexer.cpp (338): Comment read: `35 This include file contains label definitions for a report-like numbering.'
TextClass.cpp (161): Reading style Part
Counters.cpp (200): Reading existing counter chapter
Counters.cpp (200): Reading existing counter section
Counters.cpp (200): Reading existing counter listing
Counters.cpp (200): Reading existing counter footnote
TextClass.cpp (293): Finished reading input file: [layouts/numreport.inc]
TextClass.cpp (161): Reading style Bibliography
TextClass.cpp (293): Finished reading input file: [layouts/book.layout]
TextClass.cpp (766): Minimum TocLevel is -1, maximum is 5
TextClass.cpp (293): Finished reading textclass: [layouts/tbook.layout]
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Books
LayoutFile.cpp (131): Clname: treport
LayoutFile.cpp (135): Desc: treport
LyX: Bad boolean `Japanese Report (Vertical Writing)'. Use "false" or "true" [around line 111 of file ~/.lyx/textclass.lst current token: 'Japanese Report (Vertical Writing)' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: false
Cannot read layout file `'.
Error reading `'
(Check `Books')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: treport.cls,plext.sty
LayoutFile.cpp (131): Clname: Reports
LayoutFile.cpp (135): Desc: tufte-book
LyX: Bad boolean `tufte-book'. Use "false" or "true" [around line 112 of file ~/.lyx/textclass.lst current token: 'tufte-book' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: Tufte Book
Cannot read layout file `'.
Error reading `'
(Check `treport.cls,plext.sty')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: true
LayoutFile.cpp (131): Clname: 
LayoutFile.cpp (135): Desc: Books
LyX: Bad boolean `tufte-handout'. Use "false" or "true" [around line 113 of file ~/.lyx/textclass.lst current token: 'tufte-handout' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (143): Prereq: tufte-handout
Cannot read layout file `'.
Error reading `'
(Check `true')
Check your installation and try Options/Reconfigure...
LayoutFile.cpp (120):   line by line
LayoutFile.cpp (127): Fname: Tufte Handout
LayoutFile.cpp (131): Clname: true
LayoutFile.cpp (135): Desc: 
LyX: Bad boolean `Handouts'. Use "false" or "true" [around line 113 of file ~/.lyx/textclass.lst current token: 'Handouts' context: '']
LayoutFile.cpp (139): Avail: 0
LayoutFile.cpp (155): End parsing of textclass.lst
ModuleList.cpp (132): Reading modules from `/home/goodrich/.lyx/lyxmodules.lst'
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
ModuleList.cpp (156): Starting parsing of lyxmodules.lst
ModuleList.cpp (158):   line by line
Lexer.cpp (338): Comment read: `35# This file declares modules and their associated definition files.'
Lexer.cpp (338): Comment read: `35# It has been automatically generated by configure'
Lexer.cpp (338): Comment read: `35# Use "Options/Reconfigure" if you need to update it after a'
Lexer.cpp (338): Comment read: `35# configuration change.'
Lexer.cpp (338): Comment read: `35# "ModuleName" "filename" "Description" "Packages" "Requires" "Excludes" "Category"'
ModuleList.cpp (165): Module name: Noweb
ModuleList.cpp (169): Filename: noweb
ModuleList.cpp (173): Description: Allows to use Noweb as a literate programming tool.
ModuleList.cpp (178): Packages: literate->latex,noweb.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: literate
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (Numbered by Type within Chapters)
ModuleList.cpp (169): Filename: theorems-chap-bytype
ModuleList.cpp (173): Description: Defines some theorem environments for use with non-AMS classes. Contrary to the plain Theorem module, the different theorem types provided here each have a separate counter (e.g., theorem 1, theorem 2, lemma 1, proposition 1, theorem 3, lemma 2, ..., as opposed to theorem 1, theorem 2, lemma 3, proposition 4, ...). The numbering is reset at each chapter start.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-bytype|theorems-ams-bytype
ModuleList.cpp (198): Excluded: theorems-std|theorems-ams|theorems-starred|theorems-sec|theorems-sec-bytype
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Natbibapa
ModuleList.cpp (169): Filename: natbibapa
ModuleList.cpp (173): Description: This module adds support for using natbib together with apacite (the bibliography style need not be apacite--it could be apacite, apacitex, or any bibliography that works with both the natbib and apacite packages.)
ModuleList.cpp (178): Packages: natbib.sty,apacite.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Fix cm
ModuleList.cpp (169): Filename: fix-cm
ModuleList.cpp (173): Description: Fix-cm improves the appearance of Computer Modern fonts and makes them available with arbitrary sizes. For details see the documentation of the fix-cm.sty package: http://tug.org/texmf-dist/doc/latex/base/fixltx2e.pdf
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Hanging
ModuleList.cpp (169): Filename: hanging
ModuleList.cpp (173): Description: Adds an environment for hanging paragraphs. Hanging paragraph is a paragraph in which the first line is set to the left margin, but all subsequent lines are indented.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Multiple Columns
ModuleList.cpp (169): Filename: multicol
ModuleList.cpp (173): Description: Adds a custom inset whose content is set with multiple columns (2 by default). See the Additional manual, section 'Multiple Text Columns', for a detailed description of multiple columns.
ModuleList.cpp (178): Packages: multicol.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Custom Paragraph Shapes
ModuleList.cpp (169): Filename: shapepar
ModuleList.cpp (173): Description: Provides several paragraph shapes as well as commands to define custom shapes. For a description see LyX's Additional features manual, section 'Non-standard Paragraph Shapes'.
ModuleList.cpp (178): Packages: shapepar.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Jurabib
ModuleList.cpp (169): Filename: jurabib
ModuleList.cpp (173): Description: Loads the LaTeX package jurabib, a citation engine. Jurabib supports annotations, author-year style citations and hyphenation patterns for bibliography entries in English, German, French, Dutch, Spanish and Italian.
ModuleList.cpp (178): Packages: jurabib.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: basic|natbib
ModuleList.cpp (208): Category: Citation engine
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Braille
ModuleList.cpp (169): Filename: braille
ModuleList.cpp (173): Description: Defines an environment to typeset Braille. For more details see Braille.lyx in examples.
ModuleList.cpp (178): Packages: braille.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Natbib
ModuleList.cpp (169): Filename: natbib
ModuleList.cpp (173): Description: Loads the LaTeX package natbib, a citation engine. Natbib supports both author-year and numerical styles for citations, automatic sorting and merging of numerical citations, annotations, capitalization of the `van' part of author names, shortened and full author lists, and more.
ModuleList.cpp (178): Packages: natbib.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: basic|jurabib
ModuleList.cpp (208): Category: Citation engine
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (AMS)
ModuleList.cpp (169): Filename: theorems-ams
ModuleList.cpp (173): Description: Defines theorem environments and the proof environment using the extended AMS machinery. Both numbered and unnumbered types are provided. By default, the theorems are numbered consecutively throughout the document. This can be changed by loading one of the 'Theorems (Numbered by ...)' modules.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: theorems-std|theorems-starred
ModuleList.cpp (208): Category: theorems
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Initials
ModuleList.cpp (169): Filename: initials
ModuleList.cpp (173): Description: Define a style for paragraphs with an initial. See the EmbeddedObjects manual for a detailed description.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Multilingual Captions
ModuleList.cpp (169): Filename: bicaption
ModuleList.cpp (173): Description: Provides two styles to typeset multilingual captions. For a description see the file MultilingualCaptions.lyx in LyX's examples folder.
ModuleList.cpp (178): Packages: bicaption.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Number Figures by Section
ModuleList.cpp (169): Filename: figs-within-sections
ModuleList.cpp (173): Description: Resets the figure number at section start and prepends the section number to the figure number, as in 'fig. 2.1'.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Sweave
ModuleList.cpp (169): Filename: sweave
ModuleList.cpp (173): Description: Allows to use the statistical language S/R as a literate programming tool via the Sweave() function. For more info see the LyX example file sweave.lyx.
ModuleList.cpp (178): Packages: sweave->latex,fancyvrb.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: lilypond
ModuleList.cpp (208): Category: literate
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Fix LaTeX
ModuleList.cpp (169): Filename: fixltx2e
ModuleList.cpp (173): Description: Loads the LaTeX package fixltx2e which contains some bug fixes for LaTeX. Those fixes are not part of the LaTeX kernel because of backward compatibility. If you use this module your typeset document may look different when you process it with future LaTeX versions, because fixltx2e may provide more bugfixes in future versions.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (Numbered by Section)
ModuleList.cpp (169): Filename: theorems-sec
ModuleList.cpp (173): Description: Numbers theorems and the like by section (i.e., the counter is reset at each section start).
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-std|theorems-ams
ModuleList.cpp (198): Excluded: theorems-chap
ModuleList.cpp (208): Category: theorems
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Default (basic)
ModuleList.cpp (169): Filename: basic
ModuleList.cpp (173): Description: Use the basic citation capabilities provided by plain LaTeX.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: jurabib|natbib
ModuleList.cpp (208): Category: Citation engine
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems
ModuleList.cpp (169): Filename: theorems-std
ModuleList.cpp (173): Description: Defines some theorem environments for use with non-AMS classes. By default, the theorems are numbered consecutively throughout the document. This can be changed by loading one of the 'Theorems (Numbered by ...)' modules.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: theorems-ams|theorems-starred
ModuleList.cpp (208): Category: theorems
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Number Tables by Section
ModuleList.cpp (169): Filename: tabs-within-sections
ModuleList.cpp (173): Description: Resets the table number at section start and prepends the section number to the table number, as in 'Table 2.1'.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (Unnumbered)
ModuleList.cpp (169): Filename: theorems-starred
ModuleList.cpp (173): Description: Defines only unnumbered theorem environments, and the proof environment, using the extended AMS machinery.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: theorems-std|theorems-ams
ModuleList.cpp (208): Category: theorems
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Logical Markup
ModuleList.cpp (169): Filename: logicalmkup
ModuleList.cpp (173): Description: Defines some character styles for logical markup: noun, emph, strong, and code.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: charstyles
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Foot to End
ModuleList.cpp (169): Filename: foottoend
ModuleList.cpp (173): Description: Sets all footnotes as endnotes. You will need to add \theendnotes in TeX-code where you want the endnotes to appear.
ModuleList.cpp (178): Packages: endnotes.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (AMS-Extended)
ModuleList.cpp (169): Filename: theorems-ams-extended
ModuleList.cpp (173): Description: Defines some additional theorem environments for use with the AMS theorems packages. Includes Criterion, Algorithm, Axiom, Condition, Note, Notation, Summary, Acknowledgement, Conclusion, Fact, Assumption, Case, and Question, in both numbered and non-numbered forms.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-ams
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: theorems
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Named Theorems
ModuleList.cpp (169): Filename: theorems-named
ModuleList.cpp (173): Description: Facilitates the use of named theorems. The name of the theorem goes into the 'Short Title' inset.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-ams|theorems-starred
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Algorithm2e
ModuleList.cpp (169): Filename: algorithm2e
ModuleList.cpp (173): Description: Use the algorithm2e package for algorithm floats rather than LyX's home-brewed algorithm floats.
ModuleList.cpp (178): Packages: algorithm2e.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (AMS, Numbered by Type)
ModuleList.cpp (169): Filename: theorems-ams-bytype
ModuleList.cpp (173): Description: Defines theorem environments and the proof environment using the extended AMS machinery. Both numbered and unnumbered types are provided. Contrary to the plain AMS Theorem module, the different theorem types provided here each have a separate counter (e.g., theorem 1, theorem 2, lemma 1, proposition 1, theorem 3, lemma 2, ..., as opposed to theorem 1, theorem 2, lemma 3, proposition 4, ...). The numbering's scope is the whole document. For chapter- and section-wide numbering, use one of the 'within Sections'/'within Chapters' modules, respectively.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: theorems-std|theorems-starred|theorems-ams|theorems-bytype
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Number Equations by Section
ModuleList.cpp (169): Filename: eqs-within-sections
ModuleList.cpp (173): Description: Resets the equation number at section start and prepends the section number to the equation number, as in '(2.1)'.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Rnw (knitr)
ModuleList.cpp (169): Filename: knitr
ModuleList.cpp (173): Description: Uses the knitr package in R for dynamic report generation. This R package has to be installed for this module to work: install.packages('knitr'). Note it depends on R >= 2.14.1. For more info see http://yihui.name/knitr
ModuleList.cpp (178): Packages: knitr->latex
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: lilypond|sweave
ModuleList.cpp (208): Category: literate
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Endnote
ModuleList.cpp (169): Filename: endnotes
ModuleList.cpp (173): Description: Adds an endnote inset, in addition to footnotes. You will need to add \theendnotes in TeX-code where you want the endnotes to appear.
ModuleList.cpp (178): Packages: endnotes.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (Numbered by Chapter)
ModuleList.cpp (169): Filename: theorems-chap
ModuleList.cpp (173): Description: Numbers theorems and the like by chapter (i.e., the counter is reset at each chapter start). Use this module only with document classes that provide a chapter environment.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-std|theorems-ams
ModuleList.cpp (198): Excluded: theorems-sec
ModuleList.cpp (208): Category: theorems
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Risk and Safety Statements
ModuleList.cpp (169): Filename: rsphrase
ModuleList.cpp (173): Description: Provides two insets and one environment to typeset numbers and phrases of chemical risk and safety statements. For a description see the file R-S-statements.lyx in LyX's examples folder.
ModuleList.cpp (178): Packages: rsphrase.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (AMS-Extended, Numbered by Type)
ModuleList.cpp (169): Filename: theorems-ams-extended-bytype
ModuleList.cpp (173): Description: Defines some additional theorem environments for use with the AMS theorems packages. Includes Criterion, Algorithm, Axiom, Condition, Note, Notation, Summary, Acknowledgement, Conclusion, Assumption, and Case, in both numbered and non-numbered forms. Contrary to the plain AMS-Extended module, the different theorem types provided here each have a separate counter (e.g., criterion 1, criterion 2, axiom 1, assumption 1, criterion 3, ..., as opposed to criterion 1, criterion 2, axiom 3, assumption 4, ...).
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-ams-bytype
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: LilyPond Book
ModuleList.cpp (169): Filename: lilypond
ModuleList.cpp (173): Description: This module adds an inset to enter LilyPond code directly into LyX. It will be processed in the output. See the lilypond.lyx example file.
ModuleList.cpp (178): Packages: lilypond-book->latex
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: sweave
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Linguistics
ModuleList.cpp (169): Filename: linguistics
ModuleList.cpp (173): Description: Defines some special environments useful for linguistics (numbered examples, glosses, semantic markup, tableau floats). See linguistics.lyx file in examples.
ModuleList.cpp (178): Packages: covington.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (Numbered by Type)
ModuleList.cpp (169): Filename: theorems-bytype
ModuleList.cpp (173): Description: Defines some theorem environments for use with non-AMS classes. Contrary to the plain Theorem module, the different theorem types provided here each have a separate counter (e.g., theorem 1, theorem 2, lemma 1, proposition 1, theorem 3, lemma 2, ..., as opposed to theorem 1, theorem 2, lemma 3, proposition 4, ...). The numbering's scope is the whole document. For chapter- and section-wide numbering, use one of the 'within Sections'/'within Chapters' modules, respectively.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: theorems-std|theorems-ams|theorems-starred|theorems-ams-bytype
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Customisable Lists (enumitem)
ModuleList.cpp (169): Filename: enumitem
ModuleList.cpp (173): Description: Controls the layout of enumerate, itemize, description, and list/labeling. See section Customized Lists of the User's Guide for a detailed description.
ModuleList.cpp (178): Packages: enumitem.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Minimalistic
ModuleList.cpp (169): Filename: minimalistic
ModuleList.cpp (173): Description: Redefines several insets (Index, Branch, URL) as being Minimalistic.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Custom Header/Footerlines
ModuleList.cpp (169): Filename: customHeadersFooters
ModuleList.cpp (173): Description: Adds environments to define header and footer lines. NOTE: To use this module you must set the 'Headings style' in the menu Document Settings -> Page Layout to 'fancy'!
ModuleList.cpp (178): Packages: fancyhdr.sty
ModuleList.cpp (188): Required: 
ModuleList.cpp (198): Excluded: 
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (165): Module name: Theorems (Numbered by Type within Sections)
ModuleList.cpp (169): Filename: theorems-sec-bytype
ModuleList.cpp (173): Description: Defines some theorem environments for use with non-AMS classes. Contrary to the plain Theorem module, the different theorem types provided here each have a separate counter (e.g., theorem 1, theorem 2, lemma 1, proposition 1, theorem 3, lemma 2, ..., as opposed to theorem 1, theorem 2, lemma 3, proposition 4, ...). The numbering is reset at each section start.
ModuleList.cpp (178): Packages: 
ModuleList.cpp (188): Required: theorems-bytype|theorems-ams-bytype
ModuleList.cpp (198): Excluded: theorems-std|theorems-ams|theorems-starred|theorems-chap|theorems-chap-bytype
ModuleList.cpp (208): Category: 
ModuleList.cpp (158):   line by line
ModuleList.cpp (215): End of parsing of lyxmodules.lst
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file default.def'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Bernhard Roider'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 This is the default command definition file.'
Lexer.cpp (338): Comment read: `35 DO NOT CHANGE THIS DEFAULT COMMAND DEFINITION FILE! It will be replaced'
Lexer.cpp (338): Comment read: `35 with every new install of LyX and your changes will be lost.'
Lexer.cpp (338): Comment read: `35 Instead, customize a copy of this file placed in'
Lexer.cpp (338): Comment read: `35 ~/.lyx/commands/default.def'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Happy tuning!'
Lexer.cpp (338): Comment read: `35'

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/site.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file cua.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35      author Alfredo Braunstein'
Lexer.cpp (338): Comment read: `35      author Lars Gullik Bjønnes'
Lexer.cpp (338): Comment read: `35      author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35      author John Levon'
Lexer.cpp (338): Comment read: `35      author André Pönitz'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 This is the site bind file that defines essential keybindings, and'
Lexer.cpp (338): Comment read: `35 will always be loaded by lyx before other bind files. Package'
Lexer.cpp (338): Comment read: `35 maintainers can customize this file for specific platform.'
Lexer.cpp (338): Comment read: `35 DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced'
Lexer.cpp (338): Comment read: `35 with every new install of LyX and your changes will be lost.'
Lexer.cpp (338): Comment read: `35 '
KeyMap.cpp (68): BIND: Sequence `Right' Action `char-right'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Left' Action `char-left'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Up' Action `up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Down' Action `down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Tab' Action `command-alternatives'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777217, Tab
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Tab' Action `cell-split'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777217, Tab
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `~S-ISO_Left_Tab' Action `cell-backward'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777217, ISO_Left_Tab
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `~S-BackTab' Action `command-alternatives'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777218, BackTab
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Home' Action `line-begin'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `End' Action `line-end'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Prior' Action `screen-up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Next' Action `screen-down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Return' Action `break-paragraph'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777220, Return
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Delete' Action `char-delete-forward'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777223, Delete
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `BackSpace' Action `char-delete-backward'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777219, BackSpace
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Enter' Action `break-paragraph'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777221, KP_Enter
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Right' Action `char-right'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, KP_Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Right' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_Left' Action `char-left'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, KP_Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Left' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_Up' Action `up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, KP_Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Up' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_Down' Action `down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, KP_Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Down' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_Home' Action `line-begin'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, KP_Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Home' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_End' Action `line-end'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, KP_End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'End' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_Prior' Action `screen-up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, KP_Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'PgUp' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `KP_Next' Action `screen-down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, KP_Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'PgDown' is overriding old binding...

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/cua.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file cua.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Asger Alstrup'
Lexer.cpp (338): Comment read: `35 author Lars Gullik Bjønnes'
Lexer.cpp (338): Comment read: `35 author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35 author Angus Leeming'
Lexer.cpp (338): Comment read: `35 author John Levon'
Lexer.cpp (338): Comment read: `35 author Jürgen Spitzmüller'
Lexer.cpp (338): Comment read: `35 author Dekel Tsur'
Lexer.cpp (338): Comment read: `35 author Jürgen Vigna'
Lexer.cpp (338): Comment read: `35 author Andrew Zabolotny'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 This is the CUA (Common User Access) flavour bind file, based on'
Lexer.cpp (338): Comment read: `35 bindings found in the Windows, Mac and Motif world.'
Lexer.cpp (338): Comment read: `35 DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced'
Lexer.cpp (338): Comment read: `35 with every new install of LyX and your changes will be lost.'
Lexer.cpp (338): Comment read: `35 Instead, customize a copy of this file placed in'
Lexer.cpp (338): Comment read: `35 ~/.lyx/bind/cua.bind'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Happy tuning!'
Lexer.cpp (338): Comment read: `35 Free bindings:'
Lexer.cpp (338): Comment read: `35\bind "C-h"'
Lexer.cpp (338): Comment read: `35\bind "C-j"'
Lexer.cpp (338): Comment read: `35##'
KeyMap.cpp (68): BIND: Sequence `C-n' Action `buffer-new'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-N' Action `buffer-new-template'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, N
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-o' Action `file-open'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-w' Action `buffer-close'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-s' Action `buffer-write'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-S' Action `buffer-write-as'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, S
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-p' Action `dialog-show'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-r' Action `buffer-view'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-d' Action `buffer-view'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 'd' for dvi'
KeyMap.cpp (68): BIND: Sequence `C-t' Action `buffer-view'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-r' Action `master-buffer-view'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-t' Action `master-buffer-view'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-d' Action `master-buffer-view'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-R' Action `buffer-update'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, R
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-D' Action `buffer-update'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, D
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 'd' for dvi'
KeyMap.cpp (68): BIND: Sequence `C-S-T' Action `buffer-update'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, T
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-S-t' Action `master-buffer-update'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-S-d' Action `master-buffer-update'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-q' Action `lyx-quit'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Next' Action `buffer-next'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Tab' Action `buffer-next'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777217, Tab
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Tab' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `C-Prior' Action `buffer-previous'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-BackTab' Action `buffer-previous'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777218, BackTab
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-b' Action `font-boldsymbol'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-b' Action `font-bold'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-e' Action `font-emph'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 used below for line-delete-forward'
Lexer.cpp (338): Comment read: `35\bind "C-k"                   "font-noun"             # 'k' for capitals'
KeyMap.cpp (68): BIND: Sequence `C-u' Action `font-underline'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, u
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-P' Action `font-typewriter'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, P
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 'P' for Program'
KeyMap.cpp (68): BIND: Sequence `C-S-O' Action `font-strikeout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, O
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-m' Action `math-mode'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-M' Action `math-display'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, M
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-n' Action `command-sequence'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-f' Action `dialog-show'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-f' Action `dialog-show'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-i' Action `inset-toggle'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 'i' for Inset'
KeyMap.cpp (68): BIND: Sequence `C-c' Action `copy'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-x' Action `cut'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-v' Action `paste'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-v' Action `clipboard-paste'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-v' Action `primary-selection-paste'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-z' Action `undo'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-y' Action `redo'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 89, y
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-Z' Action `redo'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, Z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-a' Action `command-sequence'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 select all'
KeyMap.cpp (68): BIND: Sequence `C-M-a' Action `inset-select-all'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-E' Action `changes-track'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, E
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 it's what MS Word uses'
KeyMap.cpp (68): BIND: Sequence `~S-M-quotedbl' Action `quote-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 34, quotedbl
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `~S-C-quotedbl' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 34, quotedbl
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-minus' Action `specialchar-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, minus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-underscore' Action `math-macro-fold'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 95, underscore
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-minus' Action `specialchar-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, minus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-S-Right' Action `depth-increment'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-S-Left' Action `depth-decrement'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-L' Action `specialchar-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-slash' Action `specialchar-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 47, slash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-l' Action `ert-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 'l' for LaTeX'
KeyMap.cpp (68): BIND: Sequence `C-S-I' Action `info-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, I
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35bind "F1"                     "help"                  # Not yet implemented!'
Lexer.cpp (338): Comment read: `35bind "C-F1"                   "help-context"          # Not yet implemented!'
KeyMap.cpp (68): BIND: Sequence `F2' Action `buffer-write'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777265, F2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `F3' Action `word-find'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777266, F3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-F4' Action `buffer-close'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777267, F4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-F4' Action `lyx-quit'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777267, F4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `F5' Action `screen-recenter'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777268, F5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-Up' Action `scroll'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-Down' Action `scroll'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-Prior' Action `scroll'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-Next' Action `scroll'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-F6' Action `buffer-next'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777269, F6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-F6' Action `buffer-previous'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777269, F6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `F7' Action `dialog-show'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777270, F7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-F7' Action `thesaurus-entry'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777270, F7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-x' Action `command-execute'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-o' Action `dialog-show'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `F11' Action `ui-toggle'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777274, F11
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-equal' Action `buffer-zoom-in'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 61, equal
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-plus' Action `buffer-zoom-in'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 43, plus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-minus' Action `buffer-zoom-out'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, minus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Motion group'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `M-Up' Action `paragraph-move-up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-Down' Action `paragraph-move-down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Right' Action `word-right'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Left' Action `word-left'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Up' Action `paragraph-up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Down' Action `paragraph-down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Home' Action `buffer-begin'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-End' Action `buffer-end'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-C-Home' Action `inset-begin'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-C-End' Action `inset-end'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-greater' Action `label-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 62, greater
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-less' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 60, less
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Motion + select group'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `S-Right' Action `char-right-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Left' Action `char-left-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Up' Action `up-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Down' Action `down-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-Right' Action `word-right-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-Left' Action `word-left-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-Up' Action `paragraph-up-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-Down' Action `paragraph-down-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Home' Action `line-begin-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-End' Action `line-end-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Prior' Action `screen-up-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Next' Action `screen-down-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-Home' Action `buffer-begin-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-End' Action `buffer-end-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-M-C-Home' Action `inset-begin-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-M-C-End' Action `inset-end-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Insert' Action `copy'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777222, Insert
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Insert' Action `paste'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777222, Insert
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-Delete' Action `cut'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777223, Delete
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Numeric keypad (if Shift+KP_XXX does not switch the NumLock state)'
KeyMap.cpp (68): BIND: Sequence `S-KP_Right' Action `char-right-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, KP_Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Right' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Left' Action `char-left-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, KP_Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Left' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Up' Action `up-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, KP_Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Up' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Down' Action `down-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, KP_Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Down' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Right' Action `word-right-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, KP_Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Shift+Right' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Left' Action `word-left-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, KP_Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Shift+Left' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Up' Action `paragraph-up-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, KP_Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Shift+Up' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Down' Action `paragraph-down-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, KP_Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Shift+Down' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Home' Action `line-begin-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, KP_Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Home' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_End' Action `line-end-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, KP_End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+End' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Prior' Action `screen-up-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, KP_Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+PgUp' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Next' Action `screen-down-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, KP_Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+PgDown' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Home' Action `buffer-begin-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777232, KP_Home
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Shift+Home' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_End' Action `buffer-end-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777233, KP_End
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Shift+End' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Prior' Action `buffer-begin-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777238, KP_Prior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-KP_Next' Action `buffer-end-select'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777239, KP_Next
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-KP_Insert' Action `copy'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777222, KP_Insert
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ctrl+Ins' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Insert' Action `paste'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777222, KP_Insert
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Ins' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `S-KP_Delete' Action `cut'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777223, KP_Delete
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Shift+Del' is overriding old binding...
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 bookmarks'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `C-~S-1' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-2' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-3' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-4' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-5' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-6' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-7' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 55, 7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-8' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, 8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-~S-9' Action `bookmark-goto'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 57, 9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-1' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-2' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-3' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-4' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-5' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-6' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-7' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 55, 7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-8' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, 8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-~S-9' Action `bookmark-save'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 57, 9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Edit group'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `C-Delete' Action `word-delete-forward'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777223, Delete
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-BackSpace' Action `word-delete-backward'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777219, BackSpace
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-Return' Action `break-paragraph'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777220, Return
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-Return' Action `newline-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777220, Return
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-S-Return' Action `newline-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777220, Return
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-k' Action `line-delete-forward'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-space' Action `command-alternatives'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `nobreakspace' Action `space-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 160, nobreakspace
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-M-space' Action `space-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S-C-space' Action `space-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C-period' Action `specialchar-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 46, period
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-period' Action `specialchar-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 46, period
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Escape' Action `cancel'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777216, Escape
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `F9' Action `meta-prefix'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777272, F9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Include menu and math bindings'

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/menus.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file menus.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Lars Gullik Bjønnes'
Lexer.cpp (338): Comment read: `35 author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35 author Michael Gerz'
Lexer.cpp (338): Comment read: `35 author Jürgen Vigna'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 Key bindings for so-called "invisible" menus'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Font size menu'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `M-s t' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s S-S' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, S
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s s' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s n' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s l' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s S-L' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s h' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 72, h
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s S-H' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 72, H
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-1' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-2' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-3' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-4' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-5' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-6' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-7' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 55, 7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-8' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, 8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-9' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 57, 9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-0' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 48, 0
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-plus' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 43, plus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-s ~S-minus' Action `font-size'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, minus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Paragraph menu'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `M-a l' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a r' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a c' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 It's called Justified in the UI'
KeyMap.cpp (68): BIND: Sequence `M-a j' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 74, j
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a e' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a i' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a s' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a o' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a d' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-a f' Action `paragraph-params'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Paragraph style menu'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `M-p ~S-0' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 48, 0
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-1' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-2' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-3' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-4' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-5' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-6' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-0' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 48, 0
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-1' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-2' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-3' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-4' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-5' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p ~S-asterisk ~S-6' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p a' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p S-A' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, A
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p M-a' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p C-a' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p b' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 bulleted list'
KeyMap.cpp (68): BIND: Sequence `M-p S-B' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, B
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p c' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p S-C' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, C
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p d' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p S-D' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, D
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p e' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 numbered list'
KeyMap.cpp (68): BIND: Sequence `M-p f' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Foils!!'
KeyMap.cpp (68): BIND: Sequence `M-p S-F' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, F
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Foils!!'
KeyMap.cpp (68): BIND: Sequence `M-p i' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 bulleted list'
KeyMap.cpp (68): BIND: Sequence `M-p l' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p S-L' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p n' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 numbered list'
KeyMap.cpp (68): BIND: Sequence `M-p q' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p S-Q' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, Q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p r' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Foils!!'
KeyMap.cpp (68): BIND: Sequence `M-p S-R' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, R
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Foils!!'
KeyMap.cpp (68): BIND: Sequence `M-p s' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p t' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p space' Action `drop-layouts-choice'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p v' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p Left' Action `outline-out'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777234, Left
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p Right' Action `outline-in'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p Up' Action `outline-up'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-p Down' Action `outline-down'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 These are kept for backwards compatibility (only make sense on US keyboard)'
KeyMap.cpp (68): BIND: Sequence `M-p S-at' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 64, at
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 M-p S-2'
KeyMap.cpp (68): BIND: Sequence `M-p S-dollar' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 36, dollar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 M-p S-4'
KeyMap.cpp (68): BIND: Sequence `M-p S-numbersign' Action `layout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 35, numbersign
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 M-p S-3'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Character style menu'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `M-c b' Action `font-boldsymbol'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c c' Action `font-noun'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c d' Action `font-underunderline'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c e' Action `font-emph'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c m' Action `math-mode'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c o' Action `font-strikeout'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c r' Action `font-roman'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c s' Action `font-sans'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35\bind "M-c t"                 "ert-insert"'
KeyMap.cpp (68): BIND: Sequence `M-c u' Action `font-underline'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, u
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c w' Action `font-underwave'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c Down' Action `word-lowcase'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777237, Down
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c Up' Action `word-upcase'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777235, Up
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c Right' Action `word-capitalize'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777236, Right
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-c space' Action `font-default'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Keyboard menu'
Lexer.cpp (338): Comment read: `35'
KeyMap.cpp (68): BIND: Sequence `M-k 1' Action `keymap-primary'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-k 2' Action `keymap-secondary'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-k o' Action `keymap-off'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-k t' Action `keymap-toggle'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-k x' Action `keymap-off'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/math.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file math.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author John Weiss'
Lexer.cpp (338): Comment read: `35 author Alejandro Aguilar Sierra'
Lexer.cpp (338): Comment read: `35 author Lars Gullik Bjønnes'
Lexer.cpp (338): Comment read: `35 author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35 author John Levon'
Lexer.cpp (338): Comment read: `35 author André Pönitz'
Lexer.cpp (338): Comment read: `35 author Michael Gerz'
Lexer.cpp (338): Comment read: `35 author Martin Vermeer'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 This file provides math mode keys.  Most were suggested by John Weiss'
Lexer.cpp (338): Comment read: `35 and modified by Alejandro Aguilar Sierra to be used with different'
Lexer.cpp (338): Comment read: `35 keyboard layouts.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 This file is automatically included from the main bind file.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 DO NOT CHANGE THIS BINDING FILE! It will be replaced'
Lexer.cpp (338): Comment read: `35 with every new install of LyX and your changes will be lost.'
Lexer.cpp (338): Comment read: `35 Instead, copy it to ~/.lyx/bind/math.bind and modify that copy.'
Lexer.cpp (338): Comment read: `35 Note that the order of these is important.  If you put the bindings'
Lexer.cpp (338): Comment read: `35 that need "period" and "parenleft" first, they flood the minibuffer'
Lexer.cpp (338): Comment read: `35 and make the keybinding hints impossible to read.  That's why they're'
Lexer.cpp (338): Comment read: `35 at the end.'
Lexer.cpp (338): Comment read: `35 These are defined for the math menu:'
KeyMap.cpp (68): BIND: Sequence `M-m f' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m s' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m x' Action `math-subscript'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m e' Action `math-superscript'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m u' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, u
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m i' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m m' Action `math-mode'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 produces mathematical text'
KeyMap.cpp (68): BIND: Sequence `M-m d' Action `math-display'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m y' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 89, y
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m p' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m r' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m l' Action `math-limits'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m S-L l' Action `math-limits'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m S-L n' Action `math-limits'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m S-L space' Action `math-limits'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m n' Action `math-number-toggle'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m S-N' Action `math-number-line-toggle'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, N
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m 8' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, 8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 1' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 2' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 3' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 4' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 5' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 6' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 7' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 55, 7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 8' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, 8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m o 9' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 57, 9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t n' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t t' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t a' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t i' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t d' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t e' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m t m' Action `math-mutate'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c i' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c d' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c c' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c s' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c a' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c e' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c z' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c x' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w i' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w d' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w c' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w s' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w a' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w e' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w z' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w x' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w t' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w m' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m w b' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c l' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c m' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m c r' Action `inset-modify'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Decoration accents'
Lexer.cpp (338): Comment read: `35 The accent-circumflex is 'h' for 'hat', which is what most math'
Lexer.cpp (338): Comment read: `35 folks call it verbally.'
KeyMap.cpp (68): BIND: Sequence `M-m ~S-quotedbl' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 34, quotedbl
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m h' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 72, h
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~C-~M-~S-backslash' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 92, backslash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-slash' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 47, slash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~C-~M-~S-ampersand' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 38, ampersand
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-minus' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, minus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-period' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 46, period
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m S-V' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, V
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m S-U' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, U
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m v' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-underscore' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 95, underscore
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m b' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-apostrophe' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 39, apostrophe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 These do pairs of: () {} [] <> ||'
KeyMap.cpp (68): BIND: Sequence `M-m ~S-parenleft' Action `math-delim'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 40, parenleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~C-~M-~S-bracketleft' Action `math-delim'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 91, bracketleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~C-~M-~S-braceleft' Action `math-delim'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 123, braceleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-less' Action `math-delim'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 60, less
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 produces < >'
KeyMap.cpp (68): BIND: Sequence `M-m ~S-greater' Action `math-delim'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 62, greater
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 produces > <'
KeyMap.cpp (68): BIND: Sequence `M-m ~C-~M-~S-bar' Action `math-delim'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 124, bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Note: it's easy to insert binary relations like \pm, \mp, \neq, \geq,'
Lexer.cpp (338): Comment read: `35 and \leq just by typing them. However it's easier to remember these:'
KeyMap.cpp (68): BIND: Sequence `M-m ~S-plus' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 43, plus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m ~S-equal' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 61, equal
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Escape' Action `escape'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 16777216, Escape
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Esc' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `M-m space' Action `math-space'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 FIXME: find another shortcut for cell-split as C-Tab is used for buffer-next'
Lexer.cpp (338): Comment read: `35 in 'cua.bind'.'
Lexer.cpp (338): Comment read: `35\bind "C-Tab"          "cell-split"'
Lexer.cpp (338): Comment read: `35 math-macros'
KeyMap.cpp (68): BIND: Sequence `C-S-asterisk' Action `math-macro-unfold'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Defined in cua.bind as command-alternative to specialchar-insert hyphenation'
Lexer.cpp (338): Comment read: `35\bind "C-minus"        "math-macro-fold"'
Lexer.cpp (338): Comment read: `35 This should be handled properly by some "get the next key" method'
KeyMap.cpp (68): BIND: Sequence `M-m g a' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g b' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g c' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g d' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g e' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g f' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g g' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g h' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 72, h
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g i' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g j' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 74, j
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g k' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g l' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g m' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g n' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g o' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g p' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g q' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g r' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g s' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g t' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g u' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, u
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g v' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g w' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g x' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g y' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 89, y
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g z' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-D' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, D
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-E' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, E
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-F' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, F
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-G' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, G
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-I' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, I
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-J' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 74, J
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-L' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-O' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, O
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-P' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, P
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-Q' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, Q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-R' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, R
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-S' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, S
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-T' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, T
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-U' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, U
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-V' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, V
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-W' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, W
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-X' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, X
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M-m g S-Y' Action `math-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 89, Y
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/latinkeys.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file latinkeys.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Lars Gullik Bjønnes'
Lexer.cpp (338): Comment read: `35 author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35 author Jürgen Spitzmüller'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 KP_ keys. Should possibly be moved to another file'
KeyMap.cpp (68): BIND: Sequence `KP_0' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 48, KP_0
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_1' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, KP_1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_2' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, KP_2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_3' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, KP_3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_4' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, KP_4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_5' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, KP_5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_6' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, KP_6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_7' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 55, KP_7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_8' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, KP_8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_9' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 57, KP_9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Decimal' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 46, KP_Decimal
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Add' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 43, KP_Add
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Divide' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 47, KP_Divide
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Multiply' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, KP_Multiply
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `KP_Subtract' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, KP_Subtract
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Latin 1'
KeyMap.cpp (68): BIND: Sequence `space' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 32, space
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `exclam' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33, exclam
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `quotedbl' Action `quote-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 34, quotedbl
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `numbersign' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 35, numbersign
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `dollar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 36, dollar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `percent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 37, percent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ampersand' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 38, ampersand
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `apostrophe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 39, apostrophe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `quoteright' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 39, quoteright
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for ''' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `parenleft' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 40, parenleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `parenright' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 41, parenright
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `asterisk' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 42, asterisk
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '*' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `plus' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 43, plus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '+' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `comma' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 44, comma
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `minus' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 45, minus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '-' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `period' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 46, period
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '.' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `slash' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 47, slash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '/' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `0' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 48, 0
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '0' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `1' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 49, 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '1' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `2' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 50, 2
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '2' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `3' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 51, 3
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '3' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `4' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 52, 4
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '4' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `5' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 53, 5
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '5' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `6' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 54, 6
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '6' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `7' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 55, 7
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '7' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `8' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 56, 8
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '8' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `9' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 57, 9
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '9' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `colon' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 58, colon
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `semicolon' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 59, semicolon
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `less' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 60, less
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `equal' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 61, equal
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `greater' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 62, greater
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `question' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 63, question
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `at' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 64, at
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `A' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, A
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `B' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, B
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `C' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, C
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `D' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, D
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `E' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, E
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `F' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, F
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `G' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, G
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `H' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 72, H
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `I' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, I
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `J' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 74, J
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `K' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, K
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `L' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `M' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, M
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `N' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, N
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `O' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, O
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `P' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, P
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Q' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, Q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `R' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, R
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `S' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, S
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `T' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, T
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `U' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, U
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `V' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, V
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `W' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, W
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `X' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, X
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Y' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 89, Y
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Z' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, Z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `bracketleft' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 91, bracketleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `backslash' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 92, backslash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `bracketright' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 93, bracketright
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `asciicircum' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 94, asciicircum
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `underscore' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 95, underscore
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `grave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 96, grave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `quoteleft' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 96, quoteleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for '`' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `a' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 65, a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'A' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `b' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 66, b
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'B' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `c' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 67, c
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'C' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `d' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 68, d
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'D' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `e' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 69, e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'E' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `f' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 70, f
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'F' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `g' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 71, g
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'G' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `h' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 72, h
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'H' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `i' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 73, i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'I' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `j' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 74, j
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'J' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `k' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 75, k
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'K' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `l' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 76, l
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'L' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `m' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 77, m
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'M' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `n' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 78, n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'N' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `o' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 79, o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'O' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `p' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 80, p
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'P' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `q' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 81, q
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Q' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `r' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 82, r
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'R' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `s' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 83, s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'S' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `t' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 84, t
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'T' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `u' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 85, u
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'U' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `v' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 86, v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'V' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `w' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 87, w
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'W' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `x' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 88, x
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'X' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `y' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 89, y
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Y' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `z' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 90, z
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Z' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `braceleft' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 123, braceleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 124, bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `braceright' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 125, braceright
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `asciitilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 126, asciitilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `exclamdown' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 161, exclamdown
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `cent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 162, cent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `sterling' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 163, sterling
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `currency' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 164, currency
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `yen' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 165, yen
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `brokenbar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 166, brokenbar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `section' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 167, section
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `diaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 168, diaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `copyright' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 169, copyright
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ordfeminine' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 170, ordfeminine
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `guillemotleft' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 171, guillemotleft
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `notsign' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 172, notsign
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `hyphen' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 173, hyphen
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `registered' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 174, registered
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `macron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 175, macron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `degree' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 176, degree
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `plusminus' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 177, plusminus
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `twosuperior' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 178, twosuperior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `threesuperior' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 179, threesuperior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `acute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 180, acute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `mu' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 181, mu
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `paragraph' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 182, paragraph
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `periodcentered' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 183, periodcentered
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `cedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 184, cedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `onesuperior' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 185, onesuperior
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `masculine' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 186, masculine
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `guillemotright' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 187, guillemotright
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `onequarter' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 188, onequarter
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `onehalf' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 189, onehalf
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `threequarters' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 190, threequarters
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `questiondown' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 191, questiondown
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Agrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 192, Agrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Aacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 193, Aacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Acircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 194, Acircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Atilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 195, Atilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Adiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 196, Adiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Aring' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 197, Aring
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `AE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 198, AE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ccedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 199, Ccedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Egrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 200, Egrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Eacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 201, Eacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ecircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 202, Ecircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ediaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 203, Ediaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Igrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 204, Igrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Iacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 205, Iacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Icircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 206, Icircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Idiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 207, Idiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ETH' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 208, ETH
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Eth' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Eth
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ntilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 209, Ntilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ograve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 210, Ograve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Oacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 211, Oacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ocircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 212, Ocircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Otilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 213, Otilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Odiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 214, Odiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `multiply' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 215, multiply
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ooblique' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 216, Ooblique
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Oslash' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Oslash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ugrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 217, Ugrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Uacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 218, Uacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ucircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 219, Ucircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Udiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 220, Udiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Yacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 221, Yacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `THORN' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 222, THORN
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Thorn' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Thorn
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ssharp' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 223, ssharp
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `agrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 192, agrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'À' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `aacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 193, aacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Á' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `acircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 194, acircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Â' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `atilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 195, atilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ã' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `adiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 196, adiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ä' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `aring' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 197, aring
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Å' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ae' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 198, ae
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Æ' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ccedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 199, ccedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ç' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `egrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 200, egrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'È' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `eacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 201, eacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'É' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ecircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 202, ecircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ê' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ediaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 203, ediaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ë' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `igrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 204, igrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ì' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `iacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 205, iacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Í' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `icircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 206, icircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Î' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `idiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 207, idiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ï' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `eth' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 208, eth
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ð' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ntilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 209, ntilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ñ' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ograve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 210, ograve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ò' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `oacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 211, oacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ó' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ocircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 212, ocircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ô' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `otilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 213, otilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Õ' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `odiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 214, odiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ö' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `division' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 247, division
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `oslash' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 216, oslash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ø' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ooblique' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ooblique
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ugrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 217, ugrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ù' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `uacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 218, uacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ú' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ucircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 219, ucircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Û' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `udiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 220, udiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ü' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `yacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 221, yacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Ý' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `thorn' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 222, thorn
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (117): Warning: New binding for 'Þ' is overriding old binding...
KeyMap.cpp (68): BIND: Sequence `ydiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 255, ydiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Latin 2'
KeyMap.cpp (68): BIND: Sequence `Aogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Aogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `bbreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, bbreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Lstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Lstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Lcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Lcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Sacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Sacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Scaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Scaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Scedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Scedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Tcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Tcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Zacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Zacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Zcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Zcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Zabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Zabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `aogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, aogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `lstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, lstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `lcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, lcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `sacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, sacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `caron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, caron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `scaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, scaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `scedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, scedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `tcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, tcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `zacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, zacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `doubleacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, doubleacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `zcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, zcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `zabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, zabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Racute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Racute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Abreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Abreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Lacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Lacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ccaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ccaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Eogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Eogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ecaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ecaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Dcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Dcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Dstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Dstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Nacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Nacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ncaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ncaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Odoubleacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Odoubleacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Rcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Rcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Uring' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Uring
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Udoubleacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Udoubleacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Tcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Tcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `racute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, racute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `abreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, abreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `lacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, lacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `cacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, cacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ccaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ccaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `eogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, eogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ecaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ecaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `dcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, dcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `dstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, dstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `nacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, nacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ncaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ncaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `odoubleacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, odoubleacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `udoubleacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, udoubleacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `rcaron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, rcaron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `uring' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, uring
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `tcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, tcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `aabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, aabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Latin 3'
KeyMap.cpp (68): BIND: Sequence `Hstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Hstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Hcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Hcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Iabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Iabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Gbreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Gbreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Jcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Jcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `hstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, hstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `hcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, hcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `idotless' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, idotless
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `gbreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, gbreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `jcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, jcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ccircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ccircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Gabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Gabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Gcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Gcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ubreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ubreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Scircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Scircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `cabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, cabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ccircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ccircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `gabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, gabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `gcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, gcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ubreve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ubreve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `scircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, scircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Latin 4'
KeyMap.cpp (68): BIND: Sequence `kra' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, kra
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `kappa' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, kappa
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Rcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Rcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Itilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Itilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Lcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Lcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Emacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Emacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Gcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Gcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Tslash' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Tslash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `rcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, rcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `itilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, itilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `lcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, lcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `emacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, emacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `gcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, gcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `tslash' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, tslash
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ENG' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ENG
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `eng' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, eng
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Amacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Amacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Iogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Iogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Eabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Eabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Imacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Imacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ncedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ncedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Omacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Omacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Kcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Kcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Uogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Uogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Utilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Utilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Umacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Umacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `amacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, amacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `iogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, iogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `eabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, eabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `imacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, imacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ncedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ncedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `omacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, omacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `kcedilla' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, kcedilla
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `uogonek' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, uogonek
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `utilde' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, utilde
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `umacron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, umacron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Latin 8'
KeyMap.cpp (68): BIND: Sequence `Babovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Babovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `babovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, babovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Dabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Dabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Wgrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Wgrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Wacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Wacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `dabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, dabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ygrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ygrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Fabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Fabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `fabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, fabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Mabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Mabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `mabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, mabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Pabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Pabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `wgrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, wgrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `pabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, pabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `wacute' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, wacute
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Sabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Sabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ygrave' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ygrave
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Wdiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Wdiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `wdiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, wdiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `sabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, sabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Wcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Wcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Tabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Tabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ycircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ycircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `wcircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, wcircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `tabovedot' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, tabovedot
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `ycircumflex' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, ycircumflex
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
Lexer.cpp (338): Comment read: `35 Latin 9 (aka latin 9)'
KeyMap.cpp (68): BIND: Sequence `OE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, OE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `oe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, oe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ydiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ydiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/cyrkeys.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file cyrkeys.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Andrew Zabolotny'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 Cyrillic X11 key definitions'
KeyMap.cpp (68): BIND: Sequence `Cyrillic_GHE_bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_GHE_bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ghe_bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ghe_bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ZHE_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ZHE_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_zhe_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_zhe_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_KA_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_KA_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ka_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ka_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_KA_vertstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_KA_vertstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ka_vertstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ka_vertstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_EN_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_EN_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_en_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_en_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_U_straight' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_U_straight
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_u_straight' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_u_straight
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_U_straight_bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_U_straight_bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_u_straight_bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_u_straight_bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_HA_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_HA_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ha_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ha_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_CHE_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_CHE_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_che_descender' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_che_descender
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_CHE_vertstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_CHE_vertstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_che_vertstroke' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_che_vertstroke
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_SHHA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_SHHA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_shha' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_shha
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_SCHWA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_SCHWA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_schwa' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_schwa
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_I_macron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_I_macron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_i_macron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_i_macron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_O_bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_O_bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_o_bar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_o_bar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_U_macron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_U_macron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_u_macron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_u_macron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_dje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_dje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Macedonia_gje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Macedonia_gje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_io' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_io
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_ie' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_ie
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukranian_je' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukranian_je
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Macedonia_dse' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Macedonia_dse
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_i' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukranian_i' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukranian_i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_yi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_yi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukranian_yi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukranian_yi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_je' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_je
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_je' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_je
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_lje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_lje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_lje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_lje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_nje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_nje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_nje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_nje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_tshe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_tshe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Macedonia_kje' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Macedonia_kje
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_ghe_with_upturn' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_ghe_with_upturn
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Byelorussian_shortu' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Byelorussian_shortu
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_dzhe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_dzhe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_dze' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_dze
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `numerosign' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, numerosign
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_DJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_DJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Macedonia_GJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Macedonia_GJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_IO' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_IO
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_IE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_IE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukranian_JE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukranian_JE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Macedonia_DSE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Macedonia_DSE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_I' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_I
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukranian_I' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukranian_I
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_YI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_YI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukranian_YI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukranian_YI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_JE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_JE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_JE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_JE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_LJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_LJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_LJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_LJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_NJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_NJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_NJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_NJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_TSHE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_TSHE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Macedonia_KJE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Macedonia_KJE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Ukrainian_GHE_WITH_UPTURN' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Ukrainian_GHE_WITH_UPTURN
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Byelorussian_SHORTU' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Byelorussian_SHORTU
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_DZHE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_DZHE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Serbian_DZE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Serbian_DZE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_yu' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_yu
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_a' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_a
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_be' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_be
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_tse' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_tse
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_de' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_de
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ie' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ie
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ef' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ef
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ghe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ghe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ha' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ha
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_i' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_i
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_shorti' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_shorti
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ka' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ka
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_el' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_el
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_em' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_em
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_en' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_en
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_o' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_o
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_pe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_pe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ya' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ya
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_er' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_er
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_es' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_es
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_te' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_te
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_u' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_u
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_zhe' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_zhe
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ve' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ve
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_softsign' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_softsign
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_yeru' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_yeru
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ze' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ze
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_sha' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_sha
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_e' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_e
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_shcha' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_shcha
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_che' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_che
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_hardsign' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_hardsign
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_YU' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_YU
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_A' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_A
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_BE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_BE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_TSE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_TSE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_DE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_DE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_IE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_IE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_EF' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_EF
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_GHE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_GHE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_HA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_HA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_I' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_I
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_SHORTI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_SHORTI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_KA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_KA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_EL' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_EL
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_EM' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_EM
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_EN' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_EN
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_O' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_O
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_PE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_PE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_YA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_YA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ER' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ER
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ES' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ES
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_TE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_TE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_U' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_U
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ZHE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ZHE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_VE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_VE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_SOFTSIGN' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_SOFTSIGN
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_YERU' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_YERU
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_ZE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_ZE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_SHA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_SHA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_E' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_E
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_SHCHA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_SHCHA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_CHE' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_CHE
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Cyrillic_HARDSIGN' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Cyrillic_HARDSIGN
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/usr/share/lyx/bind/greekkeys.bind
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file greekkeys.bind'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Andrew Zabolotny'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 Greek X11 key definitions'
KeyMap.cpp (68): BIND: Sequence `Greek_ALPHAaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_ALPHAaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_EPSILONaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_EPSILONaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_ETAaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_ETAaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_IOTAaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_IOTAaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_IOTAdieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_IOTAdieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_IOTAdiaeresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_IOTAdiaeresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_OMICRONaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_OMICRONaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_UPSILONaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_UPSILONaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_UPSILONdieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_UPSILONdieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_OMEGAaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_OMEGAaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_accentdieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_accentdieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_horizbar' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_horizbar
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_alphaaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_alphaaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_epsilonaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_epsilonaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_etaaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_etaaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_iotaaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_iotaaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_iotadieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_iotadieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_iotaaccentdieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_iotaaccentdieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_omicronaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_omicronaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_upsilonaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_upsilonaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_upsilondieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_upsilondieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_upsilonaccentdieresis' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_upsilonaccentdieresis
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_omegaaccent' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_omegaaccent
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_ALPHA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_ALPHA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_BETA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_BETA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_GAMMA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_GAMMA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_DELTA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_DELTA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_EPSILON' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_EPSILON
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_ZETA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_ZETA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_ETA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_ETA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_THETA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_THETA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_IOTA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_IOTA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_KAPPA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_KAPPA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_LAMDA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_LAMDA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_LAMBDA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_LAMBDA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_MU' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_MU
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_NU' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_NU
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_XI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_XI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_OMICRON' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_OMICRON
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_PI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_PI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_RHO' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_RHO
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_SIGMA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_SIGMA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_TAU' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_TAU
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_UPSILON' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_UPSILON
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_PHI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_PHI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_CHI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_CHI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_PSI' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_PSI
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_OMEGA' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_OMEGA
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_alpha' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_alpha
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_beta' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_beta
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_gamma' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_gamma
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_delta' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_delta
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_epsilon' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_epsilon
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_zeta' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_zeta
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_eta' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_eta
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_theta' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_theta
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_iota' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_iota
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_kappa' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_kappa
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_lamda' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_lamda
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_lambda' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_lambda
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_mu' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_mu
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_nu' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_nu
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_xi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_xi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_omicron' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_omicron
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_pi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_pi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_rho' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_rho
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_sigma' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_sigma
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_finalsmallsigma' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_finalsmallsigma
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_tau' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_tau
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_upsilon' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_upsilon
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_phi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_phi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_chi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_chi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_psi' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_psi
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_omega' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_omega
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
KeyMap.cpp (68): BIND: Sequence `Greek_switch' Action `self-insert'
frontends/qt4/GuiKeySymbol.cpp (637): Init key to 33554431, Greek_switch
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1

Number of tags: 4
table[0]:  tag: `\bind'  code:0
table[1]:  tag: `\bind_file'  code:1
table[2]:  tag: `\unbind'  code:3
table[3]:  tag: `format'  code:2
support/FileName.cpp (832): filetools(getFormatFromContents)
        File type not recognised before EOF!
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
KeyMap.cpp (297): Reading bind file:/home/goodrich/.lyx/bind/user.bind
Lexer.cpp (338): Comment read: `35# This file is automatically generated by lyx'
Lexer.cpp (338): Comment read: `35# All modifications will be lost'
# LyX 2.0.6 generated this file. If you want to make your own
# modifications you should do them from inside LyX and save.

Format 1


#
# MISC SECTION ######################################
#

\user_name "Ben Goodrich,,,"
\user_email ""

#
# SCREEN & FONTS SECTION ############################
#

\screen_font_sizes 5 7 8 9 10 12 14.4 17.260000000000002 20.739999999999998 24.879999999999999
\single_instance false

#
# COLOR SECTION ###################################
#


#
# PRINTER SECTION ###################################
#


#
# TEX SECTION #######################################
#


#
# FILE SECTION ######################################
#


#
# PLAIN TEXT EXPORT SECTION ##############################
#


#
# SPELLCHECKER SECTION ##############################
#


#
# LANGUAGE SUPPORT SECTION ##########################
#

\spellchecker enchant
\spellcheck_notes false

#
# 2nd MISC SUPPORT SECTION ##########################
#


#
# FORMATS SECTION ##########################
#


#
# CONVERTERS SECTION ##########################
#


#
# COPIERS SECTION ##########################
#

support/filetools.cpp (365): createTmpDir: tempdir=`/tmp'
createTmpDir:    mask=`lyx_tmpdir'
support/FileName.cpp (448): Temporary file in /tmp/lyx_tmpdir
support/FileName.cpp (436): Temporary file `/tmp/lyx_tmpdir.nS3412' created.
LyX.cpp (840): LyX tmp dir: `/tmp/lyx_tmpdir.nS3412'
LyX.cpp (842): Reading session information '.lyx/session'...
Session.cpp (69): LyX: Warning: Ignore last file: /tmp/test.lyx
Session.cpp (133): LyX: Warning: Ignore last opened file: 1, /tmp/test.lyx
Session.cpp (193): LyX: Warning: Ignore pos of last file: /tmp/lyx_tmpdir.nS3406/embedded.internal.TT3406
Session.cpp (193): LyX: Warning: Ignore pos of last file: /tmp/lyx_tmpdir.nS3406/embedded.internal.wZ3406
Session.cpp (193): LyX: Warning: Ignore pos of last file: /tmp/test.lyx
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week01/CMF.pdf eps /home/goodrich/.lyx/cache/4053383959-eps 1390497082 397560133.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week04/Omega.pdf eps /home/goodrich/.lyx/cache/3023895350-eps 1392144950 922552858.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week04/prior.pdf eps /home/goodrich/.lyx/cache/3969700601-eps 1392052459 437373430.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week07/dependence.pdf eps /home/goodrich/.lyx/cache/3009632858-eps 1393805067 291680832.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week07/dependence.pdf ppm /home/goodrich/.lyx/cache/3009632858-ppm 1393805067 291680832.
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week07/dependence1.pdf eps /home/goodrich/.lyx/cache/0497410492-eps 1393784178 936932016.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week07/dependence2.pdf eps /home/goodrich/.lyx/cache/1510316908-eps 1393784179 124213534.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week07/dependence3.pdf eps /home/goodrich/.lyx/cache/1734718172-eps 1393784171 2060512650.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week08/correlations.pdf eps /home/goodrich/.lyx/cache/0033487421-eps 1394432150 1645175474.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week08/dependence.pdf eps /home/goodrich/.lyx/cache/1032404320-eps 1394432143 983586041.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week08/reparameterization.pdf eps /home/goodrich/.lyx/cache/2943742202-eps 1394567586 1542224661.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week08/traceplot001.pdf eps /home/goodrich/.lyx/cache/2283628903-eps 1394431188 485401351.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week08/traceplot002.pdf eps /home/goodrich/.lyx/cache/3485275063-eps 1394431188 2570240275.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/Bayesian/Week11/dependence.pdf eps /home/goodrich/.lyx/cache/1733622013-eps 1396987071 3533033220.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/DataAnalysisQMSS/Midterm/diagnostics.pdf eps /home/goodrich/.lyx/cache/1958758639-eps 1394730969 1070585486.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/DataAnalysisQMSS/Midterm/scatters.pdf eps /home/goodrich/.lyx/cache/1121256566-eps 1394733135 738177197.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/DataAnalysisQMSS/Week09/normal.pdf eps /home/goodrich/.lyx/cache/2776185022-eps 1396561158 316558937.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/DataAnalysisQMSS/Week10/chi2.pdf eps /home/goodrich/.lyx/cache/2890061114-eps 1397166883 456946627.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Classes/W4912/W4912_2013/Week06/LISREL3B.pdf eps /home/goodrich/.lyx/cache/3720687975-eps 1380981621 4045536828.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /opt/Papers/DistributionOfCoefficients/plot.pdf eps /home/goodrich/.lyx/cache/1157586960-eps 1363822984 999570586.
support/FileName.cpp (945): Recognised Fileformat: pdf
ConverterCache.cpp (68): Add file cache item /tmp/lyx-2.1.1/lib/doc/clipart/mobius.eps pdf6 /home/goodrich/.lyx/cache/0215810947-pdf6 1404333051 3823069622.
support/FileName.cpp (945): Recognised Fileformat: eps
LyX.cpp (463): Initializing LyX::init...done
Server.cpp (741): LyXComm: Opening connection
Server.cpp (752): LyXComm: server is disabled, nothing to do
ServerSocket.cpp (71): lyx: New server socket 9 /tmp/lyx_tmpdir.nS3412/lyxsocket
frontends/qt4/GuiApplication.cpp (1963): Trying to set default locale to: en
frontends/qt4/GuiApplication.cpp (1977): Could not find Qt translations for locale qt_en_US
frontends/qt4/GuiApplication.cpp (2452): About to read default...
frontends/qt4/GuiApplication.cpp (2502): Found default in /usr/share/lyx/ui/default.ui
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed

Number of tags: 5
table[0]:  tag: `format'  code:5
table[1]:  tag: `include'  code:4
table[2]:  tag: `menuset'  code:1
table[3]:  tag: `toolbars'  code:2
table[4]:  tag: `toolbarset'  code:3
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file default.ui'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author John Levon'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 This is the default LyX user interface definition file.'
Lexer.cpp (338): Comment read: `35 The syntax should be straightforward enough.'
Lexer.cpp (338): Comment read: `35 The interface is designed (partially) following the KDE Human Interface'
Lexer.cpp (338): Comment read: `35 Guidelines (http://techbase.kde.org/Projects/Usability/HIG)'
frontends/qt4/GuiApplication.cpp (2452): About to read stdmenus.inc...
frontends/qt4/GuiApplication.cpp (2502): Found stdmenus.inc in /usr/share/lyx/ui/stdmenus.inc
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed

Number of tags: 5
table[0]:  tag: `format'  code:5
table[1]:  tag: `include'  code:4
table[2]:  tag: `menuset'  code:1
table[3]:  tag: `toolbars'  code:2
table[4]:  tag: `toolbarset'  code:3
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file stdmenus.inc'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35 author John Levon'
Lexer.cpp (338): Comment read: `35 author Michael Gerz'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 The interface is designed (partially) following the KDE Human Interface'
Lexer.cpp (338): Comment read: `35 Guidelines (http://techbase.kde.org/Projects/Usability/HIG)'
Lexer.cpp (338): Comment read: `35 Casing Rules:'
Lexer.cpp (338): Comment read: `35 Capitalize all words in the element, with the following exceptions: '
Lexer.cpp (338): Comment read: `35 * Articles: a, an, the. '
Lexer.cpp (338): Comment read: `35 * Conjunctions: and, but, for, not, so, yet ...  '
Lexer.cpp (338): Comment read: `35 * Prepositions of three or fewer letters: at, for, by, in, to ...'
Lexer.cpp (338): Comment read: `35   (except when the preposition is part of a verb phrase, such as "Check In")'
Lexer.cpp (338): Comment read: `35 (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)'
Lexer.cpp (338): Comment read: `35 Make the first 4 menus be as much as expected as possible'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 FILE MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 EDIT MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Mathed b0rkage means these don't work properly'
Lexer.cpp (338): Comment read: `35 This is where the context-specific stuff is supposed to go.'
Lexer.cpp (338): Comment read: `35 The idea is that everything on here can disappear and should'
Lexer.cpp (338): Comment read: `35 only appear when relevant (getStatus). Only stuff that needs'
Lexer.cpp (338): Comment read: `35 a right-click to bring up the dialog should appear here (it is not'
Lexer.cpp (338): Comment read: `35 obvious what the context is for the others)'
Lexer.cpp (338): Comment read: `35 'a' shortcut to match Insert entry, shouldn't clash with Table Settings'
Lexer.cpp (338): Comment read: `35 Hey, guess what's broken ? Surprise surprise, it's tabular stuff'
Lexer.cpp (338): Comment read: `35 This is in the Table submenu instead for now.'
Lexer.cpp (338): Comment read: `35      OptItem "Table Settings...|a" "inset-settings tabular"'
Lexer.cpp (338): Comment read: `35 not much we can do to help here'
Lexer.cpp (338): Comment read: `35 Item "Swap Rows|S" "inset-modify tabular swap-row" # currently broken'
Lexer.cpp (338): Comment read: `35 Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 VIEW MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 INSERT MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Try and group things a little better, and percolate the most'
Lexer.cpp (338): Comment read: `35 commonly used to good positions (exception being mathed, but'
Lexer.cpp (338): Comment read: `35 most people using mathed learn key shortcuts quite quickly anyway)'
Lexer.cpp (338): Comment read: `35 Always use "math-mode on" instead of "math-display" etc. because this disables the commands in math mode'
Lexer.cpp (338): Comment read: `35 "math-matrix" and "math-insert" create an inline formula first if called from text mode'
Lexer.cpp (338): Comment read: `35 This has got to be better than "Wrap", anyway'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 DOCUMENT MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 NAVIGATE MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 TOOLS MENU'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 A LOT of applications have Tools->Prefs. Remember this'
Lexer.cpp (338): Comment read: `35 should be rarely used - Edit menu is not a good place to'
Lexer.cpp (338): Comment read: `35 have it.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 HELP MENU'
Lexer.cpp (338): Comment read: `35'
frontends/qt4/GuiApplication.cpp (2452): About to read stdcontext.inc...
frontends/qt4/GuiApplication.cpp (2502): Found stdcontext.inc in /usr/share/lyx/ui/stdcontext.inc
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed

Number of tags: 5
table[0]:  tag: `format'  code:5
table[1]:  tag: `include'  code:4
table[2]:  tag: `menuset'  code:1
table[3]:  tag: `toolbars'  code:2
table[4]:  tag: `toolbarset'  code:3
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file stdcontext.inc'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author The LyX Team'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 The interface is designed (partially) following the KDE Human Interface'
Lexer.cpp (338): Comment read: `35 Guidelines (http://techbase.kde.org/Projects/Usability/HIG)'
Lexer.cpp (338): Comment read: `35 Casing Rules:'
Lexer.cpp (338): Comment read: `35 Capitalize all words in the element, with the following exceptions: '
Lexer.cpp (338): Comment read: `35 * Articles: a, an, the. '
Lexer.cpp (338): Comment read: `35 * Conjunctions: and, but, for, not, so, yet ...  '
Lexer.cpp (338): Comment read: `35 * Prepositions of three or fewer letters: at, for, by, in, to ...'
Lexer.cpp (338): Comment read: `35   (except when the preposition is part of a verb phrase, such as "Check In")'
Lexer.cpp (338): Comment read: `35 (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetMath context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetRef context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetLabel context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetCitation context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetBibtex context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetBibItem context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetCollapsable context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetBox context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetNote context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetPhantom context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetSpace context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetMathSpace context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetVSpace context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetInclude context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetNewpage context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetNewline context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Edit context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Regular Expression context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Math Macro context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetGraphics context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetExternal context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetTabular context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Item "Swap Rows|S" "inset-modify tabular swap-row" # currently broken'
Lexer.cpp (338): Comment read: `35 Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetInfo context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetBranch context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Labels and References context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Branches context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Graphics context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Citation context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Figures context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Listings context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Tables context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Childs context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Indices context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Index context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Index Lists context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Nomencl List context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetPreview context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Changes context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toc Table of Context context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetERT context menu'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 repeat 1 is added as a work-around to not indicate this action as toggable'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 InsetHyperlink context menu'
Lexer.cpp (338): Comment read: `35'
frontends/qt4/GuiApplication.cpp (2452): About to read stdtoolbars.inc...
frontends/qt4/GuiApplication.cpp (2502): Found stdtoolbars.inc in /usr/share/lyx/ui/stdtoolbars.inc
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed

Number of tags: 5
table[0]:  tag: `format'  code:5
table[1]:  tag: `include'  code:4
table[2]:  tag: `menuset'  code:1
table[3]:  tag: `toolbars'  code:2
table[4]:  tag: `toolbarset'  code:3
Lexer.cpp (338): Comment read: `35 -*- text -*-'
Lexer.cpp (338): Comment read: `35 file stdtoolbars.inc'
Lexer.cpp (338): Comment read: `35 This file is part of LyX, the document processor.'
Lexer.cpp (338): Comment read: `35 Licence details can be found in the file COPYING.'
Lexer.cpp (338): Comment read: `35 author Jean-Marc Lasgouttes'
Lexer.cpp (338): Comment read: `35 author John Levon'
Lexer.cpp (338): Comment read: `35 Full author contact details are available in file CREDITS.'
Lexer.cpp (338): Comment read: `35 The interface is designed (partially) following the KDE Human Interface'
Lexer.cpp (338): Comment read: `35 Guidelines (http://techbase.kde.org/Projects/Usability/HIG)'
Lexer.cpp (338): Comment read: `35 Casing rules "The tooltip":'
Lexer.cpp (338): Comment read: `35 Capitalize the first letter of the first word, and any other words normally'
Lexer.cpp (338): Comment read: `35 capitalized in sentences, such as application names.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Casing Rules for the "GUI Name":'
Lexer.cpp (338): Comment read: `35 Capitalize all words in the element, with the following exceptions: '
Lexer.cpp (338): Comment read: `35 * Articles: a, an, the. '
Lexer.cpp (338): Comment read: `35 * Conjunctions: and, but, for, not, so, yet ...  '
Lexer.cpp (338): Comment read: `35 * Prepositions of three or fewer letters: at, for, by, in, to ...'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)'
Lexer.cpp (338): Comment read: `35 A Toolbar starts like :'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Toolbar "name" "GUI Name"'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 Only seven commands are allowed inside the Toolbar and End'
Lexer.cpp (338): Comment read: `35 directives:'
Lexer.cpp (338): Comment read: `35   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing'
Lexer.cpp (338): Comment read: `35          "<action> <parameter>"'
Lexer.cpp (338): Comment read: `35      Examples:'
Lexer.cpp (338): Comment read: `35      Item "Small font" "font-size small"'
Lexer.cpp (338): Comment read: `35      Item Emphasized set-emph'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   Layouts adds the layouts combo-box to the toolbar'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   Separator adds some spacing to the toolbar'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   Minibuffer adds the command buffer (Qt only, only one may exist)'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   TableInsert "The tooltip" adds a special widget for quick insertion of tables'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   PopupMenu "name" "The tooltip"'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   ... inserts a button with a popup menu derived from Toolbar "name"'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   IconPalette "name" "The tooltip"'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35   ... inserts a button with a popup iconpalette derived from Toolbar "name"'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 The icons are found in the lib/images/ direcory under the name'
Lexer.cpp (338): Comment read: `35 action.png or action_parameter.png, except for math-insert, which'
Lexer.cpp (338): Comment read: `35 is e.g. lib/image/math/sum.png. Note that some characters are'
Lexer.cpp (338): Comment read: `35 replaced (e.g. ')' -> rbracket).'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35  All other lyx commands will get a "unknown" icon.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 This is the default toolbar:'

Number of tags: 2
table[0]:  tag: `end'  code:2
table[1]:  tag: `toolbar'  code:1

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `buffer-new'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `file-open'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `buffer-write'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show print'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show spellchecker'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `undo'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `redo'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `cut'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `copy'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `paste'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show findreplace'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-toggle findreplaceadv'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `bookmark-goto 0'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `font-emph'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `font-noun'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `textstyle-apply'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-mode on'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show-new-inset graphics'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-toggle toc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `toolbar-toggle math'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `toolbar-toggle table'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `buffer-view'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `buffer-update'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `master-buffer-view'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `master-buffer-update'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `buffer-toggle-output-sync'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `layout'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `layout Enumerate'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `layout Itemize'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `layout List'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `layout Description'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `depth-increment'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `depth-decrement'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `float-insert figure'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `float-insert table'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `label-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show-new-inset ref'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show-new-inset citation'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `index-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `nomencl-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `footnote-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `marginalnote-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `note-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `box-insert Frameless'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `href-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `ert-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro newmacroname newcommand'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show-new-inset include'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show character'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `layout-paragraph'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `thesaurus-entry'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular append-row'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular append-column'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular delete-row'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular delete-column'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular toggle-line-top'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular toggle-line-bottom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular toggle-line-left'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular toggle-line-right'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular set-border-lines'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular set-all-lines'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular unset-all-lines'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `command-alternatives inset-modify tabular m-align-left;inset-modify tabular align-left'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `command-alternatives inset-modify tabular m-align-center;inset-modify tabular align-center'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `command-alternatives inset-modify tabular m-align-right;inset-modify tabular align-right'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular align-decimal'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `command-alternatives inset-modify tabular m-valign-top;inset-modify tabular valign-top'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `command-alternatives inset-modify tabular m-valign-middle;inset-modify tabular valign-middle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular toggle-rotate-cell'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular toggle-rotate-tabular'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular multicolumn'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular multirow'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-display'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-subscript'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-superscript'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqrt'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \root'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \frac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sum'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \int'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \prod'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-delim ( )'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-delim [ ]'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-delim { }'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show mathdelimiter'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show mathmatrix'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cases'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular append-row'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular append-column'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular delete-row'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `inset-modify tabular delete-column'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `toolbar-toggle math_panels'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-remove-param'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-add-param'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-make-optional'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-make-nonoptional'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-remove-optional-param'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-add-optional-param'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-remove-greedy-param'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-append-greedy-param'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-macro-add-greedy-optional-param'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `changes-track'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `changes-output'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `change-next'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `change-accept'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `change-reject'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `changes-merge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `all-changes-accept'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `all-changes-reject'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `note-insert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `note-next'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
Lexer.cpp (338): Comment read: `35 The following three toolbars are disabled because of missing icons.'
Lexer.cpp (338): Comment read: `35      Toolbar "import/export" "Import/Export"'
Lexer.cpp (338): Comment read: `35              Item "Import" "buffer-import"'
Lexer.cpp (338): Comment read: `35              Item "Export" "buffer-export"'
Lexer.cpp (338): Comment read: `35              StickyPopupMenu "import-others" "Import other formats"'
Lexer.cpp (338): Comment read: `35              StickyPopupMenu "export-others" "Export other formats"'
Lexer.cpp (338): Comment read: `35      End'
Lexer.cpp (338): Comment read: `35      Toolbar "import-others" "Import Other Formats"'
Lexer.cpp (338): Comment read: `35              ImportFormats'
Lexer.cpp (338): Comment read: `35      End'
Lexer.cpp (338): Comment read: `35      Toolbar "export-others" "Export Other Formats"'
Lexer.cpp (338): Comment read: `35              ExportFormats'
Lexer.cpp (338): Comment read: `35      End'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-register'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-check-out'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-check-in'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `dialog-show vclog'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-revert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-compare'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-compare 0'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `info-insert buffer vcs-revision'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-locking-toggle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `vc-repo-update'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \arccos'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \arcsin'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \arctan'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \arg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bmod'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cos'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cosh'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \coth'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \csc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \deg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \det'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \exp'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gcd'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \inf'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ker'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \liminf'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \limsup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ln'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \log'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \max'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \min'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sec'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sin'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sinh'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \tan'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \tanh'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Pr'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \,'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \:'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \;'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \quad'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \qquad'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \!'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \phantom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hphantom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vphantom'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqrt'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \root'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-size \displaystyle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-size \textstyle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-size \scriptstyle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-size \scriptscriptstyle'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \frac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nicefrac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \unitone'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \unittwo'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \unitfrac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \unitfracthree'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \tfrac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dfrac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cfrac'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cfracleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cfracright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \binom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \tbinom'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dbinom'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathrm'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbf'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \boldsymbol'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathsf'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathit'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathtt'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathfrak'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathcal'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathscr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \textrm'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ldots'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cdots'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vdots'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ddots'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iddots'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hat'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \tilde'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bar'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \grave'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \check'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \widehat'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \widetilde'
Lexer.cpp (338): Comment read: `35 enable this once the undertilde package is loaded automatically'
Lexer.cpp (338): Comment read: `35              Item "utilde" "math-insert \utilde"'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vec'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \acute'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ddot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dddot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ddddot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \breve'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \overline'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \overbrace'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \overleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \overrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \overleftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \overset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \underline'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \underbrace'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \underleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \underrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \underleftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \underset'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \downarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \uparrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \updownarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Leftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Rightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Downarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Uparrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Updownarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Leftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Longleftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Longleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Longrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \longleftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \longleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \longrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftharpoondown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightharpoondown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mapsto'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \longmapsto'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nwarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nearrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftharpoonup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightharpoonup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hookleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hookrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \swarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \searrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightleftharpoons'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \pm'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cap'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \diamond'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \oplus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mp'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigtriangleup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ominus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \times'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \uplus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigtriangledown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \otimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \div'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqcap'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \triangleright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \oslash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cdot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqcup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \triangleleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \odot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \star'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vee'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \amalg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigcirc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \setminus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \wedge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dagger'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circ'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bullet'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \wr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ddagger'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \geq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \equiv'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \models'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \prec'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succ'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \perp'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \preceq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \simeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mid'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ll'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \asymp'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \parallel'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \subset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \supset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \approx'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \smile'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \subseteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \supseteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \cong'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \frown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqsubseteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqsupseteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \doteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \neq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \in'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ni'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \propto'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \notin'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vdash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dashv'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bowtie'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \alpha'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \beta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gamma'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \delta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \epsilon'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varepsilon'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \zeta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \eta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \theta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vartheta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iota'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \kappa'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lambda'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mu'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nu'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \xi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \pi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varpi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rho'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varrho'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sigma'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varsigma'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \tau'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \upsilon'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \phi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varphi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \chi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \psi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \omega'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Gamma'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Delta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Theta'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Lambda'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Xi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Pi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Sigma'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Upsilon'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Phi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Psi'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Omega'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nabla'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \partial'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \infty'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \prime'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ell'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \emptyset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \exists'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \forall'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \imath'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \jmath'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Re'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Im'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \aleph'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \wp'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hbar'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \angle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \top'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Vert'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \neg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \flat'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \natural'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sharp'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \surd'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \triangle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \diamondsuit'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \heartsuit'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \clubsuit'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \spadesuit'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \textrm \AA'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \textrm \O'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathcircumflex'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \_'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathrm T'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb N'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb Z'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb Q'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb R'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb C'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathbb H'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathcal F'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathcal L'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathcal H'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mathcal O'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \intop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \int'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iiint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iiintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iiiint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \iiiintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dotsint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dotsintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \oint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ointop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \oiint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \oiintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ointctrclockwiseop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ointctrclockwise'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ointclockwiseop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ointclockwise'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqiint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqiintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \fint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \fintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \landupint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \landupintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \landdownint'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \landdownintop'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sum'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \prod'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \coprod'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigsqcup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigotimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigodot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigoplus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigcap'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigcup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \biguplus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigvee'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigwedge'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \digamma'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varkappa'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \beth'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \daleth'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gimel'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ulcorner'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \urcorner'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \llcorner'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lrcorner'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hbar'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \hslash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vartriangle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \triangledown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \square'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lozenge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circledS'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \angle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \measuredangle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nexists'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \mho'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Finv'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Game'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Bbbk'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \backprime'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varnothing'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Diamond'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \blacktriangle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \blacktriangledown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \blacksquare'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \blacklozenge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bigstar'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sphericalangle'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \complement'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \eth'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \diagup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \diagdown'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dashleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dashrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftleftarrows'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftrightarrows'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightrightarrows'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightleftarrows'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Lleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Rrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \twoheadleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \twoheadrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftarrowtail'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightarrowtail'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \looparrowleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \looparrowright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \curvearrowleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \curvearrowright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circlearrowleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circlearrowright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Lsh'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Rsh'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \upuparrows'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \downdownarrows'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \upharpoonleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \upharpoonright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \downharpoonleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \downharpoonright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftrightharpoons'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightleftharpoons'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightsquigarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftrightsquigarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nleftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nleftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nLeftarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nRightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nLeftrightarrow'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \multimap'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \geqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leqslant'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \geqslant'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \eqslantless'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \eqslantgtr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lesssim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gtrsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lessapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gtrapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \approxeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \triangleq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lessdot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gtrdot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lll'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ggg'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lessgtr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gtrless'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lesseqgtr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gtreqless'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lesseqqgtr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gtreqqless'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \eqcirc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \thicksim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \thickapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \backsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \backsimeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \subseteqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \supseteqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Subset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Supset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqsubset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \sqsupset'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \preccurlyeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succcurlyeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \curlyeqprec'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \curlyeqsucc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \precsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \precapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vartriangleleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vartriangleright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \trianglelefteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \trianglerighteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \bumpeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Bumpeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \doteqdot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \risingdotseq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \fallingdotseq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \vDash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Vvdash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Vdash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \shortmid'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \shortparallel'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \smallsmile'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \smallfrown'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \blacktriangleleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \blacktriangleright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \because'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \therefore'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \backepsilon'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varpropto'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \between'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \pitchfork'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nless'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ngtr'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nleq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ngeq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nleqslant'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ngeqslant'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nleqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ngeqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lneq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gneq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lvertneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gvertneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lnsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gnsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \lnapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \gnapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nprec'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nsucc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \npreceq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nsucceq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \precnsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succnsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \precnapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \succnapprox'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \subsetneq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \supsetneq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \subsetneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \supsetneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nsubseteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nsupseteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nsupseteqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nvdash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nvDash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nVDash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varsubsetneq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varsupsetneq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varsubsetneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \varsupsetneqq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ntriangleleft'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ntriangleright'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ntrianglelefteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ntrianglerighteq'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ncong'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nsim'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nmid'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nshortmid'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nparallel'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \nshortparallel'

Number of tags: 13
table[0]:  tag: `end'  code:2
table[1]:  tag: `exportformats'  code:10
table[2]:  tag: `iconpalette'  code:9
table[3]:  tag: `importformats'  code:11
table[4]:  tag: `item'  code:1
table[5]:  tag: `layouts'  code:4
table[6]:  tag: `minibuffer'  code:5
table[7]:  tag: `popupmenu'  code:7
table[8]:  tag: `separator'  code:3
table[9]:  tag: `stickypopupmenu'  code:8
table[10]:  tag: `tableinsert'  code:6
table[11]:  tag: `updateformats'  code:12
table[12]:  tag: `viewformats'  code:13
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \dotplus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \smallsetminus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Cap'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \Cup'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \barwedge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \veebar'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \doublebarwedge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \boxminus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \boxtimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \boxdot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \boxplus'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \divideontimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \ltimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rtimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \leftthreetimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \rightthreetimes'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \curlywedge'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \curlyvee'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circleddash'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circledast'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \circledcirc'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \centerdot'
frontends/qt4/Toolbars.cpp (131): ToolbarInfo::read TO_COMMAND func: `math-insert \intercal'
Lexer.cpp (338): Comment read: `35 Which toolbars to use.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 The second parameter are the flags :'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 on: the toolbar is visible'
Lexer.cpp (338): Comment read: `35 off: the toolbar is not visible'
Lexer.cpp (338): Comment read: `35 auto: the toolbar is automatically shown and hidden depending on the'
Lexer.cpp (338): Comment read: `35       next 3 flags.'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 math: the toolbar is visible only when in math'
Lexer.cpp (338): Comment read: `35 mathmacrotemplate: the toolbar is visible only when in a macro definition'
Lexer.cpp (338): Comment read: `35 table: the toolbar is visible only when in a table'
Lexer.cpp (338): Comment read: `35 review: the toolbar is visible only when inside a tracked change'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 top: the toolbar should be at the top of the window'
Lexer.cpp (338): Comment read: `35 bottom: the toolbar should be at the bottom of the window'
Lexer.cpp (338): Comment read: `35 left: the toolbar should be at the left of the window'
Lexer.cpp (338): Comment read: `35 right: the toolbar should be at the right of the window'
Lexer.cpp (338): Comment read: `35'
Lexer.cpp (338): Comment read: `35 samerow: do not create new line for this toolbar'
Lexer.cpp (338): Comment read: `35        (note that order of toolbars is defined in stdtoolbars.inc)'
Lexer.cpp (338): Comment read: `35'
frontends/qt4/GuiApplication.cpp (1266): cmd:  action: 269 [window-new]  arg: '' x: 0 y: 0
frontends/qt4/GuiApplication.cpp (1862): About to create new window with ID 0
frontends/qt4/GuiView.cpp (153): show banner: 1
frontends/qt4/Menus.cpp (2016): populating menu bar
frontends/qt4/Menus.cpp (2023): menu bar entries 8
frontends/qt4/Menus.cpp (2042): menu bar item File is a submenu named file
frontends/qt4/Menus.cpp (2042): menu bar item Edit is a submenu named edit
frontends/qt4/Menus.cpp (2042): menu bar item View is a submenu named view
frontends/qt4/Menus.cpp (2042): menu bar item Insert is a submenu named insert
frontends/qt4/Menus.cpp (2042): menu bar item Navigate is a submenu named navigate
frontends/qt4/Menus.cpp (2042): menu bar item Document is a submenu named document
frontends/qt4/Menus.cpp (2042): menu bar item Tools is a submenu named tools
frontends/qt4/Menus.cpp (2042): menu bar item Help is a submenu named help
support/FileName.cpp (448): Temporary file in /tmp/lyx_tmpdir.nS3412/embedded.internal
support/FileName.cpp (436): Temporary file `/tmp/lyx_tmpdir.nS3412/embedded.internal.wZ3412' created.
BufferParams.cpp (1996): setBaseClass: article
support/Messages.cpp (80): language(en_US)
support/Messages.cpp (184): Setting LANGUAGE to en_US
support/Messages.cpp (192): Setting LC_ALL to en_US
Buffer.cpp (398): Buffer::Buffer()
Intl.cpp (79): Initializing key mappings...
Trans.cpp (625): Disabling keymap
support/FileName.cpp (448): Temporary file in /tmp/lyx_tmpdir.nS3412/embedded.internal
support/FileName.cpp (436): Temporary file `/tmp/lyx_tmpdir.nS3412/embedded.internal.TT3412' created.
BufferParams.cpp (1996): setBaseClass: article
Buffer.cpp (398): Buffer::Buffer()
Intl.cpp (79): Initializing key mappings...
Trans.cpp (625): Disabling keymap
frontends/qt4/GuiFontLoader.cpp (309): Font 'Roman, Medium, Upright, Normal, none, Emphasis Off, Underline Off, Strikeout Off, Double underline Off, Wavy underline Off, Noun Off, ' matched by
DejaVu Serif
frontends/qt4/GuiFontLoader.cpp (315): This font is NOT an exact match
frontends/qt4/GuiFontLoader.cpp (317): XFLD: 
frontends/qt4/GuiFontLoader.cpp (322): The font has size: 15.00
BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (305): viewport width: 634  viewport height: 474
BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (305): viewport width: 634  viewport height: 474
frontends/qt4/GuiView.cpp (798): Passed Geometry 857x1440+0+0
frontends/qt4/GuiView.cpp (768): GuiView::setFocus()0x3126f60
frontends/qt4/GuiView.cpp (775): GuiView::focusInEvent()0x3126f60
frontends/qt4/GuiView.cpp (768): GuiView::setFocus()0x3126f60
frontends/qt4/GuiView.cpp (775): GuiView::focusInEvent()0x3126f60
frontends/qt4/GuiApplication.cpp (1055): dispatch msg is 
frontends/qt4/GuiKeySymbol.cpp (623): Getting key 16777249, with text ''
frontends/qt4/GuiKeySymbol.cpp (629): Setting key to 16777249, 
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiApplication.cpp (1687): KeySym is Control_L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (652): isModifier is 1
frontends/qt4/GuiKeySymbol.cpp (623): Getting key 78, with text ''
frontends/qt4/GuiKeySymbol.cpp (629): Setting key to 78, 
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiApplication.cpp (1687): KeySym is n
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (652): isModifier is 0
frontends/qt4/GuiApplication.cpp (1710): action first set to [buffer-new]
frontends/qt4/GuiApplication.cpp (1718): action now set to [buffer-new]
frontends/qt4/GuiApplication.cpp (1729):  Key [action=buffer-new][Ctrl+N]
frontends/qt4/GuiApplication.cpp (1266): cmd:  action: 3 [buffer-new]  arg: '' x: 0 y: 0
BufferParams.cpp (1996): setBaseClass: article
Buffer.cpp (398): Buffer::Buffer()
BufferList.cpp (122): Assigning to buffer 0
frontends/qt4/GuiView.cpp (1394): Setting buffer: 0x3469e90

Buffer.cpp (3041): updateMacro of newfile1.lyx
Intl.cpp (79): Initializing key mappings...
Trans.cpp (625): Disabling keymap
BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (305): viewport width: 634  viewport height: 474
frontends/qt4/GuiView.cpp (768): GuiView::setFocus()0x3126f60
frontends/qt4/GuiView.cpp (775): GuiView::focusInEvent()0x3126f60
BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (461): WorkArea::redraw screen
BufferView.cpp (2852):          *** START DRAWING ***
TextMetrics.cpp (2184): main text redraw pit=0 row=0 row_selection=0 full_repaint=1 row_has_changed=1
BufferView.cpp (2904): 
                *** END DRAWING  ***
BufferView.cpp (504):  Updating scrollbar: height: 1 curr par: 0 default height 28
BufferView.cpp (520): storing height for pit 0 : 66
BufferView.cpp (2921): Found new anchor pit = 0  anchor ypos = 40
BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
BufferView.cpp (858): recentering!
BufferView.cpp (2852):          *** START DRAWING ***
TextMetrics.cpp (2184): main text redraw pit=0 row=0 row_selection=0 full_repaint=1 row_has_changed=1
BufferView.cpp (2904): 
                *** END DRAWING  ***
BufferView.cpp (504):  Updating scrollbar: height: 1 curr par: 0 default height 28
BufferView.cpp (520): storing height for pit 0 : 66
BufferView.cpp (2921): Found new anchor pit = 0  anchor ypos = 40
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (747): GuiWorkArea::focusInEvent(): 0x3553500

frontends/qt4/GuiView.cpp (1265): Setting current wa: 0x3553500

BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (461): WorkArea::redraw screen
BufferView.cpp (2852):          *** START DRAWING ***
TextMetrics.cpp (2184): main text redraw pit=0 row=0 row_selection=0 full_repaint=1 row_has_changed=1
BufferView.cpp (2904): 
                *** END DRAWING  ***
BufferView.cpp (504):  Updating scrollbar: height: 1 curr par: 0 default height 28
BufferView.cpp (520): storing height for pit 0 : 66
BufferView.cpp (2921): Found new anchor pit = 0  anchor ypos = 40
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/LayoutBox.cpp (545): Already had Standard selected.
frontends/qt4/GuiWorkArea.cpp (1676): currentTabChanged 0 File: /home/goodrich/newfile1.lyx
frontends/qt4/GuiView.cpp (1294): Current wa: 0x3553500, Current main wa: 0x3553500
frontends/qt4/LayoutBox.cpp (545): Already had Standard selected.
frontends/qt4/GuiWorkArea.cpp (1676): currentTabChanged 0 File: /home/goodrich/newfile1.lyx
frontends/qt4/GuiWorkArea.cpp (1836): updateTabTexts() iteration start
frontends/qt4/GuiWorkArea.cpp (1853): it = /home/goodrich/newfile1.lyx => newfile1
frontends/qt4/GuiWorkArea.cpp (1860): segment ended
frontends/qt4/GuiWorkArea.cpp (461): WorkArea::redraw screen
BufferView.cpp (2852):          *** START DRAWING ***
TextMetrics.cpp (2184): main text redraw pit=0 row=0 row_selection=0 full_repaint=1 row_has_changed=0
BufferView.cpp (2904): 
                *** END DRAWING  ***
BufferView.cpp (504):  Updating scrollbar: height: 1 curr par: 0 default height 28
BufferView.cpp (520): storing height for pit 0 : 66
BufferView.cpp (2921): Found new anchor pit = 0  anchor ypos = 40
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiView.cpp (1265): Setting current wa: 0x3553500

BufferView.cpp (858): recentering!
BufferView.cpp (422): BufferView::processUpdateFlags()[fitcursor = 1, forceupdate = 0, singlepar = 0]  buffer: 0x3469e90
Buffer.cpp (3041): updateMacro of newfile1.lyx
frontends/qt4/LayoutBox.cpp (545): Already had Standard selected.
frontends/qt4/GuiApplication.cpp (1055): dispatch msg is 
frontends/qt4/GuiWorkArea.cpp (1046):  count: 1 text:  isAutoRepeat: 0 key: 16777249 keyState: Control-
frontends/qt4/GuiKeySymbol.cpp (623): Getting key 16777249, with text ''
frontends/qt4/GuiKeySymbol.cpp (629): Setting key to 16777249, 
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiApplication.cpp (1687): KeySym is Control_L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (652): isModifier is 1
frontends/qt4/LayoutBox.cpp (545): Already had Standard selected.
frontends/qt4/GuiWorkArea.cpp (1046):  count: 1 text:  isAutoRepeat: 0 key: 86 keyState: Control-
frontends/qt4/GuiKeySymbol.cpp (623): Getting key 86, with text ''
frontends/qt4/GuiKeySymbol.cpp (629): Setting key to 86, 
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiApplication.cpp (1687): KeySym is v
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (652): isModifier is 0
frontends/qt4/GuiApplication.cpp (1710): action first set to [paste]
frontends/qt4/GuiApplication.cpp (1718): action now set to [paste]
frontends/qt4/GuiApplication.cpp (1729):  Key [action=paste][Ctrl+V]
Undo.cpp (508): +++++++Creating new group 1
frontends/qt4/GuiApplication.cpp (1266): cmd:  action: 13 [paste]  arg: '' x: 0 y: 0
BufferView.cpp (1207): BufferView::dispatch: cmd:  action: 13 [paste]  arg: '' x: 0 y: 0
Cursor.cpp (327): cmd:  action: 13 [paste]  arg: '' x: 0 y: 0

 cursor:                                | anchor:
 inset: 0x354ab30 idx: 0 par: 0 pos: 0 | inset: 0x354ab30 idx: 0 par: 0 pos: 0
 selection: 0 x_target: -1

Cursor.cpp (358): Cursor::dispatch: cmd:  action: 13 [paste]  arg: '' x: 0 y: 0

 cursor:                                | anchor:
 inset: 0x354ab30 idx: 0 par: 0 pos: 0 | inset: 0x354ab30 idx: 0 par: 0 pos: 0
 selection: 0 x_target: -1

insets/InsetText.cpp (264): InsetText::doDispatch(): cmd:  action: 13 [paste]  arg: '' x: 0 y: 0
Text3.cpp (455): Text::dispatch: cmd:  action: 13 [paste]  arg: '' x: 0 y: 0
frontends/qt4/GuiClipboard.cpp (407): We found 9 formats
frontends/qt4/GuiClipboard.cpp (409): Found format text/plain
frontends/qt4/GuiClipboard.cpp (409): Found format UTF8_STRING
frontends/qt4/GuiClipboard.cpp (409): Found format STRING
frontends/qt4/GuiClipboard.cpp (409): Found format TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format TARGETS
frontends/qt4/GuiClipboard.cpp (409): Found format MULTIPLE
frontends/qt4/GuiClipboard.cpp (409): Found format TIMESTAMP
frontends/qt4/GuiClipboard.cpp (409): Found format SAVE_TARGETS
frontends/qt4/GuiClipboard.cpp (407): We found 9 formats
frontends/qt4/GuiClipboard.cpp (409): Found format text/plain
frontends/qt4/GuiClipboard.cpp (409): Found format UTF8_STRING
frontends/qt4/GuiClipboard.cpp (409): Found format STRING
frontends/qt4/GuiClipboard.cpp (409): Found format TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format TARGETS
frontends/qt4/GuiClipboard.cpp (409): Found format MULTIPLE
frontends/qt4/GuiClipboard.cpp (409): Found format TIMESTAMP
frontends/qt4/GuiClipboard.cpp (409): Found format SAVE_TARGETS
frontends/qt4/GuiClipboard.cpp (407): We found 9 formats
frontends/qt4/GuiClipboard.cpp (409): Found format text/plain
frontends/qt4/GuiClipboard.cpp (409): Found format UTF8_STRING
frontends/qt4/GuiClipboard.cpp (409): Found format STRING
frontends/qt4/GuiClipboard.cpp (409): Found format TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format COMPOUND_TEXT
frontends/qt4/GuiClipboard.cpp (409): Found format TARGETS
frontends/qt4/GuiClipboard.cpp (409): Found format MULTIPLE
frontends/qt4/GuiClipboard.cpp (409): Found format TIMESTAMP
frontends/qt4/GuiClipboard.cpp (409): Found format SAVE_TARGETS
frontends/qt4/GuiClipboard.cpp (336): GuiClipboard::getAsText(): `test'
Undo.cpp (328): Create undo element of group 1
frontends/qt4/GuiWorkArea.cpp (1836): updateTabTexts() iteration start
frontends/qt4/GuiWorkArea.cpp (1853): it = /home/goodrich/newfile1.lyx => newfile1
frontends/qt4/GuiWorkArea.cpp (1860): segment ended
BufferView.cpp (422): BufferView::processUpdateFlags()[fitcursor = 1, forceupdate = 2, singlepar = 0]  buffer: 0x3469e90
Buffer.cpp (3041): updateMacro of newfile1.lyx
BufferView.cpp (2634): metrics:  anchor pit = 0 anchor ypos = 40
BufferView.cpp (2668): Metrics:  anchor pit = 0 anchor ypos = 40 y1 = 0 y2 = 66 pit1 = -1 pit2 = 1
BufferView.cpp (2673): BufferView::updateMetrics
CoordCache.cpp (53): InsetCache contains:
frontends/qt4/GuiWorkArea.cpp (461): WorkArea::redraw screen
BufferView.cpp (2852):          *** START DRAWING ***
TextMetrics.cpp (2184): main text redraw pit=0 row=0 row_selection=0 full_repaint=1 row_has_changed=1
BufferView.cpp (2904): 
                *** END DRAWING  ***
BufferView.cpp (504):  Updating scrollbar: height: 1 curr par: 0 default height 28
BufferView.cpp (520): storing height for pit 0 : 66
BufferView.cpp (2921): Found new anchor pit = 0  anchor ypos = 40
CoordCache.cpp (53): InsetCache contains:
TextMetrics.cpp (1389): y: 0 cache size: 1
TextMetrics.cpp (1431): examining: pit: 0 y: 40
TextMetrics.cpp (1441): found best y: 40 for pit: 0
TextMetrics.cpp (1597): x: 0 y: 0  pit: 0
TextMetrics.cpp (1626): No inset hit. 
frontends/qt4/LayoutBox.cpp (545): Already had Standard selected.
frontends/qt4/GuiApplication.cpp (1055): dispatch msg is Paste
Undo.cpp (523): -------End of group 1
frontends/qt4/GuiWorkArea.cpp (1046):  count: 1 text:  isAutoRepeat: 0 key: 16777249 keyState: Control-
frontends/qt4/GuiKeySymbol.cpp (623): Getting key 16777249, with text ''
frontends/qt4/GuiKeySymbol.cpp (629): Setting key to 16777249, 
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiApplication.cpp (1687): KeySym is Control_L
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (652): isModifier is 1
frontends/qt4/LayoutBox.cpp (545): Already had Standard selected.
frontends/qt4/GuiWorkArea.cpp (1046):  count: 1 text:  isAutoRepeat: 0 key: 83 keyState: Control-
frontends/qt4/GuiKeySymbol.cpp (623): Getting key 83, with text ''
frontends/qt4/GuiKeySymbol.cpp (629): Setting key to 83, 
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiApplication.cpp (1687): KeySym is s
frontends/qt4/GuiKeySymbol.cpp (644): isOK is 1
frontends/qt4/GuiKeySymbol.cpp (652): isModifier is 0
frontends/qt4/GuiApplication.cpp (1710): action first set to [buffer-write]
frontends/qt4/GuiApplication.cpp (1718): action now set to [buffer-write]
frontends/qt4/GuiApplication.cpp (1729):  Key [action=buffer-write][Ctrl+S]
Undo.cpp (508): +++++++Creating new group 2
frontends/qt4/GuiApplication.cpp (1266): cmd:  action: 4 [buffer-write]  arg: '' x: 0 y: 0
frontends/qt4/GuiView.cpp (1394): Setting buffer: 0x3469e90

frontends/qt4/GuiView.cpp (1265): Setting current wa: 0x3553500

frontends/qt4/FileDialog.cpp (88): Select with path "/home/goodrich", mask "LyX Documents (*.lyx)", suggested "newfile1.lyx"
frontends/qt4/FileDialog.cpp (114): Synchronous FileDialog: 
frontends/qt4/GuiWorkArea.cpp (758): GuiWorkArea::focusOutEvent(): 0x3553500

frontends/qt4/FileDialog.cpp (116): result 1
frontends/qt4/GuiWorkArea.cpp (1836): updateTabTexts() iteration start
frontends/qt4/GuiWorkArea.cpp (1853): it = /tmp/test.lyx => test
frontends/qt4/GuiWorkArea.cpp (1860): segment ended
support/FileName.cpp (592): Checksumming "/tmp/test.lyx" 2746900375 lasted 0 ms.
frontends/qt4/GuiWorkArea.cpp (1836): updateTabTexts() iteration start
frontends/qt4/GuiWorkArea.cpp (1853): it = /tmp/test.lyx => test
frontends/qt4/GuiWorkArea.cpp (1860): segment ended
VCBackend.cpp (119): LyXVC: Checking if file is under rcs: /tmp/test.lyx,v
VCBackend.cpp (127): LyXVC: Checking if file is under rcs: /tmp/RCS/test.lyx,v
VCBackend.cpp (474): LyXVC: Checking if file is under cvs in `/tmp/CVS/Entries' for `/test.lyx/'
VCBackend.cpp (1047): LyXVC: Checking if file is under svn in `/tmp/.svn/entries' for `test.lyx'
support/FileName.cpp (950): filetools(getFormatFromContents)
        Couldn't find a known format!
Lexer.cpp (258): lyxlex: UNcompressed
Lexer.cpp (338): Comment read: `35LyX 2.0 created this file. For more info see http://www.lyx.org/'
VCBackend.cpp (119): LyXVC: Checking if file is under rcs: /tmp/test.lyx,v
VCBackend.cpp (127): LyXVC: Checking if file is under rcs: /tmp/RCS/test.lyx,v
VCBackend.cpp (474): LyXVC: Checking if file is under cvs in `/tmp/CVS/Entries' for `/test.lyx/'
VCBackend.cpp (1047): LyXVC: Checking if file is under svn in `/tmp/.svn/entries' for `test.lyx'
Buffer.cpp (848): Handling document header token: `\textclass'
BufferParams.cpp (1996): setBaseClass: article
Warning: Document class not available
----------------------------------------
The selected document class
        true
requires external files that are not available.
The document class can still be used, but the
document cannot be compiled until the following
prerequisites are installed:
        Articles (DocBook)
See section 3.1.2.2 (Class Availability) of the
User's Guide for more information.
frontends/qt4/GuiView.cpp (768): GuiView::setFocus()0x3126f60
frontends/qt4/GuiView.cpp (775): GuiView::focusInEvent()0x3126f60
frontends/qt4/GuiWorkArea.cpp (747): GuiWorkArea::focusInEvent(): 0x3553500

frontends/qt4/GuiWorkArea.cpp (758): GuiWorkArea::focusOutEvent(): 0x3553500

Server.cpp (781): LyXComm: Closing connection
Server.cpp (784): LyXComm: server is disabled, nothing to do
ServerSocket.cpp (87): lyx: Server socket quitting

lyx: SIGSEGV signal caught!
Sorry, you have found a bug in LyX, hope you have not lost any data.
Please read the bug-reporting instructions in 'Help->Introduction' and send us a bug report, if necessary. Thanks!
Bye.
Error: LyX crashed!
----------------------------------------
SIGSEGV signal caught!
Sorry, you have found a bug in LyX, hope you have not lost any data.
Please read the bug-reporting instructions in 'Help->Introduction' and send us a bug report, if necessary. Thanks!
Bye.
Aborted
goodrich at CYBERPOWERPC:/tmp$ 


More information about the Pkg-lyx-devel mailing list