]> git.lyx.org Git - lyx.git/blob - autotests/export/latex/lyxbugs/9871-slovak-ascii-preambleencoding.lyx
Remove unneeded std::move
[lyx.git] / autotests / export / latex / lyxbugs / 9871-slovak-ascii-preambleencoding.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 574
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 \tablestyle default
86 \tracking_changes false
87 \output_changes false
88 \html_math_output 0
89 \html_css_as_file 0
90 \html_be_strict false
91 \end_header
92
93 \begin_body
94
95 \begin_layout Standard
96 Minimal test for bug #9871
97 \end_layout
98
99 \begin_layout Standard
100 Error 84 returned from iconv when converting from UCS-4LE to ascii: 
101 \end_layout
102
103 \begin_layout LyX-Code
104  Invalid or incomplete multibyte or wide character.
105  
106 \end_layout
107
108 \begin_layout Standard
109 The error pop-up blames 
110 \backslash
111 listoflistings, but the Complete Log reveales that the problem is the
112 \end_layout
113
114 \begin_layout LyX-Code
115 ! Undefined control sequence.
116  
117 \end_layout
118
119 \begin_layout LyX-Code
120
121 \backslash
122 lstlistlistingname ->
123 \backslash
124 inputencoding
125 \end_layout
126
127 \begin_layout Standard
128 which is inserted by LyX in the document preamble if a 
129 \begin_inset Quotes gld
130 \end_inset
131
132 list of listings
133 \begin_inset Quotes grd
134 \end_inset
135
136  is present due to BabelPreamble code.
137 \begin_inset Foot
138 status collapsed
139
140 \begin_layout Plain Layout
141 Language specific headings for # theorems, problems , ...
142  are written in the language's default encoding if they contain non-ASCII
143  characters.
144 \end_layout
145
146 \end_inset
147
148  
149 \end_layout
150
151 \begin_layout Standard
152 See also the discussion at: https://www.mail-archive.com/search?l=mid&q=2017022819
153 0738.cgs3tl3ny2bxiegk%40steph
154 \end_layout
155
156 \begin_layout Standard
157 \begin_inset CommandInset toc
158 LatexCommand lstlistoflistings
159
160 \end_inset
161
162
163 \end_layout
164
165 \end_body
166 \end_document