]> git.lyx.org Git - lyx.git/blob - autotests/export/latex/iconv-error-nomenclature.lyx
Fix MSVC warning
[lyx.git] / autotests / export / latex / iconv-error-nomenclature.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 542
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin unavailable
7 \textclass article
8 \use_default_options true
9 \maintain_unincluded_children false
10 \language english
11 \language_package default
12 \inputencoding auto
13 \fontencoding global
14 \font_roman "lmodern" "default"
15 \font_sans "default" "default"
16 \font_typewriter "default" "default"
17 \font_math "auto" "auto"
18 \font_default_family default
19 \use_non_tex_fonts false
20 \font_sc false
21 \font_osf false
22 \font_sf_scale 100 100
23 \font_tt_scale 100 100
24 \use_microtype false
25 \use_dash_ligatures false
26 \graphics default
27 \default_output_format pdf2
28 \output_sync 0
29 \bibtex_command default
30 \index_command default
31 \paperfontsize default
32 \spacing single
33 \use_hyperref false
34 \papersize default
35 \use_geometry false
36 \use_package amsmath 1
37 \use_package amssymb 1
38 \use_package cancel 1
39 \use_package esint 1
40 \use_package mathdots 1
41 \use_package mathtools 1
42 \use_package mhchem 1
43 \use_package stackrel 1
44 \use_package stmaryrd 1
45 \use_package undertilde 1
46 \cite_engine basic
47 \cite_engine_type default
48 \biblio_style plain
49 \use_bibtopic false
50 \use_indices false
51 \paperorientation portrait
52 \suppress_date false
53 \justification false
54 \use_refstyle 1
55 \branch mfe
56 \selected 0
57 \filename_suffix 0
58 \color #faf0e6
59 \end_branch
60 \index Index
61 \shortcut idx
62 \color #008000
63 \end_index
64 \secnumdepth 3
65 \tocdepth 3
66 \paragraph_separation indent
67 \paragraph_indentation default
68 \is_math_indent 0
69 \math_number_before 0
70 \quotes_style english
71 \dynamic_quotes 0
72 \papercolumns 1
73 \papersides 1
74 \paperpagestyle default
75 \tracking_changes false
76 \output_changes false
77 \html_math_output 0
78 \html_css_as_file 0
79 \html_be_strict false
80 \end_header
81
82 \begin_body
83
84 \begin_layout Standard
85 Iconv reports an error during latex export if a 
86 \begin_inset Quotes eld
87 \end_inset
88
89 nomenclature inset
90 \begin_inset Quotes erd
91 \end_inset
92
93  contains a character that cannot be encoded using 
94 \begin_inset Quotes eld
95 \end_inset
96
97
98 \backslash
99 inputenc
100 \begin_inset Quotes erd
101 \end_inset
102
103 .
104  
105 \end_layout
106
107 \begin_layout Standard
108 Examples:
109 \end_layout
110
111 \begin_layout Standard
112 \begin_inset CommandInset nomenclature
113 LatexCommand nomenclature
114 symbol "α"
115 description "Greek letter alpha."
116 literal "true"
117
118 \end_inset
119
120  (uncodable symbol)
121 \end_layout
122
123 \begin_layout Standard
124 \begin_inset CommandInset nomenclature
125 LatexCommand nomenclature
126 symbol "s"
127 description "Latin σ"
128 literal "true"
129
130 \end_inset
131
132  (uncodable description)
133 \end_layout
134
135 \begin_layout Standard
136 \begin_inset CommandInset nomenclature
137 LatexCommand nomenclature
138 prefix "σ"
139 symbol "s"
140 description "Latin s"
141 literal "true"
142
143 \end_inset
144
145  (uncodable sortkey).
146 \end_layout
147
148 \end_body
149 \end_document