]> git.lyx.org Git - features.git/blob - autotests/export/latex/systemfonts-Math-missingchars.lyx
2e08768a8d4b2a6b4e57e862b5a7c3e4c170d72d
[features.git] / autotests / export / latex / systemfonts-Math-missingchars.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 512
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin unavailable
7 \textclass scrartcl
8 \begin_preamble
9
10 \end_preamble
11 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
12 \use_default_options false
13 \maintain_unincluded_children false
14 \language english
15 \language_package default
16 \inputencoding auto
17 \fontencoding global
18 \font_roman "lmodern" "default"
19 \font_sans "lmss" "default"
20 \font_typewriter "lmtt" "default"
21 \font_math "auto" "auto"
22 \font_default_family default
23 \use_non_tex_fonts false
24 \font_sc false
25 \font_osf false
26 \font_sf_scale 100 100
27 \font_tt_scale 100 100
28 \use_microtype false
29 \graphics default
30 \default_output_format pdf5
31 \output_sync 0
32 \bibtex_command default
33 \index_command default
34 \paperfontsize 12
35 \spacing single
36 \use_hyperref false
37 \pdf_bookmarks true
38 \pdf_bookmarksnumbered true
39 \pdf_bookmarksopen true
40 \pdf_bookmarksopenlevel 1
41 \pdf_breaklinks false
42 \pdf_pdfborder false
43 \pdf_colorlinks true
44 \pdf_backref false
45 \pdf_pdfusetitle false
46 \papersize a4paper
47 \use_geometry false
48 \use_package amsmath 2
49 \use_package amssymb 2
50 \use_package cancel 0
51 \use_package esint 1
52 \use_package mathdots 1
53 \use_package mathtools 2
54 \use_package mhchem 1
55 \use_package stackrel 0
56 \use_package stmaryrd 0
57 \use_package undertilde 0
58 \cite_engine basic
59 \cite_engine_type default
60 \biblio_style plain
61 \use_bibtopic false
62 \use_indices false
63 \paperorientation portrait
64 \suppress_date false
65 \justification true
66 \use_refstyle 0
67 \notefontcolor #0000ff
68 \index Index
69 \shortcut idx
70 \color #008000
71 \end_index
72 \secnumdepth 4
73 \tocdepth 3
74 \paragraph_separation skip
75 \defskip medskip
76 \quotes_language english
77 \papercolumns 1
78 \papersides 2
79 \paperpagestyle plain
80 \bullet 1 0 6 -1
81 \bullet 2 2 35 -1
82 \bullet 3 2 7 -1
83 \tracking_changes false
84 \output_changes false
85 \html_math_output 0
86 \html_css_as_file 0
87 \html_be_strict false
88 \end_header
89
90 \begin_body
91
92 \begin_layout Section*
93 Minimal failing example for Math.lyx
94 \end_layout
95
96 \begin_layout Standard
97 \SpecialChar LyX
98 's detailed Math manual fails with 
99 \begin_inset Quotes eld
100 \end_inset
101
102 missing character
103 \begin_inset Quotes erd
104 \end_inset
105
106  errors for the following reasons:
107 \end_layout
108
109 \begin_layout Quote
110 Fractions
111 \end_layout
112
113 \begin_deeper
114 \begin_layout Standard
115 For nested fractions the command 
116 \series bold
117
118 \backslash
119 cfrac
120 \series default
121  can be used.
122  Here is an example:
123 \end_layout
124
125 \begin_layout Standard
126 \begin_inset Formula 
127 \begin{align*}
128 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
129 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
130 \end{align*}
131
132 \end_inset
133
134
135 \end_layout
136
137 \end_deeper
138 \begin_layout Standard
139 In 
140 \begin_inset Quotes eld
141 \end_inset
142
143 mathematical text
144 \begin_inset Quotes erd
145 \end_inset
146
147  and with tex2lyx, the 
148 \backslash
149 textbackslash became 0x29f5 REVERSE SOLIDUS OPERATOR.
150  After adding 
151 \begin_inset Quotes eld
152 \end_inset
153
154 deprecated
155 \begin_inset Quotes erd
156 \end_inset
157
158  in lib/unicodesymbols, this is fixed.
159  
160 \end_layout
161
162 \begin_layout Standard
163 The converted characters should be replaced with 
164 \begin_inset Quotes eld
165 \end_inset
166
167
168 \backslash
169 textbackslash 
170 \begin_inset Quotes eld
171 \end_inset
172
173 .
174 \end_layout
175
176 \begin_layout Quote
177 Bold Formulas
178 \end_layout
179
180 \begin_deeper
181 \begin_layout Standard
182 To make a complete formula bold, the command 
183 \series bold
184
185 \backslash
186 mathbf
187 \series default
188  from the previous subsection cannot be used, because it doesn't work for
189  small Greek letters.
190  Furthermore it prints Latin letters always upright, like in the following
191  equation:
192 \end_layout
193
194 \begin_layout Standard
195 \begin_inset Formula 
196 \[
197 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
198 \]
199
200 \end_inset
201
202
203 \end_layout
204
205 \end_deeper
206 \begin_layout Standard
207 Capital Greek characters in 
208 \backslash
209 mathbf lead to 
210 \begin_inset Quotes eld
211 \end_inset
212
213 missing character
214 \begin_inset Quotes erd
215 \end_inset
216
217  errors with non-TeX fonts.
218  Small Greek characters are not bolded, because TeX treats them as symbols,
219  not letters (unless you load the package 
220 \emph on
221 isomath
222 \emph default
223  or 
224 \emph on
225 fixmath
226 \emph default
227 ).
228 \end_layout
229
230 \begin_layout Quote
231 Special Characters in Mathematical Text
232 \end_layout
233
234 \begin_deeper
235 \begin_layout Standard
236 The following commands can only be used in mathematical text or in \SpecialChar TeX
237  mode:
238 \end_layout
239
240 \begin_layout Standard
241 \begin_inset space \hfill{}
242 \end_inset
243
244
245 \begin_inset Tabular
246 <lyxtabular version="3" rows="8" columns="2">
247 <features booktabs="true" tabularvalignment="middle">
248 <column alignment="left" valignment="top" width="0pt">
249 <column alignment="block" valignment="top">
250 <row>
251 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
252 \begin_inset Text
253
254 \begin_layout Plain Layout
255 Command
256 \end_layout
257
258 \end_inset
259 </cell>
260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
261 \begin_inset Text
262
263 \begin_layout Plain Layout
264 Result
265 \end_layout
266
267 \end_inset
268 </cell>
269 </row>
270 <row>
271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
272 \begin_inset Text
273
274 \begin_layout Plain Layout
275
276 \backslash
277 oe
278 \end_layout
279
280 \end_inset
281 </cell>
282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
283 \begin_inset Text
284
285 \begin_layout Plain Layout
286 \begin_inset Formula $\textrm{œ}$
287 \end_inset
288
289
290 \end_layout
291
292 \end_inset
293 </cell>
294 </row>
295 <row>
296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
297 \begin_inset Text
298
299 \begin_layout Plain Layout
300
301 \backslash
302 OE
303 \end_layout
304
305 \end_inset
306 </cell>
307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
308 \begin_inset Text
309
310 \begin_layout Plain Layout
311 \begin_inset Formula $\textrm{Œ}$
312 \end_inset
313
314
315 \end_layout
316
317 \end_inset
318 </cell>
319 </row>
320 <row>
321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
322 \begin_inset Text
323
324 \begin_layout Plain Layout
325
326 \backslash
327 ae
328 \end_layout
329
330 \end_inset
331 </cell>
332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
333 \begin_inset Text
334
335 \begin_layout Plain Layout
336 \begin_inset Formula $\textrm{æ}$
337 \end_inset
338
339
340 \end_layout
341
342 \end_inset
343 </cell>
344 </row>
345 <row>
346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
347 \begin_inset Text
348
349 \begin_layout Plain Layout
350
351 \backslash
352 AE
353 \end_layout
354
355 \end_inset
356 </cell>
357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
358 \begin_inset Text
359
360 \begin_layout Plain Layout
361 \begin_inset Formula $\textrm{Æ}$
362 \end_inset
363
364
365 \end_layout
366
367 \end_inset
368 </cell>
369 </row>
370 <row>
371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
372 \begin_inset Text
373
374 \begin_layout Plain Layout
375
376 \backslash
377 aa
378 \end_layout
379
380 \end_inset
381 </cell>
382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
383 \begin_inset Text
384
385 \begin_layout Plain Layout
386 \begin_inset Formula $\textrm{å}$
387 \end_inset
388
389
390 \end_layout
391
392 \end_inset
393 </cell>
394 </row>
395 <row>
396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
397 \begin_inset Text
398
399 \begin_layout Plain Layout
400
401 \backslash
402 AA
403 \begin_inset Index idx
404 status collapsed
405
406 \begin_layout Plain Layout
407
408 \backslash
409 @
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 textrm{
418 \backslash
419 AA}
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \end_inset
428
429
430 \end_layout
431
432 \end_inset
433 </cell>
434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
435 \begin_inset Text
436
437 \begin_layout Plain Layout
438 \begin_inset Formula $\textrm{Å}$
439 \end_inset
440
441
442 \end_layout
443
444 \end_inset
445 </cell>
446 </row>
447 <row>
448 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
449 \begin_inset Text
450
451 \begin_layout Plain Layout
452
453 \backslash
454 i
455 \end_layout
456
457 \end_inset
458 </cell>
459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
460 \begin_inset Text
461
462 \begin_layout Plain Layout
463 \begin_inset Formula $\textrm{ı}$
464 \end_inset
465
466
467 \end_layout
468
469 \end_inset
470 </cell>
471 </row>
472 </lyxtabular>
473
474 \end_inset
475
476
477 \begin_inset space \hfill{}
478 \end_inset
479
480
481 \begin_inset Tabular
482 <lyxtabular version="3" rows="8" columns="2">
483 <features booktabs="true" tabularvalignment="middle">
484 <column alignment="left" valignment="top" width="0pt">
485 <column alignment="center" valignment="top">
486 <row>
487 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
488 \begin_inset Text
489
490 \begin_layout Plain Layout
491 Command
492 \begin_inset Note Note
493 status collapsed
494
495 \begin_layout Plain Layout
496 The space of 0
497 \begin_inset space \thinspace{}
498 \end_inset
499
500 mm is used for separation, because otherwise the output will be ¡ and ¿
501  respectively.
502 \end_layout
503
504 \end_inset
505
506
507 \end_layout
508
509 \end_inset
510 </cell>
511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
512 \begin_inset Text
513
514 \begin_layout Plain Layout
515 Result
516 \end_layout
517
518 \end_inset
519 </cell>
520 </row>
521 <row>
522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
523 \begin_inset Text
524
525 \begin_layout Plain Layout
526
527 \backslash
528 o
529 \end_layout
530
531 \end_inset
532 </cell>
533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
534 \begin_inset Text
535
536 \begin_layout Plain Layout
537 \begin_inset Formula $\textrm{ø}$
538 \end_inset
539
540
541 \end_layout
542
543 \end_inset
544 </cell>
545 </row>
546 <row>
547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
548 \begin_inset Text
549
550 \begin_layout Plain Layout
551
552 \backslash
553 O
554 \end_layout
555
556 \end_inset
557 </cell>
558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
559 \begin_inset Text
560
561 \begin_layout Plain Layout
562 \begin_inset Formula $\textrm{Ø}$
563 \end_inset
564
565
566 \end_layout
567
568 \end_inset
569 </cell>
570 </row>
571 <row>
572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
573 \begin_inset Text
574
575 \begin_layout Plain Layout
576
577 \backslash
578 l
579 \end_layout
580
581 \end_inset
582 </cell>
583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
584 \begin_inset Text
585
586 \begin_layout Plain Layout
587 \begin_inset Formula $\textrm{ł}$
588 \end_inset
589
590
591 \end_layout
592
593 \end_inset
594 </cell>
595 </row>
596 <row>
597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
598 \begin_inset Text
599
600 \begin_layout Plain Layout
601
602 \backslash
603 L
604 \end_layout
605
606 \end_inset
607 </cell>
608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
609 \begin_inset Text
610
611 \begin_layout Plain Layout
612 \begin_inset Formula $\textrm{Ł}$
613 \end_inset
614
615
616 \end_layout
617
618 \end_inset
619 </cell>
620 </row>
621 <row>
622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
623 \begin_inset Text
624
625 \begin_layout Plain Layout
626 !
627 \begin_inset space \hspace{}
628 \length 0mm
629 \end_inset
630
631 `
632 \begin_inset space \textvisiblespace{}
633 \end_inset
634
635
636 \end_layout
637
638 \end_inset
639 </cell>
640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
641 \begin_inset Text
642
643 \begin_layout Plain Layout
644 \begin_inset Formula $\textrm{!`}$
645 \end_inset
646
647
648 \end_layout
649
650 \end_inset
651 </cell>
652 </row>
653 <row>
654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
655 \begin_inset Text
656
657 \begin_layout Plain Layout
658 ?
659 \begin_inset space \hspace{}
660 \length 0mm
661 \end_inset
662
663 `
664 \begin_inset space \textvisiblespace{}
665 \end_inset
666
667
668 \end_layout
669
670 \end_inset
671 </cell>
672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
673 \begin_inset Text
674
675 \begin_layout Plain Layout
676 \begin_inset Formula $\textrm{?`}$
677 \end_inset
678
679
680 \end_layout
681
682 \end_inset
683 </cell>
684 </row>
685 <row>
686 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
687 \begin_inset Text
688
689 \begin_layout Plain Layout
690
691 \backslash
692 j
693 \end_layout
694
695 \end_inset
696 </cell>
697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
698 \begin_inset Text
699
700 \begin_layout Plain Layout
701 \begin_inset Formula $\textrm{ȷ}$
702 \end_inset
703
704
705 \end_layout
706
707 \end_inset
708 </cell>
709 </row>
710 </lyxtabular>
711
712 \end_inset
713
714
715 \begin_inset space \hfill{}
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 The characters 
723 \begin_inset Formula $\textrm{\textrm{Å}}$
724 \end_inset
725
726  and 
727 \begin_inset Formula $\textrm{\textrm{Ø}}$
728 \end_inset
729
730  can also be inserted via the math toolbar button 
731 \begin_inset Info
732 type  "icon"
733 arg   "math-insert \\digamma"
734 \end_inset
735
736 .
737 \end_layout
738
739 \end_deeper
740 \begin_layout Standard
741 The literal 
742 \family roman
743 \series medium
744 \shape up
745 \size normal
746 \emph off
747 \bar no
748 \strikeout off
749 \uuline off
750 \uwave off
751 \noun off
752 \color none
753
754 \family default
755 \series default
756 \shape default
757 \size default
758 \emph default
759 \bar default
760 \strikeout default
761 \uuline default
762 \uwave default
763 \noun default
764 \color inherit
765  212B ANGSTROM SIGN is not present in many fonts.
766  The Unicode standard says 
767 \emph on
768 preferred representation is 00C5.
769 \end_layout
770
771 \begin_layout Standard
772 The backconversion 
773 \backslash
774 AA -> 212B is now deprecated in lib/unicodesymbols.
775 \end_layout
776
777 \begin_layout Standard
778 The converted characters should be replaced with 
779 \begin_inset Quotes eld
780 \end_inset
781
782
783 \backslash
784 AA 
785 \begin_inset Quotes eld
786 \end_inset
787
788 .
789 \end_layout
790
791 \begin_layout Quote
792 Accents in Text
793 \end_layout
794
795 \begin_deeper
796 \begin_layout Standard
797 With the following commands all letters can be accented.
798  The commands must be inserted in \SpecialChar TeX
799  mode.
800 \end_layout
801
802 \begin_layout Standard
803 \begin_inset space \hfill{}
804 \end_inset
805
806
807 \begin_inset Tabular
808 <lyxtabular version="3" rows="8" columns="2">
809 <features booktabs="true" tabularvalignment="middle">
810 <column alignment="left" valignment="top" width="0pt">
811 <column alignment="block" valignment="top">
812 <row>
813 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
814 \begin_inset Text
815
816 \begin_layout Plain Layout
817 Command
818 \end_layout
819
820 \end_inset
821 </cell>
822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
823 \begin_inset Text
824
825 \begin_layout Plain Layout
826 Result
827 \end_layout
828
829 \end_inset
830 </cell>
831 </row>
832 <row>
833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
834 \begin_inset Text
835
836 \begin_layout Plain Layout
837
838 \backslash
839
840 \begin_inset Quotes grd
841 \end_inset
842
843 e
844 \end_layout
845
846 \end_inset
847 </cell>
848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
849 \begin_inset Text
850
851 \begin_layout Plain Layout
852 \begin_inset ERT
853 status collapsed
854
855 \begin_layout Plain Layout
856
857
858 \backslash
859 "e
860 \end_layout
861
862 \end_inset
863
864
865 \end_layout
866
867 \end_inset
868 </cell>
869 </row>
870 <row>
871 <cell alignment="left" valignment="top" leftline="true" usebox="none">
872 \begin_inset Text
873
874 \begin_layout Plain Layout
875
876 \backslash
877 `e
878 \end_layout
879
880 \end_inset
881 </cell>
882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
883 \begin_inset Text
884
885 \begin_layout Plain Layout
886 \begin_inset ERT
887 status collapsed
888
889 \begin_layout Plain Layout
890
891
892 \backslash
893 `e
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \end_inset
902 </cell>
903 </row>
904 <row>
905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
906 \begin_inset Text
907
908 \begin_layout Plain Layout
909
910 \backslash
911 ^
912 \begin_inset space \textvisiblespace{}
913 \end_inset
914
915 e
916 \end_layout
917
918 \end_inset
919 </cell>
920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
921 \begin_inset Text
922
923 \begin_layout Plain Layout
924 \begin_inset ERT
925 status collapsed
926
927 \begin_layout Plain Layout
928
929
930 \backslash
931 ^e
932 \end_layout
933
934 \end_inset
935
936
937 \end_layout
938
939 \end_inset
940 </cell>
941 </row>
942 <row>
943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
944 \begin_inset Text
945
946 \begin_layout Plain Layout
947
948 \backslash
949 =e
950 \end_layout
951
952 \end_inset
953 </cell>
954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
955 \begin_inset Text
956
957 \begin_layout Plain Layout
958 \begin_inset ERT
959 status collapsed
960
961 \begin_layout Plain Layout
962
963
964 \backslash
965 =e
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \end_inset
974 </cell>
975 </row>
976 <row>
977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
978 \begin_inset Text
979
980 \begin_layout Plain Layout
981
982 \backslash
983 u
984 \begin_inset space \textvisiblespace{}
985 \end_inset
986
987 e
988 \end_layout
989
990 \end_inset
991 </cell>
992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
993 \begin_inset Text
994
995 \begin_layout Plain Layout
996 \begin_inset ERT
997 status collapsed
998
999 \begin_layout Plain Layout
1000
1001
1002 \backslash
1003 u e
1004 \end_layout
1005
1006 \end_inset
1007
1008
1009 \end_layout
1010
1011 \end_inset
1012 </cell>
1013 </row>
1014 <row>
1015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Plain Layout
1019
1020 \backslash
1021 b
1022 \begin_inset space \textvisiblespace{}
1023 \end_inset
1024
1025 e
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 \begin_inset ERT
1035 status collapsed
1036
1037 \begin_layout Plain Layout
1038
1039
1040 \backslash
1041 b e
1042 \end_layout
1043
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 </row>
1052 <row>
1053 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057
1058 \backslash
1059 t
1060 \begin_inset space \textvisiblespace{}
1061 \end_inset
1062
1063 ee
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 \begin_inset ERT
1073 status collapsed
1074
1075 \begin_layout Plain Layout
1076
1077
1078 \backslash
1079 t ee
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 </lyxtabular>
1091
1092 \end_inset
1093
1094
1095 \begin_inset space \hfill{}
1096 \end_inset
1097
1098
1099 \begin_inset Tabular
1100 <lyxtabular version="3" rows="8" columns="2">
1101 <features booktabs="true" tabularvalignment="middle">
1102 <column alignment="left" valignment="top" width="0pt">
1103 <column alignment="center" valignment="top">
1104 <row>
1105 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 Command
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Result
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129
1130 \backslash
1131 H
1132 \begin_inset space \textvisiblespace{}
1133 \end_inset
1134
1135 e
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 \begin_inset ERT
1145 status collapsed
1146
1147 \begin_layout Plain Layout
1148
1149
1150 \backslash
1151 H e
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \end_inset
1160 </cell>
1161 </row>
1162 <row>
1163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167
1168 \backslash
1169 'e
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 \begin_inset ERT
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182
1183
1184 \backslash
1185 'e
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201
1202 \backslash
1203 ~e
1204 \begin_inset Index idx
1205 status collapsed
1206
1207 \begin_layout Plain Layout
1208 Tilde
1209 \end_layout
1210
1211 \end_inset
1212
1213
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 \begin_inset ERT
1223 status collapsed
1224
1225 \begin_layout Plain Layout
1226
1227
1228 \backslash
1229 ~e
1230 \end_layout
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245
1246 \backslash
1247 .e
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 \begin_inset ERT
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260
1261
1262 \backslash
1263 .e
1264 \end_layout
1265
1266 \end_inset
1267
1268
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 </row>
1274 <row>
1275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279
1280 \backslash
1281 v
1282 \begin_inset space \textvisiblespace{}
1283 \end_inset
1284
1285 e
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 \begin_inset ERT
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298
1299
1300 \backslash
1301 v e
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317
1318 \backslash
1319 d
1320 \begin_inset space \textvisiblespace{}
1321 \end_inset
1322
1323 e
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337
1338 \backslash
1339 d e
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 </row>
1350 <row>
1351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355
1356 \backslash
1357 c
1358 \begin_inset space \textvisiblespace{}
1359 \end_inset
1360
1361 e
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375
1376 \backslash
1377 c e
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 </row>
1388 </lyxtabular>
1389
1390 \end_inset
1391
1392
1393 \begin_inset space \hfill{}
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Standard
1400 \begin_inset VSpace medskip
1401 \end_inset
1402
1403 With the command 
1404 \series bold
1405
1406 \backslash
1407 t
1408 \series default
1409  also two different characters can be accented.
1410  The command 
1411 \series bold
1412
1413 \backslash
1414 t
1415 \begin_inset space \textvisiblespace{}
1416 \end_inset
1417
1418 sz
1419 \series default
1420  creates: 
1421 \begin_inset ERT
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425
1426
1427 \backslash
1428 t sz
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_deeper
1437 \begin_layout Standard
1438 Examples for accented characters missing in Latin Modern:
1439 \end_layout
1440
1441 \begin_layout Standard
1442
1443 \family typewriter
1444
1445 \backslash
1446 t
1447 \family default
1448  leads to 0x0361 COMBINING DOUBLE INVERTED BREVE (ligature tie) and
1449 \end_layout
1450
1451 \begin_layout Standard
1452 Missing character: There is no ͡ in font [lmroman12-regular]:mapping=tex-text!
1453  
1454 \end_layout
1455
1456 \begin_layout Standard
1457
1458 \family typewriter
1459
1460 \backslash
1461 c e
1462 \family default
1463  leads to 0229 LATIN SMALL LETTER E WITH CEDILLA and
1464 \end_layout
1465
1466 \begin_layout Standard
1467 Missing character: There is no ȩ in font [lmroman12-regular]:mapping=tex-text!
1468  
1469 \end_layout
1470
1471 \begin_layout Standard
1472 Using a different non-tex font is not recommended for the 
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476 Math
1477 \begin_inset Quotes erd
1478 \end_inset
1479
1480  manual, because TeX-Maths uses Computer Modern which matches with Latin
1481  Modern and looks suboptimal with other fonts.
1482  
1483 \end_layout
1484
1485 \begin_layout Standard
1486 OTOH, examples for ERT commands to get accented text letters are not really
1487  helpfull in a mathematics documentation even when mathematical text can
1488  be (ab)used to get them.
1489 \end_layout
1490
1491 \begin_layout Standard
1492 BTW: If keeping them, the following parts of Math.lyx should be corrected
1493 \end_layout
1494
1495 \begin_layout Labeling
1496 \labelwidthstring 00
1497 \noindent
1498 - The accents 
1499 \series bold
1500 `
1501 \series default
1502  , 
1503 \series bold
1504 '
1505 \series default
1506  and 
1507 \series bold
1508 ^
1509 \series default
1510  can in combination with vowels directly be inserted with the keyboard without
1511  using \SpecialChar TeX
1512  mode.
1513  The same applies for the tilde
1514 \begin_inset Foot
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 This only applies for keyboards where the tilde is defined as accent.
1519 \end_layout
1520
1521 \end_inset
1522
1523  
1524 \series bold
1525 ~
1526 \series default
1527  in combination with 
1528 \emph on
1529 a
1530 \emph default
1531  , 
1532 \emph on
1533 n
1534 \emph default
1535  , or 
1536 \emph on
1537 o
1538 \emph default
1539 .
1540 \end_layout
1541
1542 \begin_layout Labeling
1543 \labelwidthstring 00
1544 + If the keyboard defines them as 
1545 \begin_inset Quotes eld
1546 \end_inset
1547
1548 dead keys
1549 \begin_inset Quotes erd
1550 \end_inset
1551
1552 , the accents 
1553 \series bold
1554 `
1555 \series default
1556  , 
1557 \series bold
1558 '
1559 \series default
1560 , ^, and ~  can in combination with supported characters directly be inserted
1561  with the keyboard without using \SpecialChar TeX
1562  mode.
1563 \end_layout
1564
1565 \begin_layout Labeling
1566 \labelwidthstring 00
1567 - The commands 
1568 \series bold
1569
1570 \backslash
1571 b
1572 \series default
1573  , 
1574 \series bold
1575
1576 \backslash
1577 c
1578 \series default
1579  , 
1580 \series bold
1581
1582 \backslash
1583 d
1584 \series default
1585  , 
1586 \series bold
1587
1588 \backslash
1589 H
1590 \series default
1591  , 
1592 \series bold
1593
1594 \backslash
1595 t
1596 \series default
1597  , 
1598 \series bold
1599
1600 \backslash
1601 u
1602 \series default
1603  , 
1604 \series bold
1605
1606 \backslash
1607 v
1608 \series default
1609  and accents that are inserted directly with the keyboard are also available
1610  in mathematical text.
1611  
1612 \end_layout
1613
1614 \begin_layout Labeling
1615 \labelwidthstring 00
1616 + Like any LaTeX commands,
1617 \series bold
1618  
1619 \backslash
1620 b
1621 \series default
1622  , 
1623 \series bold
1624
1625 \backslash
1626 c
1627 \series default
1628  , 
1629 \series bold
1630
1631 \backslash
1632 d
1633 \series default
1634  , 
1635 \series bold
1636
1637 \backslash
1638 H
1639 \series default
1640  , 
1641 \series bold
1642
1643 \backslash
1644 t
1645 \series default
1646  , 
1647 \series bold
1648
1649 \backslash
1650 u
1651 \series default
1652  , 
1653 \series bold
1654
1655 \backslash
1656 v
1657 \series default
1658  are available in mathematical text without the need to wrap them in a 
1659 \begin_inset Quotes eld
1660 \end_inset
1661
1662 TeX Code
1663 \begin_inset Quotes erd
1664 \end_inset
1665
1666  (ERT) inset .
1667 \end_layout
1668
1669 \end_body
1670 \end_document