]> git.lyx.org Git - features.git/blob - autotests/export/latex/bug9871-slovak-ascii-preambleencoding.lyx
update latex export tests, add test for bug #9871
[features.git] / autotests / export / latex / bug9871-slovak-ascii-preambleencoding.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 566
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin unavailable
7 \textclass scrartcl
8 \use_default_options false
9 \begin_modules
10 theorems-ams-bytype
11 \end_modules
12 \maintain_unincluded_children false
13 \language slovak
14 \language_package default
15 \inputencoding ascii
16 \fontencoding auto
17 \font_roman "default" "default"
18 \font_sans "default" "default"
19 \font_typewriter "default" "default"
20 \font_math "auto" "auto"
21 \font_default_family default
22 \use_non_tex_fonts false
23 \font_sc false
24 \font_osf false
25 \font_sf_scale 100 100
26 \font_tt_scale 100 100
27 \use_microtype false
28 \use_dash_ligatures false
29 \graphics default
30 \default_output_format pdf2
31 \output_sync 0
32 \bibtex_command default
33 \index_command default
34 \float_placement class
35 \float_alignment class
36 \paperfontsize default
37 \spacing single
38 \use_hyperref false
39 \pdf_bookmarks false
40 \pdf_bookmarksnumbered false
41 \pdf_bookmarksopen false
42 \pdf_bookmarksopenlevel 1
43 \pdf_breaklinks false
44 \pdf_pdfborder true
45 \pdf_colorlinks true
46 \pdf_backref section
47 \pdf_pdfusetitle true
48 \papersize a4paper
49 \use_geometry false
50 \use_package amsmath 1
51 \use_package amssymb 1
52 \use_package cancel 1
53 \use_package esint 1
54 \use_package mathdots 1
55 \use_package mathtools 1
56 \use_package mhchem 1
57 \use_package stackrel 1
58 \use_package stmaryrd 1
59 \use_package undertilde 1
60 \cite_engine basic
61 \cite_engine_type default
62 \biblio_style plain
63 \use_bibtopic false
64 \use_indices false
65 \paperorientation portrait
66 \suppress_date false
67 \justification true
68 \use_refstyle 0
69 \use_minted 0
70 \index Stichwortverzeichnis
71 \shortcut idx
72 \color #008000
73 \end_index
74 \secnumdepth 3
75 \tocdepth 3
76 \paragraph_separation indent
77 \paragraph_indentation default
78 \is_math_indent 0
79 \math_numbering_side default
80 \quotes_style german
81 \dynamic_quotes 0
82 \papercolumns 1
83 \papersides 1
84 \paperpagestyle default
85 \tracking_changes false
86 \output_changes false
87 \html_math_output 0
88 \html_css_as_file 0
89 \html_be_strict false
90 \end_header
91
92 \begin_body
93
94 \begin_layout Standard
95 minimal test for bug #9871
96 \end_layout
97
98 \begin_layout Standard
99 The error pop-up blames 
100 \backslash
101 listoflistings, but the Complete Log reveales that the problem is the
102 \end_layout
103
104 \begin_layout LyX-Code
105 ! Undefined control sequence.
106  
107 \end_layout
108
109 \begin_layout LyX-Code
110
111 \backslash
112 lstlistlistingname ->
113 \backslash
114 inputencoding
115 \end_layout
116
117 \begin_layout Standard
118 which is inserted by LyX in the document preamble if a 
119 \begin_inset Quotes gld
120 \end_inset
121
122 list of listings
123 \begin_inset Quotes grd
124 \end_inset
125
126  is present:
127 \end_layout
128
129 \begin_layout Standard
130 \begin_inset CommandInset toc
131 LatexCommand lstlistoflistings
132
133 \end_inset
134
135
136 \end_layout
137
138 \end_body
139 \end_document