]> git.lyx.org Git - lyx.git/blob - autotests/export/latex/lyxbugs/11584-iconv-error-nomenclature.lyx
Remove unneeded std::move
[lyx.git] / autotests / export / latex / lyxbugs / 11584-iconv-error-nomenclature.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 article
8 \begin_preamble
9 \usepackage{textalpha}
10 \end_preamble
11 \use_default_options true
12 \maintain_unincluded_children false
13 \language english
14 \language_package default
15 \inputencoding auto-legacy
16 \fontencoding auto
17 \font_roman "lmodern" "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 \papersize default
40 \use_geometry false
41 \use_package amsmath 1
42 \use_package amssymb 1
43 \use_package cancel 1
44 \use_package esint 1
45 \use_package mathdots 1
46 \use_package mathtools 1
47 \use_package mhchem 1
48 \use_package stackrel 1
49 \use_package stmaryrd 1
50 \use_package undertilde 1
51 \cite_engine basic
52 \cite_engine_type default
53 \biblio_style plain
54 \use_bibtopic false
55 \use_indices false
56 \paperorientation portrait
57 \suppress_date false
58 \justification false
59 \use_refstyle 1
60 \use_minted 0
61 \branch mfe
62 \selected 0
63 \filename_suffix 0
64 \color #faf0e6
65 \end_branch
66 \index Index
67 \shortcut idx
68 \color #008000
69 \end_index
70 \secnumdepth 3
71 \tocdepth 3
72 \paragraph_separation indent
73 \paragraph_indentation default
74 \is_math_indent 0
75 \math_numbering_side default
76 \quotes_style english
77 \dynamic_quotes 0
78 \papercolumns 1
79 \papersides 1
80 \paperpagestyle default
81 \tablestyle default
82 \tracking_changes false
83 \output_changes false
84 \html_math_output 0
85 \html_css_as_file 0
86 \html_be_strict false
87 \end_header
88
89 \begin_body
90
91 \begin_layout Standard
92 Iconv reports an error during latex export if a 
93 \begin_inset Quotes eld
94 \end_inset
95
96 nomenclature inset
97 \begin_inset Quotes erd
98 \end_inset
99
100  contains a character that cannot be encoded using 
101 \begin_inset Quotes eld
102 \end_inset
103
104
105 \backslash
106 inputenc
107 \begin_inset Quotes erd
108 \end_inset
109
110 , e.g.
111  a Greek α.
112   
113 \end_layout
114
115 \begin_layout Standard
116 Examples:
117 \end_layout
118
119 \begin_layout Standard
120 \begin_inset CommandInset nomenclature
121 LatexCommand nomenclature
122 symbol "α"
123 description "Greek letter alpha."
124 literal "false"
125
126 \end_inset
127
128  (uncodable symbol)
129 \end_layout
130
131 \begin_layout Standard
132 \begin_inset CommandInset nomenclature
133 LatexCommand nomenclature
134 symbol "s"
135 description "Latin σ"
136 literal "false"
137
138 \end_inset
139
140  (uncodable description)
141 \end_layout
142
143 \begin_layout Standard
144 \begin_inset CommandInset nomenclature
145 LatexCommand nomenclature
146 prefix "σ"
147 symbol "s"
148 description "Latin s"
149 literal "false"
150
151 \end_inset
152
153  (uncodable sortkey).
154 \end_layout
155
156 \begin_layout Standard
157 \begin_inset CommandInset nomencl_print
158 LatexCommand printnomenclature
159 set_width "auto"
160
161 \end_inset
162
163
164 \end_layout
165
166 \end_body
167 \end_document