]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Merge branch 'killqt4'
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 610
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 % Added by lyx2lyx
153 \setlength{\parskip}{\medskipamount}
154 \setlength{\parindent}{0pt}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 varwidth
162 \end_modules
163 \maintain_unincluded_children no
164 \language english
165 \language_package default
166 \inputencoding utf8
167 \fontencoding auto
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_roman_osf false
176 \font_sans_osf false
177 \font_typewriter_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \use_microtype false
181 \use_dash_ligatures true
182 \graphics default
183 \default_output_format pdf2
184 \output_sync 0
185 \bibtex_command default
186 \index_command makeindex
187 \paperfontsize 12
188 \spacing single
189 \use_hyperref true
190 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
191 \pdf_author "LyX Team, Uwe Stöhr"
192 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
193 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
194 \pdf_bookmarks true
195 \pdf_bookmarksnumbered true
196 \pdf_bookmarksopen true
197 \pdf_bookmarksopenlevel 1
198 \pdf_breaklinks false
199 \pdf_pdfborder false
200 \pdf_colorlinks true
201 \pdf_backref false
202 \pdf_pdfusetitle false
203 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
204 \papersize default
205 \use_geometry false
206 \use_package amsmath 1
207 \use_package amssymb 1
208 \use_package cancel 1
209 \use_package esint 1
210 \use_package mathdots 1
211 \use_package mathtools 1
212 \use_package mhchem 1
213 \use_package stackrel 1
214 \use_package stmaryrd 1
215 \use_package undertilde 1
216 \cite_engine basic
217 \cite_engine_type default
218 \biblio_style plain
219 \use_bibtopic false
220 \use_indices false
221 \paperorientation portrait
222 \suppress_date false
223 \justification true
224 \use_refstyle 0
225 \use_minted 0
226 \use_lineno 0
227 \notefontcolor #0000ff
228 \index Index
229 \shortcut idx
230 \color #008000
231 \end_index
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation indent
235 \paragraph_indentation default
236 \is_math_indent 0
237 \math_numbering_side default
238 \quotes_style english
239 \dynamic_quotes 0
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tablestyle default
244 \tracking_changes true
245 \output_changes false
246 \change_bars false
247 \postpone_fragile_content false
248 \html_math_output 0
249 \html_css_as_file 0
250 \html_be_strict false
251 \docbook_table_output 0
252 \docbook_mathml_prefix 1
253 \author -1382599118 "Daniel"
254 \author -712698321 "Jürgen Spitzmüller"
255 \author 177693 "x"
256 \author 274215730 "scott"
257 \author 630872221 "Jean-Pierre Chrétien" jeanpierre.chretien@free.fr
258 \end_header
259
260 \begin_body
261
262 \begin_layout Title
263 \SpecialChar LyX
264 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
265 \end_layout
266
267 \begin_layout Author
268 by the \SpecialChar LyX
269  Team
270 \begin_inset Foot
271 status collapsed
272
273 \begin_layout Plain Layout
274 \noindent
275 If you have comments or error corrections, please send them to the \SpecialChar LyX
276  Documentatio
277 n mailing list: 
278 \begin_inset CommandInset href
279 LatexCommand href
280 name "lyx-docs@lists.lyx.org"
281 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
282 type "mailto:"
283 literal "false"
284
285 \end_inset
286
287
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Plain Layout
297 author: Uwe Stöhr
298 \end_layout
299
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \family sans
312 Version 2.4.x
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset CommandInset toc
317 LatexCommand tableofcontents
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset Note Note
326 status open
327
328 \begin_layout Plain Layout
329 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
330  packages 
331 \series bold
332 arydshln
333 \series default
334
335 \series bold
336 colortbl
337 \series default
338
339 \series bold
340 diagbox, lettrine, marginnote, picinpar
341 \series default
342  and 
343 \series bold
344 sidecap
345 \series default
346  must be installed.
347  If they are not installed you can export the document anyway but the sections
348  where the packages are required won't appear in the output.
349 \end_layout
350
351 \begin_layout Plain Layout
352 The latest PDF-version of this document can be found here:
353 \begin_inset Newline newline
354 \end_inset
355
356
357 \series bold
358 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
359 \end_layout
360
361 \end_inset
362
363
364 \end_layout
365
366 \begin_layout Chapter
367 Figures
368 \begin_inset Index idx
369 range none
370 pageformat default
371 status collapsed
372
373 \begin_layout Plain Layout
374 Figures
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset Index idx
381 range none
382 pageformat default
383 status collapsed
384
385 \begin_layout Plain Layout
386 Graphics
387 \begin_inset IndexMacro see
388 status open
389
390 \begin_layout Plain Layout
391 Figures
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \begin_layout Section
405 Graphics Dialog
406 \begin_inset Index idx
407 range none
408 pageformat default
409 status collapsed
410
411 \begin_layout Plain Layout
412 Figures
413 \begin_inset IndexMacro subentry
414 status open
415
416 \begin_layout Plain Layout
417 Graphics Dialog
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \end_inset
426
427
428 \begin_inset CommandInset label
429 LatexCommand label
430 name "sec:Graphics-Dialog"
431
432 \end_inset
433
434
435 \end_layout
436
437 \begin_layout Standard
438 To insert an image into your document, place the cursor at the text position
439  you want and click on the toolbar icon 
440 \begin_inset Info
441 type  "icon"
442 arg   "dialog-show-new-inset graphics"
443 \end_inset
444
445  or use the menu 
446 \family sans
447 Insert\SpecialChar menuseparator
448 Graphics
449 \family default
450 .
451  Then a dialog will appear to choose the file to load.
452  The image will appear in the output exactly at the position where it is
453  in the text.
454 \end_layout
455
456 \begin_layout Standard
457 The graphics dialog can be called at any time by clicking on an image.
458  This dialog has three tabs:
459 \end_layout
460
461 \begin_layout Description
462
463 \family sans
464 Graphics
465 \family default
466  Here you can choose an image file and adjust its appearance in the output.
467  The available units for the image size are explained in appendix
468 \begin_inset space ~
469 \end_inset
470
471
472 \begin_inset CommandInset ref
473 LatexCommand ref
474 reference "cha:Units-available-in"
475
476 \end_inset
477
478 .
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index idx
484 range none
485 pageformat default
486 status collapsed
487
488 \begin_layout Plain Layout
489 Figures
490 \begin_inset IndexMacro subentry
491 status open
492
493 \begin_layout Plain Layout
494 rotated
495 \end_layout
496
497 \end_inset
498
499
500 \end_layout
501
502 \end_inset
503
504 You can rotate images counter-clockwise by setting a rotation angle and
505  a rotation origin.
506  The image will also be rotated inside \SpecialChar LyX
507 .
508 \begin_inset Newline newline
509 \end_inset
510
511
512 \begin_inset Index idx
513 range none
514 pageformat default
515 status collapsed
516
517 \begin_layout Plain Layout
518 Figures
519 \begin_inset IndexMacro subentry
520 status open
521
522 \begin_layout Plain Layout
523 scaled
524 \end_layout
525
526 \end_inset
527
528
529 \end_layout
530
531 \end_inset
532
533 Images can be scaled by using a percentage value or by setting the width
534  and height explicitly.
535  If you set only the width or only the height, the other size will be determined
536  automatically.
537  If you set both, then the image will be transformed to the given size,
538  possibly distorting it.
539  To prevent the image from distortion, use the option 
540 \family sans
541 Maintain aspect ratio
542 \family default
543 .
544  The image will then be scaled so that its width and height don't exceed
545  the specified dimensions.
546 \begin_inset Newline newline
547 \end_inset
548
549 Images can be opened in a program of your choice by right-clicking on it
550  and choosing the entry 
551 \family sans
552 Edit
553 \begin_inset space ~
554 \end_inset
555
556 externally
557 \family default
558  in the context menu.
559  The program can be set for every image format in the file format settings
560  in \SpecialChar LyX
561 's preferences.
562 \end_layout
563
564 \begin_layout Description
565
566 \family sans
567 Coordinates
568 \begin_inset space ~
569 \end_inset
570
571 and
572 \begin_inset space ~
573 \end_inset
574
575 Clipping
576 \family default
577  Alternatively to the usage of scaling units it is possible to set image
578  coordinates to adjust the height and width of the image in the output.
579  The coordinates can also be calculated automatically by pressing the button
580  
581 \family sans
582 Get
583 \begin_inset space ~
584 \end_inset
585
586 from
587 \begin_inset space ~
588 \end_inset
589
590 File
591 \family default
592 .
593  The option 
594 \family sans
595 Clip
596 \begin_inset space ~
597 \end_inset
598
599 to
600 \begin_inset space ~
601 \end_inset
602
603 bounding
604 \begin_inset space ~
605 \end_inset
606
607 box
608 \family default
609  will only print the image region within the given coordinates.
610  Normally you don't need to worry about image coordinates and can ignore
611  this tab.
612 \end_layout
613
614 \begin_layout Description
615
616 \family sans
617 LaTeX
618 \begin_inset space ~
619 \end_inset
620
621 and
622 \begin_inset space ~
623 \end_inset
624
625 LyX
626 \begin_inset space ~
627 \end_inset
628
629 options
630 \family default
631  In this tab you can modify the appearance of the image within \SpecialChar LyX
632  and \SpecialChar LaTeX
633  experts
634  can specify additional \SpecialChar LaTeX
635  options.
636 \begin_inset Newline newline
637 \end_inset
638
639 The option 
640 \family sans
641 Draft
642 \begin_inset space ~
643 \end_inset
644
645 mode
646 \family default
647  makes the image appear in the output only as a frame with the size of the
648  image.
649 \begin_inset Newline newline
650 \end_inset
651
652 In the section 
653 \family sans
654 Graphics
655 \begin_inset space ~
656 \end_inset
657
658 Group
659 \family default
660  you can define or join an image settings group.
661 \begin_inset Index idx
662 range none
663 pageformat default
664 status collapsed
665
666 \begin_layout Plain Layout
667 Figures
668 \begin_inset IndexMacro subentry
669 status open
670
671 \begin_layout Plain Layout
672 Settings grouping
673 \end_layout
674
675 \end_inset
676
677
678 \end_layout
679
680 \end_inset
681
682  Images within such a group share their settings, so adjusting one image
683  of the group automatically also adjusts all other images of the group in
684  the same way.
685  So you can for example change the size for a bunch of images without the
686  need to manually change each of them.
687  Joining an existing group can also be done using the context menu of the
688  image by checking the name of the desired group.
689 \end_layout
690
691 \begin_layout Standard
692 \begin_inset VSpace bigskip
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699 This is an example image in PDF format
700 \begin_inset Foot
701 status collapsed
702
703 \begin_layout Plain Layout
704 Image formats are explained in section
705 \begin_inset space ~
706 \end_inset
707
708
709 \begin_inset CommandInset ref
710 LatexCommand ref
711 reference "sec:Image-Formats"
712
713 \end_inset
714
715 .
716 \end_layout
717
718 \end_inset
719
720  within a separate, horizontally centered paragraph:
721 \end_layout
722
723 \begin_layout Standard
724 \align center
725 \begin_inset Graphics
726         filename clipart/2D-intensity-plot.pdf
727         scaleBeforeRotation
728         rotateOrigin center
729
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 This is the same image like the one above but in draft mode:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename clipart/2D-intensity-plot.pdf
743         draft
744         scaleBeforeRotation
745         rotateOrigin center
746
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Standard
753 \begin_inset Newpage newpage
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Section
760 Figure Floats
761 \begin_inset CommandInset label
762 LatexCommand label
763 name "sec:Figure-Floats"
764
765 \end_inset
766
767
768 \begin_inset Index idx
769 range none
770 pageformat default
771 status collapsed
772
773 \begin_layout Plain Layout
774 Floats
775 \begin_inset IndexMacro subentry
776 status open
777
778 \begin_layout Plain Layout
779 Figures
780 \end_layout
781
782 \end_inset
783
784
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index idx
791 range none
792 pageformat default
793 status collapsed
794
795 \begin_layout Plain Layout
796 Figures
797 \begin_inset IndexMacro subentry
798 status open
799
800 \begin_layout Plain Layout
801 Floats
802 \end_layout
803
804 \end_inset
805
806
807 \end_layout
808
809 \end_inset
810
811
812 \end_layout
813
814 \begin_layout Standard
815 For general explanations about floats, have a look at section
816 \begin_inset space ~
817 \end_inset
818
819
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "sec:FloatIntroduction"
823
824 \end_inset
825
826 .
827 \end_layout
828
829 \begin_layout Standard
830 The toolbar button 
831 \begin_inset Info
832 type  "icon"
833 arg   "float-insert figure"
834 \end_inset
835
836  and the menu 
837 \family sans
838 Insert\SpecialChar menuseparator
839 Float\SpecialChar menuseparator
840 Figure
841 \family default
842  inserts a float with a caption that has the label 
843 \begin_inset Quotes eld
844 \end_inset
845
846 Figure
847 \begin_inset space ~
848 \end_inset
849
850 #:
851 \begin_inset Quotes erd
852 \end_inset
853
854  (# is the actual number).
855  You can insert the image above the caption, like in Figure
856 \begin_inset space ~
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "fig:A-star-in"
863
864 \end_inset
865
866  or below the caption, like in Figure
867 \begin_inset space ~
868 \end_inset
869
870
871 \begin_inset CommandInset ref
872 LatexCommand ref
873 reference "fig:A-3D-object"
874
875 \end_inset
876
877 .
878  More about caption placement is described in section
879 \begin_inset space ~
880 \end_inset
881
882
883 \begin_inset CommandInset ref
884 LatexCommand ref
885 reference "sec:Caption-Placement"
886
887 \end_inset
888
889 .
890 \end_layout
891
892 \begin_layout Standard
893 \begin_inset Float figure
894 placement document
895 alignment document
896 wide false
897 sideways false
898 status open
899
900 \begin_layout Plain Layout
901 \align center
902 \begin_inset Graphics
903         filename clipart/Star-structure.pdf
904         lyxscale 60
905         width 50col%
906         scaleBeforeRotation
907         rotateOrigin center
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Plain Layout
915 \begin_inset Caption Standard
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:A-star-in"
921
922 \end_inset
923
924 A star in a float.
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Float figure
939 placement document
940 alignment document
941 wide false
942 sideways false
943 status open
944
945 \begin_layout Plain Layout
946 \begin_inset Caption Standard
947
948 \begin_layout Plain Layout
949 \begin_inset CommandInset label
950 LatexCommand label
951 name "fig:A-3D-object"
952
953 \end_inset
954
955 A 3D object.
956 \end_layout
957
958 \end_inset
959
960
961 \end_layout
962
963 \begin_layout Plain Layout
964 \align center
965 \begin_inset Graphics
966         filename clipart/3D-structure-distort.pdf
967         lyxscale 60
968         scale 80
969         scaleBeforeRotation
970         rotateOrigin center
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Standard
983 \begin_inset Index idx
984 range none
985 pageformat default
986 status collapsed
987
988 \begin_layout Plain Layout
989 References
990 \begin_inset IndexMacro subentry
991 status open
992
993 \begin_layout Plain Layout
994 to Figures
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \end_inset
1003
1004 Figure
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:A-star-in"
1012
1013 \end_inset
1014
1015  and 
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:A-3D-object"
1019
1020 \end_inset
1021
1022  are examples of referenced figures.
1023  Figures can be referenced in the text by referencing their label.
1024  To do this insert a label in the caption using the menu 
1025 \family sans
1026 Insert\SpecialChar menuseparator
1027 Label
1028 \family default
1029  or the toolbar button 
1030 \begin_inset Info
1031 type  "icon"
1032 arg   "label-insert"
1033 \end_inset
1034
1035 .
1036  You can now refer to the label using the menu 
1037 \family sans
1038 Insert\SpecialChar menuseparator
1039 Cross
1040 \begin_inset space ~
1041 \end_inset
1042
1043 reference
1044 \family default
1045  or the toolbar button 
1046 \begin_inset Info
1047 type  "icon"
1048 arg   "dialog-show-new-inset ref"
1049 \end_inset
1050
1051 .
1052  It is important to use references to floats, rather than using vague references
1053  like 
1054 \begin_inset Quotes eld
1055 \end_inset
1056
1057 the figure above
1058 \begin_inset Quotes erd
1059 \end_inset
1060
1061 , because \SpecialChar LaTeX
1062  will reposition the floats in the final document and it might
1063  not be 
1064 \begin_inset Quotes eld
1065 \end_inset
1066
1067 above
1068 \begin_inset Quotes erd
1069 \end_inset
1070
1071  at all.
1072 \begin_inset Newline newline
1073 \end_inset
1074
1075 Referencing is explained in detail in section
1076 \begin_inset space ~
1077 \end_inset
1078
1079
1080 \begin_inset CommandInset ref
1081 LatexCommand ref
1082 reference "sec:Referencing-Floats"
1083
1084 \end_inset
1085
1086 .
1087 \end_layout
1088
1089 \begin_layout Standard
1090 Normally only one image is inserted to a figure float, but sometimes you
1091  might want to use two images with separate subcaptions.
1092  This can be done by inserting image floats into existing image floats.
1093  Note that only the main caption of the float is added to the List of Figures.
1094  Figure
1095 \begin_inset space ~
1096 \end_inset
1097
1098
1099 \begin_inset CommandInset ref
1100 LatexCommand ref
1101 reference "fig:Two-distorted-images"
1102
1103 \end_inset
1104
1105  is an example of a figure float with two images set side by side.
1106  You can also set the images one below the other.
1107  Figure
1108 \begin_inset space ~
1109 \end_inset
1110
1111
1112 \begin_inset CommandInset ref
1113 LatexCommand ref
1114 reference "fig:Pink-object"
1115
1116 \end_inset
1117
1118  and 
1119 \begin_inset CommandInset ref
1120 LatexCommand ref
1121 reference "fig:A-star"
1122
1123 \end_inset
1124
1125  are the subfigures.
1126 \end_layout
1127
1128 \begin_layout Standard
1129 \begin_inset Float figure
1130 placement document
1131 alignment document
1132 wide false
1133 sideways false
1134 status open
1135
1136 \begin_layout Plain Layout
1137 \begin_inset space \hfill{}
1138 \end_inset
1139
1140
1141 \begin_inset Float figure
1142 placement document
1143 alignment document
1144 wide false
1145 sideways false
1146 status collapsed
1147
1148 \begin_layout Plain Layout
1149 \begin_inset Caption Standard
1150
1151 \begin_layout Plain Layout
1152 \begin_inset CommandInset label
1153 LatexCommand label
1154 name "fig:Pink-object"
1155
1156 \end_inset
1157
1158 Pink object.
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \begin_layout Plain Layout
1167 \begin_inset Graphics
1168         filename clipart/3D-structure-distort.pdf
1169         width 45col%
1170         scaleBeforeRotation
1171         groupId distorted
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \end_inset
1179
1180
1181 \begin_inset space \hfill{}
1182 \end_inset
1183
1184
1185 \begin_inset Float figure
1186 placement document
1187 alignment document
1188 wide false
1189 sideways false
1190 status collapsed
1191
1192 \begin_layout Plain Layout
1193 \begin_inset Caption Standard
1194
1195 \begin_layout Plain Layout
1196 \begin_inset CommandInset label
1197 LatexCommand label
1198 name "fig:A-star"
1199
1200 \end_inset
1201
1202 A star.
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Plain Layout
1211 \begin_inset Graphics
1212         filename clipart/Star-structure.pdf
1213         width 45col%
1214         scaleBeforeRotation
1215         groupId distorted
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \end_inset
1223
1224
1225 \begin_inset space \hfill{}
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \begin_layout Plain Layout
1232 \begin_inset Caption Standard
1233
1234 \begin_layout Plain Layout
1235 \begin_inset CommandInset label
1236 LatexCommand label
1237 name "fig:Two-distorted-images"
1238
1239 \end_inset
1240
1241 Two distorted images.
1242  Both images are in the image settings group named 
1243 \begin_inset Quotes eld
1244 \end_inset
1245
1246 distorted
1247 \begin_inset Quotes erd
1248 \end_inset
1249
1250 .
1251 \end_layout
1252
1253 \end_inset
1254
1255
1256 \end_layout
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Standard
1264 \begin_inset Newpage newpage
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Section
1271 Image Formats
1272 \begin_inset CommandInset label
1273 LatexCommand label
1274 name "sec:Image-Formats"
1275
1276 \end_inset
1277
1278
1279 \begin_inset Index idx
1280 range none
1281 pageformat default
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 Image Formats
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \begin_inset Index idx
1292 range none
1293 pageformat default
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297 Figures
1298 \begin_inset IndexMacro subentry
1299 status open
1300
1301 \begin_layout Plain Layout
1302 Image Formats
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312
1313 \end_layout
1314
1315 \begin_layout Standard
1316 You can insert images in any known file format.
1317  But as explained in appendix
1318 \begin_inset space ~
1319 \end_inset
1320
1321
1322 \begin_inset CommandInset ref
1323 LatexCommand ref
1324 reference "cha:Output-File-Formats"
1325
1326 \end_inset
1327
1328 , each output document format allows only a few image formats.
1329  \SpecialChar LyX
1330  uses therefore the program 
1331 \family typewriter
1332 ImageMagick
1333 \family default
1334  in the background to convert the images to the right format.
1335  To increase your work flow by avoiding these conversions in the background,
1336  you could choose to use only the image formats that can directly be embedded
1337  in the output file format.
1338  The output file formats are explained in appendix
1339 \begin_inset space ~
1340 \end_inset
1341
1342
1343 \begin_inset CommandInset ref
1344 LatexCommand ref
1345 reference "cha:Output-File-Formats"
1346
1347 \end_inset
1348
1349 .
1350 \end_layout
1351
1352 \begin_layout Standard
1353 Similar to fonts there are two types of image formats:
1354 \end_layout
1355
1356 \begin_layout Description
1357 Bitmap
1358 \begin_inset space ~
1359 \end_inset
1360
1361 images consist of pixel values, often in a compressed form.
1362  They are therefore not fully scalable and look pixelated in large zooms.
1363  Well-known bitmap image formats are 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367 Graphics Interchange Format
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371  (GIF, file extension 
1372 \begin_inset Quotes eld
1373 \end_inset
1374
1375
1376 \family typewriter
1377 .gif
1378 \family default
1379
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383 )
1384 \begin_inset Index idx
1385 range none
1386 pageformat default
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 GIF
1391 \begin_inset IndexMacro see
1392 status open
1393
1394 \begin_layout Plain Layout
1395 Image formats
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409 Portable Network Graphics
1410 \begin_inset Quotes erd
1411 \end_inset
1412
1413  (PNG, file extension 
1414 \begin_inset Quotes eld
1415 \end_inset
1416
1417
1418 \family typewriter
1419 .png
1420 \family default
1421
1422 \begin_inset Quotes erd
1423 \end_inset
1424
1425 )
1426 \begin_inset Index idx
1427 range none
1428 pageformat default
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 PNG
1433 \begin_inset IndexMacro see
1434 status open
1435
1436 \begin_layout Plain Layout
1437 Image formats
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \end_layout
1444
1445 \end_inset
1446
1447 , and 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451 Joint Photographic Experts Group
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455  (JPG, file extension 
1456 \begin_inset Quotes eld
1457 \end_inset
1458
1459
1460 \family typewriter
1461 .jpg
1462 \family default
1463
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467  or 
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471
1472 \family typewriter
1473 .jpeg
1474 \family default
1475
1476 \begin_inset Quotes erd
1477 \end_inset
1478
1479 )
1480 \begin_inset Index idx
1481 range none
1482 pageformat default
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 JPG
1487 \begin_inset IndexMacro see
1488 status open
1489
1490 \begin_layout Plain Layout
1491 Image formats
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501 .
1502 \end_layout
1503
1504 \begin_layout Description
1505 Vector
1506 \begin_inset space ~
1507 \end_inset
1508
1509 images consist of vectors and can therefore be scaled to any size without
1510  data loss.
1511  The scaling ability is necessary if you want to create presentations, because
1512  presentations are always scaled by the video projector.
1513  Scaling is also useful for online documents to let the user zoom into diagrams.
1514 \begin_inset Newline newline
1515 \end_inset
1516
1517 Well-known scalable image formats are 
1518 \begin_inset Quotes eld
1519 \end_inset
1520
1521 Scalable Vector Graphics
1522 \begin_inset Quotes erd
1523 \end_inset
1524
1525  (SVG, file extension 
1526 \begin_inset Quotes eld
1527 \end_inset
1528
1529
1530 \family typewriter
1531 .svg
1532 \family default
1533
1534 \begin_inset Quotes erd
1535 \end_inset
1536
1537 )
1538 \begin_inset Index idx
1539 range none
1540 pageformat default
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 SVG
1545 \begin_inset IndexMacro see
1546 status open
1547
1548 \begin_layout Plain Layout
1549 Image formats
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 range none
1582 pageformat default
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 EPS
1587 \begin_inset IndexMacro see
1588 status open
1589
1590 \begin_layout Plain Layout
1591 Image formats
1592 \end_layout
1593
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \end_inset
1600
1601
1602 \begin_inset Quotes eld
1603 \end_inset
1604
1605 Portable Document Format
1606 \begin_inset Quotes erd
1607 \end_inset
1608
1609  (PDF, file extension 
1610 \begin_inset Quotes eld
1611 \end_inset
1612
1613
1614 \family typewriter
1615 .pdf
1616 \family default
1617
1618 \begin_inset Quotes erd
1619 \end_inset
1620
1621 )
1622 \begin_inset Index idx
1623 range none
1624 pageformat default
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628 PDF
1629 \end_layout
1630
1631 \end_inset
1632
1633 , and 
1634 \begin_inset Quotes eld
1635 \end_inset
1636
1637 Windows Metafile
1638 \begin_inset Quotes erd
1639 \end_inset
1640
1641  (WMF, file extension 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645
1646 \family typewriter
1647 .wmf
1648 \family default
1649
1650 \begin_inset Quotes erd
1651 \end_inset
1652
1653 )
1654 \begin_inset Index idx
1655 range none
1656 pageformat default
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 WMF
1661 \begin_inset IndexMacro see
1662 status open
1663
1664 \begin_layout Plain Layout
1665 Image formats
1666 \end_layout
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \end_inset
1674
1675 .
1676  We wrote 
1677 \begin_inset Quotes eld
1678 \end_inset
1679
1680 can be
1681 \begin_inset Quotes erd
1682 \end_inset
1683
1684 , because you can convert any bitmap image to a PDF or EPS-image and the
1685  result will still be a bitmap image.
1686  In such cases only a header with the image properties is added to the original
1687  image
1688 \begin_inset Foot
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 In the case of PDF, the original image is additionally compressed.
1693 \end_layout
1694
1695 \end_inset
1696
1697 .
1698  The PDF-files generated by 
1699 \family typewriter
1700 Adobe Photoshop
1701 \family default
1702  are for example bitmap images.
1703 \end_layout
1704
1705 \begin_layout Standard
1706 Normally it is not possible to convert a bitmap image into a scalable one,
1707  only vice versa.
1708  Only the image formats PDF and EPS can directly be embedded to PDF and
1709  PostScript output files, respectively.
1710  SVG and WMF-images are recalculated to bitmaps when the output file is
1711  generated because there is currently no adequate WMF/SVG
1712 \begin_inset Formula $\to$
1713 \end_inset
1714
1715 PDF/EPS converter available.
1716 \end_layout
1717
1718 \begin_layout Chapter
1719 Tables
1720 \begin_inset Index idx
1721 range none
1722 pageformat default
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 Table
1727 \end_layout
1728
1729 \end_inset
1730
1731
1732 \end_layout
1733
1734 \begin_layout Section
1735 Introduction
1736 \begin_inset Index idx
1737 range none
1738 pageformat default
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \begin_inset IndexMacro subentry
1744 status open
1745
1746 \begin_layout Plain Layout
1747 Introduction
1748 \end_layout
1749
1750 \end_inset
1751
1752
1753 \end_layout
1754
1755 \end_inset
1756
1757
1758 \end_layout
1759
1760 \begin_layout Standard
1761 You can insert a table using either the toolbar button 
1762 \begin_inset Info
1763 type  "icon"
1764 arg   "tabular-insert"
1765 \end_inset
1766
1767  or the menu 
1768 \family sans
1769 Insert\SpecialChar menuseparator
1770 Table
1771 \family default
1772 .
1773  The toolbar button offers you a graphical selection: move the mouse to
1774  set the column/row number of the table that should be created and then
1775  press a mouse button.
1776  When you use the menu to create a table, a dialog will appear, asking you
1777  for the number of rows and columns
1778 \change_inserted -712698321 1554289643
1779 , and you can select a specific (border) style
1780 \change_unchanged
1781 .
1782 \change_deleted -712698321 1554289644
1783
1784 \begin_inset Newline newline
1785 \end_inset
1786
1787
1788 \change_inserted -712698321 1554289645
1789
1790 \end_layout
1791
1792 \begin_layout Standard
1793 The default table has lines around any cell and the first row appears separated
1794  from the rest of the table.
1795  This separation occurs due to a double line: The cells of the first row
1796  have a line below them and the cells of the second row have a line above
1797  them.
1798  Here is an example table:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="4">
1805 <features tabularvalignment="middle">
1806 <column alignment="center" valignment="top">
1807 <column alignment="center" valignment="top">
1808 <column alignment="center" valignment="top">
1809 <column alignment="center" valignment="top">
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824
1825 \family roman
1826 \series medium
1827 \shape up
1828 \size normal
1829 \emph off
1830 \bar no
1831 \noun off
1832 \color none
1833 1
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 2
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 3
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \family roman
1864 \series medium
1865 \shape up
1866 \size normal
1867 \emph off
1868 \bar no
1869 \noun off
1870 \color none
1871 A
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \family roman
1911 \series medium
1912 \shape up
1913 \size normal
1914 \emph off
1915 \bar no
1916 \noun off
1917 \color none
1918 B
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 </row>
1951 <row>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \family roman
1958 \series medium
1959 \shape up
1960 \size normal
1961 \emph off
1962 \bar no
1963 \noun off
1964 \color none
1965 C
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 </lyxtabular>
1999
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \begin_layout Standard
2006
2007 \change_inserted -712698321 1554289664
2008 This corresponds to the 
2009 \begin_inset Quotes eld
2010 \end_inset
2011
2012 Grid with Head
2013 \begin_inset Quotes erd
2014 \end_inset
2015
2016  table style listed in the style selection.
2017 \end_layout
2018
2019 \begin_layout Standard
2020
2021 \change_inserted -712698321 1554289664
2022 Other available styles include:
2023 \end_layout
2024
2025 \begin_layout Itemize
2026
2027 \change_inserted -712698321 1554289664
2028
2029 \begin_inset Quotes eld
2030 \end_inset
2031
2032 simple grid
2033 \begin_inset Quotes erd
2034 \end_inset
2035
2036  which looks line the above table, but without the first row being separated
2037  via double line,
2038 \end_layout
2039
2040 \begin_layout Itemize
2041
2042 \change_inserted -712698321 1554289664
2043 a border-less table with no lines at all,
2044 \end_layout
2045
2046 \begin_layout Itemize
2047
2048 \change_inserted -712698321 1554289664
2049 and a so-called 
2050 \begin_inset Quotes eld
2051 \end_inset
2052
2053 formal table
2054 \begin_inset Quotes erd
2055 \end_inset
2056
2057  as often used in professional publishing with horizontal lines only and
2058  bold top/bottom lines (see 
2059 \emph on
2060 Embedded Objects
2061 \emph default
2062  manual, section 
2063 \emph on
2064 Formal Tables
2065 \emph default
2066 ).
2067
2068 \change_inserted 630872221 1622640694
2069  It is also possible to have an horizontal (thin) Footline above the last
2070  line.
2071 \change_unchanged
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076
2077 \change_inserted -712698321 1554289664
2078 The default style used in the dialog as well as the style used by the toolbar
2079  button can be changed in 
2080 \family sans
2081 Document\SpecialChar menuseparator
2082 Settings\SpecialChar menuseparator
2083 Text Layout
2084 \family default
2085 .
2086  So if the default style above is not the one you need, you should alter
2087  this setting.
2088 \end_layout
2089
2090 \begin_layout Section
2091 Table Dialog
2092 \begin_inset Index idx
2093 range none
2094 pageformat default
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098 Table
2099 \begin_inset IndexMacro subentry
2100 status open
2101
2102 \begin_layout Plain Layout
2103 Dialog
2104 \end_layout
2105
2106 \end_inset
2107
2108
2109 \end_layout
2110
2111 \end_inset
2112
2113
2114 \end_layout
2115
2116 \begin_layout Standard
2117 You can alter a table by clicking on it with the right mouse button, which
2118  brings up the context menu.
2119  Under the menu entry 
2120 \family sans
2121 More
2122 \family default
2123  you can adjust the settings of that cell and row/column respectively where
2124  the cursor is currently placed.
2125  The context menu 
2126 \family sans
2127 More\SpecialChar menuseparator
2128 Settings
2129 \family default
2130  opens the table dialog where you can adjust more things.
2131  Most of the dialog options also work on selections.
2132  This means if you select more cells, columns or rows, the action is done
2133  for the whole selection.
2134  Note that there is a difference between selecting the 
2135 \emph on
2136 contents
2137 \emph default
2138  of the cell, and the cell itself.
2139 \begin_inset Newline newline
2140 \end_inset
2141
2142 With the dialog option 
2143 \family sans
2144 Immediate
2145 \begin_inset space ~
2146 \end_inset
2147
2148 Apply
2149 \family default
2150  every change you make in the dialog is directly applied.
2151  If you move the cursor to another table cell the dialog will then also
2152  be updated with the parameters of the new cell.
2153  If you change length values in the dialog you must press 
2154 \family sans
2155 Return
2156 \family default
2157  to get the change applied.
2158 \begin_inset Newline newline
2159 \end_inset
2160
2161 You can alter tables with the following tabs of the table dialog:
2162 \end_layout
2163
2164 \begin_layout Description
2165 Table
2166 \begin_inset space ~
2167 \end_inset
2168
2169 Settings Here you can set the table width
2170 \begin_inset Index idx
2171 range none
2172 pageformat default
2173 status collapsed
2174
2175 \begin_layout Plain Layout
2176 Table
2177 \begin_inset IndexMacro subentry
2178 status open
2179
2180 \begin_layout Plain Layout
2181 Width
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \end_inset
2190
2191 , and the horizontal alignment and the width of the current column.
2192  The alignment 
2193 \family sans
2194 At
2195 \begin_inset space ~
2196 \end_inset
2197
2198 Decimal
2199 \begin_inset space ~
2200 \end_inset
2201
2202 Separator
2203 \family default
2204  is described in section
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "subsec:Special-Cell-Alignment"
2212
2213 \end_inset
2214
2215 .
2216  When you have set a width you can also adjust the vertical alignment of
2217  the current row.
2218  A given width will allow the cell to have line breaks and multiple paragraphs
2219  of text, see sec.
2220 \begin_inset space \thinspace{}
2221 \end_inset
2222
2223
2224 \begin_inset CommandInset ref
2225 LatexCommand ref
2226 reference "subsec:Multiple-Lines-in"
2227
2228 \end_inset
2229
2230 .
2231  If you set no width, the column is as wide as the content of its widest
2232  cell.
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2237  cell, see sec.
2238 \begin_inset space \thinspace{}
2239 \end_inset
2240
2241
2242 \begin_inset CommandInset ref
2243 LatexCommand ref
2244 reference "subsec:Multicolumns"
2245
2246 \end_inset
2247
2248  or the cells of one column as multirow cell, see sec.
2249 \begin_inset space \thinspace{}
2250 \end_inset
2251
2252
2253 \begin_inset CommandInset ref
2254 LatexCommand ref
2255 reference "subsec:Multirows"
2256
2257 \end_inset
2258
2259 .
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263 The rotate check boxes rotate the current cell, a selection, or the whole
2264  table counter-clockwise by 90
2265 \begin_inset space \thinspace{}
2266 \end_inset
2267
2268 °.
2269  The rotation is not shown within \SpecialChar LyX
2270 , only in the output.
2271  For more information see sec.
2272 \begin_inset space \thinspace{}
2273 \end_inset
2274
2275
2276 \begin_inset CommandInset ref
2277 LatexCommand ref
2278 reference "sec:Rotated-Table-Cells"
2279
2280 \end_inset
2281
2282 .
2283 \begin_inset Newline newline
2284 \end_inset
2285
2286
2287 \begin_inset Note Greyedout
2288 status open
2289
2290 \begin_layout Plain Layout
2291
2292 \series bold
2293 Note:
2294 \series default
2295  Not all DVI-viewers are able to display rotations.
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304 The table-wide vertical alignment is used for tables within text lines:
2305 \begin_inset Newline newline
2306 \end_inset
2307
2308 A line with tables with different alignments: 
2309 \begin_inset Tabular
2310 <lyxtabular version="3" rows="2" columns="2">
2311 <features tabularvalignment="top">
2312 <column alignment="center" valignment="top" width="0pt">
2313 <column alignment="center" valignment="top">
2314 <row>
2315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \family roman
2330 \series medium
2331 \shape up
2332 \size normal
2333 \emph off
2334 \bar no
2335 \noun off
2336 \color none
2337 1
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 </row>
2343 <row>
2344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2345 \begin_inset Text
2346
2347 \begin_layout Plain Layout
2348
2349 \family roman
2350 \series medium
2351 \shape up
2352 \size normal
2353 \emph off
2354 \bar no
2355 \noun off
2356 \color none
2357 A
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 </row>
2372 </lyxtabular>
2373
2374 \end_inset
2375
2376  
2377 \begin_inset Tabular
2378 <lyxtabular version="3" rows="2" columns="2">
2379 <features tabularvalignment="middle">
2380 <column alignment="center" valignment="top">
2381 <column alignment="center" valignment="top">
2382 <row>
2383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396
2397 \family roman
2398 \series medium
2399 \shape up
2400 \size normal
2401 \emph off
2402 \bar no
2403 \noun off
2404 \color none
2405 1
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 </row>
2411 <row>
2412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416
2417 \family roman
2418 \series medium
2419 \shape up
2420 \size normal
2421 \emph off
2422 \bar no
2423 \noun off
2424 \color none
2425 A
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 </row>
2440 </lyxtabular>
2441
2442 \end_inset
2443
2444  
2445 \begin_inset Tabular
2446 <lyxtabular version="3" rows="2" columns="2">
2447 <features tabularvalignment="bottom">
2448 <column alignment="center" valignment="top" width="0pt">
2449 <column alignment="center" valignment="top">
2450 <row>
2451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2452 \begin_inset Text
2453
2454 \begin_layout Plain Layout
2455
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2461 \begin_inset Text
2462
2463 \begin_layout Plain Layout
2464
2465 \family roman
2466 \series medium
2467 \shape up
2468 \size normal
2469 \emph off
2470 \bar no
2471 \noun off
2472 \color none
2473 1
2474 \end_layout
2475
2476 \end_inset
2477 </cell>
2478 </row>
2479 <row>
2480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2481 \begin_inset Text
2482
2483 \begin_layout Plain Layout
2484
2485 \family roman
2486 \series medium
2487 \shape up
2488 \size normal
2489 \emph off
2490 \bar no
2491 \noun off
2492 \color none
2493 A
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2499 \begin_inset Text
2500
2501 \begin_layout Plain Layout
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 </row>
2508 </lyxtabular>
2509
2510 \end_inset
2511
2512
2513 \begin_inset Newline newline
2514 \end_inset
2515
2516 It is also possible to enter a \SpecialChar LaTeX
2517 -argument which is needed for special table
2518  formattings, see sec.
2519 \begin_inset space \thinspace{}
2520 \end_inset
2521
2522
2523 \begin_inset CommandInset ref
2524 LatexCommand ref
2525 reference "subsec:Multicolumn-Calculations"
2526
2527 \end_inset
2528
2529  and 
2530 \begin_inset CommandInset ref
2531 LatexCommand ref
2532 reference "sec:Colored-Tables"
2533
2534 \end_inset
2535
2536 .
2537 \end_layout
2538
2539 \begin_layout Description
2540 Borders In this tab you can add and delete border lines for the current
2541  row/column.
2542 \begin_inset Newline newline
2543 \end_inset
2544
2545 Using the style option 
2546 \family sans
2547 Formal
2548 \family default
2549  will convert the table to a formal table as described in sec.
2550 \begin_inset space \thinspace{}
2551 \end_inset
2552
2553
2554 \begin_inset CommandInset ref
2555 LatexCommand ref
2556 reference "sec:Formal-Tables"
2557
2558 \end_inset
2559
2560 .
2561 \begin_inset Newline newline
2562 \end_inset
2563
2564 You can also add space here to table rows as described in sec.
2565 \begin_inset space \thinspace{}
2566 \end_inset
2567
2568
2569 \begin_inset CommandInset ref
2570 LatexCommand ref
2571 reference "subsec:Row-Spacing"
2572
2573 \end_inset
2574
2575 .
2576 \end_layout
2577
2578 \begin_layout Description
2579 Multi-page
2580 \begin_inset space ~
2581 \end_inset
2582
2583 table This tab is to make a table a multi-page table that can run over several
2584  pages.
2585  Sections
2586 \begin_inset space ~
2587 \end_inset
2588
2589
2590 \begin_inset CommandInset ref
2591 LatexCommand ref
2592 reference "sec:Multi-page-Tables"
2593
2594 \end_inset
2595
2596  and 
2597 \begin_inset CommandInset ref
2598 LatexCommand ref
2599 reference "sec:Special-Longtable-Issues"
2600
2601 \end_inset
2602
2603  describe the multi-page table features in detail.
2604 \end_layout
2605
2606 \begin_layout Section
2607 Table Toolbar
2608 \begin_inset Index idx
2609 range none
2610 pageformat default
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Table
2615 \begin_inset IndexMacro subentry
2616 status open
2617
2618 \begin_layout Plain Layout
2619 Toolbar
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \end_layout
2631
2632 \begin_layout Standard
2633 The table toolbar is an alternative to the table dialog to be able to alter
2634  tables faster.
2635  It should normally appear at the bottom of \SpecialChar LyX
2636 's main window when the cursor
2637  is inside a table.
2638  You can alternatively switch it on to appear always, by right-clicking
2639  in \SpecialChar LyX
2640 's main menu bar.
2641 \end_layout
2642
2643 \begin_layout Standard
2644 The toolbar has the following icons:
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "tabular-feature append-row"
2652 \end_inset
2653
2654  adds a row below the current cell or selection
2655 \end_layout
2656
2657 \begin_layout Labeling
2658 \labelwidthstring 00.00.0000
2659 \begin_inset Info
2660 type  "icon"
2661 arg   "tabular-feature append-column"
2662 \end_inset
2663
2664  adds a column right beside the current cell or selection
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669 \begin_inset Info
2670 type  "icon"
2671 arg   "tabular-feature delete-row"
2672 \end_inset
2673
2674  deletes the current row or selection
2675 \end_layout
2676
2677 \begin_layout Labeling
2678 \labelwidthstring 00.00.0000
2679 \begin_inset Info
2680 type  "icon"
2681 arg   "tabular-feature delete-column"
2682 \end_inset
2683
2684  deletes the current column or selection
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689 \begin_inset Info
2690 type  "icon"
2691 arg   "tabular-feature move-row-up"
2692 \end_inset
2693
2694  moves the row up
2695 \end_layout
2696
2697 \begin_layout Labeling
2698 \labelwidthstring 00.00.0000
2699 \begin_inset Info
2700 type  "icon"
2701 arg   "tabular-feature move-column-left"
2702 \end_inset
2703
2704  moves the column to the left
2705 \end_layout
2706
2707 \begin_layout Labeling
2708 \labelwidthstring 00.00.0000
2709 \begin_inset Info
2710 type  "icon"
2711 arg   "tabular-feature move-row-down"
2712 \end_inset
2713
2714  moves the row down
2715 \end_layout
2716
2717 \begin_layout Labeling
2718 \labelwidthstring 00.00.0000
2719 \begin_inset Info
2720 type  "icon"
2721 arg   "tabular-feature move-column-right"
2722 \end_inset
2723
2724  moves the column to the right
2725 \end_layout
2726
2727 \begin_layout Labeling
2728 \labelwidthstring 00.00.0000
2729 \begin_inset Info
2730 type  "icon"
2731 arg   "tabular-feature toggle-line-top"
2732 \end_inset
2733
2734  
2735 \change_deleted -1382599118 1647157945
2736 adds
2737 \change_inserted -1382599118 1647157946
2738 toggles
2739 \change_unchanged
2740  a line at the top of
2741 \change_inserted -1382599118 1647158116
2742  every cell for
2743 \change_unchanged
2744  the current
2745 \change_inserted -1382599118 1647157889
2746 ly
2747 \change_deleted -1382599118 1647157917
2748  cell / row or of a
2749 \change_unchanged
2750  select
2751 \change_deleted -1382599118 1647157923
2752 ion
2753 \change_inserted -1382599118 1647157925
2754 ed cells
2755 \change_unchanged
2756
2757 \end_layout
2758
2759 \begin_layout Labeling
2760 \labelwidthstring 00.00.0000
2761 \begin_inset Info
2762 type  "icon"
2763 arg   "tabular-feature toggle-line-bottom"
2764 \end_inset
2765
2766  
2767 \change_deleted -1382599118 1647157963
2768 adds
2769 \change_inserted -1382599118 1647157964
2770 toggles
2771 \change_unchanged
2772  a line at the bottom of 
2773 \change_inserted -1382599118 1647158114
2774 every cell for 
2775 \change_unchanged
2776 the current
2777 \change_inserted -1382599118 1647157991
2778 ly
2779 \change_deleted -1382599118 1647158003
2780  cell / row or of a
2781 \change_unchanged
2782  select
2783 \change_deleted -1382599118 1647158007
2784 ion
2785 \change_inserted -1382599118 1647158009
2786 ed cells
2787 \change_unchanged
2788
2789 \end_layout
2790
2791 \begin_layout Labeling
2792 \labelwidthstring 00.00.0000
2793 \begin_inset Info
2794 type  "icon"
2795 arg   "tabular-feature toggle-line-left"
2796 \end_inset
2797
2798  
2799 \change_deleted -1382599118 1647157971
2800 adds
2801 \change_inserted -1382599118 1647157972
2802 toggles
2803 \change_unchanged
2804  a line at the left side of 
2805 \change_inserted -1382599118 1647158111
2806 every cell for 
2807 \change_unchanged
2808 the current
2809 \change_inserted -1382599118 1647158027
2810 ly
2811 \change_deleted -1382599118 1647158069
2812  cell / row or of a
2813 \change_unchanged
2814  select
2815 \change_deleted -1382599118 1647158043
2816 ion
2817 \change_inserted -1382599118 1647158044
2818 ed cells
2819 \change_unchanged
2820
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825 \begin_inset Info
2826 type  "icon"
2827 arg   "tabular-feature toggle-line-right"
2828 \end_inset
2829
2830  
2831 \change_deleted -1382599118 1647157974
2832 adds
2833 \change_inserted -1382599118 1647157975
2834 toggles
2835 \change_unchanged
2836  a line at the right side of 
2837 \change_inserted -1382599118 1647158109
2838 every cell for 
2839 \change_unchanged
2840 the current
2841 \change_inserted -1382599118 1647158061
2842 ly
2843 \change_deleted -1382599118 1647158072
2844  cell / row or of a
2845 \change_unchanged
2846  select
2847 \change_deleted -1382599118 1647158078
2848 ion
2849 \change_inserted -1382599118 1647158082
2850 ed cells
2851 \change_inserted -712698321 1554289731
2852
2853 \end_layout
2854
2855 \begin_layout Labeling
2856 \labelwidthstring 00.00.0000
2857
2858 \change_inserted -712698321 1554289910
2859 \begin_inset Info
2860 type  "icon"
2861 arg   "tabular-feature toggle-border-lines"
2862 \end_inset
2863
2864  
2865 \change_deleted -1382599118 1647157966
2866 adds
2867 \change_inserted -1382599118 1647157967
2868 toggles
2869 \change_inserted -712698321 1554289910
2870  a border around the currently selected cells
2871 \change_inserted -1382599118 1647040213
2872
2873 \end_layout
2874
2875 \begin_layout Labeling
2876 \labelwidthstring 00.00.0000
2877
2878 \change_inserted -1382599118 1647158092
2879 \begin_inset Info
2880 type  "icon"
2881 arg   "tabular-feature toggle-inner-lines"
2882 \end_inset
2883
2884  toggles inner lines for the currently selected cells
2885 \change_unchanged
2886
2887 \end_layout
2888
2889 \begin_layout Labeling
2890 \labelwidthstring 00.00.0000
2891 \begin_inset Info
2892 type  "icon"
2893 arg   "tabular-feature toggle-all-lines"
2894 \end_inset
2895
2896  adds lines around the current or selected cells - if the current cell is
2897  not a multicolumn cell this also affects the current row and column
2898 \end_layout
2899
2900 \begin_layout Labeling
2901 \labelwidthstring 00.00.0000
2902 \begin_inset Info
2903 type  "icon"
2904 arg   "tabular-feature unset-all-lines"
2905 \end_inset
2906
2907  deletes all lines of the current or selected cells - if the current cell
2908  is not a multicolumn cell this also affects the current row and column
2909 \change_inserted -712698321 1554289920
2910
2911 \end_layout
2912
2913 \begin_layout Labeling
2914 \labelwidthstring 00.00.0000
2915
2916 \change_inserted -712698321 1554292586
2917 \begin_inset Info
2918 type  "icon"
2919 arg   "tabular-feature reset-formal-default"
2920 \end_inset
2921
2922  If using a formal table, this resets the border to its default (only horizontal
2923  lines in top and bottom rows)
2924 \change_unchanged
2925
2926 \end_layout
2927
2928 \begin_layout Labeling
2929 \labelwidthstring 00.00.0000
2930 \begin_inset Info
2931 type  "icon"
2932 arg   "tabular-feature m-align-left"
2933 \end_inset
2934
2935  left-aligns the content of the current cell / column
2936 \end_layout
2937
2938 \begin_layout Labeling
2939 \labelwidthstring 00.00.0000
2940 \begin_inset Info
2941 type  "icon"
2942 arg   "tabular-feature m-align-center"
2943 \end_inset
2944
2945  centers the content of the current cell / column horizontally
2946 \end_layout
2947
2948 \begin_layout Labeling
2949 \labelwidthstring 00.00.0000
2950 \begin_inset Info
2951 type  "icon"
2952 arg   "tabular-feature m-align-right"
2953 \end_inset
2954
2955  right-aligns the content of the current cell / column
2956 \end_layout
2957
2958 \begin_layout Labeling
2959 \labelwidthstring 00.00.0000
2960 \begin_inset Info
2961 type  "icon"
2962 arg   "tabular-feature align-decimal"
2963 \end_inset
2964
2965  aligns the content of the current column at a character
2966 \end_layout
2967
2968 \begin_layout Labeling
2969 \labelwidthstring 00.00.0000
2970 \begin_inset Info
2971 type  "icon"
2972 arg   "tabular-feature m-valign-top"
2973 \end_inset
2974
2975  aligns the content of the current cell vertically to the top
2976 \end_layout
2977
2978 \begin_layout Labeling
2979 \labelwidthstring 00.00.0000
2980 \begin_inset Info
2981 type  "icon"
2982 arg   "tabular-feature m-valign-middle"
2983 \end_inset
2984
2985  centers the content of the current cell vertically
2986 \end_layout
2987
2988 \begin_layout Labeling
2989 \labelwidthstring 00.00.0000
2990 \begin_inset Info
2991 type  "icon"
2992 arg   "tabular-feature m-valign-bottom"
2993 \end_inset
2994
2995  aligns the content of the current cell vertically to the bottom
2996 \end_layout
2997
2998 \begin_layout Labeling
2999 \labelwidthstring 00.00.0000
3000 \begin_inset Info
3001 type  "icon"
3002 arg   "tabular-feature set-rotate-cell"
3003 \end_inset
3004
3005  rotates the current cell or selection counter-clockwise by 90°
3006 \end_layout
3007
3008 \begin_layout Labeling
3009 \labelwidthstring 00.00.0000
3010 \begin_inset Info
3011 type  "icon"
3012 arg   "tabular-feature set-rotate-tabular"
3013 \end_inset
3014
3015  rotates the whole table counter-clockwise by 90°
3016 \end_layout
3017
3018 \begin_layout Labeling
3019 \labelwidthstring 00.00.0000
3020 \begin_inset Info
3021 type  "icon"
3022 arg   "tabular-feature multicolumn"
3023 \end_inset
3024
3025  sets the current cell or selection as a multicolumn
3026 \end_layout
3027
3028 \begin_layout Labeling
3029 \labelwidthstring 00.00.0000
3030 \begin_inset Info
3031 type  "icon"
3032 arg   "tabular-feature multirow"
3033 \end_inset
3034
3035  sets the current cell or selection as a multirow
3036 \end_layout
3037
3038 \begin_layout Standard
3039 \begin_inset Note Greyedout
3040 status open
3041
3042 \begin_layout Plain Layout
3043
3044 \series bold
3045 Note:
3046 \series default
3047  For the output the vertical alignment of the first cell in a row is used
3048  for all following cells in the row.
3049 \end_layout
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Section
3057 Edit Table Menu
3058 \begin_inset Index idx
3059 range none
3060 pageformat default
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064 Table
3065 \begin_inset IndexMacro subentry
3066 status open
3067
3068 \begin_layout Plain Layout
3069 Edit Menu
3070 \end_layout
3071
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Standard
3083 In addition to the table dialog and toolbar, the menu 
3084 \family sans
3085 Edit\SpecialChar menuseparator
3086 Table
3087 \family default
3088  allows you to add and delete border lines for the current row/column and
3089  to set the current selection as multicolumn.
3090  The menu is only available when the cursor is inside a table.
3091 \end_layout
3092
3093 \begin_layout Section
3094 Table Floats
3095 \begin_inset CommandInset label
3096 LatexCommand label
3097 name "sec:Table-Floats"
3098
3099 \end_inset
3100
3101
3102 \begin_inset Index idx
3103 range none
3104 pageformat default
3105 status collapsed
3106
3107 \begin_layout Plain Layout
3108 Floats
3109 \begin_inset IndexMacro subentry
3110 status open
3111
3112 \begin_layout Plain Layout
3113 Tables
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \end_inset
3122
3123
3124 \begin_inset Index idx
3125 range none
3126 pageformat default
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130 Table
3131 \begin_inset IndexMacro subentry
3132 status open
3133
3134 \begin_layout Plain Layout
3135 Floats
3136 \end_layout
3137
3138 \end_inset
3139
3140
3141 \end_layout
3142
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \begin_layout Standard
3149 For general explanations about floats, have a look at section
3150 \begin_inset space ~
3151 \end_inset
3152
3153
3154 \begin_inset CommandInset ref
3155 LatexCommand ref
3156 reference "sec:FloatIntroduction"
3157
3158 \end_inset
3159
3160 .
3161 \end_layout
3162
3163 \begin_layout Standard
3164 \begin_inset Float table
3165 placement h
3166 alignment document
3167 wide false
3168 sideways false
3169 status open
3170
3171 \begin_layout Plain Layout
3172 \begin_inset Caption Standard
3173
3174 \begin_layout Plain Layout
3175 \begin_inset CommandInset label
3176 LatexCommand label
3177 name "tab:a table float"
3178
3179 \end_inset
3180
3181 A table float.
3182 \end_layout
3183
3184 \end_inset
3185
3186
3187 \end_layout
3188
3189 \begin_layout Plain Layout
3190 \align center
3191 \begin_inset Tabular
3192 <lyxtabular version="3" rows="3" columns="3">
3193 <features tabularvalignment="middle">
3194 <column alignment="center" valignment="top" width="0pt">
3195 <column alignment="center" valignment="top" width="0pt">
3196 <column alignment="center" valignment="top" width="0pt">
3197 <row>
3198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \family roman
3204 \series medium
3205 \shape up
3206 \size normal
3207 \emph off
3208 \bar no
3209 \noun off
3210 \color none
3211 1
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \family roman
3222 \series medium
3223 \shape up
3224 \size normal
3225 \emph off
3226 \bar no
3227 \noun off
3228 \color none
3229 2
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \family roman
3240 \series medium
3241 \shape up
3242 \size normal
3243 \emph off
3244 \bar no
3245 \noun off
3246 \color none
3247 3
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row>
3254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \family roman
3260 \series medium
3261 \shape up
3262 \size normal
3263 \emph off
3264 \bar no
3265 \noun off
3266 \color none
3267 Joe
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \family roman
3278 \series medium
3279 \shape up
3280 \size normal
3281 \emph off
3282 \bar no
3283 \noun off
3284 \color none
3285 Mary
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \family roman
3296 \series medium
3297 \shape up
3298 \size normal
3299 \emph off
3300 \bar no
3301 \noun off
3302 \color none
3303 Ted
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row>
3310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \family roman
3316 \series medium
3317 \shape up
3318 \size normal
3319 \emph off
3320 \bar no
3321 \noun off
3322 \color none
3323 \begin_inset Formula $\int x^{2}dx$
3324 \end_inset
3325
3326
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \family roman
3337 \series medium
3338 \shape up
3339 \size normal
3340 \emph off
3341 \bar no
3342 \noun off
3343 \color none
3344 \begin_inset Formula $\left[\begin{array}{cc}
3345 a & b\\
3346 c & d
3347 \end{array}\right]$
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \family roman
3361 \series medium
3362 \shape up
3363 \size normal
3364 \emph off
3365 \bar no
3366 \noun off
3367 \color none
3368 \begin_inset Formula $1+1=2$
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 </lyxtabular>
3378
3379 \end_inset
3380
3381
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \begin_layout Standard
3390 Table floats can be inserted using the menu 
3391 \family sans
3392 Insert\SpecialChar menuseparator
3393 Float\SpecialChar menuseparator
3394 Table
3395 \family default
3396  or the toolbar button 
3397 \begin_inset Info
3398 type  "icon"
3399 arg   "float-insert table"
3400 \end_inset
3401
3402 .
3403 \end_layout
3404
3405 \begin_layout Standard
3406 The float appears as a collapsible box with a caption that has the label
3407  
3408 \begin_inset Quotes eld
3409 \end_inset
3410
3411 Table
3412 \begin_inset space ~
3413 \end_inset
3414
3415 #:
3416 \begin_inset Quotes erd
3417 \end_inset
3418
3419  (# is the actual table number).
3420  You can insert tables in the float above or below the caption.
3421 \end_layout
3422
3423 \begin_layout Standard
3424 Table
3425 \begin_inset space ~
3426 \end_inset
3427
3428
3429 \begin_inset CommandInset ref
3430 LatexCommand ref
3431 reference "tab:a table float"
3432
3433 \end_inset
3434
3435  is an example table within a table float.
3436 \end_layout
3437
3438 \begin_layout Standard
3439 Having the caption above the table is the common rule that is unfortunately
3440  not supported in \SpecialChar LaTeX
3441 's standard classes.
3442  This means that, if you are using the document classes 
3443 \family sans
3444 article
3445 \family default
3446
3447 \family sans
3448 book
3449 \family default
3450
3451 \family sans
3452 letter
3453 \family default
3454 , or 
3455 \family sans
3456 report
3457 \family default
3458 , there will be no space between the caption and the table.
3459  To insert the needed space, add the following option to the load command
3460  of the \SpecialChar LaTeX
3461 -package 
3462 \series bold
3463 caption
3464 \series default
3465
3466 \begin_inset Index idx
3467 range none
3468 pageformat default
3469 status collapsed
3470
3471 \begin_layout Plain Layout
3472 \SpecialChar LaTeX
3473  packages
3474 \begin_inset IndexMacro subentry
3475 status open
3476
3477 \begin_layout Plain Layout
3478 caption
3479 \end_layout
3480
3481 \end_inset
3482
3483
3484 \end_layout
3485
3486 \end_inset
3487
3488  in your document preamble:
3489 \begin_inset Foot
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 For more information have a look at section
3494 \begin_inset space ~
3495 \end_inset
3496
3497
3498 \begin_inset CommandInset ref
3499 LatexCommand ref
3500 reference "sec:Caption-Placement"
3501
3502 \end_inset
3503
3504 .
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \end_layout
3511
3512 \begin_layout Standard
3513
3514 \series bold
3515 tableposition=top
3516 \end_layout
3517
3518 \begin_layout Standard
3519 The package 
3520 \series bold
3521 caption
3522 \series default
3523 , which is described in section
3524 \begin_inset space ~
3525 \end_inset
3526
3527
3528 \begin_inset CommandInset ref
3529 LatexCommand ref
3530 reference "sec:Caption-Formatting"
3531
3532 \end_inset
3533
3534 , is used to adjust the caption format.
3535 \end_layout
3536
3537 \begin_layout Standard
3538 \begin_inset Index idx
3539 range none
3540 pageformat default
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 References
3545 \begin_inset IndexMacro subentry
3546 status open
3547
3548 \begin_layout Plain Layout
3549 to Tables
3550 \end_layout
3551
3552 \end_inset
3553
3554
3555 \end_layout
3556
3557 \end_inset
3558
3559 Tables can be cross-referenced in the text by referencing their label.
3560  To do this insert a label in the caption using the menu 
3561 \family sans
3562 Insert\SpecialChar menuseparator
3563 Label
3564 \family default
3565  or the toolbar button 
3566 \begin_inset Info
3567 type  "icon"
3568 arg   "label-insert"
3569 \end_inset
3570
3571 .
3572  You can now refer to the label using the menu 
3573 \family sans
3574 Insert\SpecialChar menuseparator
3575 Cross
3576 \begin_inset space ~
3577 \end_inset
3578
3579 reference
3580 \family default
3581  or the toolbar button 
3582 \begin_inset Info
3583 type  "icon"
3584 arg   "dialog-show-new-inset ref"
3585 \end_inset
3586
3587 .
3588 \begin_inset Newline newline
3589 \end_inset
3590
3591 Referencing is explained in detail in section
3592 \begin_inset space ~
3593 \end_inset
3594
3595
3596 \begin_inset CommandInset ref
3597 LatexCommand ref
3598 reference "sec:Referencing-Floats"
3599
3600 \end_inset
3601
3602 .
3603 \end_layout
3604
3605 \begin_layout Section
3606
3607 \family sans
3608 Multi-page Table
3609 \family default
3610 s
3611 \begin_inset CommandInset label
3612 LatexCommand label
3613 name "sec:Multi-page-Tables"
3614
3615 \end_inset
3616
3617
3618 \begin_inset Index idx
3619 range none
3620 pageformat default
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624 Multi-page Table
3625 \end_layout
3626
3627 \end_inset
3628
3629
3630 \begin_inset Index idx
3631 range none
3632 pageformat default
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Table
3637 \begin_inset IndexMacro subentry
3638 status open
3639
3640 \begin_layout Plain Layout
3641 Multi-page Table
3642 \end_layout
3643
3644 \end_inset
3645
3646
3647 \end_layout
3648
3649 \end_inset
3650
3651
3652 \end_layout
3653
3654 \begin_layout Standard
3655 If the table is too long to fit on one page, you can use the option 
3656 \family sans
3657 Use
3658 \begin_inset space ~
3659 \end_inset
3660
3661 multi-page
3662 \family default
3663  table in the tab 
3664 \family sans
3665 Multi-page
3666 \begin_inset space ~
3667 \end_inset
3668
3669 table
3670 \family default
3671  of the table dialog to split the table automatically over more pages.
3672  Doing this enables the following options:
3673 \end_layout
3674
3675 \begin_layout Description
3676 Header: The current row is defined to be a header row that appears on all
3677  pages of the multi-page table; except for the first page, if 
3678 \family sans
3679 First
3680 \begin_inset space ~
3681 \end_inset
3682
3683 header
3684 \family default
3685  is defined.
3686  This is therefore called the main header.
3687 \end_layout
3688
3689 \begin_layout Description
3690 First
3691 \begin_inset space ~
3692 \end_inset
3693
3694 header: The current row is defined to be a header row that appears on the
3695  first page of the multi-page table.
3696 \end_layout
3697
3698 \begin_layout Description
3699 Footer: The current row is defined to be a footer row that appears on all
3700  pages of the multi-page table; except for the last page, if 
3701 \family sans
3702 Last
3703 \begin_inset space ~
3704 \end_inset
3705
3706 footer
3707 \family default
3708  is defined.
3709 \end_layout
3710
3711 \begin_layout Description
3712 Last
3713 \begin_inset space ~
3714 \end_inset
3715
3716 footer: The current row is defined to be a footer row that appears on the
3717  last page of the multi-page table.
3718 \end_layout
3719
3720 \begin_layout Description
3721 Caption: The current row contains the table caption.
3722  The row is reset as single column and a caption is inserted.
3723  More about multi-page table captions is explained in sec.
3724 \begin_inset space \thinspace{}
3725 \end_inset
3726
3727
3728 \begin_inset CommandInset ref
3729 LatexCommand ref
3730 reference "subsec:Multi-page-Table-Captions"
3731
3732 \end_inset
3733
3734 .
3735 \end_layout
3736
3737 \begin_layout Standard
3738 You can also specify a row where the table is split.
3739  See the following multi-page table to see how it works:
3740 \end_layout
3741
3742 \begin_layout Standard
3743 \align center
3744 \begin_inset Tabular
3745 <lyxtabular version="3" rows="69" columns="3">
3746 <features islongtable="true" longtabularalignment="center">
3747 <column alignment="left" valignment="top" width="0cm">
3748 <column alignment="left" valignment="top" width="0pt">
3749 <column alignment="center" valignment="top" width="0pt">
3750 <row endfirsthead="true">
3751 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Example Phone List (ignore the names)
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row endfirsthead="true">
3782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 NAME
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 TEL.
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 </row>
3814 <row endhead="true">
3815 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819
3820 \series bold
3821 Example Phone List
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 </row>
3845 <row endhead="true">
3846 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850
3851 \series bold
3852 NAME
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 TEL.
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row endfoot="true">
3879 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883  continued on next page
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \series bold
3914 Annovi
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 Silvia
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 111
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \series bold
3945 Bertoli
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 <cell alignment="center" valignment="top" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954 Stefano
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 111
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 </row>
3969 <row>
3970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974
3975 \series bold
3976 Bozzi
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 Walter
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 111
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 </row>
4000 <row>
4001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005
4006 \series bold
4007 Cachia
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016 Maria
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 111
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036
4037 \series bold
4038 Cachia
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell alignment="center" valignment="top" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047 Maurizio
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 111
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Cinquemani
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Giusi
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 111
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Colin
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Bernard
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 111
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Concli
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Gianfranco
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 111
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Dal Bosco
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Carolina
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 111
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Dalpiaz
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Annamaria
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 111
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Feliciello
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Domenico
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 111
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Focarelli
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Paola
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 111
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Galletti
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Oreste
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 111
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Gasparini
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Franca
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 111
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Rizzardi
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Paola
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 111
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Lassini
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Giancarlo
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 111
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Malfatti
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Luciano
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 111
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Malfatti
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Valeriano
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 111
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Meneguzzo
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Roberto
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 111
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Mezzadra
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Roberto
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 111
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Pirpamer
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Erich
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 111
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Pochiesa
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Paolo
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 111, 222
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Radina
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Claudio
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 111
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Stuffer
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Oskar
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 111
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Tacchelli
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Ugo
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 111
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Tezzele
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Margit
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 111
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Unterkalmsteiner
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Frieda
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 111
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Vieider
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Hilde
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 111
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Vigna
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Jürgen
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 111
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Weber
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Maurizio
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 111
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Winkler
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Franz
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 111
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873  
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 </row>
4897 <row>
4898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902
4903 \series bold
4904 Annovi
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 Silvia
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 555
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 </row>
4928 <row>
4929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933
4934 \series bold
4935 Bertoli
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Stefano
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 555
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row>
4960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964
4965 \series bold
4966 Bozzi
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975 Walter
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 555
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 </row>
4990 <row>
4991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995
4996 \series bold
4997 Cachia
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006 Maria
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 555
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 </row>
5021 <row>
5022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026
5027 \series bold
5028 Cachia
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037 Maurizio
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 555
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057
5058 \series bold
5059 Cinquemani
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Giusi
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 555
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row>
5084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088
5089 \series bold
5090 Colin
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 Bernard
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 555
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row>
5115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \series bold
5121 Concli
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 Gianfranco
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 555
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 </row>
5145 <row>
5146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150
5151 \series bold
5152 Dal Bosco
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 Carolina
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 555
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 <row>
5177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181
5182 \series bold
5183 Dalpiaz
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 Annamaria
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 555
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 </row>
5207 <row>
5208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212
5213 \series bold
5214 Feliciello
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell alignment="center" valignment="top" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223 Domenico
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 555
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \series bold
5245 Focarelli
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Paola
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 555
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 </row>
5269 <row>
5270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \series bold
5276 Galletti
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 Oreste
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 555
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 <row>
5301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \series bold
5307 Gasparini
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 Franca
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 555
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 <row>
5332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \series bold
5338 Rizzardi
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 Paola
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 555
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367
5368 \series bold
5369 Lassini
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 Giancarlo
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 555
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 </row>
5393 <row>
5394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398
5399 \series bold
5400 Malfatti
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell alignment="center" valignment="top" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 Luciano
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 555
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 <row>
5425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \series bold
5431 Malfatti
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 Valeriano
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 555
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460
5461 \series bold
5462 Meneguzzo
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 Roberto
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 555
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 </row>
5486 <row>
5487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491
5492 \series bold
5493 Mezzadra
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 Roberto
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 555
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \series bold
5524 Pirpamer
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 Erich
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 555
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 </row>
5548 <row>
5549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553
5554 \series bold
5555 Pochiesa
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 Paolo
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 555, 222
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \series bold
5586 Radina
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 Claudio
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 555
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615
5616 \series bold
5617 Stuffer
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 Oskar
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 555
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 <row>
5642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646
5647 \series bold
5648 Tacchelli
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 Ugo
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 555
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677
5678 \series bold
5679 Tezzele
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 Margit
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 555
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708
5709 \series bold
5710 Unterkalmsteiner
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 Frieda
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 555
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739
5740 \series bold
5741 Vieider
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 Hilde
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 555
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 <row>
5766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770
5771 \series bold
5772 Vigna
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 Jürgen
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 999
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 <row>
5797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \series bold
5803 Weber
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 Maurizio
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 555
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \series bold
5834 Winkler
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 Franz
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 555
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 <row endlastfoot="true">
5859 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 end
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 </lyxtabular>
5888
5889 \end_inset
5890
5891
5892 \begin_inset ERT
5893 status collapsed
5894
5895 \begin_layout Plain Layout
5896
5897
5898 \backslash
5899 addtocounter{table}{-1}
5900 \end_layout
5901
5902 \end_inset
5903
5904
5905 \begin_inset Note Note
5906 status collapsed
5907
5908 \begin_layout Plain Layout
5909 See the first greyed-out note in section
5910 \begin_inset space ~
5911 \end_inset
5912
5913
5914 \begin_inset CommandInset ref
5915 LatexCommand ref
5916 reference "subsec:Multi-page-Table-Captions"
5917
5918 \end_inset
5919
5920  for an explanation of this command.
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \begin_layout Subsection
5929 Footnotes in Multi-page tables
5930 \begin_inset CommandInset label
5931 LatexCommand label
5932 name "subsec:Footnotes-in-Multi-page"
5933
5934 \end_inset
5935
5936
5937 \begin_inset Index idx
5938 range none
5939 pageformat default
5940 status collapsed
5941
5942 \begin_layout Plain Layout
5943 Table
5944 \begin_inset IndexMacro subentry
5945 status open
5946
5947 \begin_layout Plain Layout
5948 Multi-page Table
5949 \end_layout
5950
5951 \end_inset
5952
5953
5954 \begin_inset IndexMacro subentry
5955 status open
5956
5957 \begin_layout Plain Layout
5958 Footnotes
5959 \end_layout
5960
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \end_layout
5970
5971 \begin_layout Standard
5972 Footnotes can be inserted to every Multi-page table cell.
5973  They appear at the bottom of the page where the table cell with the footnote
5974  appears.
5975  Table
5976 \begin_inset space ~
5977 \end_inset
5978
5979
5980 \begin_inset CommandInset ref
5981 LatexCommand ref
5982 reference "tab:DiffCaptions"
5983
5984 \end_inset
5985
5986  has for example a footnote.
5987 \end_layout
5988
5989 \begin_layout Subsection
5990 Multi-page Table Alignment
5991 \begin_inset Index idx
5992 range none
5993 pageformat default
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997 Table
5998 \begin_inset IndexMacro subentry
5999 status open
6000
6001 \begin_layout Plain Layout
6002 Multi-page Table
6003 \end_layout
6004
6005 \end_inset
6006
6007
6008 \begin_inset IndexMacro subentry
6009 status open
6010
6011 \begin_layout Plain Layout
6012 Alignment
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021
6022
6023 \end_layout
6024
6025 \begin_layout Standard
6026 The horizontal alignment of multi-page tables can be set in the table settings
6027  dialog.
6028  For left- and right-alignment the table will be directly at the page border.
6029  To add space between the table and the border one has to set the alignment
6030  to center and change the value of the \SpecialChar LaTeX
6031 -lengths 
6032 \series bold
6033
6034 \backslash
6035 LTleft 
6036 \series default
6037 or 
6038 \series bold
6039
6040 \backslash
6041 LTright
6042 \series default
6043  by inserting this line as \SpecialChar TeX
6044  Code before the multi-page table:
6045 \end_layout
6046
6047 \begin_layout Standard
6048
6049 \series bold
6050
6051 \backslash
6052 setlength{
6053 \backslash
6054 LTleft}{value}
6055 \end_layout
6056
6057 \begin_layout Standard
6058 The value can have any of the units listed in Table
6059 \begin_inset space ~
6060 \end_inset
6061
6062
6063 \begin_inset CommandInset ref
6064 LatexCommand ref
6065 reference "tab:Units"
6066
6067 \end_inset
6068
6069 .
6070  
6071 \series bold
6072
6073 \backslash
6074 LTleft
6075 \series default
6076  controls the horizontal distance from the left page border to the multi-page
6077  table, 
6078 \series bold
6079
6080 \backslash
6081 LTright
6082 \series default
6083  the distance from the right side.
6084  The default value for both lengths is 
6085 \series bold
6086
6087 \backslash
6088 fill
6089 \series default
6090 , which is in this case the same as an horizontal fill in \SpecialChar LyX
6091 .
6092 \end_layout
6093
6094 \begin_layout Standard
6095 The following multi-page table was centered and 
6096 \series bold
6097
6098 \backslash
6099 LTleft
6100 \series default
6101  set to 
6102 \family sans
6103 0.1
6104 \backslash
6105 columnwidth
6106 \family default
6107 :
6108 \begin_inset ERT
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112
6113
6114 \backslash
6115 setlength{
6116 \backslash
6117 LTleft}{0.1
6118 \backslash
6119 columnwidth}
6120 \end_layout
6121
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \begin_layout Standard
6128 \begin_inset Tabular
6129 <lyxtabular version="3" rows="5" columns="5">
6130 <features islongtable="true" longtabularalignment="center">
6131 <column alignment="center" valignment="top">
6132 <column alignment="center" valignment="top" width="0pt">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <column alignment="center" valignment="top">
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 1
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 2
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 3
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 4
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 5
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 s
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 s
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 asd
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 s
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 asd
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 </row>
6277 <row>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 s
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 asd
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 </row>
6324 <row>
6325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 asd
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 asd
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 </lyxtabular>
6372
6373 \end_inset
6374
6375
6376 \begin_inset ERT
6377 status collapsed
6378
6379 \begin_layout Plain Layout
6380
6381
6382 \backslash
6383 setlength{
6384 \backslash
6385 LTleft}{
6386 \backslash
6387 fill}
6388 \end_layout
6389
6390 \end_inset
6391
6392
6393 \begin_inset ERT
6394 status collapsed
6395
6396 \begin_layout Plain Layout
6397
6398
6399 \backslash
6400 addtocounter{table}{-1}
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \begin_inset Note Note
6407 status collapsed
6408
6409 \begin_layout Plain Layout
6410 See the first greyed-out note in section
6411 \begin_inset space ~
6412 \end_inset
6413
6414
6415 \begin_inset CommandInset ref
6416 LatexCommand ref
6417 reference "subsec:Multi-page-Table-Captions"
6418
6419 \end_inset
6420
6421  for an explanation of this command.
6422 \end_layout
6423
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \begin_layout Subsection
6430 Multi-page Table Captions
6431 \begin_inset Index idx
6432 range none
6433 pageformat default
6434 status collapsed
6435
6436 \begin_layout Plain Layout
6437 Table
6438 \begin_inset IndexMacro subentry
6439 status open
6440
6441 \begin_layout Plain Layout
6442 Multi-page Table
6443 \end_layout
6444
6445 \end_inset
6446
6447
6448 \begin_inset IndexMacro subentry
6449 status open
6450
6451 \begin_layout Plain Layout
6452 Captions
6453 \end_layout
6454
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \begin_inset CommandInset label
6464 LatexCommand label
6465 name "subsec:Multi-page-Table-Captions"
6466
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \begin_layout Standard
6473 A multi-page table cannot be put into a table float because floats can only
6474  be on one page.
6475  But the caption environment of floats can also be used for multi-page tables
6476  when you use the multi-page table option 
6477 \family sans
6478 Caption
6479 \family default
6480  as described in sec.
6481 \begin_inset space \thinspace{}
6482 \end_inset
6483
6484
6485 \begin_inset CommandInset ref
6486 LatexCommand ref
6487 reference "sec:Multi-page-Tables"
6488
6489 \end_inset
6490
6491 .
6492  Only one table row should contain a caption, either a header or a footer
6493  row.
6494 \end_layout
6495
6496 \begin_layout Standard
6497 Here is a short multi-page table to see how it works:
6498 \end_layout
6499
6500 \begin_layout Standard
6501 \begin_inset Tabular
6502 <lyxtabular version="3" rows="6" columns="5">
6503 <features islongtable="true" longtabularalignment="center">
6504 <column alignment="center" valignment="top">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <column alignment="center" valignment="top">
6508 <column alignment="center" valignment="top">
6509 <row endfirsthead="true" caption="true">
6510 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 \begin_inset Caption Standard
6515
6516 \begin_layout Plain Layout
6517 Multi-page table with caption
6518 \begin_inset Argument 1
6519 status open
6520
6521 \begin_layout Plain Layout
6522 Multi-page table
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 </row>
6574 <row>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 1
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 2
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 3
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 4
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 5
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 </row>
6621 <row>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 asd
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 s
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 asd
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 </row>
6668 <row>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 asd
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 s
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 s
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 s
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 asd
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 </row>
6715 <row>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 asd
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 s
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 s
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 s
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 asd
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 </row>
6762 <row>
6763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 asd
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 asd
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 asd
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 asd
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 </row>
6809 </lyxtabular>
6810
6811 \end_inset
6812
6813
6814 \end_layout
6815
6816 \begin_layout Standard
6817 \begin_inset VSpace medskip
6818 \end_inset
6819
6820
6821 \begin_inset Note Greyedout
6822 status open
6823
6824 \begin_layout Plain Layout
6825
6826 \series bold
6827 Note
6828 \begin_inset space ~
6829 \end_inset
6830
6831 1:
6832 \series default
6833  The table number is increased for every multi-page table, even if you did
6834  not set a caption for it.
6835  For this reason you could have the case that e.
6836 \begin_inset space \thinspace{}
6837 \end_inset
6838
6839 g.
6840 \begin_inset space \space{}
6841 \end_inset
6842
6843 Table
6844 \begin_inset space ~
6845 \end_inset
6846
6847 2.4 follows Table
6848 \begin_inset space ~
6849 \end_inset
6850
6851 2.1 in the list of tables if there are two multi-page tables without captions.
6852  To avoid this you can add the following command in \SpecialChar TeX
6853  Code after every multi-page
6854  table without a caption:
6855 \end_layout
6856
6857 \begin_layout Plain Layout
6858
6859 \series bold
6860
6861 \backslash
6862 addtocounter{table}{-1}
6863 \end_layout
6864
6865 \begin_layout Plain Layout
6866 This is not needed when none of your multi-page tables has a caption and
6867  you add the following code to the document preamble:
6868 \end_layout
6869
6870 \begin_layout Plain Layout
6871
6872 \series bold
6873
6874 \backslash
6875 let
6876 \backslash
6877 myEnd
6878 \backslash
6879 endlongtable
6880 \begin_inset Newline newline
6881 \end_inset
6882
6883
6884 \backslash
6885 renewcommand{
6886 \backslash
6887 endlongtable}{
6888 \backslash
6889 myEnd
6890 \backslash
6891 addtocounter{table}{-1}}
6892 \end_layout
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Standard
6900 \begin_inset Note Greyedout
6901 status open
6902
6903 \begin_layout Plain Layout
6904
6905 \series bold
6906 Note
6907 \begin_inset space ~
6908 \end_inset
6909
6910 2:
6911 \series default
6912  If you are using
6913 \series bold
6914  hyperref
6915 \series default
6916
6917 \begin_inset Index idx
6918 range none
6919 pageformat default
6920 status collapsed
6921
6922 \begin_layout Plain Layout
6923 \SpecialChar LaTeX
6924  packages
6925 \begin_inset IndexMacro subentry
6926 status open
6927
6928 \begin_layout Plain Layout
6929 hyperref
6930 \end_layout
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938
6939  in the 
6940 \family sans
6941 PDF Properties
6942 \family default
6943  of the 
6944 \family sans
6945 Document Settings
6946 \family default
6947  dialog to link cross-references, the link to a multi-page table caption
6948  will always point to the beginning of the document.
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \begin_layout Subsubsection
6957 References to multi-page tables
6958 \begin_inset Index idx
6959 range none
6960 pageformat default
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964 Table
6965 \begin_inset IndexMacro subentry
6966 status open
6967
6968 \begin_layout Plain Layout
6969 Multi-page Table
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \begin_inset IndexMacro subentry
6976 status open
6977
6978 \begin_layout Plain Layout
6979 References
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \begin_layout Standard
6993 \begin_inset Tabular
6994 <lyxtabular version="3" rows="6" columns="5">
6995 <features islongtable="true" longtabularalignment="center">
6996 <column alignment="center" valignment="top">
6997 <column alignment="center" valignment="top">
6998 <column alignment="center" valignment="top">
6999 <column alignment="center" valignment="top">
7000 <column alignment="center" valignment="top">
7001 <row endfirsthead="true" caption="true">
7002 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 \begin_inset Caption Standard
7007
7008 \begin_layout Plain Layout
7009 Referenced multi-page table
7010 \begin_inset CommandInset label
7011 LatexCommand label
7012 name "tab:Referenced-multi-page-table"
7013
7014 \end_inset
7015
7016
7017 \end_layout
7018
7019 \end_inset
7020
7021
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 1
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 2
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 3
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 4
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 5
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 <row>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 s
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 s
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 s
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 <row>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 s
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 s
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 s
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 </row>
7251 <row>
7252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 sad
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 asd
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 asd
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 </row>
7298 </lyxtabular>
7299
7300 \end_inset
7301
7302
7303 \end_layout
7304
7305 \begin_layout Standard
7306 To reference a multi-page table, insert a label into the caption.
7307 \end_layout
7308
7309 \begin_layout Standard
7310 This is a reference to Table
7311 \begin_inset space ~
7312 \end_inset
7313
7314
7315 \begin_inset CommandInset ref
7316 LatexCommand ref
7317 reference "tab:Referenced-multi-page-table"
7318
7319 \end_inset
7320
7321 .
7322 \end_layout
7323
7324 \begin_layout Standard
7325 The caption layout can be set together with all other captions of your document
7326  using the \SpecialChar LaTeX
7327 -package 
7328 \series bold
7329 caption
7330 \series default
7331
7332 \begin_inset Index idx
7333 range none
7334 pageformat default
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338 \SpecialChar LaTeX
7339  packages
7340 \begin_inset IndexMacro subentry
7341 status open
7342
7343 \begin_layout Plain Layout
7344 caption
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \end_layout
7351
7352 \end_inset
7353
7354 , see section
7355 \begin_inset space ~
7356 \end_inset
7357
7358
7359 \begin_inset CommandInset ref
7360 LatexCommand ref
7361 reference "sec:Caption-Formatting"
7362
7363 \end_inset
7364
7365 .
7366 \end_layout
7367
7368 \begin_layout Subsubsection
7369 Caption Width
7370 \begin_inset Index idx
7371 range none
7372 pageformat default
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376 Table
7377 \begin_inset IndexMacro subentry
7378 status open
7379
7380 \begin_layout Plain Layout
7381 Multi-page Table
7382 \end_layout
7383
7384 \end_inset
7385
7386
7387 \begin_inset IndexMacro subentry
7388 status open
7389
7390 \begin_layout Plain Layout
7391 Caption Width
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \end_inset
7400
7401
7402 \end_layout
7403
7404 \begin_layout Standard
7405 The maximal width of caption lines is defined by the length 
7406 \series bold
7407
7408 \backslash
7409 LTcapwidth
7410 \series default
7411 .
7412  Its default value is 4
7413 \begin_inset space \thinspace{}
7414 \end_inset
7415
7416 in.
7417  To change it add the following command to your document preamble or as
7418  \SpecialChar TeX
7419  Code into your document before the multi-page table that should be affected
7420 \end_layout
7421
7422 \begin_layout Standard
7423
7424 \series bold
7425
7426 \backslash
7427 setlength{
7428 \backslash
7429 LTcapwidth}{width}
7430 \end_layout
7431
7432 \begin_layout Standard
7433 where the 
7434 \family sans
7435 width
7436 \family default
7437  can have one of the units listed in appendix
7438 \begin_inset space ~
7439 \end_inset
7440
7441
7442 \begin_inset CommandInset ref
7443 LatexCommand ref
7444 reference "cha:Units-available-in"
7445
7446 \end_inset
7447
7448 .
7449 \end_layout
7450
7451 \begin_layout Standard
7452 The following tables show the difference:
7453 \end_layout
7454
7455 \begin_layout Standard
7456 \begin_inset Tabular
7457 <lyxtabular version="3" rows="6" columns="5">
7458 <features islongtable="true" longtabularalignment="center">
7459 <column alignment="center" valignment="top">
7460 <column alignment="center" valignment="top">
7461 <column alignment="center" valignment="top">
7462 <column alignment="center" valignment="top">
7463 <column alignment="center" valignment="top">
7464 <row endfirsthead="true" caption="true">
7465 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 \begin_inset Caption Standard
7470
7471 \begin_layout Plain Layout
7472 Long full title with default width long full title with default width long
7473  full title with default width
7474 \begin_inset Argument 1
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478 caption with default width
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 1
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 2
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 3
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 4
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 5
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 </row>
7577 <row>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 asd
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 s
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 s
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 s
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 asd
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 asd
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 s
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 s
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 s
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 asd
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 s
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 s
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 s
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 asd
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 asd
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 sad
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 asd
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 asd
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 asd
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 </lyxtabular>
7766
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \begin_layout Standard
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 setlength{
7781 \backslash
7782 LTcapwidth}{5cm}
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \begin_inset Tabular
7789 <lyxtabular version="3" rows="6" columns="5">
7790 <features islongtable="true" longtabularalignment="center">
7791 <column alignment="center" valignment="top">
7792 <column alignment="center" valignment="top">
7793 <column alignment="center" valignment="top">
7794 <column alignment="center" valignment="top">
7795 <column alignment="center" valignment="top">
7796 <row endfirsthead="true" caption="true">
7797 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 \begin_inset Caption Standard
7802
7803 \begin_layout Plain Layout
7804 Long full title with width set to 5
7805 \begin_inset space \thinspace{}
7806 \end_inset
7807
7808 cm long full title with width set to 5
7809 \begin_inset space \thinspace{}
7810 \end_inset
7811
7812 cm long full title with width set to 5
7813 \begin_inset space \thinspace{}
7814 \end_inset
7815
7816 cm
7817 \begin_inset Argument 1
7818 status collapsed
7819
7820 \begin_layout Plain Layout
7821 caption with width
7822 \begin_inset space \thinspace{}
7823 \end_inset
7824
7825 =
7826 \begin_inset space \thinspace{}
7827 \end_inset
7828
7829 5
7830 \begin_inset space \thinspace{}
7831 \end_inset
7832
7833 cm
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842
7843
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 1
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 2
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 3
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 4
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 5
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 asd
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 s
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 s
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 s
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 asd
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 asd
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 s
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 s
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 s
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 asd
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 asd
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 s
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 s
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 s
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 asd
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 asd
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 sad
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 asd
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 asd
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 asd
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 </lyxtabular>
8121
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \begin_layout Standard
8128 \begin_inset ERT
8129 status collapsed
8130
8131 \begin_layout Plain Layout
8132
8133
8134 \backslash
8135 setlength{
8136 \backslash
8137 LTcapwidth}{4in}
8138 \end_layout
8139
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \begin_layout Standard
8146 \begin_inset Note Greyedout
8147 status open
8148
8149 \begin_layout Plain Layout
8150
8151 \series bold
8152 Note:
8153 \series default
8154  When the \SpecialChar LaTeX
8155 -package 
8156 \series bold
8157 caption
8158 \series default
8159
8160 \begin_inset Index idx
8161 range none
8162 pageformat default
8163 status collapsed
8164
8165 \begin_layout Plain Layout
8166 \SpecialChar LaTeX
8167  packages
8168 \begin_inset IndexMacro subentry
8169 status open
8170
8171 \begin_layout Plain Layout
8172 caption
8173 \end_layout
8174
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \end_inset
8181
8182  is used, as in this document, the full page width is used for the caption
8183  when you use the default value of 4
8184 \begin_inset space \thinspace{}
8185 \end_inset
8186
8187 in for 
8188 \series bold
8189
8190 \backslash
8191 LTcapwidth
8192 \series default
8193 .
8194  To get in this case exactly a 4
8195 \begin_inset space \thinspace{}
8196 \end_inset
8197
8198 in wide caption, you can either use a value slightly different from 4.0
8199 \begin_inset space \thinspace{}
8200 \end_inset
8201
8202 in, e.
8203 \begin_inset space \thinspace{}
8204 \end_inset
8205
8206 g.
8207 \begin_inset space \space{}
8208 \end_inset
8209
8210 3.99
8211 \begin_inset space \thinspace{}
8212 \end_inset
8213
8214 in, or the \SpecialChar LaTeX
8215 -command 
8216 \series bold
8217
8218 \backslash
8219 captionsetup{width=value}
8220 \series default
8221  that is provided by the 
8222 \series bold
8223 caption
8224 \series default
8225 -package.
8226 \end_layout
8227
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \begin_layout Subsubsection
8234 Different Captions for Table Pages
8235 \begin_inset Index idx
8236 range none
8237 pageformat default
8238 status collapsed
8239
8240 \begin_layout Plain Layout
8241 Table
8242 \begin_inset IndexMacro subentry
8243 status open
8244
8245 \begin_layout Plain Layout
8246 Multi-page Table
8247 \end_layout
8248
8249 \end_inset
8250
8251
8252 \begin_inset IndexMacro subentry
8253 status open
8254
8255 \begin_layout Plain Layout
8256 Different Captions for Pages
8257 \end_layout
8258
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \begin_layout Standard
8270 When the table captions for the following pages should differ from the one
8271  of the first table page, mark a empty row as header which contains a caption.
8272  Then right-click on the caption and select in the context menu 
8273 \family sans
8274 Caption
8275 \begin_inset space ~
8276 \end_inset
8277
8278 (Unnumbered)
8279 \family default
8280 .
8281  Table
8282 \begin_inset space ~
8283 \end_inset
8284
8285
8286 \begin_inset CommandInset ref
8287 LatexCommand ref
8288 reference "tab:DiffCaptions"
8289
8290 \end_inset
8291
8292  is an example of a multi-page table with different heading where the second
8293  caption does not include the table number.
8294 \end_layout
8295
8296 \begin_layout Standard
8297 \align center
8298 \begin_inset Tabular
8299 <lyxtabular version="3" rows="59" columns="3">
8300 <features islongtable="true" longtabularalignment="center">
8301 <column alignment="left" valignment="top" width="0cm">
8302 <column alignment="left" valignment="top" width="0pt">
8303 <column alignment="center" valignment="top" width="0pt">
8304 <row endfirsthead="true" caption="true">
8305 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Caption Standard
8310
8311 \begin_layout Plain Layout
8312 Example Phone List
8313 \begin_inset CommandInset label
8314 LatexCommand label
8315 name "tab:DiffCaptions"
8316
8317 \end_inset
8318
8319
8320 \begin_inset Argument 1
8321 status collapsed
8322
8323 \begin_layout Plain Layout
8324 Example Phone List
8325 \end_layout
8326
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row endfirsthead="true">
8359 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Example Phone List (ignore the names)
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row endfirsthead="true">
8390 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 NAME
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \series bold
8416 TEL.
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row endhead="true" caption="true">
8423 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 \begin_inset Caption Unnumbered
8428
8429 \begin_layout Plain Layout
8430 Continued Example Phone List
8431 \end_layout
8432
8433 \end_inset
8434
8435
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row endhead="true">
8460 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \series bold
8466 Example Phone List
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row endhead="true">
8491 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \series bold
8497 NAME
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 TEL.
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row endfoot="true">
8524 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 continued on next page
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \series bold
8559 Annovi
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Silvia
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 111
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 Bertoli
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Stefano
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 111
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \series bold
8621 Bozzi
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Walter
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 111
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Cachia
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Maria
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 111
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Cachia
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Maurizio
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 111
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Cinquemani
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Giusi
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 111
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Colin
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Bernard
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 111
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Concli
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Gianfranco
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 111
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \series bold
8807 Dal Bosco
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 Carolina
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 111
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Dalpiaz
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Annamaria
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 111
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Feliciello
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Domenico
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 111
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \series bold
8900 Focarelli
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Paola
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 111
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \series bold
8931 Galletti
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Oreste
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 111
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Gasparini
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Franca
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 111
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Rizzardi
8994 \series default
8995
8996 \begin_inset Foot
8997 status open
8998
8999 \begin_layout Plain Layout
9000 Example footnote
9001 \end_layout
9002
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Paola
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 111
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Lassini
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Giancarlo
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 111
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Malfatti
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Luciano
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 111
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Malfatti
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Valeriano
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 111
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Meneguzzo
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Roberto
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 111
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Mezzadra
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Roberto
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 111
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Pirpamer
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Erich
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 111
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Pochiesa
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Paolo
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 111, 222
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Radina
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Claudio
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 111
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Stuffer
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Oskar
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 111
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Tacchelli
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Ugo
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 111
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Tezzele
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Margit
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 111
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 Unterkalmsteiner
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Frieda
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 111
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 Vieider
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 Hilde
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 111
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Vigna
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Jürgen
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 111
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 Weber
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 Maurizio
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 111
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 Winkler
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 Franz
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 111
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530  
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 <row>
9555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559
9560 \series bold
9561 Annovi
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 Silvia
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 555
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \series bold
9592 Bertoli
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 Stefano
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 555
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row>
9617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \series bold
9623 Bozzi
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632 Walter
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 555
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 </row>
9647 <row>
9648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \series bold
9654 Cachia
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 Maria
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 555
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 </row>
9678 <row>
9679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \series bold
9685 Cachia
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 Maurizio
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703 555
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \series bold
9716 Cinquemani
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 Giusi
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 555
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 Colin
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 Bernard
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 555
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \series bold
9778 Concli
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 Gianfranco
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 555
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \series bold
9809 Dal Bosco
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 Carolina
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 555
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \series bold
9840 Dalpiaz
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 Annamaria
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 555
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row>
9865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 Feliciello
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 Domenico
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 555
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 Focarelli
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Paola
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 555
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 Galletti
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 Oreste
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 555
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964 Gasparini
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 Franca
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 555
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Rizzardi
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 Paola
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 555
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 Lassini
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 Giancarlo
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 555
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 Malfatti
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 Luciano
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 555
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \series bold
10088 Malfatti
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 Valeriano
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 555
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Meneguzzo
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Roberto
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 555
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Mezzadra
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Roberto
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 555
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 </lyxtabular>
10175
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Section
10182 Special Multi-page Table Issues
10183 \begin_inset CommandInset label
10184 LatexCommand label
10185 name "sec:Special-Longtable-Issues"
10186
10187 \end_inset
10188
10189
10190 \end_layout
10191
10192 \begin_layout Subsection
10193 Multi-page Table Calculation
10194 \begin_inset Index idx
10195 range none
10196 pageformat default
10197 status collapsed
10198
10199 \begin_layout Plain Layout
10200 Table
10201 \begin_inset IndexMacro subentry
10202 status open
10203
10204 \begin_layout Plain Layout
10205 Multi-page Table
10206 \end_layout
10207
10208 \end_inset
10209
10210
10211 \begin_inset IndexMacro subentry
10212 status open
10213
10214 \begin_layout Plain Layout
10215 Calculation
10216 \end_layout
10217
10218 \end_inset
10219
10220
10221 \end_layout
10222
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \begin_layout Standard
10229 \SpecialChar LaTeX
10230  calculates the height of table pages and their page breaks using so called
10231  chunks.
10232  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
10233 's memory.
10234  The default value was historically set to only 20
10235 \begin_inset space ~
10236 \end_inset
10237
10238 table rows.
10239  If you are using multi-page tables with many pages this may slow down the
10240  creation of your document.
10241  You can safely increase the chunk size to values of 100
10242 \begin_inset space \thinspace{}
10243 \end_inset
10244
10245 --
10246 \begin_inset space \thinspace{}
10247 \end_inset
10248
10249 1000 by adding this command line to your document preamble:
10250 \end_layout
10251
10252 \begin_layout Standard
10253
10254 \series bold
10255
10256 \backslash
10257 setcounter{LTchunksize}{100}
10258 \end_layout
10259
10260 \begin_layout Subsection
10261 Floats and Multi-page Tables
10262 \begin_inset Index idx
10263 range none
10264 pageformat default
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268 Table
10269 \begin_inset IndexMacro subentry
10270 status open
10271
10272 \begin_layout Plain Layout
10273 Multi-page Table
10274 \end_layout
10275
10276 \end_inset
10277
10278
10279 \begin_inset IndexMacro subentry
10280 status open
10281
10282 \begin_layout Plain Layout
10283 Floats
10284 \end_layout
10285
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \end_inset
10292
10293
10294 \end_layout
10295
10296 \begin_layout Standard
10297 There might be problems when a float appears on the same page where a multi-page
10298  table starts.
10299  To avoid such a situation, insert a 
10300 \begin_inset Quotes eld
10301 \end_inset
10302
10303 clear page
10304 \begin_inset Quotes erd
10305 \end_inset
10306
10307  (menu 
10308 \family sans
10309 Insert\SpecialChar menuseparator
10310 Formatting\SpecialChar menuseparator
10311 Clear
10312 \begin_inset space ~
10313 \end_inset
10314
10315 Page
10316 \family default
10317 ) before your multi-page table.
10318 \end_layout
10319
10320 \begin_layout Subsection
10321 Forced Page Breaks
10322 \begin_inset Index idx
10323 range none
10324 pageformat default
10325 status collapsed
10326
10327 \begin_layout Plain Layout
10328 Table
10329 \begin_inset IndexMacro subentry
10330 status open
10331
10332 \begin_layout Plain Layout
10333 Multi-page Table
10334 \end_layout
10335
10336 \end_inset
10337
10338
10339 \begin_inset IndexMacro subentry
10340 status open
10341
10342 \begin_layout Plain Layout
10343 Forced Page Breaks
10344 \end_layout
10345
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \end_inset
10352
10353
10354 \end_layout
10355
10356 \begin_layout Standard
10357 By default tables are only broken between rows.
10358  If you have a cell with multiples lines and want to have a page break within
10359  the cell, insert the new line command 
10360 \begin_inset Quotes eld
10361 \end_inset
10362
10363
10364 \series bold
10365
10366 \backslash
10367
10368 \backslash
10369
10370 \series default
10371
10372 \begin_inset Quotes erd
10373 \end_inset
10374
10375  as \SpecialChar TeX
10376  Code at the point of the cell where it can be broken.
10377  Before the 
10378 \series bold
10379
10380 \backslash
10381
10382 \backslash
10383
10384 \series default
10385  command you have to insert in \SpecialChar TeX
10386  Code as many 
10387 \begin_inset Quotes eld
10388 \end_inset
10389
10390
10391 \series bold
10392 &
10393 \series default
10394
10395 \begin_inset Quotes erd
10396 \end_inset
10397
10398  characters as the number of the following table columns.
10399  The 
10400 \series bold
10401 &
10402 \series default
10403  is the character to separate table cells.
10404  Write in \SpecialChar TeX
10405  Code after each 
10406 \series bold
10407 &
10408 \series default
10409  the content of the corresponding following cell and delete the content
10410  of these cells.
10411 \begin_inset Newline newline
10412 \end_inset
10413
10414 After the 
10415 \series bold
10416
10417 \backslash
10418
10419 \backslash
10420
10421 \series default
10422  command, insert as many 
10423 \series bold
10424 &
10425 \series default
10426  characters as the number of table columns before the current column.
10427  In Table
10428 \begin_inset space ~
10429 \end_inset
10430
10431
10432 \begin_inset CommandInset ref
10433 LatexCommand ref
10434 reference "tab:ForcedPagebreak"
10435
10436 \end_inset
10437
10438  the cell that should be broken is in the second column followed by another
10439  column.
10440  Therefore the following command was inserted in the cell as \SpecialChar TeX
10441  Code after
10442  
10443 \begin_inset Quotes eld
10444 \end_inset
10445
10446
10447 \emph on
10448 Castelchiodato,
10449 \emph default
10450
10451 \begin_inset Quotes erd
10452 \end_inset
10453
10454 :
10455 \end_layout
10456
10457 \begin_layout Standard
10458
10459 \series bold
10460 & 111
10461 \backslash
10462
10463 \backslash
10464  
10465 \backslash
10466 newpage
10467 \begin_inset Newline newline
10468 \end_inset
10469
10470 &
10471 \end_layout
10472
10473 \begin_layout Standard
10474 The 
10475 \begin_inset Quotes eld
10476 \end_inset
10477
10478 111
10479 \begin_inset Quotes erd
10480 \end_inset
10481
10482  in the third column of the row was deleted.
10483  
10484 \series bold
10485
10486 \backslash
10487 newpage
10488 \series default
10489  is only needed when a page break should definitely occur at this position,
10490  otherwise it would be a conditional break.
10491  If your footer row of the multi-page table has for a certain reason no
10492  upper line but you would have a horizontal line where the cell is broken,
10493  use this command instead:
10494 \end_layout
10495
10496 \begin_layout Standard
10497
10498 \series bold
10499 & 111
10500 \backslash
10501
10502 \backslash
10503
10504 \begin_inset Newline newline
10505 \end_inset
10506
10507
10508 \backslash
10509 hline &
10510 \end_layout
10511
10512 \begin_layout Standard
10513 When the cell to be broken is in the last column, the command
10514 \end_layout
10515
10516 \begin_layout Standard
10517
10518 \series bold
10519
10520 \backslash
10521 setlength{
10522 \backslash
10523 parfillskip}{0pt}
10524 \end_layout
10525
10526 \begin_layout Standard
10527 must be inserted as \SpecialChar TeX
10528  Code at the beginning of the cell.
10529  This ensures that the part of the cell that will be displayed on the new
10530  page appears with the full width.
10531 \end_layout
10532
10533 \begin_layout Standard
10534 \align center
10535 \begin_inset Tabular
10536 <lyxtabular version="3" rows="38" columns="3">
10537 <features islongtable="true" longtabularalignment="center">
10538 <column alignment="left" valignment="top" width="0cm">
10539 <column alignment="left" valignment="top" width="3cm">
10540 <column alignment="center" valignment="top" width="0pt">
10541 <row endfirsthead="true" caption="true">
10542 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 \begin_inset Caption Standard
10547
10548 \begin_layout Plain Layout
10549 Table with forced page break in table cell
10550 \begin_inset CommandInset label
10551 LatexCommand label
10552 name "tab:ForcedPagebreak"
10553
10554 \end_inset
10555
10556
10557 \begin_inset Argument 1
10558 status collapsed
10559
10560 \begin_layout Plain Layout
10561 Table with forced page break in table cell
10562 \end_layout
10563
10564 \end_inset
10565
10566
10567 \end_layout
10568
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row endfirsthead="true">
10596 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Example Phone List (ignore the names)
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row endfirsthead="true">
10627 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 NAME
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 TEL.
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row endhead="true" caption="true">
10660 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 \begin_inset Caption Unnumbered
10665
10666 \begin_layout Plain Layout
10667 Continued Example Phone List
10668 \end_layout
10669
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row endhead="true">
10697 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \series bold
10703 Example Phone List
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row endhead="true">
10728 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \series bold
10734 NAME
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 TEL.
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row endfoot="true">
10761 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 continued on next page
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \series bold
10796 Annovi
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 Silvia
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 111
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 </row>
10820 <row>
10821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \series bold
10827 Bertoli
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 Stefano
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 111
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \series bold
10858 Bozzi
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 Walter
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 111
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \series bold
10889 Cachia
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 Maria
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 111
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918
10919 \series bold
10920 Cachia
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 Maurizio
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 111
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 <row>
10945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \series bold
10951 Cinquemani
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 Giusi
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 111
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \series bold
10982 Colin
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 Bernard
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 111
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \series bold
11013 Concli
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 Gianfranco
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 111
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 </row>
11037 <row>
11038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \series bold
11044 Dal Bosco
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 Carolina
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 111
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \series bold
11075 Dalpiaz
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 Annamaria
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 111
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \series bold
11106 Feliciello
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 Domenico
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 111
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 </row>
11130 <row>
11131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135
11136 \series bold
11137 Focarelli
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 Paola
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 111
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 </row>
11161 <row>
11162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166
11167 \series bold
11168 Galletti
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 Oreste
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 111
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 </row>
11192 <row>
11193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197
11198 \series bold
11199 Gasparini
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 Franca
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 111
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 <row>
11224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228
11229 \series bold
11230 Lassini
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 Giancarlo
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 111
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259
11260 \series bold
11261 Malfatti
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 Luciano
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 111
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \series bold
11292 Malfatti
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Valeriano
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 111
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 <row>
11317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \series bold
11323 Meneguzzo
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 Roberto
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 111
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 </row>
11347 <row>
11348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \series bold
11354 Mezzadra
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 Roberto
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 111
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 </row>
11378 <row>
11379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383
11384 \series bold
11385 Pirpamer
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 Erich
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 111
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 </row>
11409 <row>
11410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414
11415 \series bold
11416 Pochiesa
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 Paolo
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 111, 222
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \series bold
11447 Radina
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 Claudio
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 111
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 <row>
11472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476
11477 \series bold
11478 Rizzardi
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 Paolo, 11.
11488  Fürst von Montecompatri, 11.
11489  Fürst von Sulmona und Vivaro, 10.
11490  Fürst von Rossano, 5.
11491  Herzog von Canemorte, 11.
11492  Herzog von Palombara, 5.
11493  Herzog von Castelchiodato,
11494 \begin_inset ERT
11495 status open
11496
11497 \begin_layout Plain Layout
11498
11499 & 111
11500 \backslash
11501
11502 \backslash
11503  
11504 \backslash
11505 newpage
11506 \end_layout
11507
11508 \begin_layout Plain Layout
11509
11510 &
11511 \end_layout
11512
11513 \end_inset
11514
11515  11.
11516  Herzog von Poggionativo, 11.
11517  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11518  Graf von Valinfreda, 11.
11519  Baron von Cropalati, 11.
11520  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540
11541 \series bold
11542 Stuffer
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 Oskar
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 111
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 </row>
11566 <row>
11567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571
11572 \series bold
11573 Tacchelli
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 Ugo
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 111
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602
11603 \series bold
11604 Tezzele
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 Margit
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 111
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 <row>
11629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633
11634 \series bold
11635 Unterkalmsteiner
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 Frieda
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 111
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 <row>
11660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664
11665 \series bold
11666 Vieider
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 Hilde
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 111
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695
11696 \series bold
11697 Vigna
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 Jürgen
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 111
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \series bold
11728 Weber
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 Maurizio
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 111
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 <row>
11753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757
11758 \series bold
11759 Winkler
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 Franz
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 111
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 </row>
11783 </lyxtabular>
11784
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \begin_layout Section
11791 Multiple Lines, Columns and Rows
11792 \end_layout
11793
11794 \begin_layout Subsection
11795 Multiple Lines in Table Cells
11796 \begin_inset CommandInset label
11797 LatexCommand label
11798 name "subsec:Multiple-Lines-in"
11799
11800 \end_inset
11801
11802
11803 \begin_inset Index idx
11804 range none
11805 pageformat default
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809 Multiple Lines in Table Cells
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \begin_inset Index idx
11816 range none
11817 pageformat default
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 Table
11822 \begin_inset IndexMacro subentry
11823 status open
11824
11825 \begin_layout Plain Layout
11826 Linebreaks
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \end_layout
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Standard
11840 \noindent
11841 \begin_inset Float table
11842 placement H
11843 alignment document
11844 wide false
11845 sideways false
11846 status open
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Caption Standard
11850
11851 \begin_layout Plain Layout
11852 \begin_inset CommandInset label
11853 LatexCommand label
11854 name "tab:Table-with-multiple"
11855
11856 \end_inset
11857
11858 Table with multiple lines in cells
11859 \end_layout
11860
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \begin_layout Plain Layout
11867 \align center
11868 \begin_inset Tabular
11869 <lyxtabular version="3" rows="3" columns="3">
11870 <features tabularvalignment="middle">
11871 <column alignment="center" valignment="middle" width="2.5cm">
11872 <column alignment="center" valignment="middle">
11873 <column alignment="center" valignment="middle">
11874 <row>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 multiple
11880 \begin_inset Newline linebreak
11881 \end_inset
11882
11883 lines
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 b
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 c
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 </row>
11907 <row>
11908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 d
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 e
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 f
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 </row>
11936 <row>
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 g
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 h
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 i
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 Setting a fixed width for a column enables you to enter text as a paragraph
11979  with multiple lines and hyphenation.
11980 \end_layout
11981
11982 \begin_layout Standard
11983 To produce Table
11984 \begin_inset space ~
11985 \end_inset
11986
11987
11988 \begin_inset CommandInset ref
11989 LatexCommand ref
11990 reference "tab:Table-with-multiple"
11991
11992 \end_inset
11993
11994 , create a 3×3 table, mark the first cell and right-click on it.
11995  In the appearing table dialog we set a cell width of 2.5
11996 \begin_inset space \thinspace{}
11997 \end_inset
11998
11999 cm and choose centered for the vertical and horizontal alignment.
12000  The vertical alignment is used for all cells of the row.
12001  As our text is smaller than 2.5
12002 \begin_inset space \thinspace{}
12003 \end_inset
12004
12005 cm, only one line will appear.
12006  To get two lines, a justified line break (shortcut 
12007 \begin_inset Info
12008 type  "shortcut"
12009 arg   "newline-insert linebreak"
12010 \end_inset
12011
12012 ) was added.
12013  If the text is wider than the set cell width, it will automatically be
12014  broken to several lines.
12015 \end_layout
12016
12017 \begin_layout Standard
12018 If you have a long word in a cell with a fixed width, it cannot be hyphenated
12019  by \SpecialChar LaTeX
12020  if it is the first entry.
12021  Therefore you need to insert something to prevent the word not being the
12022  first entry.
12023  So add a horizontal space of 0
12024 \begin_inset space \thinspace{}
12025 \end_inset
12026
12027 pt before the word.
12028  As the space is zero, it doesn't change the output.
12029  Table
12030 \begin_inset space ~
12031 \end_inset
12032
12033
12034 \begin_inset CommandInset ref
12035 LatexCommand ref
12036 reference "tab:Table-with-and"
12037
12038 \end_inset
12039
12040  shows the effect.
12041 \end_layout
12042
12043 \begin_layout Standard
12044 \begin_inset Float table
12045 placement h
12046 alignment document
12047 wide false
12048 sideways false
12049 status open
12050
12051 \begin_layout Plain Layout
12052 \begin_inset Caption Standard
12053
12054 \begin_layout Plain Layout
12055 \begin_inset CommandInset label
12056 LatexCommand label
12057 name "tab:Table-with-and"
12058
12059 \end_inset
12060
12061 Table with and without hyphenation
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Plain Layout
12070 \begin_inset space \hfill{}
12071 \end_inset
12072
12073
12074 \begin_inset Tabular
12075 <lyxtabular version="3" rows="3" columns="3">
12076 <features tabularvalignment="middle">
12077 <column alignment="center" valignment="middle" width="2.5cm">
12078 <column alignment="center" valignment="middle">
12079 <column alignment="center" valignment="middle">
12080 <row>
12081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 verylongtablecellword
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094 b
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 c
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 <row>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 d
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 e
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 f
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 g
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 h
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 i
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 </lyxtabular>
12168
12169 \end_inset
12170
12171
12172 \begin_inset space \hfill{}
12173 \end_inset
12174
12175
12176 \begin_inset Tabular
12177 <lyxtabular version="3" rows="3" columns="3">
12178 <features tabularvalignment="middle">
12179 <column alignment="center" valignment="middle" width="2.5cm">
12180 <column alignment="center" valignment="middle">
12181 <column alignment="center" valignment="middle">
12182 <row>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 \begin_inset space \hspace{}
12188 \length 0pt
12189 \end_inset
12190
12191 verylongtablecellword
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 b
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 c
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 </row>
12215 <row>
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 d
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 e
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 f
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 </row>
12244 <row>
12245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 g
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 h
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 i
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 </row>
12273 </lyxtabular>
12274
12275 \end_inset
12276
12277
12278 \begin_inset space \hfill{}
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Subsection
12290 Multicolumns
12291 \begin_inset CommandInset label
12292 LatexCommand label
12293 name "subsec:Multicolumns"
12294
12295 \end_inset
12296
12297
12298 \begin_inset Index idx
12299 range none
12300 pageformat default
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304 Multicolumns
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \begin_inset Index idx
12311 range none
12312 pageformat default
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316 Table
12317 \begin_inset IndexMacro subentry
12318 status open
12319
12320 \begin_layout Plain Layout
12321 Multicolumns
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \begin_layout Subsubsection
12335 Multicolumn Basics
12336 \end_layout
12337
12338 \begin_layout Standard
12339 To merge cells over multiple columns, select as many cells within a row
12340  as you want to merge and use either the table-toolbar button 
12341 \begin_inset Info
12342 type  "icon"
12343 arg   "tabular-feature multicolumn"
12344 \end_inset
12345
12346 , or the menu 
12347 \family sans
12348 Edit\SpecialChar menuseparator
12349 Table\SpecialChar menuseparator
12350 Multicolumn
12351 \family default
12352 , or right click on the marked cells and choose 
12353 \family sans
12354 Multicolumn
12355 \family default
12356  in the context menu.
12357 \end_layout
12358
12359 \begin_layout Standard
12360 Multicolumns have their own cell settings.
12361  That means changing cell borders, cell alignment, and the width only affects
12362  the multicolumn.
12363  Here is an example table with a multicolumn cell in the first row and one
12364  in the last row without the upper border:
12365 \end_layout
12366
12367 \begin_layout Standard
12368 \align center
12369 \begin_inset Tabular
12370 <lyxtabular version="3" rows="3" columns="4">
12371 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12372 <column alignment="center" valignment="top" width="0pt">
12373 <column alignment="center" valignment="middle">
12374 <column alignment="center" valignment="top" width="0in">
12375 <column alignment="center" valignment="top" width="0pt">
12376 <row>
12377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Plain Layout
12381 abc
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Plain Layout
12390 def ghi
12391 \end_layout
12392
12393 \end_inset
12394 </cell>
12395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408 jkl
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 </row>
12414 <row>
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419
12420 \family roman
12421 \series medium
12422 \shape up
12423 \size normal
12424 \emph off
12425 \bar no
12426 \noun off
12427 \color none
12428 A
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 B
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 C
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 D
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 </row>
12461 <row>
12462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466 1
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 2
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 3
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 4
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 </row>
12499 </lyxtabular>
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Subsubsection
12507 Multicolumn Calculations
12508 \begin_inset CommandInset label
12509 LatexCommand label
12510 name "subsec:Multicolumn-Calculations"
12511
12512 \end_inset
12513
12514
12515 \begin_inset Index idx
12516 range none
12517 pageformat default
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521 Multicolumns
12522 \begin_inset IndexMacro subentry
12523 status open
12524
12525 \begin_layout Plain Layout
12526 Calculations
12527 \end_layout
12528
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \begin_layout Standard
12540 \SpecialChar LyX
12541  supports multicolumns directly, but we have to take account of the cell
12542  width of the columns spanned by the multicolumn cell.
12543 \end_layout
12544
12545 \begin_layout Standard
12546 \begin_inset Float table
12547 placement h
12548 alignment document
12549 wide false
12550 sideways false
12551 status open
12552
12553 \begin_layout Plain Layout
12554 \begin_inset Caption Standard
12555
12556 \begin_layout Plain Layout
12557 \begin_inset CommandInset label
12558 LatexCommand label
12559 name "tab:Table-with-centered"
12560
12561 \end_inset
12562
12563 Table with centered multicolumn text above two columns that have exactly
12564  half the width of the multicolumn cell
12565 \begin_inset Argument 1
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569 Perfect multicolumn table
12570 \end_layout
12571
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \begin_layout Plain Layout
12583 \align center
12584 \begin_inset Tabular
12585 <lyxtabular version="3" rows="3" columns="3">
12586 <features tabularvalignment="middle">
12587 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12588 <column alignment="center" valignment="middle">
12589 <column alignment="center" valignment="top">
12590 <row>
12591 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 multiple lines multicolumn
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 c
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 </row>
12619 <row>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 d
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 e
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 f
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 g
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 h
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 i
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 </row>
12677 </lyxtabular>
12678
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \end_layout
12688
12689 \begin_layout Standard
12690 To create for example Table
12691 \begin_inset space ~
12692 \end_inset
12693
12694
12695 \begin_inset CommandInset ref
12696 LatexCommand ref
12697 reference "tab:Table-with-centered"
12698
12699 \end_inset
12700
12701 , mark the first two cells in the first row of a 3×3 table and right-click
12702  on them.
12703  Now choose for this cell 
12704 \emph on
12705 multicolumn
12706 \emph default
12707
12708 \emph on
12709 centered alignment
12710 \emph default
12711  and a width of 2.5
12712 \begin_inset space \thinspace{}
12713 \end_inset
12714
12715 cm in the table dialog.
12716  The merged columns should have exactly half the width of the multicolumn
12717  cell, so that you would set a width of 1.25
12718 \begin_inset space \thinspace{}
12719 \end_inset
12720
12721 cm for the first column.
12722  The second column has then automatically a width of 1.25
12723 \begin_inset space \thinspace{}
12724 \end_inset
12725
12726 cm (multicolumn width - width of first column).
12727  This was done for Table
12728 \begin_inset space ~
12729 \end_inset
12730
12731
12732 \begin_inset CommandInset ref
12733 LatexCommand ref
12734 reference "tab:Table-without-half"
12735
12736 \end_inset
12737
12738 .
12739 \end_layout
12740
12741 \begin_layout Standard
12742 \begin_inset Float table
12743 placement document
12744 alignment document
12745 wide false
12746 sideways false
12747 status open
12748
12749 \begin_layout Plain Layout
12750 \begin_inset Caption Standard
12751
12752 \begin_layout Plain Layout
12753 \begin_inset CommandInset label
12754 LatexCommand label
12755 name "tab:Table-without-half"
12756
12757 \end_inset
12758
12759 Table where the spanned table columns are not exactly half the width of
12760  the multicolumn cell
12761 \begin_inset Argument 1
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765 Imperfect multicolumn table
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \end_inset
12774
12775
12776 \end_layout
12777
12778 \begin_layout Plain Layout
12779 \align center
12780 \begin_inset Tabular
12781 <lyxtabular version="3" rows="3" columns="3">
12782 <features tabularvalignment="middle">
12783 <column alignment="center" valignment="top" width="1.25cm">
12784 <column alignment="center" valignment="top">
12785 <column alignment="center" valignment="top">
12786 <row>
12787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 multiple lines multicolumn
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 c
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 d
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 e
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 f
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 <row>
12845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 g
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 h
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 i
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 </lyxtabular>
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 You can see that the first column is not half the width of the multicolumn
12887  cell, it is a bit bigger.
12888  The reason is that the specified width of a cell 
12889 \begin_inset Formula $W_{g}$
12890 \end_inset
12891
12892  is not its total width 
12893 \begin_inset Formula $W_{\mathrm{tot}}$
12894 \end_inset
12895
12896  because a cell is always a bit larger than specified.
12897  Appendix
12898 \begin_inset space ~
12899 \end_inset
12900
12901
12902 \begin_inset CommandInset ref
12903 LatexCommand ref
12904 reference "cha:Explanation-of-Equation"
12905
12906 \end_inset
12907
12908  explains this in detail.
12909 \end_layout
12910
12911 \begin_layout Standard
12912 The width 
12913 \begin_inset Formula $W_{g\,n}$
12914 \end_inset
12915
12916  which the user needs to set when 
12917 \emph on
12918 n
12919 \emph default
12920  columns are spanned can be calculated, so that each column has a total
12921  width of 
12922 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12923 \end_inset
12924
12925 :
12926 \begin_inset Formula 
12927 \begin{equation}
12928 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12929 \end{equation}
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937 In our case we have 
12938 \begin_inset Formula $n=2$
12939 \end_inset
12940
12941
12942 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12943 \end_inset
12944
12945 cm and the default values for the lengths, so that equation 
12946 \begin_inset CommandInset ref
12947 LatexCommand ref
12948 reference "eq:Wgn"
12949
12950 \end_inset
12951
12952  becomes
12953 \begin_inset Formula 
12954 \begin{equation}
12955 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12956 \end{equation}
12957
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 To enable calculations in \SpecialChar LaTeX
12965 , the \SpecialChar LaTeX
12966 -package 
12967 \series bold
12968 calc
12969 \series default
12970  must be loaded with the document preamble line
12971 \begin_inset Index idx
12972 range none
12973 pageformat default
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977 \SpecialChar LaTeX
12978  packages
12979 \begin_inset IndexMacro subentry
12980 status open
12981
12982 \begin_layout Plain Layout
12983 calc
12984 \end_layout
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 usepackage{calc}
13002 \end_layout
13003
13004 \begin_layout Standard
13005 \SpecialChar LyX
13006  does not allow you to calculate lengths in the 
13007 \family sans
13008 Width
13009 \family default
13010  field of the table dialog.
13011  Therefore you have to format the column by inserting a \SpecialChar LaTeX
13012 -argument in the
13013  dialog.
13014  Here is an overview about the arguments:
13015 \end_layout
13016
13017 \begin_layout Itemize
13018
13019 \series bold
13020 p{width}
13021 \series default
13022  creates cell with a fixed width, its text is vertically top-aligned
13023 \end_layout
13024
13025 \begin_layout Itemize
13026
13027 \series bold
13028 m{width}
13029 \series default
13030  creates cell with a fixed width, its text is vertically centered
13031 \end_layout
13032
13033 \begin_layout Itemize
13034
13035 \series bold
13036 b{width}
13037 \series default
13038  creates cell with a fixed width, its text is vertically bottom-aligned
13039 \end_layout
13040
13041 \begin_layout Standard
13042 By entering a \SpecialChar LaTeX
13043 -argument, all cell settings set in the table dialog are overwritt
13044 en.
13045 \end_layout
13046
13047 \begin_layout Standard
13048 \begin_inset Note Greyedout
13049 status open
13050
13051 \begin_layout Plain Layout
13052
13053 \series bold
13054 Note:
13055 \series default
13056  Due to a bug, \SpecialChar LyX
13057  shows the overwritten settings anyway.
13058 \end_layout
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \begin_layout Standard
13066 As the text should be horizontally centered, the command 
13067 \series bold
13068
13069 \backslash
13070 centering
13071 \series default
13072  is added.
13073  You can now enter the following \SpecialChar LaTeX
13074 -argument for the first spanned column:
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080 >{
13081 \backslash
13082 centering}m{1.25cm-6.2pt}
13083 \end_layout
13084
13085 \begin_layout Standard
13086 The command 
13087 \series bold
13088 >{ }
13089 \series default
13090  means, that the commands inside the braces are applied before the cell
13091  is created.
13092 \end_layout
13093
13094 \begin_layout Standard
13095 Although we have chosen centered alignment for the text of the multicolumn
13096  cell, it is still left aligned.
13097  This is because \SpecialChar LyX
13098  only applies the alignment to single columns.
13099  So for the multicolumn cell we have to use the \SpecialChar LaTeX
13100 -argument
13101 \end_layout
13102
13103 \begin_layout Standard
13104
13105 \series bold
13106 >{
13107 \backslash
13108 centering}m{2.5cm}
13109 \end_layout
13110
13111 \begin_layout Subsection
13112 Multirows
13113 \begin_inset CommandInset label
13114 LatexCommand label
13115 name "subsec:Multirows"
13116
13117 \end_inset
13118
13119
13120 \begin_inset Index idx
13121 range none
13122 pageformat default
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126 Multirows
13127 \end_layout
13128
13129 \end_inset
13130
13131
13132 \begin_inset Index idx
13133 range none
13134 pageformat default
13135 status collapsed
13136
13137 \begin_layout Plain Layout
13138 Table
13139 \begin_inset IndexMacro subentry
13140 status open
13141
13142 \begin_layout Plain Layout
13143 Multirows
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \end_inset
13152
13153
13154 \end_layout
13155
13156 \begin_layout Standard
13157 To merge cells over multiple rows, select as many cells within a column
13158  as you want to merge and use either the table-toolbar button 
13159 \begin_inset Info
13160 type  "icon"
13161 arg   "tabular-feature multirow"
13162 \end_inset
13163
13164 , or the menu 
13165 \family sans
13166 Edit\SpecialChar menuseparator
13167 Table\SpecialChar menuseparator
13168 Multirow
13169 \family default
13170 , or right click on the marked cells and choose 
13171 \family sans
13172 Multirow
13173 \family default
13174  in the context menu.
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Here is an example table with a multirow in the first column:
13179 \end_layout
13180
13181 \begin_layout Standard
13182 \align center
13183 \begin_inset Tabular
13184 <lyxtabular version="3" rows="3" columns="3">
13185 <features tabularvalignment="middle">
13186 <column alignment="center" valignment="top" width="0pt">
13187 <column alignment="center" valignment="top">
13188 <column alignment="center" valignment="top">
13189 <row>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 a long cell entry
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 b
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 c
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 </row>
13218 <row>
13219 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 multirow
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 e
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 f
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 h
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 i
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 </lyxtabular>
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 The width of multirow cells is set by setting the width and alignment for
13285  the whole column.
13286  The 
13287 \family sans
13288 Vertical Offset
13289 \family default
13290  shifts the content of the multirow up/down if the offset is positive/negative.
13291 \end_layout
13292
13293 \begin_layout Standard
13294 If the column of a multirow cell has no explicit width, the multirow cell
13295  inherits the alignment of the column.
13296  Otherwise it is by default left-aligned.
13297  To override the default, renew the command 
13298 \series bold
13299
13300 \backslash
13301 multirowsetup
13302 \series default
13303  with the command
13304 \end_layout
13305
13306 \begin_layout Standard
13307
13308 \series bold
13309
13310 \backslash
13311 renewcommand{
13312 \backslash
13313 multirowsetup}{
13314 \backslash
13315 centering}
13316 \end_layout
13317
13318 \begin_layout Standard
13319 in the document preamble.
13320  Then all entries of multirow cells in the document are centered.
13321  If centering is only needed for several tables, you can renew the command
13322  in a \SpecialChar TeX
13323  Code box just before the table instead of the preamble.
13324  If the text should be right-aligned, replace 
13325 \series bold
13326
13327 \backslash
13328 centering
13329 \series default
13330  by 
13331 \series bold
13332
13333 \backslash
13334 raggedleft
13335 \series default
13336 .
13337  To return to left-alignment 
13338 \series bold
13339
13340 \backslash
13341 raggedright
13342 \series default
13343  is used.
13344 \end_layout
13345
13346 \begin_layout Standard
13347 This is an example table with a right-aligned multirow cell that has a vertical
13348  offset of -4
13349 \begin_inset space \thinspace{}
13350 \end_inset
13351
13352 mm and is in a 3
13353 \begin_inset space \thinspace{}
13354 \end_inset
13355
13356 cm wide column:
13357 \end_layout
13358
13359 \begin_layout Standard
13360 \noindent
13361 \align center
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 renewcommand{
13370 \backslash
13371 multirowsetup}{
13372 \backslash
13373 raggedleft}
13374 \end_layout
13375
13376 \end_inset
13377
13378
13379 \begin_inset Tabular
13380 <lyxtabular version="3" rows="4" columns="3">
13381 <features tabularvalignment="middle">
13382 <column alignment="center" valignment="top" width="3cm">
13383 <column alignment="center" valignment="top">
13384 <column alignment="center" valignment="top">
13385 <row>
13386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 a long cell entry
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 b
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 c
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 t
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 n
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 m
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 </row>
13443 <row>
13444 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 multirow
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 e
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 f
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 h
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 i
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \begin_inset ERT
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510
13511
13512 \backslash
13513 renewcommand{
13514 \backslash
13515 multirowsetup}{
13516 \backslash
13517 raggedright}
13518 \end_layout
13519
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \begin_layout Standard
13526 To start a new line in a multirow you can use a forced line break (shortcut
13527  
13528 \begin_inset Info
13529 type  "shortcut"
13530 arg   "newline-insert newline"
13531 \end_inset
13532
13533 ) but this will not respect the cell lines as demonstrated in this table:
13534 \end_layout
13535
13536 \begin_layout Standard
13537 \noindent
13538 \align center
13539 \begin_inset Tabular
13540 <lyxtabular version="3" rows="3" columns="2">
13541 <features tabularvalignment="middle">
13542 <column alignment="left" valignment="middle" width="2cm">
13543 <column alignment="center" valignment="top">
13544 <row>
13545 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 aaa
13550 \begin_inset Newline newline
13551 \end_inset
13552
13553 aaa
13554 \begin_inset Newline newline
13555 \end_inset
13556
13557 wrong cell
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 ccc
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 <row>
13573 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 ddd
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 <row>
13593 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 bbb
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 eee
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 </row>
13612 </lyxtabular>
13613
13614 \end_inset
13615
13616
13617 \end_layout
13618
13619 \begin_layout Standard
13620 Therefore be careful with forced line breaks.
13621 \end_layout
13622
13623 \begin_layout Subsection
13624 Cells with diagonal line(s)
13625 \end_layout
13626
13627 \begin_layout Standard
13628 To tell the reader what is meant by column and row headings in a table,
13629  it is helpful to split the first cell of the table by one or two diagonal
13630  lines.
13631  This can be achieved by loading the \SpecialChar LaTeX
13632  package 
13633 \series bold
13634 diagbox
13635 \series default
13636
13637 \begin_inset Index idx
13638 range none
13639 pageformat default
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 \SpecialChar LaTeX
13644  packages
13645 \begin_inset IndexMacro subentry
13646 status open
13647
13648 \begin_layout Plain Layout
13649 picinpar
13650 \end_layout
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \end_inset
13658
13659  in the document preamble.
13660  The package provides the command 
13661 \series bold
13662
13663 \backslash
13664 diagbox
13665 \series default
13666  that is inserted as \SpecialChar TeX
13667  Code and that can take 2 or 3
13668 \begin_inset space ~
13669 \end_inset
13670
13671 arguments:
13672 \end_layout
13673
13674 \begin_layout Standard
13675
13676 \series bold
13677
13678 \backslash
13679 diagbox[options]{lower left}{upper right}
13680 \end_layout
13681
13682 \begin_layout Standard
13683
13684 \series bold
13685
13686 \backslash
13687 diagbox[options]{lower left}{upper left}{upper right}
13688 \end_layout
13689
13690 \begin_layout Standard
13691 The first scheme divides the cell by a single diagonal line and the arguments
13692  are placed below and above this line.
13693  The second scheme divides the cell by 2
13694 \begin_inset space ~
13695 \end_inset
13696
13697 lines.
13698 \end_layout
13699
13700 \begin_layout Standard
13701 \begin_inset ERT
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705
13706
13707 \backslash
13708 ifdiagbox
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \begin_inset Note Note
13715 status open
13716
13717 \begin_layout Plain Layout
13718 The following section will only be displayed when the \SpecialChar LaTeX
13719 -package 
13720 \series bold
13721 diagbox
13722 \series default
13723  is installed.
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \begin_layout Standard
13732 Here is an example table where 
13733 \series bold
13734
13735 \backslash
13736 diagbox 
13737 \series default
13738 is used in the 2-argument scheme in the first cell:
13739 \begin_inset VSpace medskip
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \begin_layout Standard
13746 \noindent
13747 \begin_inset Tabular
13748 <lyxtabular version="3" rows="4" columns="4">
13749 <features tabularvalignment="middle">
13750 <column alignment="center" valignment="top">
13751 <column alignment="center" valignment="top">
13752 <column alignment="center" valignment="top">
13753 <column alignment="center" valignment="top">
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764
13765 \backslash
13766 diagbox{
13767 \end_layout
13768
13769 \end_inset
13770
13771 Name
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777 }{
13778 \end_layout
13779
13780 \end_inset
13781
13782 Parameter
13783 \begin_inset ERT
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787
13788 }
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 Thickness in nm
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Transparency in %
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Hardness in MPa
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Perfect Green
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 45
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 80
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 504
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 Dark Multi-P
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 60
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 72
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 982
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 </row>
13902 <row>
13903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 Crystal Clear Pro
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 18
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 86
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 374
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 </row>
13940 </lyxtabular>
13941
13942 \end_inset
13943
13944
13945 \begin_inset VSpace medskip
13946 \end_inset
13947
13948
13949 \end_layout
13950
13951 \begin_layout Standard
13952 The 3-argument scheme is for example useful for cross-tables of sports leagues
13953  or distances:
13954 \end_layout
13955
13956 \begin_layout Standard
13957 \noindent
13958 \align center
13959 \begin_inset Tabular
13960 <lyxtabular version="3" rows="4" columns="4">
13961 <features tabularvalignment="middle">
13962 <column alignment="center" valignment="top" width="0pt">
13963 <column alignment="center" valignment="top">
13964 <column alignment="center" valignment="top">
13965 <column alignment="center" valignment="top">
13966 <row>
13967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976
13977 \backslash
13978 diagbox{
13979 \end_layout
13980
13981 \end_inset
13982
13983 Team home
13984 \begin_inset ERT
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988
13989 }{
13990 \end_layout
13991
13992 \end_inset
13993
13994 Result
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000 }{
14001 \end_layout
14002
14003 \end_inset
14004
14005 Team away
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 }
14012 \end_layout
14013
14014 \end_inset
14015
14016
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 Tigers
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 Panthers
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 Falcons
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 <row>
14050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 Tigers
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 1:3
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 0:1
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 Panthers
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 3:1
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119 0:0
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 <row>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 Falcons
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 1:0
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14145 \begin_inset Text
14146
14147 \begin_layout Plain Layout
14148 0:0
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 </row>
14163 </lyxtabular>
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \begin_layout Standard
14171 For larger cross-tables one might use split cells in 2 or every corner of
14172  the table like in this example:
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \noindent
14177 \align center
14178 \begin_inset Tabular
14179 <lyxtabular version="3" rows="5" columns="5">
14180 <features tabularvalignment="middle">
14181 <column alignment="center" valignment="top" width="0pt">
14182 <column alignment="center" valignment="top">
14183 <column alignment="center" valignment="top">
14184 <column alignment="center" valignment="top">
14185 <column alignment="center" valignment="top">
14186 <row>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 \begin_inset ERT
14192 status open
14193
14194 \begin_layout Plain Layout
14195
14196
14197 \backslash
14198 diagbox{
14199 \end_layout
14200
14201 \end_inset
14202
14203 Team home
14204 \begin_inset ERT
14205 status collapsed
14206
14207 \begin_layout Plain Layout
14208
14209 }{
14210 \end_layout
14211
14212 \end_inset
14213
14214 Result
14215 \begin_inset ERT
14216 status collapsed
14217
14218 \begin_layout Plain Layout
14219
14220 }{
14221 \end_layout
14222
14223 \end_inset
14224
14225 Team away
14226 \begin_inset ERT
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230
14231 }
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 Tigers
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 Panthers
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 Falcons
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 \begin_inset ERT
14273 status open
14274
14275 \begin_layout Plain Layout
14276
14277
14278 \backslash
14279 diagbox[dir=NE]{
14280 \end_layout
14281
14282 \end_inset
14283
14284 Team home
14285 \begin_inset ERT
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289
14290 }{
14291 \end_layout
14292
14293 \end_inset
14294
14295 Result
14296 \begin_inset ERT
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300
14301 }{
14302 \end_layout
14303
14304 \end_inset
14305
14306 Team away
14307 \begin_inset ERT
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311
14312 }
14313 \end_layout
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 </row>
14323 <row>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 Tigers
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 1:3
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 0:1
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 Tigers
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 Panthers
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 3:1
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 0:0
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 Panthers
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 Falcons
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 1:0
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 0:0
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 Falcons
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 </row>
14464 <row>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 \begin_inset ERT
14470 status open
14471
14472 \begin_layout Plain Layout
14473
14474
14475 \backslash
14476 diagbox[dir=SW]{
14477 \end_layout
14478
14479 \end_inset
14480
14481 Team home
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487 }{
14488 \end_layout
14489
14490 \end_inset
14491
14492 Result
14493 \begin_inset ERT
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497
14498 }{
14499 \end_layout
14500
14501 \end_inset
14502
14503 Team away
14504 \begin_inset ERT
14505 status collapsed
14506
14507 \begin_layout Plain Layout
14508
14509 }
14510 \end_layout
14511
14512 \end_inset
14513
14514
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 Tigers
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 Panthers
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 Falcons
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 \begin_inset ERT
14551 status open
14552
14553 \begin_layout Plain Layout
14554
14555
14556 \backslash
14557 diagbox[dir=SE]{
14558 \end_layout
14559
14560 \end_inset
14561
14562 Team home
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568 }{
14569 \end_layout
14570
14571 \end_inset
14572
14573 Result
14574 \begin_inset ERT
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578
14579 }{
14580 \end_layout
14581
14582 \end_inset
14583
14584 Team away
14585 \begin_inset ERT
14586 status collapsed
14587
14588 \begin_layout Plain Layout
14589
14590 }
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 </lyxtabular>
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 To rotate the diagonal lines, the command option 
14610 \series bold
14611 dir=direction
14612 \series default
14613  is used.
14614  
14615 \emph on
14616 direction
14617 \emph default
14618  is either 
14619 \series bold
14620 NE
14621 \series default
14622
14623 \series bold
14624 SE
14625 \series default
14626
14627 \series bold
14628 SW
14629 \series default
14630  or 
14631 \series bold
14632 NW
14633 \series default
14634  and represent a point of a compass.
14635  
14636 \series bold
14637 SW
14638 \series default
14639  is for example the south-west corner.
14640  Thus in the lower left cell of the above table the command
14641 \end_layout
14642
14643 \begin_layout Standard
14644
14645 \series bold
14646
14647 \backslash
14648 diagbox[dir=SW]{Team home}{Result}{Team away}
14649 \end_layout
14650
14651 \begin_layout Standard
14652 is used.
14653  If no direction is given, it will be NW.
14654 \end_layout
14655
14656 \begin_layout Standard
14657 The necessary width of split cells is automatically calculated.
14658  Thus if you set a fixed column width smaller than the calculated one, the
14659  cell's content will protrude the cell borders:
14660 \end_layout
14661
14662 \begin_layout Standard
14663 \noindent
14664 \align center
14665 \begin_inset Tabular
14666 <lyxtabular version="3" rows="2" columns="2">
14667 <features tabularvalignment="middle">
14668 <column alignment="center" valignment="top" width="3cm">
14669 <column alignment="center" valignment="top">
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 diagbox{
14683 \end_layout
14684
14685 \end_inset
14686
14687 Name
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }{
14694 \end_layout
14695
14696 \end_inset
14697
14698 Parameter
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704 }
14705 \end_layout
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718 Thickness in nm
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 <row>
14725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 Perfect Green
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738 45
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 </lyxtabular>
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 If you need a certain width for columns with a split cell, use the command
14753  option 
14754 \series bold
14755 width=3cm
14756 \series default
14757  (replace '3cm' by the width you need).
14758  In the following table the width of the first column is set to 4
14759 \begin_inset space \thinspace{}
14760 \end_inset
14761
14762 cm.
14763  For 
14764 \series bold
14765
14766 \backslash
14767 diagbox
14768 \series default
14769  a width of 4
14770 \begin_inset space \thinspace{}
14771 \end_inset
14772
14773 cm + 2
14774 \begin_inset space \thinspace{}
14775 \end_inset
14776
14777
14778 \backslash
14779 tabcolsep is necessary because the overall width is the width for the text
14780  (in this case the 4
14781 \begin_inset space \thinspace{}
14782 \end_inset
14783
14784 cm) plus two times the separation of the text and the cell border.
14785  The calculation of the width cannot be done in the command option of 
14786 \series bold
14787
14788 \backslash
14789 diagbox
14790 \series default
14791  so one needs to create a new length which can be used later.
14792  This is done with the \SpecialChar TeX
14793  Code commands
14794 \end_layout
14795
14796 \begin_layout Standard
14797
14798 \series bold
14799
14800 \backslash
14801 newlength{
14802 \backslash
14803 diagtest}
14804 \begin_inset Newline newline
14805 \end_inset
14806
14807
14808 \backslash
14809 setlength{
14810 \backslash
14811 diagtest}{4cm+2
14812 \backslash
14813 tabcolsep}
14814 \end_layout
14815
14816 \begin_layout Standard
14817 \begin_inset ERT
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821
14822
14823 \backslash
14824 newlength{
14825 \backslash
14826 diagtest}
14827 \end_layout
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 setlength{
14834 \backslash
14835 diagtest}{4cm+2
14836 \backslash
14837 tabcolsep}
14838 \end_layout
14839
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \begin_layout Standard
14846 To enable calculations in \SpecialChar LaTeX
14847  one needs to load the package 
14848 \series bold
14849 calc
14850 \series default
14851
14852 \begin_inset Index idx
14853 range none
14854 pageformat default
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 \SpecialChar LaTeX
14859  packages
14860 \begin_inset IndexMacro subentry
14861 status open
14862
14863 \begin_layout Plain Layout
14864 calc
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \end_inset
14873
14874  in the document preamble.
14875 \end_layout
14876
14877 \begin_layout Standard
14878 In this table you can now use the command
14879 \end_layout
14880
14881 \begin_layout Standard
14882
14883 \series bold
14884
14885 \backslash
14886 diagbox[width=
14887 \backslash
14888 diagtest]{A}{B}
14889 \end_layout
14890
14891 \begin_layout Standard
14892 in the first cell:
14893 \end_layout
14894
14895 \begin_layout Standard
14896 \noindent
14897 \align center
14898 \begin_inset Tabular
14899 <lyxtabular version="3" rows="2" columns="2">
14900 <features tabularvalignment="middle">
14901 <column alignment="center" valignment="top" width="4cm">
14902 <column alignment="center" valignment="top">
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908 \begin_inset ERT
14909 status open
14910
14911 \begin_layout Plain Layout
14912
14913
14914 \backslash
14915 diagbox[width=
14916 \backslash
14917 diagtest]{
14918 \end_layout
14919
14920 \end_inset
14921
14922 A
14923 \begin_inset ERT
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927
14928 }{
14929 \end_layout
14930
14931 \end_inset
14932
14933 B
14934 \begin_inset ERT
14935 status collapsed
14936
14937 \begin_layout Plain Layout
14938
14939 }
14940 \end_layout
14941
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 Thickness in nm
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row>
14960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 Perfect Green
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 45
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 </row>
14979 </lyxtabular>
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \begin_layout Standard
14987 Note that the split cell needs to be the widest one in the column.
14988  Otherwise the length of the diagonal line cannot be calculated correctly
14989  like in this table:
14990 \end_layout
14991
14992 \begin_layout Standard
14993 \noindent
14994 \align center
14995 \begin_inset Tabular
14996 <lyxtabular version="3" rows="2" columns="2">
14997 <features tabularvalignment="middle">
14998 <column alignment="center" valignment="top" width="0pt">
14999 <column alignment="center" valignment="top">
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 \begin_inset ERT
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009
15010
15011 \backslash
15012 diagbox{
15013 \end_layout
15014
15015 \end_inset
15016
15017 A
15018 \begin_inset ERT
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022
15023 }{
15024 \end_layout
15025
15026 \end_inset
15027
15028 B
15029 \begin_inset ERT
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033
15034 }
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 Thickness in nm
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 Perfect Green
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 45
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 </lyxtabular>
15075
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \begin_layout Standard
15082 In this case use the 
15083 \series bold
15084 width
15085 \series default
15086  option of the 
15087 \series bold
15088
15089 \backslash
15090 diagbox
15091 \series default
15092  command.
15093  It is then not necessary to add 2
15094 \backslash
15095 tabcolsep because the cell width is now the width of the column.
15096  In this table a width of 3
15097 \begin_inset space \thinspace{}
15098 \end_inset
15099
15100 cm is used:
15101 \end_layout
15102
15103 \begin_layout Standard
15104 \noindent
15105 \align center
15106 \begin_inset Tabular
15107 <lyxtabular version="3" rows="2" columns="2">
15108 <features tabularvalignment="middle">
15109 <column alignment="center" valignment="top" width="0pt">
15110 <column alignment="center" valignment="top">
15111 <row>
15112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 \begin_inset ERT
15117 status open
15118
15119 \begin_layout Plain Layout
15120
15121
15122 \backslash
15123 diagbox[width=3cm]{
15124 \end_layout
15125
15126 \end_inset
15127
15128 A
15129 \begin_inset ERT
15130 status collapsed
15131
15132 \begin_layout Plain Layout
15133
15134 }{
15135 \end_layout
15136
15137 \end_inset
15138
15139 B
15140 \begin_inset ERT
15141 status collapsed
15142
15143 \begin_layout Plain Layout
15144
15145 }
15146 \end_layout
15147
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 Thickness in nm
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 Perfect Green
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 45
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 </lyxtabular>
15186
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \begin_layout Standard
15193 For multiple text lines in split cells one needs some extra height to fit
15194  the text to the cell.
15195  This can be achieved with the 
15196 \series bold
15197
15198 \backslash
15199 diagbox
15200 \series default
15201  option 
15202 \series bold
15203 height=3cm
15204 \series default
15205  (replace '3cm' by the height you need).
15206  In the following table the command
15207 \end_layout
15208
15209 \begin_layout Standard
15210
15211 \series bold
15212
15213 \backslash
15214 diagbox[width=3cm,height=1.4cm]{A
15215 \backslash
15216
15217 \backslash
15218 B}{C
15219 \backslash
15220
15221 \backslash
15222 D}
15223 \end_layout
15224
15225 \begin_layout Standard
15226 is used in the first cell.
15227  The command 
15228 \series bold
15229
15230 \backslash
15231
15232 \backslash
15233
15234 \series default
15235  creates hereby the line break.
15236 \begin_inset Foot
15237 status collapsed
15238
15239 \begin_layout Plain Layout
15240 Breaking lines with 
15241 \family sans
15242 Ctrl+Return
15243 \family default
15244  is only possible when the column has a fixed width.
15245 \end_layout
15246
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \begin_layout Standard
15253 \noindent
15254 \align center
15255 \begin_inset Tabular
15256 <lyxtabular version="3" rows="2" columns="2">
15257 <features tabularvalignment="middle">
15258 <column alignment="center" valignment="top">
15259 <column alignment="center" valignment="top">
15260 <row>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 \begin_inset ERT
15266 status open
15267
15268 \begin_layout Plain Layout
15269
15270
15271 \backslash
15272 diagbox[width=3cm,height=1.4cm]{
15273 \end_layout
15274
15275 \end_inset
15276
15277 A
15278 \begin_inset ERT
15279 status collapsed
15280
15281 \begin_layout Plain Layout
15282
15283
15284 \backslash
15285
15286 \backslash
15287
15288 \end_layout
15289
15290 \end_inset
15291
15292 B
15293 \begin_inset ERT
15294 status collapsed
15295
15296 \begin_layout Plain Layout
15297
15298 }{
15299 \end_layout
15300
15301 \end_inset
15302
15303 C
15304 \begin_inset ERT
15305 status collapsed
15306
15307 \begin_layout Plain Layout
15308
15309
15310 \backslash
15311
15312 \backslash
15313
15314 \end_layout
15315
15316 \end_inset
15317
15318 D
15319 \begin_inset ERT
15320 status collapsed
15321
15322 \begin_layout Plain Layout
15323
15324 }
15325 \end_layout
15326
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 Thickness in nm
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 Perfect Green
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 45
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \begin_layout Standard
15372 \begin_inset ERT
15373 status collapsed
15374
15375 \begin_layout Plain Layout
15376
15377
15378 \backslash
15379 else
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \begin_inset Note Note
15386 status open
15387
15388 \begin_layout Plain Layout
15389 The following will be displayed when the \SpecialChar LaTeX
15390 -package 
15391 \series bold
15392 diagbox
15393 \series default
15394  is not installed:
15395 \end_layout
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 You need to install the \SpecialChar LaTeX
15404 -package 
15405 \series bold
15406 diagbox
15407 \series default
15408  to see the following part of this section in the output.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 \begin_inset ERT
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416
15417
15418 \backslash
15419 fi
15420 \end_layout
15421
15422 \end_inset
15423
15424
15425 \end_layout
15426
15427 \begin_layout Standard
15428 For more info about the \SpecialChar LaTeX
15429 -package 
15430 \series bold
15431 diagbox
15432 \series default
15433 , see its documentation, 
15434 \begin_inset CommandInset citation
15435 LatexCommand cite
15436 key "diagbox"
15437 literal "true"
15438
15439 \end_inset
15440
15441 .
15442 \end_layout
15443
15444 \begin_layout Section
15445 Formal Tables
15446 \begin_inset CommandInset label
15447 LatexCommand label
15448 name "sec:Formal-Tables"
15449
15450 \end_inset
15451
15452
15453 \begin_inset Index idx
15454 range none
15455 pageformat default
15456 status collapsed
15457
15458 \begin_layout Plain Layout
15459 Table
15460 \begin_inset IndexMacro subentry
15461 status open
15462
15463 \begin_layout Plain Layout
15464 Formal
15465 \end_layout
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 Tables are often typeset in books similar to Table
15479 \begin_inset space ~
15480 \end_inset
15481
15482
15483 \begin_inset CommandInset ref
15484 LatexCommand ref
15485 reference "tab:Example-booktabs-table"
15486
15487 \end_inset
15488
15489 .
15490  This kind of tables is called 
15491 \begin_inset Quotes eld
15492 \end_inset
15493
15494
15495 \emph on
15496 formal
15497 \emph default
15498
15499 \begin_inset Quotes erd
15500 \end_inset
15501
15502 .
15503  To make a table a formal table
15504 \change_inserted -712698321 1554290084
15505 , select the table style 
15506 \begin_inset Quotes eld
15507 \end_inset
15508
15509 Formal
15510 \change_deleted 630872221 1622707670
15511  Table
15512 \change_inserted 630872221 1622707670
15513 \SpecialChar ldots
15514
15515 \change_inserted -712698321 1554290084
15516
15517 \begin_inset Quotes erd
15518 \end_inset
15519
15520  in the Table Creation dialog or
15521 \change_unchanged
15522  use the option 
15523 \family sans
15524 Formal
15525 \family default
15526  in the 
15527 \family sans
15528 Borders
15529 \family default
15530  tab of the table dialog
15531 \change_inserted -712698321 1554290131
15532  (if you additionally check the option 
15533 \family sans
15534 Use Default Formal Style
15535 \family default
15536 , the border lines are adapted to a sensible default)
15537 \change_unchanged
15538 .
15539 \end_layout
15540
15541 \begin_layout Standard
15542 \begin_inset Float table
15543 placement h
15544 alignment document
15545 wide false
15546 sideways false
15547 status open
15548
15549 \begin_layout Plain Layout
15550 \begin_inset Caption Standard
15551
15552 \begin_layout Plain Layout
15553 \begin_inset CommandInset label
15554 LatexCommand label
15555 name "tab:Example-booktabs-table"
15556
15557 \end_inset
15558
15559 Example 
15560 \change_deleted -712698321 1554292310
15561 booktabs-
15562 \change_inserted -712698321 1554292311
15563 formal 
15564 \change_unchanged
15565 table
15566 \end_layout
15567
15568 \end_inset
15569
15570
15571 \end_layout
15572
15573 \begin_layout Plain Layout
15574 \align center
15575 \begin_inset Tabular
15576 <lyxtabular version="3" rows="8" columns="4">
15577 <features booktabs="true" tabularvalignment="middle">
15578 <column alignment="center" valignment="top">
15579 <column alignment="center" valignment="top" width="0pt">
15580 <column alignment="center" valignment="top" width="0pt">
15581 <column alignment="center" valignment="top">
15582 <row>
15583 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 System
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 Chip
15597 \begin_inset space \thinspace{}
15598 \end_inset
15599
15600 1
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 Chip
15610 \begin_inset space \thinspace{}
15611 \end_inset
15612
15613 2
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \change_deleted -712698321 1554290161
15635 \begin_inset ERT
15636 status collapsed
15637
15638 \begin_layout Plain Layout
15639
15640
15641 \backslash
15642 cmidrule(r){2-2}
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \begin_inset ERT
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652
15653
15654 \backslash
15655 cmidrule(l){3-4}
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \change_unchanged
15662 Detector thickness in µm
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 300
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 300
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 700
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 Edge angle in °
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 3.55
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 2.71
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 7.99
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 </row>
15733 <row topspace="default">
15734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 Spatial resolution in µm
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 4.26
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 10.17
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 10.56
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row topspace="default">
15772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 MTF at 
15777 \begin_inset Formula $f_{\mathrm{max}}$
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 0.53
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 0.37
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 0.39
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row topspace="default">
15814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \change_deleted -712698321 1554290260
15820 \begin_inset ERT
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824
15825
15826 \backslash
15827 cmidrule[2pt](l{10pt}){1-1}
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \change_unchanged
15834 LSF-spatial resolution
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 in µm
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 129.7
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 52.75
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 50.78
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 in % of pixel size
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 76.3
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 95.9
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 92.3
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 </row>
15943 </lyxtabular>
15944
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \begin_layout Standard
15956 Spaces to table rows can be added using the 
15957 \family sans
15958 Borders
15959 \family default
15960  tab of the table dialog as described in section
15961 \begin_inset space ~
15962 \end_inset
15963
15964
15965 \begin_inset CommandInset ref
15966 LatexCommand ref
15967 reference "subsec:Row-Spacing"
15968
15969 \end_inset
15970
15971 .
15972 \end_layout
15973
15974 \begin_layout Standard
15975 Unlike normal tables, formal tables have no vertical table lines.
15976  The horizontal table lines can be set as for normal tables but they appear
15977  with different widths in the output:
15978 \begin_inset Newline newline
15979 \end_inset
15980
15981 The first and the last table line have a default width of 0.08
15982 \begin_inset space \thinspace{}
15983 \end_inset
15984
15985 em while the other lines have a default width of 0.05
15986 \begin_inset space \thinspace{}
15987 \end_inset
15988
15989 em.
15990 \end_layout
15991
15992 \begin_layout Standard
15993 The default widths can be changed with the following preamble lines
15994 \end_layout
15995
15996 \begin_layout Standard
15997
15998 \series bold
15999
16000 \backslash
16001 let
16002 \backslash
16003 mytoprule
16004 \backslash
16005 toprule
16006 \begin_inset Newline newline
16007 \end_inset
16008
16009
16010 \backslash
16011 renewcommand{
16012 \backslash
16013 toprule}{
16014 \backslash
16015 mytoprule[width]}
16016 \end_layout
16017
16018 \begin_layout Standard
16019 This example is for the first line, the so called 
16020 \series bold
16021 toprule
16022 \series default
16023 .
16024  If you want to change the width for the last line, replace 
16025 \series bold
16026 toprule
16027 \series default
16028  by 
16029 \series bold
16030 bottomrule
16031 \series default
16032 .
16033  To change the width for the other lines replace 
16034 \series bold
16035 toprule
16036 \series default
16037  by 
16038 \series bold
16039 midrule
16040 \series default
16041 .
16042  You can use all units listed in appendix
16043 \begin_inset space ~
16044 \end_inset
16045
16046
16047 \begin_inset CommandInset ref
16048 LatexCommand ref
16049 reference "cha:Units-available-in"
16050
16051 \end_inset
16052
16053  to set the width.
16054 \end_layout
16055
16056 \begin_layout Standard
16057
16058 \change_deleted -712698321 1554290929
16059 Lines that do not span all table columns can be created by setting a table
16060  line for multicolumn cells.
16061  \SpecialChar LyX
16062  will then internally use the command 
16063 \series bold
16064
16065 \backslash
16066 cmidrule
16067 \series default
16068  to create this line.
16069  Its full scheme is
16070 \change_inserted -712698321 1554291959
16071 As in table
16072 \begin_inset space ~
16073 \end_inset
16074
16075
16076 \begin_inset CommandInset ref
16077 LatexCommand ref
16078 reference "tab:Example-booktabs-table"
16079
16080 \end_inset
16081
16082 , formal tables often use shortened lines to group columns.
16083  This can be done in the borders widget of the table dialog.
16084  With formal tables, the top and bottom borders have to small offset lines
16085  to the left and the right.
16086  Clicking on these will trim the line respectively.
16087 \change_unchanged
16088
16089 \end_layout
16090
16091 \begin_layout Standard
16092
16093 \change_inserted -712698321 1554291403
16094 If you need to adjust the length of the trimming or the height of the rules,
16095  you have to resort to \SpecialChar TeX
16096  Code.
16097  The respective command (which is also used for the trimmed mid rules) is
16098  this:
16099 \change_unchanged
16100
16101 \end_layout
16102
16103 \begin_layout Standard
16104
16105 \series bold
16106
16107 \backslash
16108 cmidrule[height](trim){startcol-endcol}
16109 \end_layout
16110
16111 \begin_layout Standard
16112
16113 \change_deleted -712698321 1554292020
16114 The options of 
16115 \series bold
16116
16117 \backslash
16118 cmidrule
16119 \series default
16120  are currently not supported by \SpecialChar LyX
16121  so you have to use \SpecialChar TeX
16122  Code to be able to
16123  use them.
16124  
16125 \series bold
16126
16127 \backslash
16128 cmidrule
16129 \series default
16130 s can manually be created by inserting the command as \SpecialChar TeX
16131  Code as the first
16132  cell entry of the first cell of a row.
16133  The line is then drawn in the output above the current row.
16134 \change_unchanged
16135
16136 \end_layout
16137
16138 \begin_layout Standard
16139 The default for the optional 
16140 \series bold
16141 height
16142 \series default
16143  is 0.03
16144 \begin_inset space \thinspace{}
16145 \end_inset
16146
16147 em.
16148  
16149 \series bold
16150 startcol
16151 \series default
16152  is the number of the column where the line starts and 
16153 \series bold
16154 endcol
16155 \series default
16156  the column number where the line ends.
16157  The 
16158 \series bold
16159 endcol
16160 \series default
16161  always needs to be specified, also when the line should span only one column.
16162  The optional parameter 
16163 \series bold
16164 trim
16165 \series default
16166  could either be 
16167 \emph on
16168 l{trimwidth}
16169 \emph default
16170  or 
16171 \emph on
16172 r{trimwidth}
16173 \emph default
16174  where the 
16175 \emph on
16176 trimwidth
16177 \emph default
16178  is also optional.
16179  Using for example the parameter 
16180 \emph on
16181 l{2pt}
16182 \emph default
16183  means that the line is trimmed from its left end by 2
16184 \begin_inset space \thinspace{}
16185 \end_inset
16186
16187 pt.
16188  If you don't specify the 
16189 \emph on
16190 trimwidth
16191 \emph default
16192  the line is trimmed by the default of 0.5
16193 \begin_inset space \thinspace{}
16194 \end_inset
16195
16196 em
16197 \change_inserted -712698321 1554291561
16198  (this is what is done if you use trimming from the dialog)
16199 \change_unchanged
16200 .
16201 \change_inserted -712698321 1554292039
16202
16203 \end_layout
16204
16205 \begin_layout Standard
16206
16207 \change_inserted -712698321 1554292207
16208 The 
16209 \emph on
16210 height
16211 \emph default
16212  option of 
16213 \series bold
16214
16215 \backslash
16216 cmidrule
16217 \series default
16218  is currently not supported by \SpecialChar LyX
16219 , and neither are the 
16220 \emph on
16221 trimwidth
16222 \emph default
16223  parameters.
16224  If you need this you can manually insert a 
16225 \series bold
16226
16227 \backslash
16228 cmidrule
16229 \series default
16230  with the respective settings as \SpecialChar TeX
16231  Code as the first cell entry of the first
16232  cell of a row.
16233  The line is then drawn in the output above the current row.
16234  Table
16235 \begin_inset space ~
16236 \end_inset
16237
16238
16239 \begin_inset CommandInset ref
16240 LatexCommand ref
16241 reference "tab:Special-booktabs-table"
16242
16243 \end_inset
16244
16245  exemplifies this (in the sixth row).
16246 \change_unchanged
16247
16248 \end_layout
16249
16250 \begin_layout Standard
16251
16252 \change_deleted -712698321 1554291078
16253 \begin_inset VSpace bigskip
16254 \end_inset
16255
16256 Table
16257 \begin_inset space ~
16258 \end_inset
16259
16260
16261 \begin_inset CommandInset ref
16262 LatexCommand ref
16263 reference "tab:Example-booktabs-table"
16264
16265 \end_inset
16266
16267  was created using the commands
16268 \end_layout
16269
16270 \begin_layout Standard
16271
16272 \change_deleted -712698321 1554291077
16273
16274 \series bold
16275
16276 \backslash
16277 cmidrule(r){2-2}
16278 \backslash
16279 cmidrule(l){3-4}
16280 \end_layout
16281
16282 \begin_layout Standard
16283
16284 \change_deleted -712698321 1554291077
16285 at the beginning of the second row and
16286 \end_layout
16287
16288 \begin_layout Standard
16289
16290 \change_deleted -712698321 1554291077
16291
16292 \series bold
16293
16294 \backslash
16295 cmidrule[2pt](l{10pt}){1-1}
16296 \end_layout
16297
16298 \begin_layout Standard
16299
16300 \change_deleted -712698321 1554291077
16301 in the sixth row.
16302 \change_unchanged
16303
16304 \end_layout
16305
16306 \begin_layout Standard
16307
16308 \change_deleted -712698321 1554292212
16309 \begin_inset VSpace bigskip
16310 \end_inset
16311
16312
16313 \change_unchanged
16314
16315 \end_layout
16316
16317 \begin_layout Standard
16318 You 
16319 \change_inserted -712698321 1554291573
16320 also 
16321 \change_unchanged
16322 might want to have overlapping 
16323 \series bold
16324
16325 \backslash
16326 cmidrule
16327 \series default
16328 s as 
16329 \change_deleted -712698321 1554296804
16330 in
16331 \change_inserted -712698321 1554296808
16332 exemplified as well
16333 \change_unchanged
16334  in Table
16335 \begin_inset space ~
16336 \end_inset
16337
16338
16339 \begin_inset CommandInset ref
16340 LatexCommand ref
16341 reference "tab:Special-booktabs-table"
16342
16343 \end_inset
16344
16345
16346 \change_inserted -712698321 1554291601
16347 , even though this is considered bad style (so only use it if you really
16348  need to)
16349 \change_unchanged
16350 .
16351  This can be achieved with the \SpecialChar TeX
16352  Code command
16353 \end_layout
16354
16355 \begin_layout Standard
16356
16357 \series bold
16358
16359 \backslash
16360 morecmidrules
16361 \end_layout
16362
16363 \begin_layout Standard
16364 The command that was used for the second row of Table
16365 \begin_inset space ~
16366 \end_inset
16367
16368
16369 \begin_inset CommandInset ref
16370 LatexCommand ref
16371 reference "tab:Special-booktabs-table"
16372
16373 \end_inset
16374
16375  is
16376 \end_layout
16377
16378 \begin_layout Standard
16379
16380 \change_deleted -712698321 1554291798
16381
16382 \series bold
16383
16384 \backslash
16385 cmidrule(r){2-2}
16386 \backslash
16387 cmidrule(l){3-4}
16388 \change_unchanged
16389
16390 \backslash
16391 morecmidrules
16392 \backslash
16393 cmidrule{2-4}
16394 \end_layout
16395
16396 \begin_layout Standard
16397 The command for the sixth row is
16398 \end_layout
16399
16400 \begin_layout Standard
16401
16402 \change_deleted -712698321 1554291810
16403
16404 \series bold
16405
16406 \backslash
16407 midrule
16408 \change_unchanged
16409
16410 \backslash
16411 morecmidrules
16412 \backslash
16413 cmidrule{3-4}
16414 \end_layout
16415
16416 \begin_layout Standard
16417 \begin_inset VSpace bigskip
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \begin_layout Standard
16424 If you are in any way not satisfied with the border line spacing, you can
16425  use the following command to produce lines that span over all table columns
16426 \series bold
16427 :
16428 \end_layout
16429
16430 \begin_layout Standard
16431
16432 \series bold
16433
16434 \backslash
16435 specialrule{width}{space above}{space below}
16436 \end_layout
16437
16438 \begin_layout Standard
16439 For more information about these features, refer to the manual of the \SpecialChar LaTeX
16440 -package
16441  
16442 \series bold
16443 booktabs
16444 \series default
16445  
16446 \begin_inset CommandInset citation
16447 LatexCommand cite
16448 key "booktabs"
16449 literal "true"
16450
16451 \end_inset
16452
16453 .
16454 \begin_inset Index idx
16455 range none
16456 pageformat default
16457 status collapsed
16458
16459 \begin_layout Plain Layout
16460 \SpecialChar LaTeX
16461  packages
16462 \begin_inset IndexMacro subentry
16463 status open
16464
16465 \begin_layout Plain Layout
16466 booktabs
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \begin_layout Standard
16480 \begin_inset Float table
16481 placement h
16482 alignment document
16483 wide false
16484 sideways false
16485 status open
16486
16487 \begin_layout Plain Layout
16488 \begin_inset Caption Standard
16489
16490 \begin_layout Plain Layout
16491 \begin_inset CommandInset label
16492 LatexCommand label
16493 name "tab:Special-booktabs-table"
16494
16495 \end_inset
16496
16497 Special 
16498 \change_inserted -712698321 1554292295
16499 (ugly) 
16500 \change_deleted -712698321 1554292304
16501 booktabs
16502 \change_inserted -712698321 1554292305
16503 formal 
16504 \change_deleted -712698321 1554292300
16505 -
16506 \change_unchanged
16507 table
16508 \end_layout
16509
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \begin_layout Plain Layout
16516 \align center
16517 \begin_inset Tabular
16518 <lyxtabular version="3" rows="8" columns="4">
16519 <features booktabs="true" tabularvalignment="middle">
16520 <column alignment="center" valignment="top">
16521 <column alignment="center" valignment="top" width="0pt">
16522 <column alignment="center" valignment="top" width="0pt">
16523 <column alignment="center" valignment="top" width="0pt">
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 System
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 Chip
16539 \begin_inset space \thinspace{}
16540 \end_inset
16541
16542 1
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 Chip
16552 \begin_inset space \thinspace{}
16553 \end_inset
16554
16555 2
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 </row>
16570 <row>
16571 <cell alignment="center" valignment="top" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575
16576 \change_deleted -712698321 1554291732
16577 \begin_inset ERT
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581
16582
16583 \backslash
16584 cmidrule(r){2-2}
16585 \end_layout
16586
16587 \end_inset
16588
16589
16590 \begin_inset ERT
16591 status collapsed
16592
16593 \begin_layout Plain Layout
16594
16595
16596 \backslash
16597 cmidrule(l){3-4}
16598 \end_layout
16599
16600 \end_inset
16601
16602
16603 \change_unchanged
16604
16605 \begin_inset ERT
16606 status collapsed
16607
16608 \begin_layout Plain Layout
16609
16610
16611 \backslash
16612 morecmidrules 
16613 \end_layout
16614
16615 \end_inset
16616
16617
16618 \begin_inset ERT
16619 status open
16620
16621 \begin_layout Plain Layout
16622
16623
16624 \backslash
16625 cmidrule{2-4}
16626 \end_layout
16627
16628 \end_inset
16629
16630 Detector thickness in µm
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 300
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 300
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 700
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 Edge angle in °
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 3.55
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 2.71
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 7.99
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row topspace="default">
16702 <cell alignment="center" valignment="top" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 Spatial resolution in µm
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 4.26
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 10.17
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 10.56
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row topspace="default">
16740 <cell alignment="center" valignment="top" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 MTF at 
16745 \begin_inset Formula $f_{\mathrm{max}}$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 0.53
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 0.37
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 0.39
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset ERT
16787 status collapsed
16788
16789 \begin_layout Plain Layout
16790
16791
16792 \backslash
16793 morecmidrules 
16794 \end_layout
16795
16796 \end_inset
16797
16798
16799 \begin_inset ERT
16800 status open
16801
16802 \begin_layout Plain Layout
16803
16804
16805 \backslash
16806 cmidrule
16807 \change_inserted -712698321 1554291896
16808 [2pt](l{7pt})
16809 \change_unchanged
16810 {3-4}
16811 \end_layout
16812
16813 \end_inset
16814
16815 LSF-spatial resolution
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" topline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 in µm
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 129.7
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell alignment="center" valignment="top" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 52.75
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 <cell alignment="center" valignment="top" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 50.78
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 in % of pixel size
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 76.3
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 95.9
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 92.3
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 </lyxtabular>
16925
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \begin_layout Section
16937 Vertical Table Alignment
16938 \begin_inset Index idx
16939 range none
16940 pageformat default
16941 status collapsed
16942
16943 \begin_layout Plain Layout
16944 Table
16945 \begin_inset IndexMacro subentry
16946 status open
16947
16948 \begin_layout Plain Layout
16949 Alignment
16950 \end_layout
16951
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Standard
16963 To align tables vertically in a text line, the table must be inside a box.
16964  The box can then be vertically aligned as described in section
16965 \begin_inset space ~
16966 \end_inset
16967
16968
16969 \begin_inset CommandInset ref
16970 LatexCommand ref
16971 reference "sec:Box-Dialog"
16972
16973 \end_inset
16974
16975 .
16976 \end_layout
16977
16978 \begin_layout Standard
16979 In the following example the tables are inside a minipage
16980 \begin_inset Foot
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984 Minipages are described in section
16985 \begin_inset space ~
16986 \end_inset
16987
16988
16989 \begin_inset CommandInset ref
16990 LatexCommand ref
16991 reference "sec:Minipages"
16992
16993 \end_inset
16994
16995 .
16996 \end_layout
16997
16998 \end_inset
16999
17000  box that has a width of 15
17001 \begin_inset space \thinspace{}
17002 \end_inset
17003
17004 col%:
17005 \end_layout
17006
17007 \begin_layout Itemize
17008 test 
17009 \begin_inset Box Frameless
17010 position "t"
17011 hor_pos "c"
17012 has_inner_box 1
17013 inner_pos "c"
17014 use_parbox 0
17015 use_makebox 0
17016 width "15col%"
17017 special "none"
17018 height "1in"
17019 height_special "totalheight"
17020 thickness "0.4pt"
17021 separation "3pt"
17022 shadowsize "4pt"
17023 framecolor "black"
17024 backgroundcolor "none"
17025 status collapsed
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Tabular
17029 <lyxtabular version="3" rows="3" columns="3">
17030 <features tabularvalignment="middle">
17031 <column alignment="center" valignment="top">
17032 <column alignment="center" valignment="top">
17033 <column alignment="center" valignment="top">
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 a
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 d
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 g
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 b
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 e
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 h
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 c
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 f
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 i
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 </lyxtabular>
17122
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129
17130  test 
17131 \begin_inset ERT
17132 status collapsed
17133
17134 \begin_layout Plain Layout
17135
17136
17137 \backslash
17138 raisebox{0.85
17139 \backslash
17140 baselineskip}{
17141 \end_layout
17142
17143 \end_inset
17144
17145
17146 \begin_inset Box Frameless
17147 position "t"
17148 hor_pos "c"
17149 has_inner_box 1
17150 inner_pos "c"
17151 use_parbox 0
17152 use_makebox 0
17153 width "15col%"
17154 special "none"
17155 height "1in"
17156 height_special "totalheight"
17157 thickness "0.4pt"
17158 separation "3pt"
17159 shadowsize "4pt"
17160 framecolor "black"
17161 backgroundcolor "none"
17162 status collapsed
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Tabular
17166 <lyxtabular version="3" rows="3" columns="3">
17167 <features tabularvalignment="middle">
17168 <column alignment="center" valignment="top">
17169 <column alignment="center" valignment="top">
17170 <column alignment="center" valignment="top">
17171 <row>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176 a
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 d
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 g
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 b
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 e
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 h
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 c
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 f
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 i
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 </lyxtabular>
17259
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266
17267
17268 \begin_inset ERT
17269 status collapsed
17270
17271 \begin_layout Plain Layout
17272
17273 }
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Itemize
17282 test 
17283 \begin_inset Box Frameless
17284 position "c"
17285 hor_pos "c"
17286 has_inner_box 1
17287 inner_pos "c"
17288 use_parbox 0
17289 use_makebox 0
17290 width "15col%"
17291 special "none"
17292 height "1in"
17293 height_special "totalheight"
17294 thickness "0.4pt"
17295 separation "3pt"
17296 shadowsize "4pt"
17297 framecolor "black"
17298 backgroundcolor "none"
17299 status collapsed
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Tabular
17303 <lyxtabular version="3" rows="3" columns="3">
17304 <features tabularvalignment="middle">
17305 <column alignment="center" valignment="top">
17306 <column alignment="center" valignment="top">
17307 <column alignment="center" valignment="top">
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 a
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 d
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 g
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 </row>
17337 <row>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 b
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351 e
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 h
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 c
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 f
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389 i
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 </row>
17395 </lyxtabular>
17396
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \begin_layout Itemize
17408 test 
17409 \begin_inset Box Frameless
17410 position "b"
17411 hor_pos "c"
17412 has_inner_box 1
17413 inner_pos "c"
17414 use_parbox 0
17415 use_makebox 0
17416 width "15col%"
17417 special "none"
17418 height "1in"
17419 height_special "totalheight"
17420 thickness "0.4pt"
17421 separation "3pt"
17422 shadowsize "4pt"
17423 framecolor "black"
17424 backgroundcolor "none"
17425 status collapsed
17426
17427 \begin_layout Plain Layout
17428 \begin_inset Tabular
17429 <lyxtabular version="3" rows="3" columns="3">
17430 <features tabularvalignment="middle">
17431 <column alignment="center" valignment="top">
17432 <column alignment="center" valignment="top">
17433 <column alignment="center" valignment="top">
17434 <row>
17435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 a
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 d
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 g
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 </row>
17463 <row>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 b
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 e
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 h
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 </row>
17492 <row>
17493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 c
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 f
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 i
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 </row>
17521 </lyxtabular>
17522
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \end_inset
17529
17530  test 
17531 \begin_inset ERT
17532 status collapsed
17533
17534 \begin_layout Plain Layout
17535
17536
17537 \backslash
17538 raisebox{-0.32
17539 \backslash
17540 baselineskip}{
17541 \end_layout
17542
17543 \end_inset
17544
17545
17546 \begin_inset Box Frameless
17547 position "b"
17548 hor_pos "c"
17549 has_inner_box 1
17550 inner_pos "c"
17551 use_parbox 0
17552 use_makebox 0
17553 width "15col%"
17554 special "none"
17555 height "1in"
17556 height_special "totalheight"
17557 thickness "0.4pt"
17558 separation "3pt"
17559 shadowsize "4pt"
17560 framecolor "black"
17561 backgroundcolor "none"
17562 status collapsed
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Tabular
17566 <lyxtabular version="3" rows="3" columns="3">
17567 <features tabularvalignment="middle">
17568 <column alignment="center" valignment="top">
17569 <column alignment="center" valignment="top">
17570 <column alignment="center" valignment="top">
17571 <row>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 a
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 d
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 g
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 b
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 e
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 h
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 <row>
17630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 c
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 f
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 i
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 </row>
17658 </lyxtabular>
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \begin_inset ERT
17669 status collapsed
17670
17671 \begin_layout Plain Layout
17672
17673 }
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Standard
17682 As you will see, the content of the first and last table row is not correctly
17683  aligned.
17684  To get this alignment, the minipage box must be set into a raisebox.
17685 \begin_inset Foot
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689 Raiseboxes are described in section
17690 \begin_inset space ~
17691 \end_inset
17692
17693
17694 \begin_inset CommandInset ref
17695 LatexCommand ref
17696 reference "subsec:Vertical-Alignment"
17697
17698 \end_inset
17699
17700 .
17701 \end_layout
17702
17703 \end_inset
17704
17705  In the example above the second table in the first item is aligned using
17706  the \SpecialChar TeX
17707  Code command
17708 \end_layout
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713
17714 \backslash
17715 raisebox{0.85
17716 \backslash
17717 baselineskip}{
17718 \end_layout
17719
17720 \begin_layout Standard
17721 before the box.
17722  After the box the closing brace 
17723 \series bold
17724 }
17725 \series default
17726  is inserted as \SpecialChar TeX
17727  Code.
17728  For the second table in the last item the command
17729 \end_layout
17730
17731 \begin_layout Standard
17732
17733 \series bold
17734
17735 \backslash
17736 raisebox{-0.32
17737 \backslash
17738 baselineskip}{
17739 \end_layout
17740
17741 \begin_layout Standard
17742 is used.
17743 \end_layout
17744
17745 \begin_layout Standard
17746 \begin_inset Note Greyedout
17747 status open
17748
17749 \begin_layout Plain Layout
17750
17751 \series bold
17752 Note:
17753 \series default
17754  The alignment of the table row content to the surrounding text line is
17755  not exact.
17756  The required value for the 
17757 \series bold
17758
17759 \backslash
17760 raisebox
17761 \series default
17762  command for this alignment depends on the document font, the font size,
17763  and the table line thickness.
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Section
17772 Colored Tables
17773 \begin_inset CommandInset label
17774 LatexCommand label
17775 name "sec:Colored-Tables"
17776
17777 \end_inset
17778
17779
17780 \begin_inset Index idx
17781 range none
17782 pageformat default
17783 status collapsed
17784
17785 \begin_layout Plain Layout
17786 Table
17787 \begin_inset IndexMacro subentry
17788 status open
17789
17790 \begin_layout Plain Layout
17791 Color
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \begin_layout Subsection
17805 Colored Cells
17806 \begin_inset Index idx
17807 range none
17808 pageformat default
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Table Color
17813 \begin_inset IndexMacro subentry
17814 status open
17815
17816 \begin_layout Plain Layout
17817 for Cells
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \end_inset
17826
17827
17828 \begin_inset Index idx
17829 range none
17830 pageformat default
17831 status collapsed
17832
17833 \begin_layout Plain Layout
17834 Color
17835 \begin_inset IndexMacro subentry
17836 status open
17837
17838 \begin_layout Plain Layout
17839 for Table Cells
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \begin_inset Float table
17854 placement h
17855 alignment document
17856 wide false
17857 sideways false
17858 status open
17859
17860 \begin_layout Plain Layout
17861 \begin_inset Caption Standard
17862
17863 \begin_layout Plain Layout
17864 \begin_inset CommandInset label
17865 LatexCommand label
17866 name "tab:Table-colored-without"
17867
17868 \end_inset
17869
17870 Table colored without using the package 
17871 \series bold
17872 colortbl
17873 \series default
17874
17875 \begin_inset Argument 1
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879 Table without colortbl
17880 \end_layout
17881
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \begin_layout Plain Layout
17893 \align center
17894 \begin_inset Tabular
17895 <lyxtabular version="3" rows="3" columns="3">
17896 <features tabularvalignment="middle">
17897 <column alignment="center" valignment="top">
17898 <column alignment="center" valignment="top">
17899 <column alignment="center" valignment="top">
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \color green
17907 a
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \color red
17918 b
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \color red
17929 c
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \color green
17942 d
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \color blue
17953 e
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \color blue
17964 f
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 </row>
17970 <row>
17971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975
17976 \color green
17977 g
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986
17987 \color blue
17988 h
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997
17998 \color blue
17999 i
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 </row>
18005 </lyxtabular>
18006
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \begin_layout Standard
18018 If you only need colored text, mark the cells and choose a color in the
18019  
18020 \family sans
18021 Text
18022 \begin_inset space ~
18023 \end_inset
18024
18025 Style
18026 \family default
18027  dialog (toolbar button 
18028 \begin_inset Info
18029 type  "icon"
18030 arg   "dialog-show character"
18031 \end_inset
18032
18033 ).
18034  This was used to create Table
18035 \begin_inset space ~
18036 \end_inset
18037
18038
18039 \begin_inset CommandInset ref
18040 LatexCommand ref
18041 reference "tab:Table-colored-without"
18042
18043 \end_inset
18044
18045 .
18046  In any other case you have to use the \SpecialChar LaTeX
18047 -package 
18048 \series bold
18049 colortbl
18050 \series default
18051 .
18052 \begin_inset Index idx
18053 range none
18054 pageformat default
18055 status collapsed
18056
18057 \begin_layout Plain Layout
18058 \SpecialChar LaTeX
18059  packages
18060 \begin_inset IndexMacro subentry
18061 status open
18062
18063 \begin_layout Plain Layout
18064 colortbl
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \begin_layout Standard
18078 \begin_inset ERT
18079 status collapsed
18080
18081 \begin_layout Plain Layout
18082
18083
18084 \backslash
18085 ifcolortbl
18086 \end_layout
18087
18088 \end_inset
18089
18090
18091 \begin_inset Note Note
18092 status open
18093
18094 \begin_layout Plain Layout
18095 The following section part will only be displayed when the \SpecialChar LaTeX
18096 -package 
18097 \series bold
18098 colortbl
18099 \series default
18100  is installed.
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Standard
18109 To create colored tables, 
18110 \series bold
18111 colortbl
18112 \series default
18113  must be loaded in the preamble with the line
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 usepackage{colortbl}
18122 \end_layout
18123
18124 \begin_layout Standard
18125 The color of a column is adjusted with the command
18126 \end_layout
18127
18128 \begin_layout Standard
18129
18130 \series bold
18131
18132 \backslash
18133 columncolor{name of color}
18134 \end_layout
18135
18136 \begin_layout Standard
18137 inside the command 
18138 \series bold
18139 >{ }
18140 \series default
18141 .
18142  More about the command 
18143 \series bold
18144 >{}
18145 \series default
18146  is contained in section
18147 \begin_inset space ~
18148 \end_inset
18149
18150
18151 \begin_inset CommandInset ref
18152 LatexCommand ref
18153 reference "subsec:Multicolumn-Calculations"
18154
18155 \end_inset
18156
18157 .
18158 \end_layout
18159
18160 \begin_layout Standard
18161 The following color names are predefined:
18162 \end_layout
18163
18164 \begin_layout Standard
18165
18166 \family sans
18167 red
18168 \family default
18169
18170 \family sans
18171 green
18172 \family default
18173
18174 \family sans
18175 yellow
18176 \family default
18177
18178 \family sans
18179 blue
18180 \family default
18181
18182 \family sans
18183 cyan
18184 \family default
18185
18186 \family sans
18187 magenta
18188 \family default
18189
18190 \family sans
18191 black
18192 \family default
18193  and 
18194 \family sans
18195 white
18196 \end_layout
18197
18198 \begin_layout Standard
18199 \begin_inset VSpace medskip
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \begin_layout Standard
18206 If you add the option
18207 \end_layout
18208
18209 \begin_layout Standard
18210
18211 \series bold
18212 dvipsnames
18213 \end_layout
18214
18215 \begin_layout Standard
18216 to the document class options in the document settings, you can additionally
18217  use further 61
18218 \begin_inset space ~
18219 \end_inset
18220
18221 colors.
18222  These colors are listed in appendix
18223 \begin_inset space ~
18224 \end_inset
18225
18226
18227 \begin_inset CommandInset ref
18228 LatexCommand ref
18229 reference "chap:List-of-dvips-colornames"
18230
18231 \end_inset
18232
18233 .
18234  One of these colors, 
18235 \family sans
18236 Maroon
18237 \family default
18238 , is used as example in Table
18239 \begin_inset space ~
18240 \end_inset
18241
18242
18243 \begin_inset CommandInset ref
18244 LatexCommand ref
18245 reference "tab:Table-colored-using"
18246
18247 \end_inset
18248
18249 .
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset VSpace medskip
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 You can also define your own color with the command
18261 \end_layout
18262
18263 \begin_layout Standard
18264
18265 \series bold
18266
18267 \backslash
18268 definecolor{color name}{color model}{color values}
18269 \end_layout
18270
18271 \begin_layout Standard
18272 The color model can be
18273 \end_layout
18274
18275 \begin_layout Labeling
18276 \labelwidthstring 00.00.0000
18277 cmyk: cyan, magenta, yellow, black
18278 \end_layout
18279
18280 \begin_layout Labeling
18281 \labelwidthstring 00.00.0000
18282 rgb: red, green blue
18283 \end_layout
18284
18285 \begin_layout Labeling
18286 \labelwidthstring 00.00.0000
18287 gray gray
18288 \end_layout
18289
18290 \begin_layout Standard
18291 and the color values are comma separated numbers between 0 and 1 describing
18292  the factor for the corresponding color of the color model.
18293 \end_layout
18294
18295 \begin_layout Standard
18296 You can e.
18297 \begin_inset space \thinspace{}
18298 \end_inset
18299
18300 g.
18301 \begin_inset space \space{}
18302 \end_inset
18303
18304 define the color "
18305 \emph on
18306 darkgreen
18307 \emph default
18308 " in the preamble with
18309 \end_layout
18310
18311 \begin_layout Standard
18312
18313 \series bold
18314
18315 \backslash
18316 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
18317 \end_layout
18318
18319 \begin_layout Standard
18320 and the color "
18321 \emph on
18322 lightgray
18323 \emph default
18324 " with
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330
18331 \backslash
18332 definecolor{lightgray}{gray}{0.8}
18333 \end_layout
18334
18335 \begin_layout Standard
18336 \begin_inset VSpace medskip
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \begin_layout Standard
18343 Lines are colored with the command
18344 \end_layout
18345
18346 \begin_layout Standard
18347
18348 \series bold
18349
18350 \backslash
18351 rowcolor{name of color}
18352 \end_layout
18353
18354 \begin_layout Standard
18355 and cells are colored with the command
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361
18362 \backslash
18363 cellcolor{name of color}
18364 \end_layout
18365
18366 \begin_layout Standard
18367 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
18368  Code.
18369 \end_layout
18370
18371 \begin_layout Standard
18372 To color characters in the table, mark the cells and use the 
18373 \family sans
18374 Text
18375 \begin_inset space ~
18376 \end_inset
18377
18378 Style
18379 \family default
18380  dialog.
18381  If a cell contains \SpecialChar TeX
18382  Code mark only the characters, otherwise the colored
18383  \SpecialChar TeX
18384  Code will cause \SpecialChar LaTeX
18385  errors.
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset Note Greyedout
18390 status open
18391
18392 \begin_layout Plain Layout
18393
18394 \series bold
18395 Note:
18396 \series default
18397  Not all DVI-viewers are able to display self-defined colors.
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 \begin_inset VSpace bigskip
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \begin_layout Standard
18413 To create Table
18414 \begin_inset space ~
18415 \end_inset
18416
18417
18418 \begin_inset CommandInset ref
18419 LatexCommand ref
18420 reference "tab:Table-colored-using"
18421
18422 \end_inset
18423
18424  do the following: The color of the first column should be 
18425 \emph on
18426 darkgreen
18427 \emph default
18428 .
18429  So insert
18430 \end_layout
18431
18432 \begin_layout Standard
18433
18434 \series bold
18435 >{
18436 \backslash
18437 columncolor{darkgreen}
18438 \backslash
18439 centering}c
18440 \end_layout
18441
18442 \begin_layout Standard
18443 as \SpecialChar LaTeX
18444 -argument for this column.
18445  The first row should be light blue, therefore the \SpecialChar TeX
18446  Code command
18447 \end_layout
18448
18449 \begin_layout Standard
18450
18451 \series bold
18452
18453 \backslash
18454 rowcolor{cyan}
18455 \end_layout
18456
18457 \begin_layout Standard
18458 is inserted to the first cell of this row.
18459  Note that this overwrites the column color for the first cell.
18460  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
18461  Code
18462  command
18463 \end_layout
18464
18465 \begin_layout Standard
18466
18467 \series bold
18468
18469 \backslash
18470 cellcolor{Maroon}
18471 \end_layout
18472
18473 \begin_layout Standard
18474 The characters could now be colored using the menu 
18475 \family sans
18476 Edit\SpecialChar menuseparator
18477 Text
18478 \begin_inset space ~
18479 \end_inset
18480
18481 Style
18482 \family default
18483 .
18484 \end_layout
18485
18486 \begin_layout Standard
18487 \begin_inset Float table
18488 placement h
18489 alignment document
18490 wide false
18491 sideways false
18492 status open
18493
18494 \begin_layout Plain Layout
18495 \begin_inset Caption Standard
18496
18497 \begin_layout Plain Layout
18498 \begin_inset CommandInset label
18499 LatexCommand label
18500 name "tab:Table-colored-using"
18501
18502 \end_inset
18503
18504 Table colored using the package 
18505 \series bold
18506 colortbl
18507 \series default
18508
18509 \begin_inset Argument 1
18510 status collapsed
18511
18512 \begin_layout Plain Layout
18513 Table with colortbl
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Plain Layout
18527 \align center
18528 \begin_inset Tabular
18529 <lyxtabular version="3" rows="3" columns="3">
18530 <features tabularvalignment="middle">
18531 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
18532 <column alignment="center" valignment="top">
18533 <column alignment="center" valignment="top">
18534 <row>
18535 <cell alignment="center" valignment="top" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 \begin_inset ERT
18540 status collapsed
18541
18542 \begin_layout Plain Layout
18543
18544
18545 \backslash
18546 rowcolor{cyan}
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \color magenta
18553 a
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562
18563 \color red
18564 b
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \color red
18575 c
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \color yellow
18588 d
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \color blue
18599 e
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \color blue
18610 f
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 </row>
18616 <row>
18617 <cell alignment="center" valignment="top" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621
18622 \color yellow
18623 g
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632
18633 \color blue
18634 h
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 \begin_inset ERT
18644 status collapsed
18645
18646 \begin_layout Plain Layout
18647
18648
18649 \backslash
18650 cellcolor{Maroon}
18651 \end_layout
18652
18653 \end_inset
18654
18655
18656 \color green
18657 i
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 </lyxtabular>
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 \begin_inset ERT
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680
18681
18682 \backslash
18683 else
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \begin_inset Note Note
18690 status open
18691
18692 \begin_layout Plain Layout
18693 The following will be displayed when the \SpecialChar LaTeX
18694 -package 
18695 \series bold
18696 colortbl
18697 \series default
18698  is not installed:
18699 \end_layout
18700
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \begin_layout Standard
18707 You need to install the package 
18708 \series bold
18709 colortbl
18710 \series default
18711  to see the content of this section in the output.
18712 \end_layout
18713
18714 \begin_layout Standard
18715 \begin_inset ERT
18716 status collapsed
18717
18718 \begin_layout Plain Layout
18719
18720
18721 \backslash
18722 fi
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Subsection
18731 Colored Rows
18732 \begin_inset Index idx
18733 range none
18734 pageformat default
18735 status collapsed
18736
18737 \begin_layout Plain Layout
18738 Table Color
18739 \begin_inset IndexMacro subentry
18740 status open
18741
18742 \begin_layout Plain Layout
18743 for Rows
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \begin_inset Index idx
18755 range none
18756 pageformat default
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760 Color
18761 \begin_inset IndexMacro subentry
18762 status open
18763
18764 \begin_layout Plain Layout
18765 for Table Rows
18766 \end_layout
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 In case every second table row needs to be colored there is an alternative
18780  to the method described in the previous section: One loads the package
18781  
18782 \series bold
18783 xcolor
18784 \series default
18785
18786 \begin_inset Index idx
18787 range none
18788 pageformat default
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792 \SpecialChar LaTeX
18793  packages
18794 \begin_inset IndexMacro subentry
18795 status open
18796
18797 \begin_layout Plain Layout
18798 xcolor
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \end_inset
18807
18808  in the document preamble with the command
18809 \end_layout
18810
18811 \begin_layout Standard
18812
18813 \series bold
18814
18815 \backslash
18816 usepackage[table]{xcolor}
18817 \end_layout
18818
18819 \begin_layout Standard
18820
18821 \series bold
18822 xcolor
18823 \series default
18824  automatically loads also the package 
18825 \series bold
18826 colortbl
18827 \series default
18828
18829 \begin_inset Index idx
18830 range none
18831 pageformat default
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 \SpecialChar LaTeX
18836  packages
18837 \begin_inset IndexMacro subentry
18838 status open
18839
18840 \begin_layout Plain Layout
18841 colortbl
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850
18851 , so 
18852 \series bold
18853 colortbl
18854 \series default
18855  must be installed in your \SpecialChar LaTeX
18856 -distribution, otherwise you get \SpecialChar LaTeX
18857 -errors.
18858 \end_layout
18859
18860 \begin_layout Standard
18861 \begin_inset ERT
18862 status collapsed
18863
18864 \begin_layout Plain Layout
18865
18866
18867 \backslash
18868 ifcolortbl
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \begin_inset Note Note
18875 status open
18876
18877 \begin_layout Plain Layout
18878 The following section part will only be displayed when the \SpecialChar LaTeX
18879 -package 
18880 \series bold
18881 colortbl
18882 \series default
18883  is installed.
18884 \end_layout
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \begin_layout Standard
18892 The table rows are colored with the command
18893 \end_layout
18894
18895 \begin_layout Standard
18896
18897 \series bold
18898
18899 \backslash
18900 rowcolors[commands]{row number}{odd row color}{even row color}
18901 \end_layout
18902
18903 \begin_layout Standard
18904 that is either inserted in the document preamble or as \SpecialChar TeX
18905  Code before the
18906  first table to be colored.
18907  row
18908 \begin_inset space ~
18909 \end_inset
18910
18911 number is the number of the first row which should be colored according
18912  to the odd row color.
18913  commands can be additional commands that are executed before every table
18914  row.
18915  So for example the command
18916 \end_layout
18917
18918 \begin_layout Standard
18919
18920 \series bold
18921
18922 \backslash
18923 rowcolors{1}{white}{lightgray}
18924 \end_layout
18925
18926 \begin_layout Standard
18927 leads to the coloring scheme of Table
18928 \begin_inset space ~
18929 \end_inset
18930
18931
18932 \begin_inset CommandInset ref
18933 LatexCommand ref
18934 reference "tab:Table-rowcolors"
18935
18936 \end_inset
18937
18938 .
18939  The command
18940 \end_layout
18941
18942 \begin_layout Standard
18943
18944 \series bold
18945
18946 \backslash
18947 rowcolors[
18948 \backslash
18949 hline]{1}{lightgray}{cyan}
18950 \end_layout
18951
18952 \begin_layout Standard
18953 leads to the coloring scheme of Table
18954 \begin_inset space ~
18955 \end_inset
18956
18957
18958 \begin_inset CommandInset ref
18959 LatexCommand ref
18960 reference "tab:Table-rowcolors-2"
18961
18962 \end_inset
18963
18964 .
18965  If odd
18966 \begin_inset space ~
18967 \end_inset
18968
18969 row
18970 \begin_inset space ~
18971 \end_inset
18972
18973 color and/or even
18974 \begin_inset space ~
18975 \end_inset
18976
18977 row
18978 \begin_inset space ~
18979 \end_inset
18980
18981 color are left empty, no color will be used so that the command
18982 \end_layout
18983
18984 \begin_layout Standard
18985
18986 \series bold
18987
18988 \backslash
18989 rowcolors{1}{}{}
18990 \end_layout
18991
18992 \begin_layout Standard
18993 deletes all colors.
18994  
18995 \series bold
18996
18997 \backslash
18998 rowcolors
18999 \series default
19000  affects all tables following that command.
19001 \end_layout
19002
19003 \begin_layout Standard
19004 \begin_inset ERT
19005 status open
19006
19007 \begin_layout Plain Layout
19008
19009
19010 \backslash
19011 rowcolors{1}{white}{lightgray}
19012 \end_layout
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \begin_layout Standard
19020 \begin_inset Float table
19021 placement h
19022 alignment document
19023 wide false
19024 sideways false
19025 status open
19026
19027 \begin_layout Plain Layout
19028 \begin_inset Caption Standard
19029
19030 \begin_layout Plain Layout
19031 \begin_inset CommandInset label
19032 LatexCommand label
19033 name "tab:Table-rowcolors"
19034
19035 \end_inset
19036
19037 Table where every second row is colored light gray.
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Plain Layout
19046 \align center
19047 \begin_inset Tabular
19048 <lyxtabular version="3" rows="4" columns="3">
19049 <features tabularvalignment="middle">
19050 <column alignment="center" valignment="top">
19051 <column alignment="center" valignment="top" width="0pt">
19052 <column alignment="center" valignment="top" width="0pt">
19053 <row>
19054 <cell alignment="center" valignment="top" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 X
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 Y
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 Z
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 <row>
19083 <cell alignment="center" valignment="top" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087 1
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 2
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 3
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 <row>
19112 <cell alignment="center" valignment="top" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 4
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 5
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 6
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 7
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 8
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 9
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 </lyxtabular>
19170
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 \begin_inset ERT
19183 status open
19184
19185 \begin_layout Plain Layout
19186
19187
19188 \backslash
19189 rowcolors[
19190 \backslash
19191 hline]{1}{lightgray}{cyan}
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \begin_layout Standard
19200 \begin_inset Float table
19201 placement h
19202 alignment document
19203 wide false
19204 sideways false
19205 status open
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Caption Standard
19209
19210 \begin_layout Plain Layout
19211 \begin_inset CommandInset label
19212 LatexCommand label
19213 name "tab:Table-rowcolors-2"
19214
19215 \end_inset
19216
19217 Table where every second row is colored cyan and at which there is a line
19218  between each row.
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Plain Layout
19227 \align center
19228 \begin_inset Tabular
19229 <lyxtabular version="3" rows="4" columns="3">
19230 <features tabularvalignment="middle">
19231 <column alignment="center" valignment="top">
19232 <column alignment="center" valignment="top">
19233 <column alignment="center" valignment="top" width="0pt">
19234 <row>
19235 <cell alignment="center" valignment="top" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 X
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 Y
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 Z
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 1
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 2
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 3
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 4
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 5
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 6
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 <row>
19322 <cell alignment="center" valignment="top" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 7
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 8
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 9
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 </lyxtabular>
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \begin_layout Standard
19363 \begin_inset ERT
19364 status collapsed
19365
19366 \begin_layout Plain Layout
19367
19368
19369 \backslash
19370 rowcolors{1}{}{}
19371 \end_layout
19372
19373 \end_inset
19374
19375
19376 \begin_inset Note Note
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380 turns off the row coloring
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \begin_layout Standard
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 else
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \begin_inset Note Note
19403 status open
19404
19405 \begin_layout Plain Layout
19406 The following will be displayed when the \SpecialChar LaTeX
19407 -package 
19408 \series bold
19409 colortbl
19410 \series default
19411  is not installed:
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Standard
19420 You need to install the package 
19421 \series bold
19422 colortbl
19423 \series default
19424  to see the content of this section in the output.
19425 \end_layout
19426
19427 \begin_layout Standard
19428 \begin_inset ERT
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432
19433
19434 \backslash
19435 fi
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Subsection
19444 Colored Lines
19445 \begin_inset Index idx
19446 range none
19447 pageformat default
19448 status collapsed
19449
19450 \begin_layout Plain Layout
19451 Table Color
19452 \begin_inset IndexMacro subentry
19453 status open
19454
19455 \begin_layout Plain Layout
19456 for Lines
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \begin_inset Index idx
19468 range none
19469 pageformat default
19470 status collapsed
19471
19472 \begin_layout Plain Layout
19473 Color
19474 \begin_inset IndexMacro subentry
19475 status open
19476
19477 \begin_layout Plain Layout
19478 for Table Lines
19479 \end_layout
19480
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Standard
19492 As described in section
19493 \begin_inset space ~
19494 \end_inset
19495
19496
19497 \begin_inset CommandInset ref
19498 LatexCommand ref
19499 reference "subsec:Line-Thickness"
19500
19501 \end_inset
19502
19503 , the line thickness for all lines in a table can be adjusted with the length
19504  
19505 \series bold
19506
19507 \backslash
19508 arrayrulewidth
19509 \series default
19510 .
19511  It is set to 1.5
19512 \begin_inset space \thinspace{}
19513 \end_inset
19514
19515 pt for all tables of this section.
19516 \begin_inset ERT
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520
19521
19522 \backslash
19523 setlength{
19524 \backslash
19525 arrayrulewidth}{1.5pt}
19526 \end_layout
19527
19528 \end_inset
19529
19530
19531 \end_layout
19532
19533 \begin_layout Standard
19534 To color vertical lines for example with green, create the following column
19535  format in the document preamble, according to the description in section
19536 \begin_inset space ~
19537 \end_inset
19538
19539
19540 \begin_inset CommandInset ref
19541 LatexCommand ref
19542 reference "subsec:Customized-Format"
19543
19544 \end_inset
19545
19546 :
19547 \end_layout
19548
19549 \begin_layout Standard
19550
19551 \series bold
19552
19553 \backslash
19554 newcolumntype{W}{!{
19555 \backslash
19556 color{green}
19557 \backslash
19558 vline}}
19559 \end_layout
19560
19561 \begin_layout Standard
19562 For Table
19563 \begin_inset space ~
19564 \end_inset
19565
19566
19567 \begin_inset CommandInset ref
19568 LatexCommand ref
19569 reference "tab:Table-with-vertical-colored"
19570
19571 \end_inset
19572
19573  the \SpecialChar LaTeX
19574 -argument
19575 \series bold
19576  WcW
19577 \series default
19578  was used for the last column and
19579 \series bold
19580  Wc
19581 \series default
19582  for the other columns.
19583 \end_layout
19584
19585 \begin_layout Standard
19586 If you want to have several colors, define more column formats.
19587 \end_layout
19588
19589 \begin_layout Standard
19590 \begin_inset Float table
19591 placement h
19592 alignment document
19593 wide false
19594 sideways false
19595 status open
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Caption Standard
19599
19600 \begin_layout Plain Layout
19601 \begin_inset CommandInset label
19602 LatexCommand label
19603 name "tab:Table-with-vertical-colored"
19604
19605 \end_inset
19606
19607 Table with colored vertical lines
19608 \end_layout
19609
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \begin_layout Plain Layout
19616 \align center
19617 \begin_inset Tabular
19618 <lyxtabular version="3" rows="3" columns="3">
19619 <features tabularvalignment="middle">
19620 <column alignment="center" valignment="top" special="Wc">
19621 <column alignment="center" valignment="top" special="Wc">
19622 <column alignment="center" valignment="top" special="WcW">
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 sd
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 sd
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 sd
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 </row>
19710 </lyxtabular>
19711
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \begin_layout Standard
19723 \begin_inset VSpace bigskip
19724 \end_inset
19725
19726 To color all horizontal lines for example with red, as in Table
19727 \begin_inset space ~
19728 \end_inset
19729
19730
19731 \begin_inset CommandInset ref
19732 LatexCommand ref
19733 reference "tab:Table-with-horizontal-colored"
19734
19735 \end_inset
19736
19737 , insert these commands in \SpecialChar TeX
19738  code before the table or table float:
19739 \end_layout
19740
19741 \begin_layout Standard
19742
19743 \series bold
19744
19745 \backslash
19746 let
19747 \backslash
19748 myHlineC
19749 \backslash
19750 hline
19751 \begin_inset Newline newline
19752 \end_inset
19753
19754
19755 \backslash
19756 renewcommand{
19757 \backslash
19758 hline}
19759 \begin_inset Newline newline
19760 \end_inset
19761
19762
19763 \begin_inset Phantom HPhantom
19764 status open
19765
19766 \begin_layout Plain Layout
19767
19768 \series bold
19769 \begin_inset space ~
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776
19777 {
19778 \backslash
19779 arrayrulecolor{red}
19780 \backslash
19781 myHlineC
19782 \backslash
19783 arrayrulecolor{black}}
19784 \end_layout
19785
19786 \begin_layout Standard
19787 \begin_inset ERT
19788 status collapsed
19789
19790 \begin_layout Plain Layout
19791
19792
19793 \backslash
19794 let
19795 \backslash
19796 myHlineC
19797 \backslash
19798 hline
19799 \end_layout
19800
19801 \begin_layout Plain Layout
19802
19803
19804 \backslash
19805 renewcommand{
19806 \backslash
19807 hline}
19808 \end_layout
19809
19810 \begin_layout Plain Layout
19811
19812  {
19813 \backslash
19814 arrayrulecolor{red}
19815 \backslash
19816 myHlineC
19817 \backslash
19818 arrayrulecolor{black}}
19819 \end_layout
19820
19821 \end_inset
19822
19823
19824 \begin_inset Float table
19825 placement h
19826 alignment document
19827 wide false
19828 sideways false
19829 status open
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Caption Standard
19833
19834 \begin_layout Plain Layout
19835 \begin_inset CommandInset label
19836 LatexCommand label
19837 name "tab:Table-with-horizontal-colored"
19838
19839 \end_inset
19840
19841 Table with colored horizontal lines
19842 \end_layout
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Plain Layout
19850 \align center
19851 \begin_inset Tabular
19852 <lyxtabular version="3" rows="3" columns="3">
19853 <features tabularvalignment="middle">
19854 <column alignment="center" valignment="top">
19855 <column alignment="center" valignment="top">
19856 <column alignment="center" valignment="top">
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 sd
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 sd
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 sd
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 </lyxtabular>
19945
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 To return to the default line color black, insert this command in \SpecialChar TeX
19958  code
19959  after the table or table float:
19960 \end_layout
19961
19962 \begin_layout Standard
19963
19964 \series bold
19965
19966 \backslash
19967 renewcommand{
19968 \backslash
19969 hline}{
19970 \backslash
19971 myHlineC}
19972 \end_layout
19973
19974 \begin_layout Standard
19975 Table
19976 \begin_inset space ~
19977 \end_inset
19978
19979
19980 \begin_inset CommandInset ref
19981 LatexCommand ref
19982 reference "tab:Table-with-colored"
19983
19984 \end_inset
19985
19986  is an example with colored vertical and horizontal lines.
19987 \end_layout
19988
19989 \begin_layout Standard
19990 \begin_inset Float table
19991 placement h
19992 alignment document
19993 wide false
19994 sideways false
19995 status open
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Caption Standard
19999
20000 \begin_layout Plain Layout
20001 \begin_inset CommandInset label
20002 LatexCommand label
20003 name "tab:Table-with-colored"
20004
20005 \end_inset
20006
20007 Table with colored lines
20008 \end_layout
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \begin_layout Plain Layout
20016 \align center
20017 \begin_inset Tabular
20018 <lyxtabular version="3" rows="3" columns="3">
20019 <features tabularvalignment="middle">
20020 <column alignment="center" valignment="top" special="Wc">
20021 <column alignment="center" valignment="top" special="Wc">
20022 <column alignment="center" valignment="top" special="WcW">
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 sd
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" topline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row>
20053 <cell alignment="center" valignment="top" topline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 sd
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row topspace="default">
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 sd
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 </lyxtabular>
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \begin_layout Standard
20123 \begin_inset ERT
20124 status collapsed
20125
20126 \begin_layout Plain Layout
20127
20128
20129 \backslash
20130 renewcommand{
20131 \backslash
20132 hline}{
20133 \backslash
20134 myHlineC}
20135 \end_layout
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Standard
20143 \begin_inset ERT
20144 status collapsed
20145
20146 \begin_layout Plain Layout
20147
20148
20149 \backslash
20150 setlength{
20151 \backslash
20152 arrayrulewidth}{1.2pt}
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \begin_layout Standard
20161 To color only some of the table lines another strategy is necessary.
20162  To color all following horizontal lines, insert this command as \SpecialChar TeX
20163  code as
20164  last thing in the row that should be above the first colored line:
20165 \end_layout
20166
20167 \begin_layout Standard
20168
20169 \series bold
20170
20171 \backslash
20172
20173 \backslash
20174
20175 \backslash
20176 arrayrulecolor{blue}%
20177 \end_layout
20178
20179 \begin_layout Standard
20180 To go back to black lines, add this command as first thing in the row that
20181  is above the black lines:
20182 \end_layout
20183
20184 \begin_layout Standard
20185
20186 \series bold
20187
20188 \backslash
20189 arrayrulecolor{black}
20190 \end_layout
20191
20192 \begin_layout Standard
20193 With this one can color table lines like in Table
20194 \begin_inset space ~
20195 \end_inset
20196
20197
20198 \begin_inset CommandInset ref
20199 LatexCommand ref
20200 reference "tab:Table-with-different-hor"
20201
20202 \end_inset
20203
20204 .
20205  However, with this method it is not possible to color the line above the
20206  first row of a table.
20207 \end_layout
20208
20209 \begin_layout Standard
20210 \begin_inset Float table
20211 placement document
20212 alignment document
20213 wide false
20214 sideways false
20215 status open
20216
20217 \begin_layout Plain Layout
20218 \begin_inset Caption Standard
20219
20220 \begin_layout Plain Layout
20221 \begin_inset CommandInset label
20222 LatexCommand label
20223 name "tab:Table-with-different-hor"
20224
20225 \end_inset
20226
20227 Table with different horizontal line colors.
20228 \end_layout
20229
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \begin_layout Plain Layout
20236 \align center
20237 \begin_inset Tabular
20238 <lyxtabular version="3" rows="6" columns="7">
20239 <features tabularvalignment="middle">
20240 <column alignment="center" valignment="top">
20241 <column alignment="center" valignment="top">
20242 <column alignment="center" valignment="top">
20243 <column alignment="center" valignment="top">
20244 <column alignment="center" valignment="top">
20245 <column alignment="center" valignment="top">
20246 <column alignment="center" valignment="top">
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset ERT
20307 status open
20308
20309 \begin_layout Plain Layout
20310
20311
20312 \backslash
20313
20314 \backslash
20315
20316 \backslash
20317 arrayrulecolor{blue}%
20318 \end_layout
20319
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 Y
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 Y
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 \begin_inset ERT
20399 status open
20400
20401 \begin_layout Plain Layout
20402
20403
20404 \backslash
20405 arrayrulecolor{black}
20406 \end_layout
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 <cell alignment="center" valignment="top" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 <row>
20471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 <cell alignment="center" valignment="top" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset ERT
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533
20534
20535 \backslash
20536
20537 \backslash
20538
20539 \backslash
20540 arrayrulecolor{green}%
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset ERT
20622 status collapsed
20623
20624 \begin_layout Plain Layout
20625
20626
20627 \backslash
20628 arrayrulecolor{black}
20629 \end_layout
20630
20631 \end_inset
20632
20633 B
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset ERT
20688 status collapsed
20689
20690 \begin_layout Plain Layout
20691
20692
20693 \backslash
20694
20695 \backslash
20696
20697 \backslash
20698 arrayrulecolor{blue}%
20699 \end_layout
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 </lyxtabular>
20710
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \begin_layout Standard
20722 To change the color of vertical lines within a row, like in Table
20723 \begin_inset space ~
20724 \end_inset
20725
20726
20727 \begin_inset CommandInset ref
20728 LatexCommand ref
20729 reference "tab:Table-with-different-ver"
20730
20731 \end_inset
20732
20733 , one needs to use multicolumns.
20734  At first one needs to remove all vertical lines that don't run along the
20735  whole column.
20736  Now one colors all lines using the command
20737 \end_layout
20738
20739 \begin_layout Standard
20740
20741 \series bold
20742
20743 \backslash
20744
20745 \backslash
20746
20747 \backslash
20748 arrayrulecolor{blue}%
20749 \end_layout
20750
20751 \begin_layout Standard
20752 as above.
20753  Finally one inserts this command as \SpecialChar TeX
20754  code to every cell in the row where
20755  one needs a vertical line in a different color:
20756 \end_layout
20757
20758 \begin_layout Standard
20759
20760 \series bold
20761
20762 \backslash
20763 multicolumn{1}{!{
20764 \backslash
20765 color{green}
20766 \backslash
20767 vline}c!{
20768 \backslash
20769 color{red}
20770 \backslash
20771 vline}}{
20772 \end_layout
20773
20774 \begin_layout Standard
20775 This adds a vertical line to both sides of the cell.
20776  The left one will be green, the right one red.
20777  If no color change is necessary one can omit the 
20778 \series bold
20779
20780 \backslash
20781 color
20782 \series default
20783  command in the above command.
20784  To get for example a black left line and a blue right line you can write:
20785 \end_layout
20786
20787 \begin_layout Standard
20788
20789 \series bold
20790
20791 \backslash
20792 multicolumn{1}{!{
20793 \backslash
20794 color{black}
20795 \backslash
20796 vline}c|}{
20797 \end_layout
20798
20799 \begin_layout Standard
20800 because the color blue was already set for all lines.
20801  The 
20802 \series bold
20803 |
20804 \series default
20805  creates hereby the vertical line while 
20806 \series bold
20807
20808 \backslash
20809 vline
20810 \series default
20811  does this when 
20812 \series bold
20813
20814 \backslash
20815 color
20816 \series default
20817  is used.
20818  To set vertical lines without changing any color use
20819 \end_layout
20820
20821 \begin_layout Standard
20822
20823 \series bold
20824
20825 \backslash
20826 multicolumn{1}{|c|}{
20827 \end_layout
20828
20829 \begin_layout Standard
20830 After this command insert the cell content the normal way and end the cell
20831  with a closing brace 
20832 \series bold
20833 }
20834 \series default
20835  in \SpecialChar TeX
20836  code.
20837 \end_layout
20838
20839 \begin_layout Standard
20840 \begin_inset Float table
20841 placement document
20842 alignment document
20843 wide false
20844 sideways false
20845 status open
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Caption Standard
20849
20850 \begin_layout Plain Layout
20851 \begin_inset CommandInset label
20852 LatexCommand label
20853 name "tab:Table-with-different-ver"
20854
20855 \end_inset
20856
20857 Table with different vertical line colors in one row.
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Plain Layout
20866 \align center
20867 \begin_inset Tabular
20868 <lyxtabular version="3" rows="5" columns="7">
20869 <features tabularvalignment="middle">
20870 <column alignment="center" valignment="top">
20871 <column alignment="center" valignment="top">
20872 <column alignment="center" valignment="top">
20873 <column alignment="center" valignment="top">
20874 <column alignment="center" valignment="top">
20875 <column alignment="center" valignment="top">
20876 <column alignment="center" valignment="top">
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 \begin_inset ERT
20937 status open
20938
20939 \begin_layout Plain Layout
20940
20941
20942 \backslash
20943
20944 \backslash
20945
20946 \backslash
20947 arrayrulecolor{red}%
20948 \end_layout
20949
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 <row>
20959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 \begin_inset ERT
20964 status open
20965
20966 \begin_layout Plain Layout
20967
20968
20969 \backslash
20970 multicolumn{1}{!{
20971 \backslash
20972 color{black}
20973 \backslash
20974 vline}c|}{
20975 \end_layout
20976
20977 \end_inset
20978
20979 Y
20980 \begin_inset ERT
20981 status collapsed
20982
20983 \begin_layout Plain Layout
20984
20985 }
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 \begin_inset ERT
21036 status open
21037
21038 \begin_layout Plain Layout
21039
21040
21041 \backslash
21042 multicolumn{1}{c|}{
21043 \end_layout
21044
21045 \end_inset
21046
21047
21048 \begin_inset ERT
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052
21053 }
21054 \end_layout
21055
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset ERT
21068 status open
21069
21070 \begin_layout Plain Layout
21071
21072
21073 \backslash
21074 multicolumn{1}{c!{
21075 \backslash
21076 color{black}
21077 \backslash
21078 vline}}{
21079 \end_layout
21080
21081 \end_inset
21082
21083 Y
21084 \begin_inset ERT
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088
21089 }
21090 \end_layout
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset ERT
21106 status collapsed
21107
21108 \begin_layout Plain Layout
21109
21110
21111 \backslash
21112 arrayrulecolor{black}
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 \begin_inset ERT
21172 status collapsed
21173
21174 \begin_layout Plain Layout
21175
21176
21177 \backslash
21178
21179 \backslash
21180
21181 \backslash
21182 arrayrulecolor{magenta}%
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset ERT
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202
21203
21204 \backslash
21205 multicolumn{1}{|c!{
21206 \backslash
21207 color{red}
21208 \backslash
21209 vline}}{
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \begin_inset ERT
21216 status collapsed
21217
21218 \begin_layout Plain Layout
21219
21220 }
21221 \end_layout
21222
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset ERT
21235 status collapsed
21236
21237 \begin_layout Plain Layout
21238
21239
21240 \backslash
21241 multicolumn{1}{c!{
21242 \backslash
21243 color{green}
21244 \backslash
21245 vline}}{
21246 \end_layout
21247
21248 \end_inset
21249
21250
21251 \begin_inset ERT
21252 status collapsed
21253
21254 \begin_layout Plain Layout
21255
21256 }
21257 \end_layout
21258
21259 \end_inset
21260
21261
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 \begin_inset ERT
21271 status collapsed
21272
21273 \begin_layout Plain Layout
21274
21275
21276 \backslash
21277 multicolumn{1}{c!{
21278 \backslash
21279 color{yellow}
21280 \backslash
21281 vline}}{
21282 \end_layout
21283
21284 \end_inset
21285
21286
21287 \begin_inset ERT
21288 status collapsed
21289
21290 \begin_layout Plain Layout
21291
21292 }
21293 \end_layout
21294
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset ERT
21307 status collapsed
21308
21309 \begin_layout Plain Layout
21310
21311
21312 \backslash
21313 multicolumn{1}{c!{
21314 \backslash
21315 color{blue}
21316 \backslash
21317 vline}}{
21318 \end_layout
21319
21320 \end_inset
21321
21322
21323 \begin_inset ERT
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327
21328 }
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset ERT
21343 status collapsed
21344
21345 \begin_layout Plain Layout
21346
21347
21348 \backslash
21349 multicolumn{1}{c!{
21350 \backslash
21351 color{cyan}
21352 \backslash
21353 vline}}{
21354 \end_layout
21355
21356 \end_inset
21357
21358
21359 \begin_inset ERT
21360 status collapsed
21361
21362 \begin_layout Plain Layout
21363
21364 }
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset ERT
21379 status collapsed
21380
21381 \begin_layout Plain Layout
21382
21383
21384 \backslash
21385 multicolumn{1}{c!{
21386 \backslash
21387 color{black}
21388 \backslash
21389 vline}}{
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \begin_inset ERT
21396 status collapsed
21397
21398 \begin_layout Plain Layout
21399
21400 }
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset ERT
21415 status collapsed
21416
21417 \begin_layout Plain Layout
21418
21419
21420 \backslash
21421 multicolumn{1}{c|}{
21422 \end_layout
21423
21424 \end_inset
21425
21426
21427 \begin_inset ERT
21428 status collapsed
21429
21430 \begin_layout Plain Layout
21431
21432 }
21433 \end_layout
21434
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset ERT
21449 status collapsed
21450
21451 \begin_layout Plain Layout
21452
21453
21454 \backslash
21455 arrayrulecolor{black}
21456 \end_layout
21457
21458 \end_inset
21459
21460 B
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 </lyxtabular>
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \begin_layout Standard
21533 \begin_inset ERT
21534 status collapsed
21535
21536 \begin_layout Plain Layout
21537
21538
21539 \backslash
21540 setlength{
21541 \backslash
21542 arrayrulewidth}{0.4pt}
21543 \end_layout
21544
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \begin_layout Section
21551 Rotated Table Cells
21552 \begin_inset CommandInset label
21553 LatexCommand label
21554 name "sec:Rotated-Table-Cells"
21555
21556 \end_inset
21557
21558
21559 \begin_inset Index idx
21560 range none
21561 pageformat default
21562 status collapsed
21563
21564 \begin_layout Plain Layout
21565 Table
21566 \begin_inset IndexMacro subentry
21567 status open
21568
21569 \begin_layout Plain Layout
21570 Rotated Cells
21571 \end_layout
21572
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \begin_inset Index idx
21582 range none
21583 pageformat default
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587 Rotated Material
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \begin_layout Standard
21596 \begin_inset Note Greyedout
21597 status open
21598
21599 \begin_layout Plain Layout
21600
21601 \series bold
21602 Note:
21603 \series default
21604  Not all DVI-viewers are able to display rotations.
21605 \end_layout
21606
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \begin_layout Standard
21613 Table
21614 \begin_inset space ~
21615 \end_inset
21616
21617
21618 \begin_inset CommandInset ref
21619 LatexCommand ref
21620 reference "tab:Table-with-rotated"
21621 plural "false"
21622 caps "false"
21623 noprefix "false"
21624
21625 \end_inset
21626
21627  is an example where 3
21628 \begin_inset space ~
21629 \end_inset
21630
21631 cells were rotated by 45
21632 \begin_inset space \thinspace{}
21633 \end_inset
21634
21635 °.
21636 \end_layout
21637
21638 \begin_layout Standard
21639 \begin_inset Float table
21640 placement h
21641 alignment document
21642 wide false
21643 sideways false
21644 status open
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Caption Standard
21648
21649 \begin_layout Plain Layout
21650 \begin_inset CommandInset label
21651 LatexCommand label
21652 name "tab:Table-with-rotated"
21653
21654 \end_inset
21655
21656 Table with rotated cells in the first row.
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Plain Layout
21665 \noindent
21666 \align center
21667 \begin_inset Tabular
21668 <lyxtabular version="3" rows="2" columns="3">
21669 <features tabularvalignment="middle">
21670 <column alignment="center" valignment="top" width="0pt">
21671 <column alignment="center" valignment="top" width="0pt">
21672 <column alignment="center" valignment="top" width="0pt">
21673 <row>
21674 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 cups
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 plates
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 saucers
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 45
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 33
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 21
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 </lyxtabular>
21732
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \begin_layout Standard
21744 \begin_inset Note Greyedout
21745 status open
21746
21747 \begin_layout Plain Layout
21748
21749 \series bold
21750 Note:
21751 \series default
21752  Line breaks (shortcut 
21753 \begin_inset Info
21754 type  "shortcut"
21755 arg   "newline-insert newline"
21756 \end_inset
21757
21758 ) are not allowed in rotated cells.
21759 \end_layout
21760
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \begin_layout Standard
21767 If you want to rotate table cells containing line breaks, you have to put
21768  the cell content into a minipage or a parbox.
21769 \begin_inset Foot
21770 status collapsed
21771
21772 \begin_layout Plain Layout
21773 For more about these boxes see sec.
21774 \begin_inset space \thinspace{}
21775 \end_inset
21776
21777
21778 \begin_inset CommandInset ref
21779 LatexCommand ref
21780 reference "sec:Minipages"
21781
21782 \end_inset
21783
21784  and 
21785 \begin_inset CommandInset ref
21786 LatexCommand ref
21787 reference "sec:Parboxes"
21788
21789 \end_inset
21790
21791 .
21792 \end_layout
21793
21794 \end_inset
21795
21796  If you rotate this cell by 90
21797 \begin_inset space \thinspace{}
21798 \end_inset
21799
21800 ° the width of the box is the height of the cell.
21801  To avoid to estimate a suitable box width one can use a minipage with a
21802  variable width.
21803  Such a box is inserted by loading the module 
21804 \family sans
21805 Variable-width
21806 \begin_inset space ~
21807 \end_inset
21808
21809 Minipages
21810 \family default
21811  in the document settings.
21812  Then one can use the menu 
21813 \family sans
21814 Insert\SpecialChar menuseparator
21815 Custom
21816 \begin_inset space ~
21817 \end_inset
21818
21819 Insets\SpecialChar menuseparator
21820 Minipage
21821 \begin_inset space ~
21822 \end_inset
21823
21824
21825 \family default
21826 (Var.
21827 \begin_inset space ~
21828 \end_inset
21829
21830 Width).
21831  Table
21832 \begin_inset space ~
21833 \end_inset
21834
21835
21836 \begin_inset CommandInset ref
21837 LatexCommand ref
21838 reference "tab:Table-with-rotated-multi"
21839
21840 \end_inset
21841
21842  is an example for a rotated multiline cell where a variable width minipage
21843  is used.
21844 \end_layout
21845
21846 \begin_layout Standard
21847 \begin_inset Float table
21848 placement document
21849 alignment document
21850 wide false
21851 sideways false
21852 status open
21853
21854 \begin_layout Plain Layout
21855 \begin_inset Caption Standard
21856
21857 \begin_layout Plain Layout
21858 \begin_inset CommandInset label
21859 LatexCommand label
21860 name "tab:Table-with-rotated-multi"
21861
21862 \end_inset
21863
21864 Table with rotated multiline cell.
21865 \end_layout
21866
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \begin_layout Plain Layout
21873 \noindent
21874 \align center
21875 \begin_inset Tabular
21876 <lyxtabular version="3" rows="2" columns="3">
21877 <features tabularvalignment="middle">
21878 <column alignment="center" valignment="top">
21879 <column alignment="center" valignment="top" width="0pt">
21880 <column alignment="center" valignment="top">
21881 <row>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 a
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Flex Minipage (Var. Width)
21896 status open
21897
21898 \begin_layout Plain Layout
21899 rotated cell
21900 \begin_inset Newline newline
21901 \end_inset
21902
21903 with line break
21904 \begin_inset space ~
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 e
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 b
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941 c
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 d
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 </row>
21956 </lyxtabular>
21957
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Section
21969 Table Width Calculation
21970 \begin_inset CommandInset label
21971 LatexCommand label
21972 name "sec:Table-Width-Calculation"
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Standard
21980 For wide tables it is sometimes difficult to assure that the table does
21981  not protrude over the page margin.
21982  Setting a fixed width for every column of the table is the solution, but
21983  what amount of space is needed for each column?
21984 \end_layout
21985
21986 \begin_layout Standard
21987 The table width 
21988 \begin_inset Formula $W_{\mathrm{table}}$
21989 \end_inset
21990
21991  can be calculated: Every column has the width of the specified column width
21992  
21993 \begin_inset Formula $W_{\mathrm{column}}$
21994 \end_inset
21995
21996  (that the content of the column can consume) plus two times the separation
21997  between the column content and the column border (\SpecialChar LaTeX
21998  length
21999 \series bold
22000  
22001 \backslash
22002 tabcolsep
22003 \series default
22004 , default 6
22005 \begin_inset space \thinspace{}
22006 \end_inset
22007
22008 pt) plus the width of a border line (\SpecialChar LaTeX
22009  length 
22010 \series bold
22011
22012 \backslash
22013 arrayrulewidth
22014 \series default
22015 , default 0.4
22016 \begin_inset space \thinspace{}
22017 \end_inset
22018
22019 pt): So if all 
22020 \begin_inset Formula $n$
22021 \end_inset
22022
22023
22024 \begin_inset space ~
22025 \end_inset
22026
22027 columns have the same width, the table width is
22028 \begin_inset Formula 
22029 \begin{equation}
22030 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
22031 \end{equation}
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Standard
22039 The available width for a table is the space between the page margins or
22040  the width of a text column (for a two-column document) (\SpecialChar LaTeX
22041  length 
22042 \series bold
22043
22044 \backslash
22045 columnwidth
22046 \series default
22047 ).
22048  If all table columns should have the same width and 
22049 \begin_inset Formula $W_{\mathrm{table}}$
22050 \end_inset
22051
22052  should be 1
22053 \begin_inset space \thinspace{}
22054 \end_inset
22055
22056
22057 \backslash
22058 columnwidth, 
22059 \begin_inset Formula $W_{\mathrm{column}}$
22060 \end_inset
22061
22062  can easily be calculated.
22063 \end_layout
22064
22065 \begin_layout Standard
22066 To be able to perform calculations you need to load the \SpecialChar LaTeX
22067 -package 
22068 \series bold
22069 calc
22070 \series default
22071
22072 \begin_inset Index idx
22073 range none
22074 pageformat default
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078 \SpecialChar LaTeX
22079  packages
22080 \begin_inset IndexMacro subentry
22081 status open
22082
22083 \begin_layout Plain Layout
22084 calc
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \end_inset
22093
22094  in the document preamble.
22095  To set the width in the table dialog you have to use the field 
22096 \family sans
22097 \SpecialChar LaTeX
22098  argument
22099 \family default
22100 .
22101  The command scheme for this field is the same that is explained in section
22102 \begin_inset space ~
22103 \end_inset
22104
22105
22106 \begin_inset CommandInset ref
22107 LatexCommand ref
22108 reference "subsec:Multicolumn-Calculations"
22109
22110 \end_inset
22111
22112 .
22113  For a table with 5
22114 \begin_inset space \thinspace{}
22115 \end_inset
22116
22117 columns with an uniform width and centered text, enter there for each column
22118  the command
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \series bold
22124 >{
22125 \backslash
22126 centering}p{(1
22127 \backslash
22128 columnwidth-62.4pt)/5}
22129 \end_layout
22130
22131 \begin_layout Standard
22132 For a table with 5
22133 \begin_inset space \thinspace{}
22134 \end_inset
22135
22136 columns where 2 should have 0.75
22137 \begin_inset space ~
22138 \end_inset
22139
22140 times the width than the 3 others, the calculation is
22141 \begin_inset Formula 
22142 \begin{align}
22143 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
22144  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
22145  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
22146 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
22147 \end{align}
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Standard
22155 In the table therefore the command
22156 \end_layout
22157
22158 \begin_layout Standard
22159
22160 \series bold
22161 >{
22162 \backslash
22163 centering}p{(1
22164 \backslash
22165 columnwidth-62.4pt)/
22166 \backslash
22167 real{4.5}}
22168 \end_layout
22169
22170 \begin_layout Standard
22171 is used for the wider columns and
22172 \end_layout
22173
22174 \begin_layout Standard
22175
22176 \series bold
22177 >{
22178 \backslash
22179 centering}p{(1
22180 \backslash
22181 columnwidth-62.4pt)/
22182 \backslash
22183 real{4.5}*
22184 \backslash
22185 real{0.75}}
22186 \end_layout
22187
22188 \begin_layout Standard
22189 for the smaller ones:
22190 \end_layout
22191
22192 \begin_layout Standard
22193 \begin_inset Tabular
22194 <lyxtabular version="3" rows="2" columns="5">
22195 <features tabularvalignment="middle">
22196 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22197 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22198 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22199 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22200 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 1
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 2
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 3
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 4
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 5
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 111111 1111111 111111 111111111 11111 11111 1111
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 2222 22222 222222 222222222 2222222 22 22222
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 333333 333333 333333 33333 3333333 333
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 </lyxtabular>
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Section
22303 Table Customization
22304 \begin_inset Index idx
22305 range none
22306 pageformat default
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310 Table Customization
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \begin_inset Index idx
22317 range none
22318 pageformat default
22319 status collapsed
22320
22321 \begin_layout Plain Layout
22322 Table
22323 \begin_inset IndexMacro subentry
22324 status open
22325
22326 \begin_layout Plain Layout
22327 Customization
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \begin_layout Subsection
22341 Row Spacing
22342 \begin_inset CommandInset label
22343 LatexCommand label
22344 name "subsec:Row-Spacing"
22345
22346 \end_inset
22347
22348
22349 \begin_inset Index idx
22350 range none
22351 pageformat default
22352 status collapsed
22353
22354 \begin_layout Plain Layout
22355 Table Customization
22356 \begin_inset IndexMacro subentry
22357 status open
22358
22359 \begin_layout Plain Layout
22360 Row Spacing
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \begin_layout Standard
22374 You can add vertical space to table rows in the 
22375 \family sans
22376 Borders
22377 \family default
22378  tab of the table dialog.
22379  You find there three possibilities:
22380 \end_layout
22381
22382 \begin_layout Description
22383 Top
22384 \begin_inset space ~
22385 \end_inset
22386
22387 of
22388 \begin_inset space ~
22389 \end_inset
22390
22391 row will add space above the characters of the table row.
22392  If the table is a formal table
22393 \begin_inset Foot
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397 Formal tables are explained in section
22398 \begin_inset space ~
22399 \end_inset
22400
22401
22402 \begin_inset CommandInset ref
22403 LatexCommand ref
22404 reference "sec:Formal-Tables"
22405
22406 \end_inset
22407
22408 .
22409 \end_layout
22410
22411 \end_inset
22412
22413  \SpecialChar LyX
22414  will insert as default 0.5
22415 \begin_inset space \thinspace{}
22416 \end_inset
22417
22418 em space.
22419  For normal tables the inserted space will unfortunately destroy the vertical
22420  table lines as in the following table:
22421 \begin_inset VSpace medskip
22422 \end_inset
22423
22424
22425 \begin_inset Newline newline
22426 \end_inset
22427
22428
22429 \begin_inset space \hspace*{}
22430 \length 0pt
22431 \end_inset
22432
22433
22434 \begin_inset space \hfill{}
22435 \end_inset
22436
22437
22438 \begin_inset Tabular
22439 <lyxtabular version="3" rows="3" columns="1">
22440 <features tabularvalignment="middle">
22441 <column alignment="center" valignment="top">
22442 <row>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 A
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row topspace="3mm">
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 3
22459 \begin_inset space \thinspace{}
22460 \end_inset
22461
22462 mm space top of row
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 </row>
22468 <row>
22469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 C
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 </lyxtabular>
22480
22481 \end_inset
22482
22483
22484 \begin_inset space \hfill{}
22485 \end_inset
22486
22487
22488 \begin_inset space \hspace*{}
22489 \length 0pt
22490 \end_inset
22491
22492
22493 \begin_inset VSpace medskip
22494 \end_inset
22495
22496
22497 \begin_inset Newline newline
22498 \end_inset
22499
22500 So inserting space in the top of row for normal tables is only useful when
22501  you don't have vertical lines.
22502 \end_layout
22503
22504 \begin_layout Description
22505 Bottom
22506 \begin_inset space ~
22507 \end_inset
22508
22509 of
22510 \begin_inset space ~
22511 \end_inset
22512
22513 row will add space below the characters of the table row.
22514  If the table is a formal table \SpecialChar LyX
22515  will insert as default 0.5
22516 \begin_inset space \thinspace{}
22517 \end_inset
22518
22519 em space, for normal tables the default size is 2
22520 \begin_inset space \thinspace{}
22521 \end_inset
22522
22523 pt.
22524 \end_layout
22525
22526 \begin_layout Description
22527 Between
22528 \begin_inset space ~
22529 \end_inset
22530
22531 rows adds space between the current and the following row.
22532  If the table is a formal table \SpecialChar LyX
22533  will insert as default 0.5
22534 \begin_inset space \thinspace{}
22535 \end_inset
22536
22537 em space.
22538  For normal tables the inserted space will unfortunately destroy the vertical
22539  table lines as in the following table:
22540 \begin_inset VSpace medskip
22541 \end_inset
22542
22543
22544 \begin_inset Newline newline
22545 \end_inset
22546
22547
22548 \begin_inset space \hspace*{}
22549 \length 0pt
22550 \end_inset
22551
22552
22553 \begin_inset space \hfill{}
22554 \end_inset
22555
22556
22557 \begin_inset Tabular
22558 <lyxtabular version="3" rows="3" columns="1">
22559 <features tabularvalignment="middle">
22560 <column alignment="center" valignment="top">
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 A
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 <row interlinespace="3mm">
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Formula $\downarrow$
22578 \end_inset
22579
22580  3
22581 \begin_inset space \thinspace{}
22582 \end_inset
22583
22584 mm space between row 
22585 \begin_inset Formula $\downarrow$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 <row>
22595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $\uparrow$
22600 \end_inset
22601
22602  3
22603 \begin_inset space \thinspace{}
22604 \end_inset
22605
22606 mm space between row 
22607 \begin_inset Formula $\uparrow$
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 </lyxtabular>
22617
22618 \end_inset
22619
22620
22621 \begin_inset space \hfill{}
22622 \end_inset
22623
22624
22625 \begin_inset space \hspace*{}
22626 \length 0pt
22627 \end_inset
22628
22629
22630 \begin_inset VSpace medskip
22631 \end_inset
22632
22633
22634 \begin_inset Newline newline
22635 \end_inset
22636
22637 So inserting space between rows for normal tables is only useful when you
22638  don't have vertical lines.
22639 \end_layout
22640
22641 \begin_layout Standard
22642 \begin_inset VSpace bigskip
22643 \end_inset
22644
22645 When you want to add extra height to all cells of all tables, you can do
22646  this with the following preamble lines:
22647 \end_layout
22648
22649 \begin_layout Standard
22650
22651 \series bold
22652
22653 \backslash
22654 @ifundefined{extrarowheight}
22655 \begin_inset Newline newline
22656 \end_inset
22657
22658
22659 \begin_inset Phantom HPhantom
22660 status open
22661
22662 \begin_layout Plain Layout
22663
22664 \series bold
22665 \begin_inset space ~
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \end_inset
22672
22673 {
22674 \backslash
22675 usepackage{array}}{}
22676 \begin_inset Newline newline
22677 \end_inset
22678
22679
22680 \backslash
22681 setlength{
22682 \backslash
22683 extrarowheight}{height}
22684 \series default
22685
22686 \begin_inset Note Note
22687 status collapsed
22688
22689 \begin_layout Plain Layout
22690 The package 
22691 \series bold
22692 array
22693 \series default
22694  will be loaded automatically by \SpecialChar LyX
22695  when you use self defined table formats.
22696  To avoid that it is loaded twice the command 
22697 \series bold
22698
22699 \backslash
22700 @ifundefined
22701 \series default
22702  is used in the above command.
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 where the 
22712 \family sans
22713 height
22714 \family default
22715  can have one of the units listed in appendix
22716 \begin_inset space ~
22717 \end_inset
22718
22719
22720 \begin_inset CommandInset ref
22721 LatexCommand ref
22722 reference "cha:Units-available-in"
22723
22724 \end_inset
22725
22726 .
22727  But this has the disadvantage that the cell texts are no longer exactly
22728  vertically centered.
22729 \end_layout
22730
22731 \begin_layout Standard
22732 If you are using font sizes larger than the normal size, the table borders
22733  are often too close to the letters.
22734  This can be corrected by inserting the command 
22735 \series bold
22736
22737 \backslash
22738 strut
22739 \series default
22740  in \SpecialChar TeX
22741  Code at the beginning of a table row.
22742  Table
22743 \begin_inset space ~
22744 \end_inset
22745
22746
22747 \begin_inset CommandInset ref
22748 LatexCommand ref
22749 reference "tab:Vertical-alignment-of"
22750
22751 \end_inset
22752
22753  illustrates the effect.
22754 \end_layout
22755
22756 \begin_layout Standard
22757 \noindent
22758 \begin_inset Float table
22759 placement h
22760 alignment document
22761 wide false
22762 sideways false
22763 status open
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Caption Standard
22767
22768 \begin_layout Plain Layout
22769 \begin_inset CommandInset label
22770 LatexCommand label
22771 name "tab:Vertical-alignment-of"
22772
22773 \end_inset
22774
22775 Vertical alignment of text with large font sizes.
22776 \end_layout
22777
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \begin_layout Plain Layout
22784 \begin_inset space \hfill{}
22785 \end_inset
22786
22787
22788 \begin_inset Float table
22789 placement document
22790 alignment document
22791 wide false
22792 sideways false
22793 status collapsed
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Caption Standard
22797
22798 \begin_layout Plain Layout
22799 Normal table.
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \begin_layout Plain Layout
22808 \noindent
22809 \align center
22810 \begin_inset Tabular
22811 <lyxtabular version="3" rows="6" columns="1">
22812 <features tabularvalignment="middle">
22813 <column alignment="left" valignment="top">
22814 <row>
22815 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 Normal, g
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \size large
22832 Large
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \size larger
22845 Larger
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \size largest
22858 Largest
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \size huge
22871 Huge
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 <row>
22878 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \size huge
22884 Huger
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 </row>
22890 </lyxtabular>
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \begin_inset space \hfill{}
22901 \end_inset
22902
22903
22904 \begin_inset Float table
22905 placement document
22906 alignment document
22907 wide false
22908 sideways false
22909 status collapsed
22910
22911 \begin_layout Plain Layout
22912 \begin_inset Caption Standard
22913
22914 \begin_layout Plain Layout
22915 Table using the command 
22916 \series bold
22917
22918 \backslash
22919 strut
22920 \series default
22921 .
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \begin_layout Plain Layout
22930 \noindent
22931 \align center
22932 \begin_inset Tabular
22933 <lyxtabular version="3" rows="6" columns="1">
22934 <features tabularvalignment="middle">
22935 <column alignment="left" valignment="top">
22936 <row>
22937 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 Normal, g
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \size large
22954 \begin_inset ERT
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958
22959
22960 \backslash
22961 strut 
22962 \end_layout
22963
22964 \end_inset
22965
22966 Large
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 </row>
22972 <row>
22973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977
22978 \size larger
22979 \begin_inset ERT
22980 status collapsed
22981
22982 \begin_layout Plain Layout
22983
22984
22985 \backslash
22986 strut 
22987 \end_layout
22988
22989 \end_inset
22990
22991 Larger
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 <row>
22998 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002
23003 \size largest
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 strut 
23012 \end_layout
23013
23014 \end_inset
23015
23016 Largest
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 </row>
23022 <row>
23023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027
23028 \size huge
23029 \begin_inset ERT
23030 status collapsed
23031
23032 \begin_layout Plain Layout
23033
23034
23035 \backslash
23036 strut 
23037 \end_layout
23038
23039 \end_inset
23040
23041 Huge
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \size giant
23054 \begin_inset ERT
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058
23059
23060 \backslash
23061 strut 
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \size huge
23068 Huger
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 </lyxtabular>
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \end_inset
23082
23083
23084 \begin_inset space \hfill{}
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \begin_layout Subsection
23096 Special Cell Alignment
23097 \begin_inset CommandInset label
23098 LatexCommand label
23099 name "subsec:Special-Cell-Alignment"
23100
23101 \end_inset
23102
23103
23104 \begin_inset Index idx
23105 range none
23106 pageformat default
23107 status collapsed
23108
23109 \begin_layout Plain Layout
23110 Table Customization
23111 \begin_inset IndexMacro subentry
23112 status open
23113
23114 \begin_layout Plain Layout
23115 Special Cell Alignment
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Standard
23129 Sometimes it looks better when the cell entries of a column are aligned
23130  with a special character, e.
23131 \begin_inset space \thinspace{}
23132 \end_inset
23133
23134 g.
23135 \begin_inset space \space{}
23136 \end_inset
23137
23138 with the decimal separator as in Table
23139 \begin_inset space ~
23140 \end_inset
23141
23142
23143 \begin_inset CommandInset ref
23144 LatexCommand ref
23145 reference "tab:Table-cells-align"
23146
23147 \end_inset
23148
23149 .
23150  This alignment is achieved by setting the cursor into the column and then
23151  either pressing the toolbar button 
23152 \begin_inset Info
23153 type  "icon"
23154 arg   "tabular-feature align-decimal"
23155 \end_inset
23156
23157  or setting the alignment in the table settings to 
23158 \family sans
23159 At
23160 \begin_inset space ~
23161 \end_inset
23162
23163 Decimal
23164 \begin_inset space ~
23165 \end_inset
23166
23167 Separator
23168 \family default
23169 .
23170  The alignment character can be a character of your choice and is specified
23171  in the table settings.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset Float table
23176 placement h
23177 alignment document
23178 wide false
23179 sideways false
23180 status open
23181
23182 \begin_layout Plain Layout
23183 \begin_inset Caption Standard
23184
23185 \begin_layout Plain Layout
23186 \begin_inset CommandInset label
23187 LatexCommand label
23188 name "tab:Table-cells-align"
23189
23190 \end_inset
23191
23192 Table cells of a column aligned with the decimal separator.
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Plain Layout
23201 \align center
23202 \begin_inset Tabular
23203 <lyxtabular version="3" rows="4" columns="1">
23204 <features booktabs="true" tabularvalignment="middle">
23205 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
23206 <row>
23207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 heading
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 </row>
23217 <row>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 12.6
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 </row>
23228 <row>
23229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 0.68
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 -123.0
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 </lyxtabular>
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset Float table
23264 placement h
23265 alignment document
23266 wide false
23267 sideways false
23268 status open
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Caption Standard
23272
23273 \begin_layout Plain Layout
23274 \begin_inset CommandInset label
23275 LatexCommand label
23276 name "tab:Table-align-operator"
23277
23278 \end_inset
23279
23280 Table cells of a column aligned with the operators.
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Plain Layout
23289 \align center
23290 \begin_inset Tabular
23291 <lyxtabular version="3" rows="4" columns="2">
23292 <features booktabs="true" tabularvalignment="middle">
23293 <column alignment="right" valignment="top" width="0pt">
23294 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23295 <row>
23296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 heading
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 \begin_inset Formula $12\,+$
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 \begin_inset Formula $\,6$
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 </row>
23341 <row>
23342 <cell alignment="center" valignment="top" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $0\,-$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Formula $\,68$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 <row>
23368 <cell alignment="center" valignment="top" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $-123\,/$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\,0$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 </lyxtabular>
23394
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Standard
23406 For alignments at characters in formulas this method does not work because
23407  the field to specify the alignment character does not allow formulas.
23408  In this case one need to use the method from Table
23409 \begin_inset space ~
23410 \end_inset
23411
23412
23413 \begin_inset CommandInset ref
23414 LatexCommand ref
23415 reference "tab:Table-align-operator"
23416
23417 \end_inset
23418
23419 .
23420  This table was created with a 4×2 table.
23421  The heading is a centered multicolumn.
23422  The first column is right-aligned and contains the first part including
23423  the operator.
23424  The second column is left aligned and contains the rest.
23425  A small space was added at the beginning of each cell of the second column
23426  to get the space that is usually around operators.
23427  To omit the space that is normally between two table columns, the following
23428  \SpecialChar LaTeX
23429 -argument was used for the second column:
23430 \end_layout
23431
23432 \begin_layout Standard
23433
23434 \series bold
23435 @{}l
23436 \end_layout
23437
23438 \begin_layout Standard
23439 Table
23440 \begin_inset space ~
23441 \end_inset
23442
23443
23444 \begin_inset CommandInset ref
23445 LatexCommand ref
23446 reference "tab:Several-table-cell"
23447
23448 \end_inset
23449
23450  shows some example alignments.
23451  For the alignment with the relation sign, a small space was added like
23452  for the second column of Table
23453 \begin_inset space ~
23454 \end_inset
23455
23456
23457 \begin_inset CommandInset ref
23458 LatexCommand ref
23459 reference "tab:Table-align-operator"
23460
23461 \end_inset
23462
23463 .
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \begin_inset Float table
23468 placement h
23469 alignment document
23470 wide false
23471 sideways false
23472 status open
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Caption Standard
23476
23477 \begin_layout Plain Layout
23478 \begin_inset CommandInset label
23479 LatexCommand label
23480 name "tab:Several-table-cell"
23481
23482 \end_inset
23483
23484 Several table cell alignments.
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Plain Layout
23493 \align center
23494 \begin_inset Tabular
23495 <lyxtabular version="3" rows="4" columns="6">
23496 <features tabularvalignment="middle">
23497 <column alignment="right" valignment="top">
23498 <column alignment="left" valignment="top" special="@{}l">
23499 <column alignment="right" valignment="top">
23500 <column alignment="left" valignment="top" special="@{}l">
23501 <column alignment="right" valignment="top">
23502 <column alignment="left" valignment="top" special="@{}l">
23503 <row>
23504 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 units
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 exponents
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 relations
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 12×
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 24
23574 \begin_inset space \thinspace{}
23575 \end_inset
23576
23577 bottles
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 \begin_inset Formula $10\cdot$
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $10^{\mbox{-}17}$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\Gamma(t)\propto$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\:\Upsilon(t)$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636 1024×
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 768
23646 \begin_inset space \thinspace{}
23647 \end_inset
23648
23649 Pixels
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Formula $5.78\cdot$
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 \begin_inset Formula $10^{7}$
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 <cell alignment="center" valignment="top" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Formula $A\ne$
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\:B_{\mathrm{red}}$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 32×
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 6
23718 \begin_inset space \thinspace{}
23719 \end_inset
23720
23721 cm
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 -
23731 \begin_inset Formula $33.5\cdot$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $10^{4}$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $\sin(\alpha)\ge$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 <cell alignment="center" valignment="top" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 \begin_inset Formula $\:\sin(\beta)$
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 </row>
23776 </lyxtabular>
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \begin_layout Subsection
23789 Customized Cell/Column Format
23790 \begin_inset CommandInset label
23791 LatexCommand label
23792 name "subsec:Customized-Format"
23793
23794 \end_inset
23795
23796
23797 \begin_inset Index idx
23798 range none
23799 pageformat default
23800 status collapsed
23801
23802 \begin_layout Plain Layout
23803 Table Customization
23804 \begin_inset IndexMacro subentry
23805 status open
23806
23807 \begin_layout Plain Layout
23808 Cell/Column Format
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 Calculating the required width for normal columns as described in section
23823 \begin_inset space ~
23824 \end_inset
23825
23826
23827 \begin_inset CommandInset ref
23828 LatexCommand ref
23829 reference "sec:Table-Width-Calculation"
23830
23831 \end_inset
23832
23833  or for spanned columns as described in section
23834 \begin_inset space ~
23835 \end_inset
23836
23837
23838 \begin_inset CommandInset ref
23839 LatexCommand ref
23840 reference "subsec:Multicolumn-Calculations"
23841
23842 \end_inset
23843
23844  is very annoying if you have several tables where a calculation is necessary.
23845  To make life easier, you can define a cell/column format in the preamble,
23846  that can be used in all tables of the document.
23847  The format is defined with the command
23848 \end_layout
23849
23850 \begin_layout Standard
23851
23852 \series bold
23853
23854 \backslash
23855 newcolumntype{name of format}[number of arguments]{commands}
23856 \end_layout
23857
23858 \begin_layout Standard
23859 The format name may only consist of one letter.
23860  The letters 
23861 \emph on
23862 b
23863 \emph default
23864
23865 \emph on
23866 c
23867 \emph default
23868
23869 \emph on
23870 l
23871 \emph default
23872
23873 \emph on
23874 m
23875 \emph default
23876
23877 \emph on
23878 p
23879 \emph default
23880  and 
23881 \emph on
23882 r
23883 \emph default
23884  are predefined and cannot be used.
23885  But all letters are allowed as capitals.
23886 \end_layout
23887
23888 \begin_layout Standard
23889 \begin_inset VSpace medskip
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \begin_layout Standard
23896 For vertically and horizontally centered multicolumn cells with a fixed
23897  width you can define the cell format
23898 \end_layout
23899
23900 \begin_layout Standard
23901
23902 \series bold
23903
23904 \backslash
23905 newcolumntype{M}[1]{>{
23906 \backslash
23907 centering
23908 \backslash
23909 hspace{0pt}}m{#1}}
23910 \end_layout
23911
23912 \begin_layout Standard
23913 where 
23914 \series bold
23915
23916 \backslash
23917 hspace{0pt}
23918 \series default
23919  avoids the problem of hyphenating the first word, as described in section
23920 \begin_inset space ~
23921 \end_inset
23922
23923
23924 \begin_inset CommandInset ref
23925 LatexCommand ref
23926 reference "subsec:Multiple-Lines-in"
23927
23928 \end_inset
23929
23930 .
23931  Now you can simply enter
23932 \end_layout
23933
23934 \begin_layout Standard
23935
23936 \series bold
23937 M{width}
23938 \end_layout
23939
23940 \begin_layout Standard
23941 as 
23942 \family sans
23943 \SpecialChar LaTeX
23944 -argument
23945 \family default
23946  in the table dialog to create a multicolumn.
23947 \end_layout
23948
23949 \begin_layout Standard
23950 \begin_inset VSpace bigskip
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Standard
23957 For cells spanned by a multicolumn cell, you can define the format
23958 \end_layout
23959
23960 \begin_layout Standard
23961
23962 \series bold
23963
23964 \backslash
23965 newcolumntype{S}[2]{>{
23966 \backslash
23967 centering
23968 \backslash
23969 hspace{0pt}}
23970 \begin_inset Newline newline
23971 \end_inset
23972
23973
23974 \begin_inset Phantom HPhantom
23975 status open
23976
23977 \begin_layout Plain Layout
23978
23979 \series bold
23980
23981 \backslash
23982 newcolumntype
23983 \end_layout
23984
23985 \end_inset
23986
23987 m{(#1+(2
23988 \backslash
23989 tabcolsep+
23990 \backslash
23991 arrayrulewidth)*(1-#2))/#2}}
23992 \end_layout
23993
23994 \begin_layout Standard
23995 This format uses equation 
23996 \begin_inset CommandInset ref
23997 LatexCommand eqref
23998 reference "eq:Wgn"
23999
24000 \end_inset
24001
24002  to calculate the required width so that each spanned cell has the same
24003  width.
24004 \end_layout
24005
24006 \begin_layout Standard
24007 You can now enter
24008 \end_layout
24009
24010 \begin_layout Standard
24011
24012 \series bold
24013 S{width of multicolumn cell}{number of spanned columns}
24014 \end_layout
24015
24016 \begin_layout Standard
24017 as \SpecialChar LaTeX
24018 -argument of the column.
24019 \end_layout
24020
24021 \begin_layout Standard
24022 \begin_inset VSpace bigskip
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \begin_layout Standard
24029 For colored columns, you can define
24030 \end_layout
24031
24032 \begin_layout Standard
24033
24034 \series bold
24035
24036 \backslash
24037 newcolumntype{K}[1]{>{
24038 \backslash
24039 columncolor{#1}
24040 \backslash
24041 hspace{0pt}}c}
24042 \end_layout
24043
24044 \begin_layout Standard
24045 The 
24046 \begin_inset Quotes eld
24047 \end_inset
24048
24049 c
24050 \begin_inset Quotes erd
24051 \end_inset
24052
24053  at the end creates a column with a flexible width whose text is horizontally
24054  centered.
24055  You can now enter
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061 K{color name}
24062 \end_layout
24063
24064 \begin_layout Standard
24065 as \SpecialChar LaTeX
24066 -argument.
24067 \end_layout
24068
24069 \begin_layout Standard
24070 \begin_inset VSpace bigskip
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \begin_layout Standard
24077 To create Table
24078 \begin_inset space ~
24079 \end_inset
24080
24081
24082 \begin_inset CommandInset ref
24083 LatexCommand ref
24084 reference "tab:Table-using-user-defined"
24085
24086 \end_inset
24087
24088  use the \SpecialChar LaTeX
24089 -arguments
24090 \end_layout
24091
24092 \begin_layout Standard
24093
24094 \series bold
24095 M{2.5cm}
24096 \end_layout
24097
24098 \begin_layout Standard
24099 for the first column and the multicolumn,
24100 \end_layout
24101
24102 \begin_layout Standard
24103
24104 \series bold
24105 K{red}
24106 \end_layout
24107
24108 \begin_layout Standard
24109 for the last column, and
24110 \end_layout
24111
24112 \begin_layout Standard
24113
24114 \series bold
24115 S{2.5cm}{2}
24116 \end_layout
24117
24118 \begin_layout Standard
24119 for the cells in the second column.
24120 \end_layout
24121
24122 \begin_layout Standard
24123 \begin_inset Float table
24124 placement h
24125 alignment document
24126 wide false
24127 sideways false
24128 status open
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Caption Standard
24132
24133 \begin_layout Plain Layout
24134 \begin_inset CommandInset label
24135 LatexCommand label
24136 name "tab:Table-using-user-defined"
24137
24138 \end_inset
24139
24140 Table using user-defined table formats
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \begin_layout Plain Layout
24149 \align center
24150 \begin_inset Tabular
24151 <lyxtabular version="3" rows="3" columns="4">
24152 <features tabularvalignment="middle">
24153 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
24154 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
24155 <column alignment="center" valignment="middle">
24156 <column alignment="center" valignment="middle" special="K{red}">
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 verylongtablecellword
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 multiple lines multicolumn
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 c
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 d
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 e
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 f
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 g
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 <row>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 h
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 i
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 j
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 k
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 </lyxtabular>
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Subsection
24284 Line Thickness
24285 \begin_inset CommandInset label
24286 LatexCommand label
24287 name "subsec:Line-Thickness"
24288
24289 \end_inset
24290
24291
24292 \begin_inset Index idx
24293 range none
24294 pageformat default
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298 Table Customization
24299 \begin_inset IndexMacro subentry
24300 status open
24301
24302 \begin_layout Plain Layout
24303 Line Thickness
24304 \end_layout
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312
24313
24314 \end_layout
24315
24316 \begin_layout Standard
24317 The line thickness for all lines in a table can be adjusted with the length
24318  
24319 \series bold
24320
24321 \backslash
24322 arrayrulewidth
24323 \series default
24324 .
24325  To set for example a line thickness of 1.5
24326 \begin_inset space \thinspace{}
24327 \end_inset
24328
24329 pt, as in Table
24330 \begin_inset space ~
24331 \end_inset
24332
24333
24334 \begin_inset CommandInset ref
24335 LatexCommand ref
24336 reference "tab:Table-with-1.5"
24337
24338 \end_inset
24339
24340 , insert the command
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 setlength{
24349 \backslash
24350 arrayrulewidth}{1.5pt}
24351 \end_layout
24352
24353 \begin_layout Standard
24354 in \SpecialChar TeX
24355  Code before the table or table float.
24356  The changed thickness is valid for all subsequent tables.
24357  To use the default value again, set 
24358 \series bold
24359
24360 \backslash
24361 arrayrulewidth
24362 \series default
24363  to 0.4
24364 \begin_inset space \thinspace{}
24365 \end_inset
24366
24367 pt in \SpecialChar TeX
24368  Code after the table or table float.
24369 \end_layout
24370
24371 \begin_layout Standard
24372 \begin_inset ERT
24373 status collapsed
24374
24375 \begin_layout Plain Layout
24376
24377
24378 \backslash
24379 setlength{
24380 \backslash
24381 arrayrulewidth}{1.5pt}
24382 \end_layout
24383
24384 \end_inset
24385
24386
24387 \begin_inset Float table
24388 placement document
24389 alignment document
24390 wide false
24391 sideways false
24392 status open
24393
24394 \begin_layout Plain Layout
24395 \begin_inset Caption Standard
24396
24397 \begin_layout Plain Layout
24398 \begin_inset CommandInset label
24399 LatexCommand label
24400 name "tab:Table-with-1.5"
24401
24402 \end_inset
24403
24404 Table with 1.5
24405 \begin_inset space \thinspace{}
24406 \end_inset
24407
24408 pt thick lines
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Plain Layout
24417 \align center
24418 \begin_inset Tabular
24419 <lyxtabular version="3" rows="3" columns="3">
24420 <features tabularvalignment="middle">
24421 <column alignment="center" valignment="top">
24422 <column alignment="center" valignment="top">
24423 <column alignment="center" valignment="top">
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 sd
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467 sd
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 sd
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 </row>
24511 </lyxtabular>
24512
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \begin_inset ERT
24522 status collapsed
24523
24524 \begin_layout Plain Layout
24525
24526
24527 \backslash
24528 setlength{
24529 \backslash
24530 arrayrulewidth}{0.4pt}
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \begin_layout Standard
24539 \begin_inset VSpace bigskip
24540 \end_inset
24541
24542 To set the line thickness to 1.5
24543 \begin_inset space \thinspace{}
24544 \end_inset
24545
24546 pt only for horizontal lines, as in Table
24547 \begin_inset space ~
24548 \end_inset
24549
24550
24551 \begin_inset CommandInset ref
24552 LatexCommand ref
24553 reference "tab:Table-with-horizontal"
24554
24555 \end_inset
24556
24557 , insert these commands in \SpecialChar TeX
24558  Code before the table or table float:
24559 \end_layout
24560
24561 \begin_layout Standard
24562
24563 \series bold
24564
24565 \backslash
24566 let
24567 \backslash
24568 myHline
24569 \backslash
24570 hline
24571 \begin_inset Newline newline
24572 \end_inset
24573
24574
24575 \backslash
24576 renewcommand{
24577 \backslash
24578 hline}
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582  {
24583 \backslash
24584 noalign{
24585 \backslash
24586 global
24587 \backslash
24588 arrayrulewidth 1.5pt}
24589 \begin_inset Newline newline
24590 \end_inset
24591
24592  
24593 \backslash
24594 myHline
24595 \backslash
24596 noalign{
24597 \backslash
24598 global
24599 \backslash
24600 arrayrulewidth 0.4pt}}
24601 \end_layout
24602
24603 \begin_layout Standard
24604 To return to the default line thickness, insert this command in \SpecialChar TeX
24605  Code after
24606  the table or table float:
24607 \end_layout
24608
24609 \begin_layout Standard
24610
24611 \series bold
24612
24613 \backslash
24614 renewcommand{
24615 \backslash
24616 hline}{
24617 \backslash
24618 myHline}
24619 \end_layout
24620
24621 \begin_layout Standard
24622 \begin_inset ERT
24623 status collapsed
24624
24625 \begin_layout Plain Layout
24626
24627
24628 \backslash
24629 let
24630 \backslash
24631 myHline
24632 \backslash
24633 hline
24634 \end_layout
24635
24636 \begin_layout Plain Layout
24637
24638
24639 \backslash
24640 renewcommand{
24641 \backslash
24642 hline}
24643 \end_layout
24644
24645 \begin_layout Plain Layout
24646
24647  {
24648 \backslash
24649 noalign{
24650 \backslash
24651 global
24652 \backslash
24653 arrayrulewidth 1.5pt}
24654 \end_layout
24655
24656 \begin_layout Plain Layout
24657
24658   
24659 \backslash
24660 myHline
24661 \backslash
24662 noalign{
24663 \backslash
24664 global
24665 \backslash
24666 arrayrulewidth 0.4pt}}
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \begin_inset Float table
24673 placement document
24674 alignment document
24675 wide false
24676 sideways false
24677 status open
24678
24679 \begin_layout Plain Layout
24680 \begin_inset Caption Standard
24681
24682 \begin_layout Plain Layout
24683 \begin_inset CommandInset label
24684 LatexCommand label
24685 name "tab:Table-with-horizontal"
24686
24687 \end_inset
24688
24689 Table with 1.5
24690 \begin_inset space \thinspace{}
24691 \end_inset
24692
24693 pt thick horizontal lines
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Plain Layout
24702 \align center
24703 \begin_inset Tabular
24704 <lyxtabular version="3" rows="3" columns="3">
24705 <features tabularvalignment="middle">
24706 <column alignment="center" valignment="top">
24707 <column alignment="center" valignment="top">
24708 <column alignment="center" valignment="top">
24709 <row>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 sd
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 <row>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 sd
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 </row>
24767 <row>
24768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 sd
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 </lyxtabular>
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \begin_inset ERT
24807 status collapsed
24808
24809 \begin_layout Plain Layout
24810
24811
24812 \backslash
24813 renewcommand{
24814 \backslash
24815 hline}{
24816 \backslash
24817 myHline}
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Standard
24826 \begin_inset VSpace bigskip
24827 \end_inset
24828
24829 To set the line thickness to 1.5
24830 \begin_inset space \thinspace{}
24831 \end_inset
24832
24833 pt only for vertical lines, create the following column format in the document
24834  preamble, according to the description in section
24835 \begin_inset space ~
24836 \end_inset
24837
24838
24839 \begin_inset CommandInset ref
24840 LatexCommand ref
24841 reference "subsec:Customized-Format"
24842
24843 \end_inset
24844
24845 :
24846 \end_layout
24847
24848 \begin_layout Standard
24849
24850 \series bold
24851
24852 \backslash
24853 newcolumntype{V}{!{
24854 \backslash
24855 vrule width 1.5pt}}
24856 \end_layout
24857
24858 \begin_layout Standard
24859 For Table
24860 \begin_inset space ~
24861 \end_inset
24862
24863
24864 \begin_inset CommandInset ref
24865 LatexCommand ref
24866 reference "tab:Table-with-vertical"
24867
24868 \end_inset
24869
24870  the \SpecialChar LaTeX
24871 -argument
24872 \end_layout
24873
24874 \begin_layout Standard
24875
24876 \series bold
24877 VcV
24878 \end_layout
24879
24880 \begin_layout Standard
24881 was used for the last column and
24882 \end_layout
24883
24884 \begin_layout Standard
24885
24886 \series bold
24887 Vc
24888 \end_layout
24889
24890 \begin_layout Standard
24891 for the other columns.
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \begin_inset Float table
24896 placement document
24897 alignment document
24898 wide false
24899 sideways false
24900 status open
24901
24902 \begin_layout Plain Layout
24903 \begin_inset Caption Standard
24904
24905 \begin_layout Plain Layout
24906 \begin_inset CommandInset label
24907 LatexCommand label
24908 name "tab:Table-with-vertical"
24909
24910 \end_inset
24911
24912 Table with 1.5
24913 \begin_inset space \thinspace{}
24914 \end_inset
24915
24916 pt thick vertical lines
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Plain Layout
24925 \align center
24926 \begin_inset Tabular
24927 <lyxtabular version="3" rows="3" columns="3">
24928 <features tabularvalignment="middle">
24929 <column alignment="center" valignment="top" special="Vc">
24930 <column alignment="center" valignment="top" special="Vc">
24931 <column alignment="center" valignment="top" special="VcV">
24932 <row>
24933 <cell alignment="center" valignment="top" topline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 sd
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 </row>
24961 <row>
24962 <cell alignment="center" valignment="top" topline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 sd
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 sd
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 </row>
25019 </lyxtabular>
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Subsection
25032 Dashed Lines
25033 \begin_inset Index idx
25034 range none
25035 pageformat default
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039 Table Customization
25040 \begin_inset IndexMacro subentry
25041 status open
25042
25043 \begin_layout Plain Layout
25044 Dashed Lines
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \begin_inset ERT
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062
25063
25064 \backslash
25065 ifarydshln
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \begin_inset Note Note
25072 status open
25073
25074 \begin_layout Plain Layout
25075 The following section will only be displayed when the \SpecialChar LaTeX
25076 -package 
25077 \series bold
25078 arydshln
25079 \series default
25080  is installed.
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \begin_layout Standard
25089 \begin_inset Float table
25090 placement H
25091 alignment document
25092 wide false
25093 sideways false
25094 status open
25095
25096 \begin_layout Plain Layout
25097 \begin_inset Caption Standard
25098
25099 \begin_layout Plain Layout
25100 \begin_inset CommandInset label
25101 LatexCommand label
25102 name "tab:Table-with-dashed"
25103
25104 \end_inset
25105
25106 Table with dashed lines
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Plain Layout
25115 \align center
25116 \begin_inset Tabular
25117 <lyxtabular version="3" rows="5" columns="5">
25118 <features tabularvalignment="middle">
25119 <column alignment="center" valignment="top">
25120 <column alignment="center" valignment="top">
25121 <column alignment="center" valignment="top" special=":c">
25122 <column alignment="center" valignment="top">
25123 <column alignment="center" valignment="top">
25124 <row>
25125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 a
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138 b
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147 c
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 d
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 e
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176 f
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185 g
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194 h
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203 i
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 j
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 </row>
25218 <row>
25219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 \begin_inset ERT
25224 status collapsed
25225
25226 \begin_layout Plain Layout
25227
25228
25229 \backslash
25230 hdashline 
25231 \end_layout
25232
25233 \end_inset
25234
25235 k
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 l
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 m
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 n
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 o
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 </row>
25277 <row>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 \begin_inset ERT
25283 status collapsed
25284
25285 \begin_layout Plain Layout
25286
25287
25288 \backslash
25289 cdashline{4-5}
25290 \end_layout
25291
25292 \end_inset
25293
25294 p
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 q
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 r
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321 s
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 t
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 u
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 v
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368 w
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 x
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 </row>
25383 </lyxtabular>
25384
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \SpecialChar LyX
25397  does not natively support dashed lines, so you have to use \SpecialChar TeX
25398  Code.
25399  As a prerequisite the \SpecialChar LaTeX
25400  package 
25401 \series bold
25402 arydshln
25403 \series default
25404
25405 \begin_inset Index idx
25406 range none
25407 pageformat default
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 \SpecialChar LaTeX
25412  packages
25413 \begin_inset IndexMacro subentry
25414 status open
25415
25416 \begin_layout Plain Layout
25417 arydshln
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \end_inset
25426
25427  must be loaded in the document preamble with the command
25428 \end_layout
25429
25430 \begin_layout Standard
25431
25432 \series bold
25433
25434 \backslash
25435 usepackage{arydshln}
25436 \end_layout
25437
25438 \begin_layout Standard
25439 To make a vertical line dashed, enter the colon 
25440 \begin_inset Quotes eld
25441 \end_inset
25442
25443 :
25444 \begin_inset Quotes erd
25445 \end_inset
25446
25447  together with the character for the horizontal alignment as \SpecialChar LaTeX
25448  argument in
25449  the table cell dialog.
25450 \end_layout
25451
25452 \begin_layout Standard
25453 For a horizontal dashed line add the command
25454 \end_layout
25455
25456 \begin_layout Standard
25457
25458 \series bold
25459
25460 \backslash
25461 hdashline
25462 \end_layout
25463
25464 \begin_layout Standard
25465 in \SpecialChar TeX
25466  Code as first element of the first cell in the table row.
25467 \end_layout
25468
25469 \begin_layout Standard
25470 For dashed multicolumn lines use the command
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476
25477 \backslash
25478 cdashline{line number
25479 \series default
25480 }
25481 \end_layout
25482
25483 \begin_layout Standard
25484 in \SpecialChar TeX
25485  Code as the first element of the first cell in the table row.
25486  If you have for example a multicolumn spanning columns 2 to 4 and you want
25487  to have a dashed line above, add the command
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 cdashline{2-4}
25496 \end_layout
25497
25498 \begin_layout Standard
25499 as the first element of the first cell in the row of the multicolumn.
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset VSpace bigskip
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 Table
25511 \begin_inset space ~
25512 \end_inset
25513
25514
25515 \begin_inset CommandInset ref
25516 LatexCommand ref
25517 reference "tab:Table-with-dashed"
25518
25519 \end_inset
25520
25521  was created using 
25522 \begin_inset Quotes eld
25523 \end_inset
25524
25525
25526 \series bold
25527 :c
25528 \series default
25529
25530 \begin_inset Quotes erd
25531 \end_inset
25532
25533  as \SpecialChar LaTeX
25534  argument of the third column.
25535  The \SpecialChar TeX
25536  Code command 
25537 \series bold
25538
25539 \backslash
25540 hdashline
25541 \series default
25542  was inserted in the first cell of the third row and the \SpecialChar TeX
25543  Code command
25544 \begin_inset Newline newline
25545 \end_inset
25546
25547  
25548 \series bold
25549
25550 \backslash
25551 cdashline{4-5}
25552 \series default
25553  was inserted in the first cell of the fourth row.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 \begin_inset VSpace bigskip
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 Tables with dashed lines can also be colored as shown by Table
25565 \begin_inset space ~
25566 \end_inset
25567
25568
25569 \begin_inset CommandInset ref
25570 LatexCommand ref
25571 reference "tab:Colored-table-with"
25572
25573 \end_inset
25574
25575 .
25576 \end_layout
25577
25578 \begin_layout Standard
25579 \begin_inset ERT
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583
25584
25585 \backslash
25586 setlength{
25587 \backslash
25588 arrayrulewidth}{1pt}
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \begin_inset Note Note
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598 thicker lines for better visualization of the line color
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \begin_inset ERT
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611
25612
25613 \backslash
25614 dashgapcolor{green}
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \begin_inset Note Note
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624 color gaps between dashes green
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 \begin_inset ERT
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637
25638
25639 \backslash
25640 let
25641 \backslash
25642 myHdashline
25643 \backslash
25644 hdashline
25645 \end_layout
25646
25647 \begin_layout Plain Layout
25648
25649
25650 \backslash
25651 renewcommand{
25652 \backslash
25653 hdashline}
25654 \end_layout
25655
25656 \begin_layout Plain Layout
25657
25658  {
25659 \backslash
25660 arrayrulecolor{red}
25661 \backslash
25662 myHdashline
25663 \backslash
25664 arrayrulecolor{black}}
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \begin_inset Note Note
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674 color horizontal, dashed lines red
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 \begin_inset ERT
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687
25688
25689 \backslash
25690 let
25691 \backslash
25692 myCdashline
25693 \backslash
25694 cdashline
25695 \end_layout
25696
25697 \begin_layout Plain Layout
25698
25699
25700 \backslash
25701 renewcommand{
25702 \backslash
25703 cdashline}[1]
25704 \end_layout
25705
25706 \begin_layout Plain Layout
25707
25708  {
25709 \backslash
25710 arrayrulecolor{yellow}
25711 \backslash
25712 myCdashline{#1}
25713 \backslash
25714 arrayrulecolor{black}}
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \begin_inset Note Note
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724 color partial horizontal, dashed lines yellow
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \begin_layout Standard
25733 \begin_inset Float table
25734 placement h
25735 alignment document
25736 wide false
25737 sideways false
25738 status open
25739
25740 \begin_layout Plain Layout
25741 \begin_inset Caption Standard
25742
25743 \begin_layout Plain Layout
25744 \begin_inset CommandInset label
25745 LatexCommand label
25746 name "tab:Colored-table-with"
25747
25748 \end_inset
25749
25750 Colored table with dashed lines
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Plain Layout
25759 \align center
25760 \begin_inset Tabular
25761 <lyxtabular version="3" rows="5" columns="5">
25762 <features tabularvalignment="middle">
25763 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
25764 <column alignment="center" valignment="top" width="0pt">
25765 <column alignment="center" valignment="top" width="0pt" special=":c">
25766 <column alignment="center" valignment="top">
25767 <column alignment="center" valignment="top">
25768 <row>
25769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 a
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 <cell alignment="center" valignment="top" topline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782 b
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" topline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 c
25792 \end_layout
25793
25794 \end_inset
25795 </cell>
25796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25797 \begin_inset Text
25798
25799 \begin_layout Plain Layout
25800 d
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809 e
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 <row>
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 f
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 <cell alignment="center" valignment="top" topline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829 g
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" topline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838 h
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 i
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 j
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 <row>
25863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 \begin_inset ERT
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871
25872
25873 \backslash
25874 hdashline 
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 rowcolor{Gray}
25888 \end_layout
25889
25890 \end_inset
25891
25892 k
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901 l
25902 \end_layout
25903
25904 \end_inset
25905 </cell>
25906 <cell alignment="center" valignment="top" usebox="none">
25907 \begin_inset Text
25908
25909 \begin_layout Plain Layout
25910 m
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919 n
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928 o
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 </row>
25934 <row>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939 \begin_inset ERT
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944
25945 \backslash
25946 cdashline{4-5}
25947 \end_layout
25948
25949 \end_inset
25950
25951 p
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 q
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969 r
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 s
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 <row>
25994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998 t
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 u
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 v
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025 w
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034 \begin_inset ERT
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038
26039
26040 \backslash
26041 cellcolor{Maroon}
26042 \end_layout
26043
26044 \end_inset
26045
26046 i
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 </lyxtabular>
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Standard
26065 \begin_inset ERT
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069
26070
26071 \backslash
26072 renewcommand{
26073 \backslash
26074 hdashline}{
26075 \backslash
26076 myHdashline}
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \begin_inset Note Note
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086 reset to default
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset ERT
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099
26100
26101 \backslash
26102 renewcommand{
26103 \backslash
26104 cdashline}{
26105 \backslash
26106 myCdashline}
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \begin_inset Note Note
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116 reset to default
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Standard
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 nodashgapcolor
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \begin_inset Note Note
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 reset to default
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Standard
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 setlength{
26159 \backslash
26160 arrayrulewidth}{0.4pt}
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \begin_inset Note Note
26167 status collapsed
26168
26169 \begin_layout Plain Layout
26170 reset to default
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \begin_layout Standard
26179 The coloring of lines, columns and lines works as decribed in section
26180 \begin_inset space ~
26181 \end_inset
26182
26183
26184 \begin_inset CommandInset ref
26185 LatexCommand ref
26186 reference "sec:Colored-Tables"
26187
26188 \end_inset
26189
26190 .
26191  Coloring horizontal lines works analogically as described there as well,
26192  one only needs to replace in the commands 
26193 \series bold
26194
26195 \backslash
26196 myHlineC
26197 \series default
26198  by 
26199 \series bold
26200
26201 \backslash
26202 myHdashline
26203 \series default
26204  and 
26205 \backslash
26206
26207 \series bold
26208 hline
26209 \series default
26210  by 
26211 \series bold
26212
26213 \backslash
26214 hdashline
26215 \series default
26216 ; so one uses the command
26217 \end_layout
26218
26219 \begin_layout Standard
26220
26221 \series bold
26222
26223 \backslash
26224 let
26225 \backslash
26226 myHdashline
26227 \backslash
26228 hdashline
26229 \begin_inset Newline newline
26230 \end_inset
26231
26232
26233 \backslash
26234 renewcommand{
26235 \backslash
26236 hdashline}
26237 \begin_inset Newline newline
26238 \end_inset
26239
26240
26241 \begin_inset Phantom HPhantom
26242 status open
26243
26244 \begin_layout Plain Layout
26245 \begin_inset space ~
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252
26253 {
26254 \backslash
26255 arrayrulecolor{red}
26256 \backslash
26257 myHdashline
26258 \backslash
26259 arrayrulecolor{black}}
26260 \end_layout
26261
26262 \begin_layout Standard
26263 To color 
26264 \series bold
26265
26266 \backslash
26267 cdashline
26268 \series default
26269 , the command is
26270 \end_layout
26271
26272 \begin_layout Standard
26273
26274 \series bold
26275
26276 \backslash
26277 let
26278 \backslash
26279 myCdashline
26280 \backslash
26281 cdashline
26282 \begin_inset Newline newline
26283 \end_inset
26284
26285
26286 \backslash
26287 renewcommand{
26288 \backslash
26289 cdashline}[1]
26290 \begin_inset Newline newline
26291 \end_inset
26292
26293
26294 \begin_inset Phantom HPhantom
26295 status open
26296
26297 \begin_layout Plain Layout
26298 \begin_inset space ~
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305
26306 {
26307 \backslash
26308 arrayrulecolor{red}
26309 \backslash
26310 myCdashline{#1}
26311 \backslash
26312 arrayrulecolor{black}}
26313 \end_layout
26314
26315 \begin_layout Standard
26316 To get back the black line color, one needs to insert the following commands
26317  as \SpecialChar TeX
26318  Code behind the table:
26319 \end_layout
26320
26321 \begin_layout Standard
26322 For 
26323 \series bold
26324
26325 \backslash
26326 hdashline
26327 \end_layout
26328
26329 \begin_layout Standard
26330
26331 \series bold
26332
26333 \backslash
26334 renewcommand{
26335 \backslash
26336 hdashline}{
26337 \backslash
26338 myHdashline}
26339 \end_layout
26340
26341 \begin_layout Standard
26342 and for 
26343 \series bold
26344
26345 \backslash
26346 cdashline
26347 \end_layout
26348
26349 \begin_layout Standard
26350
26351 \series bold
26352
26353 \backslash
26354 renewcommand{
26355 \backslash
26356 cdashline}{
26357 \backslash
26358 myCdashline}
26359 \end_layout
26360
26361 \begin_layout Standard
26362 To color the gaps between the dashes the command
26363 \end_layout
26364
26365 \begin_layout Standard
26366
26367 \series bold
26368
26369 \backslash
26370 dashgapcolor{color}
26371 \end_layout
26372
26373 \begin_layout Standard
26374 can be used in front of a table as \SpecialChar TeX
26375  Code.
26376  color is hereby the name of a defined color.
26377  The command
26378 \end_layout
26379
26380 \begin_layout Standard
26381
26382 \series bold
26383
26384 \backslash
26385 nodashgapcolor
26386 \end_layout
26387
26388 \begin_layout Standard
26389 unsets the changes made by 
26390 \series bold
26391
26392 \backslash
26393 dashgapcolor
26394 \series default
26395 .
26396 \end_layout
26397
26398 \begin_layout Standard
26399 \begin_inset Note Greyedout
26400 status open
26401
26402 \begin_layout Plain Layout
26403
26404 \series bold
26405 \color none
26406 Note
26407 \series default
26408 : If there are multiple commands in a cell, the command of 
26409 \series bold
26410 arydshln
26411 \series default
26412  needs to be the first one in the cell.
26413  Therefore in cell 
26414 \emph on
26415 k
26416 \emph default
26417  of Table
26418 \begin_inset space ~
26419 \end_inset
26420
26421
26422 \begin_inset CommandInset ref
26423 LatexCommand ref
26424 reference "tab:Colored-table-with"
26425
26426 \end_inset
26427
26428  the command 
26429 \series bold
26430
26431 \backslash
26432 hdashline
26433 \series default
26434  is before 
26435 \series bold
26436
26437 \backslash
26438 rowcolor
26439 \series default
26440 .
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Standard
26449 \begin_inset Note Greyedout
26450 status open
26451
26452 \begin_layout Plain Layout
26453
26454 \series bold
26455 \color none
26456 Note:
26457 \series default
26458  The \SpecialChar LaTeX
26459 -package 
26460 \series bold
26461 arydshln
26462 \series default
26463  must be loaded in the document preamble before the \SpecialChar LaTeX
26464 -package 
26465 \series bold
26466 colortbl
26467 \series default
26468
26469 \begin_inset Index idx
26470 range none
26471 pageformat default
26472 status collapsed
26473
26474 \begin_layout Plain Layout
26475 \SpecialChar LaTeX
26476  packages
26477 \begin_inset IndexMacro subentry
26478 status open
26479
26480 \begin_layout Plain Layout
26481 colortbl
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490
26491 .
26492 \end_layout
26493
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \begin_layout Standard
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 else
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \begin_inset Note Note
26514 status open
26515
26516 \begin_layout Plain Layout
26517 The following will be displayed when the \SpecialChar LaTeX
26518 -package 
26519 \series bold
26520 arydshln
26521 \series default
26522  is not installed:
26523 \end_layout
26524
26525 \end_inset
26526
26527
26528 \end_layout
26529
26530 \begin_layout Standard
26531 You need to install the package 
26532 \series bold
26533 arydshln
26534 \series default
26535  to see the content of this section in the output.
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \begin_inset ERT
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543
26544
26545 \backslash
26546 fi
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Standard
26555 For more information about dashed lines see the documentation of 
26556 \series bold
26557 arydshln
26558 \series default
26559
26560 \begin_inset CommandInset citation
26561 LatexCommand cite
26562 key "arydshln"
26563 literal "true"
26564
26565 \end_inset
26566
26567 .
26568 \end_layout
26569
26570 \begin_layout Chapter
26571 Floats
26572 \begin_inset CommandInset label
26573 LatexCommand label
26574 name "chap:Floats"
26575
26576 \end_inset
26577
26578
26579 \begin_inset Index idx
26580 range none
26581 pageformat default
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585 Floats
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Section
26594 Introduction
26595 \begin_inset CommandInset label
26596 LatexCommand label
26597 name "sec:FloatIntroduction"
26598
26599 \end_inset
26600
26601
26602 \begin_inset Index idx
26603 range none
26604 pageformat default
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608 Floats
26609 \begin_inset IndexMacro subentry
26610 status open
26611
26612 \begin_layout Plain Layout
26613 Introduction
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 A float is a block of text associated with some sort of label, which doesn't
26628  have a fixed location.
26629  It can 
26630 \begin_inset Quotes eld
26631 \end_inset
26632
26633 float
26634 \begin_inset Quotes erd
26635 \end_inset
26636
26637  forward or backward a page or two, to wherever it fits best.
26638  
26639 \family sans
26640 Footnotes
26641 \family default
26642  and 
26643 \family sans
26644 Margin
26645 \begin_inset space ~
26646 \end_inset
26647
26648 Notes
26649 \family default
26650  are also floats because they can float to the next page when there are
26651  too many notes on the page.
26652 \end_layout
26653
26654 \begin_layout Standard
26655 Floats allow a high quality layout.
26656  Images and tables can be spread evenly among the pages to avoid white space
26657  and pages without text.
26658  As the floating often destroys the context between the text and the image/table
26659 , every float can be referenced in the text.
26660  Floats are therefore numbered.
26661  Referencing is described in section
26662 \begin_inset space ~
26663 \end_inset
26664
26665
26666 \begin_inset CommandInset ref
26667 LatexCommand ref
26668 reference "sec:Referencing-Floats"
26669
26670 \end_inset
26671
26672 .
26673 \end_layout
26674
26675 \begin_layout Standard
26676 To insert a float, use the menu 
26677 \family sans
26678 Insert\SpecialChar menuseparator
26679 Float
26680 \family default
26681  (toolbar button 
26682 \begin_inset Info
26683 type  "icon"
26684 arg   "float-insert figure"
26685 \end_inset
26686
26687  or 
26688 \begin_inset Info
26689 type  "icon"
26690 arg   "float-insert table"
26691 \end_inset
26692
26693 ).
26694  This inserts the 
26695 \family sans
26696 Caption
26697 \family default
26698  inset, a box with a label.
26699  The label will automatically be translated to the document language in
26700  the output.
26701  After the label you can insert the caption text.
26702  The image or table is inserted above or below the caption in a separate
26703  paragraph within the float.
26704  More about the caption placement is contained in section
26705 \begin_inset space ~
26706 \end_inset
26707
26708
26709 \begin_inset CommandInset ref
26710 LatexCommand ref
26711 reference "sec:Caption-Placement"
26712
26713 \end_inset
26714
26715 .
26716  To keep your \SpecialChar LyX
26717  document readable, you can open and close the float box by
26718  left-clicking on the box label.
26719  A closed float box looks like this: 
26720 \begin_inset Graphics
26721         filename clipart/float.png
26722         scale 95
26723         scaleBeforeRotation
26724
26725 \end_inset
26726
26727  – a gray button with a red label.
26728 \end_layout
26729
26730 \begin_layout Standard
26731 It is recommended that you insert floats as separate standard paragraphs
26732  to avoid possible \SpecialChar LaTeX
26733 -errors that can occur when the surrounding text is specially
26734  formatted.
26735 \end_layout
26736
26737 \begin_layout Standard
26738 Existing figures or tables can be put into a float by highlighting them
26739  and then pressing the corresponding toolbar button for a new float.
26740 \end_layout
26741
26742 \begin_layout Section
26743 Float Types
26744 \end_layout
26745
26746 \begin_layout Standard
26747 Besides figure and table floats that are described in sections
26748 \begin_inset space ~
26749 \end_inset
26750
26751
26752 \begin_inset CommandInset ref
26753 LatexCommand ref
26754 reference "sec:Figure-Floats"
26755
26756 \end_inset
26757
26758  and 
26759 \begin_inset CommandInset ref
26760 LatexCommand ref
26761 reference "sec:Table-Floats"
26762
26763 \end_inset
26764
26765  respectively, \SpecialChar LyX
26766  offers the float types 
26767 \family sans
26768 Algorithm
26769 \family default
26770  and 
26771 \family sans
26772 Wrap
26773 \family default
26774 .
26775  The latter are explained in sec.
26776 \begin_inset space \thinspace{}
26777 \end_inset
26778
26779
26780 \begin_inset CommandInset ref
26781 LatexCommand ref
26782 reference "sec:Wrap-Floats"
26783
26784 \end_inset
26785
26786 .
26787 \end_layout
26788
26789 \begin_layout Subsection
26790 Algorithm Floats
26791 \begin_inset Index idx
26792 range none
26793 pageformat default
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797 Floats
26798 \begin_inset IndexMacro subentry
26799 status open
26800
26801 \begin_layout Plain Layout
26802 Algorithms
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Standard
26816 \begin_inset Float algorithm
26817 placement h
26818 alignment document
26819 wide false
26820 sideways false
26821 status open
26822
26823 \begin_layout Plain Layout
26824 \begin_inset Caption Standard
26825
26826 \begin_layout Plain Layout
26827 \begin_inset CommandInset label
26828 LatexCommand label
26829 name "alg:Example-Algorithm-float"
26830
26831 \end_inset
26832
26833 Example Algorithm float
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout LyX-Code
26842 for I in 1..N loop
26843 \begin_inset Newline newline
26844 \end_inset
26845
26846  Sum := Sum + A(I); /* comment */
26847 \begin_inset Newline newline
26848 \end_inset
26849
26850 end loop
26851 \begin_inset VSpace -4mm
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \begin_layout Standard
26863 This float type is inserted with the menu 
26864 \family sans
26865 Insert\SpecialChar menuseparator
26866 Float\SpecialChar menuseparator
26867 Algorithm
26868 \family default
26869 .
26870  It is used for program codes and descriptions of algorithms and can be
26871  seen as an alternative to program code listings that are explained in chapter
26872 \begin_inset space ~
26873 \end_inset
26874
26875
26876 \begin_inset CommandInset ref
26877 LatexCommand ref
26878 reference "cha:Program-Code-Listings"
26879
26880 \end_inset
26881
26882 .
26883  A possible environment for algorithms is the 
26884 \family sans
26885 \SpecialChar LyX
26886  Code
26887 \family default
26888 , described in \SpecialChar LyX
26889 's 
26890 \emph on
26891 Userguide
26892 \emph default
26893 .
26894  Algorithm
26895 \begin_inset space ~
26896 \end_inset
26897
26898
26899 \begin_inset CommandInset ref
26900 LatexCommand ref
26901 reference "alg:Example-Algorithm-float"
26902
26903 \end_inset
26904
26905  is an example of an algorithm float where -4
26906 \begin_inset space \thinspace{}
26907 \end_inset
26908
26909 mm vertical space was added at the end of the float to have the bottom rule
26910  exactly below the last text line.
26911 \end_layout
26912
26913 \begin_layout Standard
26914 The float label is not automatically translated into the document language.
26915  If your document is not in English, you have to do this manually by adding
26916  the following line to the document preamble
26917 \series bold
26918 :
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \series bold
26924
26925 \backslash
26926 floatname{algorithm}{your
26927 \begin_inset space ~
26928 \end_inset
26929
26930 name}
26931 \end_layout
26932
26933 \begin_layout Standard
26934 where 
26935 \family sans
26936 your
26937 \begin_inset space ~
26938 \end_inset
26939
26940 name
26941 \family default
26942  is the word 
26943 \begin_inset Quotes eld
26944 \end_inset
26945
26946
26947 \emph on
26948 algorithm
26949 \emph default
26950
26951 \begin_inset Quotes erd
26952 \end_inset
26953
26954  in your language.
26955 \end_layout
26956
26957 \begin_layout Standard
26958 To insert the list of algorithms you can use the menu 
26959 \family sans
26960 Insert\SpecialChar menuseparator
26961 List
26962 \begin_inset space \thinspace{}
26963 \end_inset
26964
26965 /
26966 \begin_inset space \thinspace{}
26967 \end_inset
26968
26969 TOC\SpecialChar menuseparator
26970 List of Algorithms
26971 \family default
26972  when your document has the same language as \SpecialChar LyX
26973 's menu names.
26974  In other cases use this command in \SpecialChar TeX
26975  Code instead:
26976 \end_layout
26977
26978 \begin_layout Standard
26979
26980 \series bold
26981
26982 \backslash
26983 listof{algorithm}{your
26984 \begin_inset space ~
26985 \end_inset
26986
26987 name}
26988 \end_layout
26989
26990 \begin_layout Standard
26991 where 
26992 \family sans
26993 your
26994 \begin_inset space ~
26995 \end_inset
26996
26997 name
26998 \family default
26999  is the word 
27000 \begin_inset Quotes eld
27001 \end_inset
27002
27003
27004 \emph on
27005 List of Algorithm
27006 \emph default
27007 s
27008 \begin_inset Quotes erd
27009 \end_inset
27010
27011  in your language.
27012 \end_layout
27013
27014 \begin_layout Standard
27015 Algorithm floats are not by default numbered in the scheme 
27016 \begin_inset Quotes eld
27017 \end_inset
27018
27019 chapter.algorithm
27020 \begin_inset Quotes erd
27021 \end_inset
27022
27023  as is the case for table and figure floats in many document-classes.
27024  To number algorithm floats in the same scheme, add this command to your
27025  document preamble:
27026 \end_layout
27027
27028 \begin_layout Standard
27029
27030 \series bold
27031
27032 \backslash
27033 numberwithin{algorithm}{chapter}
27034 \end_layout
27035
27036 \begin_layout Standard
27037 To be able to use the command 
27038 \series bold
27039
27040 \backslash
27041 numberwithin
27042 \series default
27043 , set in the tab 
27044 \family sans
27045 Math
27046 \begin_inset space ~
27047 \end_inset
27048
27049 Options
27050 \family default
27051  in the document settings the option 
27052 \family sans
27053 Use
27054 \begin_inset space ~
27055 \end_inset
27056
27057 AMS
27058 \begin_inset space ~
27059 \end_inset
27060
27061 math
27062 \begin_inset space ~
27063 \end_inset
27064
27065 package
27066 \family default
27067 .
27068 \end_layout
27069
27070 \begin_layout Section
27071 Float Numbering
27072 \begin_inset Index idx
27073 range none
27074 pageformat default
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078 Floats
27079 \begin_inset IndexMacro subentry
27080 status open
27081
27082 \begin_layout Plain Layout
27083 Numbering
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Standard
27097 Floats are usually numbered either independently from the sections the floats
27098  are in, or in the scheme 
27099 \begin_inset Quotes eld
27100 \end_inset
27101
27102 chapter.number
27103 \begin_inset Quotes erd
27104 \end_inset
27105
27106  or 
27107 \begin_inset Quotes eld
27108 \end_inset
27109
27110 section.number
27111 \begin_inset Quotes erd
27112 \end_inset
27113
27114 .
27115  This depends on the document class used.
27116 \end_layout
27117
27118 \begin_layout Standard
27119 To change section-independent numbering, you can use this command in the
27120  document preamble:
27121 \end_layout
27122
27123 \begin_layout Standard
27124
27125 \series bold
27126
27127 \backslash
27128 renewcommand{
27129 \backslash
27130 thetable}{
27131 \backslash
27132 roman{table}}
27133 \end_layout
27134
27135 \begin_layout Standard
27136
27137 \series bold
27138
27139 \backslash
27140 thetable
27141 \series default
27142  is the command that prints the table number.
27143  For figure floats, the command would be 
27144 \series bold
27145
27146 \backslash
27147 thefigure
27148 \series default
27149 .
27150  
27151 \series bold
27152
27153 \backslash
27154 roman
27155 \series default
27156  in the command above prints the table number as a small roman number.
27157 \end_layout
27158
27159 \begin_layout Standard
27160 To change the numbering scheme for example to 
27161 \begin_inset Quotes eld
27162 \end_inset
27163
27164 subsection.number
27165 \begin_inset Quotes erd
27166 \end_inset
27167
27168 , use this command in the preamble:
27169 \end_layout
27170
27171 \begin_layout Standard
27172
27173 \series bold
27174
27175 \backslash
27176 numberwithin{table}{subsection}
27177 \end_layout
27178
27179 \begin_layout Standard
27180 To be able to use the command 
27181 \series bold
27182
27183 \backslash
27184 numberwithin
27185 \series default
27186 , set in the tab 
27187 \family sans
27188 Math
27189 \begin_inset space ~
27190 \end_inset
27191
27192 Options
27193 \family default
27194  in the document settings the option 
27195 \family sans
27196 Use
27197 \begin_inset space ~
27198 \end_inset
27199
27200 AMS
27201 \begin_inset space ~
27202 \end_inset
27203
27204 math
27205 \begin_inset space ~
27206 \end_inset
27207
27208 package
27209 \family default
27210 .
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Please also have a look at section
27215 \begin_inset space ~
27216 \end_inset
27217
27218
27219 \begin_inset CommandInset ref
27220 LatexCommand ref
27221 reference "subsec:Footnote-Numbering"
27222
27223 \end_inset
27224
27225  for the details and important notes about the numbering commands.
27226 \end_layout
27227
27228 \begin_layout Section
27229 Referencing Floats
27230 \begin_inset CommandInset label
27231 LatexCommand label
27232 name "sec:Referencing-Floats"
27233
27234 \end_inset
27235
27236
27237 \begin_inset Index idx
27238 range none
27239 pageformat default
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243 Floats
27244 \begin_inset IndexMacro subentry
27245 status open
27246
27247 \begin_layout Plain Layout
27248 References
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \begin_inset Index idx
27260 range none
27261 pageformat default
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265 References
27266 \begin_inset IndexMacro subentry
27267 status open
27268
27269 \begin_layout Plain Layout
27270 to Floats
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 To reference a float, insert a label into its caption using the menu 
27285 \family sans
27286 Insert\SpecialChar menuseparator
27287 Label
27288 \family default
27289  or the toolbar button 
27290 \begin_inset Info
27291 type  "icon"
27292 arg   "label-insert"
27293 \end_inset
27294
27295 .
27296  A grey label box like this one: 
27297 \begin_inset Graphics
27298         filename clipart/label.png
27299         scaleBeforeRotation
27300
27301 \end_inset
27302
27303  will be inserted and the label window pops up asking for the label text.
27304  \SpecialChar LyX
27305  offers as text the first words of the caption with a prefix.
27306  The prefix depends on the float type, e.
27307 \begin_inset space \thinspace{}
27308 \end_inset
27309
27310 g.
27311 \begin_inset space \space{}
27312 \end_inset
27313
27314 for figure floats the prefix will be "
27315 \family sans
27316 fig:
27317 \family default
27318 ".
27319 \end_layout
27320
27321 \begin_layout Standard
27322 The label is used as anchor and name for the reference.
27323  You can refer to the label using the menu 
27324 \family sans
27325 Insert\SpecialChar menuseparator
27326 Cross-reference
27327 \family default
27328  or the toolbar button 
27329 \begin_inset Info
27330 type  "icon"
27331 arg   "dialog-show-new-inset ref"
27332 \end_inset
27333
27334 .
27335  The cross-reference window appears showing all labels of the document.
27336  If you have multiple \SpecialChar LyX
27337  documents opened, choose the one you are working
27338  on from the drop-list at the top of the dialog.
27339  You can now sort the labels alphabetically and then choose one.
27340  A grey cross-reference box like this one: 
27341 \begin_inset Graphics
27342         filename clipart/reference.png
27343         scaleBeforeRotation
27344
27345 \end_inset
27346
27347  will be inserted.
27348  At the position of the cross-reference box the float number will appear
27349  in the output.
27350 \end_layout
27351
27352 \begin_layout Standard
27353 It is recommended that you use a 
27354 \change_deleted 177693 1654669168
27355 protected
27356 \change_inserted 177693 1654669170
27357 non-breaking
27358 \change_unchanged
27359  space between the cross-reference name and its number to avoid line breaks
27360  between them.
27361  If a cross-reference refers to a non-existing label, you will see two question
27362  marks in the output instead of the reference.
27363 \end_layout
27364
27365 \begin_layout Standard
27366 You can change labels at any time by clicking on the label box.
27367  References to the changed label will automatically update their links to
27368  the new label text.
27369 \end_layout
27370
27371 \begin_layout Standard
27372 The button 
27373 \family sans
27374 Go
27375 \begin_inset space ~
27376 \end_inset
27377
27378 to
27379 \begin_inset space ~
27380 \end_inset
27381
27382 Label
27383 \family default
27384  in the cross-reference window sets the cursor before the referred label.
27385  The button text changes then to Go
27386 \begin_inset space ~
27387 \end_inset
27388
27389 Back and you can use it to set the cursor back to the cross-reference.
27390 \end_layout
27391
27392 \begin_layout Subsection
27393 Cross-Reference Formats
27394 \begin_inset CommandInset label
27395 LatexCommand label
27396 name "subsec:Cross-Reference-Formats"
27397
27398 \end_inset
27399
27400
27401 \begin_inset Index idx
27402 range none
27403 pageformat default
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 References
27408 \begin_inset IndexMacro subentry
27409 status open
27410
27411 \begin_layout Plain Layout
27412 Formats
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \end_inset
27421
27422
27423 \end_layout
27424
27425 \begin_layout Standard
27426 There are six varieties of cross-references:
27427 \end_layout
27428
27429 \begin_layout Description
27430 <reference>: prints the float number, this is the default: 
27431 \begin_inset CommandInset ref
27432 LatexCommand ref
27433 reference "fig:Two-distorted-images"
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \begin_layout Description
27441 (<reference>): prints the float number within two parentheses, this is the
27442  style normally used to reference formulas, especially when the reference
27443  name 
27444 \begin_inset Quotes eld
27445 \end_inset
27446
27447 Equation
27448 \begin_inset Quotes erd
27449 \end_inset
27450
27451  is omitted: 
27452 \begin_inset CommandInset ref
27453 LatexCommand eqref
27454 reference "eq:Wgn"
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Description
27462 <page>: prints the page number: Page
27463 \begin_inset space ~
27464 \end_inset
27465
27466
27467 \begin_inset CommandInset ref
27468 LatexCommand pageref
27469 reference "fig:Two-distorted-images"
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \begin_layout Description
27477 on
27478 \begin_inset space ~
27479 \end_inset
27480
27481 page
27482 \begin_inset space ~
27483 \end_inset
27484
27485 <page>: prints the text "on page" and the page number: 
27486 \begin_inset CommandInset ref
27487 LatexCommand vpageref
27488 reference "fig:Two-distorted-images"
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Description
27496 <reference>
27497 \begin_inset space ~
27498 \end_inset
27499
27500 on
27501 \begin_inset space ~
27502 \end_inset
27503
27504 page
27505 \begin_inset space ~
27506 \end_inset
27507
27508 <page>: prints the float number, the text "on page", and the page number:
27509  
27510 \begin_inset CommandInset ref
27511 LatexCommand vref
27512 reference "fig:Two-distorted-images"
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Description
27520 Formatted
27521 \begin_inset space ~
27522 \end_inset
27523
27524 reference: prints a self-defined cross-reference format.
27525 \begin_inset Newline newline
27526 \end_inset
27527
27528
27529 \begin_inset Note Greyedout
27530 status open
27531
27532 \begin_layout Plain Layout
27533
27534 \series bold
27535 Note:
27536 \series default
27537  This feature is only available when you have the \SpecialChar LaTeX
27538 -package 
27539 \series bold
27540 prettyref
27541 \series default
27542  or 
27543 \series bold
27544 refstyle
27545 \series default
27546
27547 \begin_inset Index idx
27548 range none
27549 pageformat default
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553 \SpecialChar LaTeX
27554  packages
27555 \begin_inset IndexMacro subentry
27556 status open
27557
27558 \begin_layout Plain Layout
27559 prettyref
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \end_inset
27568
27569
27570 \begin_inset Index idx
27571 range none
27572 pageformat default
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 \SpecialChar LaTeX
27577  packages
27578 \begin_inset IndexMacro subentry
27579 status open
27580
27581 \begin_layout Plain Layout
27582 refstyle
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \end_inset
27591
27592  installed.
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \begin_inset Newline newline
27599 \end_inset
27600
27601 You can select which \SpecialChar LaTeX
27602 -package should be used for this feature by setting
27603  the option 
27604 \family sans
27605 Use refstyle (not prettyref) for cross-references
27606 \family default
27607  in the menu 
27608 \family sans
27609 Document\SpecialChar menuseparator
27610 Settings\SpecialChar menuseparator
27611 Document Class
27612 \family default
27613 .
27614  The format is specified by adding the command 
27615 \series bold
27616
27617 \backslash
27618 newrefformat
27619 \series default
27620  (prettyref) or 
27621 \series bold
27622
27623 \backslash
27624 newref
27625 \series default
27626  (refstyle) to the preamble of the document.
27627  For example redefining all references to figures (which have the label
27628  prefix 
27629 \begin_inset Quotes eld
27630 \end_inset
27631
27632
27633 \family sans
27634 fig
27635 \family default
27636
27637 \begin_inset Quotes erd
27638 \end_inset
27639
27640 ) can be done with this command
27641 \begin_inset Newline newline
27642 \end_inset
27643
27644
27645 \series bold
27646
27647 \backslash
27648 newref{fig}{refcmd={Image on page 
27649 \backslash
27650 pageref{#1}}}
27651 \series default
27652
27653 \begin_inset Newline newline
27654 \end_inset
27655
27656 For more information about the format, have a look at the package documentations
27657
27658 \begin_inset CommandInset citation
27659 LatexCommand cite
27660 key "prettyref,refstyle"
27661 literal "true"
27662
27663 \end_inset
27664
27665 .
27666 \begin_inset Newline newline
27667 \end_inset
27668
27669 The options 
27670 \family sans
27671 Plural
27672 \family default
27673  and 
27674 \family sans
27675 Capitalized
27676 \family default
27677  are only available if you use the \SpecialChar LaTeX
27678 -package 
27679 \series bold
27680 refstyle
27681 \series default
27682 .
27683  
27684 \family sans
27685 Plural
27686 \family default
27687  adds an 
27688 \emph on
27689 s
27690 \emph default
27691  to the name, e.
27692 \begin_inset space \thinspace{}
27693 \end_inset
27694
27695 g.
27696 \begin_inset space \space{}
27697 \end_inset
27698
27699
27700 \begin_inset Quotes eld
27701 \end_inset
27702
27703 figures
27704 \begin_inset Quotes erd
27705 \end_inset
27706
27707
27708 \family sans
27709 Capitalized
27710 \family default
27711  outputs the name capitalized, e.
27712 \begin_inset space \thinspace{}
27713 \end_inset
27714
27715 g.
27716 \begin_inset space \space{}
27717 \end_inset
27718
27719
27720 \begin_inset Quotes eld
27721 \end_inset
27722
27723 Figure
27724 \begin_inset Quotes erd
27725 \end_inset
27726
27727 .
27728  Both options can be combined to get e.
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732 g.
27733 \begin_inset space \space{}
27734 \end_inset
27735
27736
27737 \begin_inset Quotes eld
27738 \end_inset
27739
27740 Figures
27741 \begin_inset Quotes erd
27742 \end_inset
27743
27744 .
27745 \end_layout
27746
27747 \begin_layout Description
27748 Textual
27749 \begin_inset space ~
27750 \end_inset
27751
27752 reference: prints the caption of the reference: 
27753 \begin_inset CommandInset ref
27754 LatexCommand nameref
27755 reference "fig:Two-distorted-images"
27756
27757 \end_inset
27758
27759
27760 \end_layout
27761
27762 \begin_layout Description
27763 Label
27764 \begin_inset space ~
27765 \end_inset
27766
27767 only: prints only the \SpecialChar LaTeX
27768  label for the reference: 
27769 \begin_inset CommandInset ref
27770 LatexCommand labelonly
27771 reference "fig:Two-distorted-images"
27772 plural "false"
27773 caps "false"
27774 noprefix "false"
27775
27776 \end_inset
27777
27778
27779 \begin_inset Newline newline
27780 \end_inset
27781
27782 This allows to use the label for commands in \SpecialChar TeX
27783  code.
27784  With the option 
27785 \family sans
27786 No Prefix
27787 \family default
27788  one can omit the prefix of the label name: 
27789 \begin_inset CommandInset ref
27790 LatexCommand labelonly
27791 reference "fig:Two-distorted-images"
27792 plural "false"
27793 caps "false"
27794 noprefix "true"
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802
27803 \family sans
27804 <page>
27805 \family default
27806  will not print the page number if the label is on the previous, the same,
27807  or the next page.
27808  You will e.
27809 \begin_inset space \thinspace{}
27810 \end_inset
27811
27812 g.
27813 \begin_inset space \space{}
27814 \end_inset
27815
27816 see the text 
27817 \begin_inset Quotes eld
27818 \end_inset
27819
27820
27821 \family sans
27822 on this page
27823 \family default
27824
27825 \begin_inset Quotes erd
27826 \end_inset
27827
27828  instead.
27829  The style 
27830 \family sans
27831 <reference> on page <page>
27832 \family default
27833  will not print anything about the page if the label is on the same page.
27834 \end_layout
27835
27836 \begin_layout Standard
27837 The number and current page of the part of the document referred to in the
27838  output is automatically calculated by \SpecialChar LaTeX
27839 .
27840  The varieties are adjusted in the field 
27841 \family sans
27842 Format
27843 \family default
27844  of the cross-reference window that appears when you click on the cross-referenc
27845 e box.
27846 \end_layout
27847
27848 \begin_layout Standard
27849 \begin_inset Note Greyedout
27850 status open
27851
27852 \begin_layout Plain Layout
27853
27854 \series bold
27855 Note:
27856 \series default
27857  It is recommended to use the \SpecialChar LaTeX
27858 -package 
27859 \series bold
27860 refstyle
27861 \series default
27862
27863 \begin_inset Index idx
27864 range none
27865 pageformat default
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869 \SpecialChar LaTeX
27870  packages
27871 \begin_inset IndexMacro subentry
27872 status open
27873
27874 \begin_layout Plain Layout
27875 refstyle
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \end_inset
27884
27885  because 
27886 \series bold
27887 prettyref
27888 \series default
27889
27890 \begin_inset Index idx
27891 range none
27892 pageformat default
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896 \SpecialChar LaTeX
27897  packages
27898 \begin_inset IndexMacro subentry
27899 status open
27900
27901 \begin_layout Plain Layout
27902 prettyref
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \end_inset
27911
27912  does not know all of \SpecialChar LyX
27913 's possible label shortcuts
27914 \begin_inset Foot
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 \begin_inset Quotes eld
27919 \end_inset
27920
27921 fig:
27922 \begin_inset Quotes erd
27923 \end_inset
27924
27925  is for example \SpecialChar LyX
27926 's shortcut for labels in figure captions.
27927 \end_layout
27928
27929 \end_inset
27930
27931  and is not internationalized.
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Subsection
27940 Automatic Reference Naming
27941 \begin_inset Index idx
27942 range none
27943 pageformat default
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947 References
27948 \begin_inset IndexMacro subentry
27949 status open
27950
27951 \begin_layout Plain Layout
27952 Automatic Reference Naming
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \begin_layout Standard
27966 The \SpecialChar LaTeX
27967 -package 
27968 \series bold
27969 hyperref
27970 \series default
27971
27972 \begin_inset Index idx
27973 range none
27974 pageformat default
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 \SpecialChar LaTeX
27979  packages
27980 \begin_inset IndexMacro subentry
27981 status open
27982
27983 \begin_layout Plain Layout
27984 hyperref
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \end_inset
27993
27994 , that is enabled in the 
27995 \family sans
27996 PDF Properties
27997 \family default
27998  of the 
27999 \family sans
28000 Document Settings
28001 \family default
28002  dialog, provides a very useful feature that cross-references automatically
28003  include the name of the referenced floats (or text parts like 
28004 \emph on
28005 section
28006 \emph default
28007 ).
28008  So you will save having to write e.
28009 \begin_inset space \thinspace{}
28010 \end_inset
28011
28012 g.
28013 \begin_inset space \space{}
28014 \end_inset
28015
28016 the name 
28017 \begin_inset Quotes eld
28018 \end_inset
28019
28020 Figure
28021 \begin_inset Quotes erd
28022 \end_inset
28023
28024  before every reference to a figure.
28025  To use this feature, enable 
28026 \series bold
28027 hyperref
28028 \series default
28029  and insert this line to the \SpecialChar LaTeX
28030  preamble:
28031 \end_layout
28032
28033 \begin_layout Standard
28034
28035 \series bold
28036
28037 \backslash
28038 AtBeginDocument{
28039 \backslash
28040 renewcommand{
28041 \backslash
28042 ref}[1]{
28043 \backslash
28044 mbox{
28045 \backslash
28046 autoref{#1}}}}
28047 \end_layout
28048
28049 \begin_layout Standard
28050 When you prefer other reference names than the default ones, for example
28051  you want instead of 
28052 \begin_inset Quotes eld
28053 \end_inset
28054
28055 section
28056 \begin_inset Quotes erd
28057 \end_inset
28058
28059  the name 
28060 \begin_inset Quotes eld
28061 \end_inset
28062
28063 sec.
28064 \begin_inset space \thinspace{}
28065 \end_inset
28066
28067
28068 \begin_inset Quotes eld
28069 \end_inset
28070
28071 , you can redefine the name by inserting this in the preamble:
28072 \end_layout
28073
28074 \begin_layout Standard
28075
28076 \series bold
28077
28078 \backslash
28079 addto
28080 \backslash
28081 extrasenglish{
28082 \backslash
28083 renewcommand{
28084 \backslash
28085 sectionautorefname}
28086 \begin_inset Newline newline
28087 \end_inset
28088
28089
28090 \begin_inset Phantom HPhantom
28091 status open
28092
28093 \begin_layout Plain Layout
28094
28095 \series bold
28096 \begin_inset space ~
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \end_inset
28103
28104 {sec.
28105 \backslash
28106 negthinspace}}
28107 \end_layout
28108
28109 \begin_layout Standard
28110 When you are using another document language than English, replace
28111 \begin_inset Newline newline
28112 \end_inset
28113
28114
28115 \series bold
28116
28117 \backslash
28118 extrasenglish
28119 \series default
28120  by 
28121 \series bold
28122
28123 \backslash
28124 extras***
28125 \series default
28126 , where *** is the name of the language used.
28127 \end_layout
28128
28129 \begin_layout Standard
28130 To get automatic names, but not for certain reference types, for example
28131  not for equations, use this preamble code:
28132 \end_layout
28133
28134 \begin_layout Standard
28135
28136 \series bold
28137
28138 \backslash
28139 addto
28140 \backslash
28141 extrasenglish{
28142 \backslash
28143 renewcommand*{
28144 \backslash
28145 equationautorefname}[1]{}}
28146 \end_layout
28147
28148 \begin_layout Standard
28149 More about this topic can be found in 
28150 \series bold
28151 hyperref
28152 \series default
28153 's documentation 
28154 \begin_inset CommandInset citation
28155 LatexCommand cite
28156 key "hyperref"
28157 literal "true"
28158
28159 \end_inset
28160
28161 .
28162 \end_layout
28163
28164 \begin_layout Standard
28165 \begin_inset Note Greyedout
28166 status open
28167
28168 \begin_layout Plain Layout
28169
28170 \series bold
28171 Note:
28172 \series default
28173  Automatic reference naming cannot be used when you use cross-references
28174  in the 
28175 \family sans
28176 Formatted
28177 \begin_inset space ~
28178 \end_inset
28179
28180 reference
28181 \family default
28182  style, as described in section
28183 \begin_inset space ~
28184 \end_inset
28185
28186
28187 \begin_inset CommandInset ref
28188 LatexCommand ref
28189 reference "subsec:Cross-Reference-Formats"
28190
28191 \end_inset
28192
28193 .
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 The 
28203 \emph on
28204 Math
28205 \emph default
28206  manual is an example where automatic reference naming is used.
28207 \end_layout
28208
28209 \begin_layout Subsection
28210 Reference Position
28211 \begin_inset CommandInset label
28212 LatexCommand label
28213 name "subsec:Reference-Position"
28214
28215 \end_inset
28216
28217
28218 \begin_inset Index idx
28219 range none
28220 pageformat default
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224 References
28225 \begin_inset IndexMacro subentry
28226 status open
28227
28228 \begin_layout Plain Layout
28229 Reference Position
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Standard
28243 If you use 
28244 \series bold
28245 hyperref
28246 \series default
28247
28248 \begin_inset Index idx
28249 range none
28250 pageformat default
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 \SpecialChar LaTeX
28255  packages
28256 \begin_inset IndexMacro subentry
28257 status open
28258
28259 \begin_layout Plain Layout
28260 hyperref
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \end_inset
28269
28270  in the 
28271 \family sans
28272 PDF Properties
28273 \family default
28274  of the 
28275 \family sans
28276 Document Settings
28277 \family default
28278  dialog to link cross-references in the output, you will see that clicking
28279  on an image float reference jumps to the image label.
28280  The caption will be the first text part on the screen, so that you cannot
28281  see the image without scrolling.
28282  This is because the reference link anchor is placed at the position of
28283  the label.
28284  With the use of the package 
28285 \series bold
28286 hypcap
28287 \series default
28288
28289 \begin_inset Index idx
28290 range none
28291 pageformat default
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 \SpecialChar LaTeX
28296  packages
28297 \begin_inset IndexMacro subentry
28298 status open
28299
28300 \begin_layout Plain Layout
28301 hypcap
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311 , which is part of the \SpecialChar LaTeX
28312 -package 
28313 \series bold
28314 oberdiek
28315 \series default
28316
28317 \begin_inset Index idx
28318 range none
28319 pageformat default
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 \SpecialChar LaTeX
28324  packages
28325 \begin_inset IndexMacro subentry
28326 status open
28327
28328 \begin_layout Plain Layout
28329 oberdiek
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \end_inset
28338
28339 , the link anchor is placed at the beginning of a float.
28340  To use this feature for figure floats, load 
28341 \series bold
28342 hypcap
28343 \series default
28344  in the document preamble with the line
28345 \end_layout
28346
28347 \begin_layout Standard
28348
28349 \series bold
28350
28351 \backslash
28352 usepackage[figure]{hypcap}
28353 \end_layout
28354
28355 \begin_layout Standard
28356 You can also use 
28357 \series bold
28358 hypcap
28359 \series default
28360  for all float types but this is not recommended for stability reasons.
28361  For more information, have a look at 
28362 \series bold
28363 hypcap
28364 \series default
28365 's manual 
28366 \begin_inset CommandInset citation
28367 LatexCommand cite
28368 key "hypcap"
28369 literal "true"
28370
28371 \end_inset
28372
28373 .
28374 \end_layout
28375
28376 \begin_layout Standard
28377 \begin_inset Note Greyedout
28378 status open
28379
28380 \begin_layout Plain Layout
28381
28382 \series bold
28383 Note:
28384 \series default
28385  
28386 \series bold
28387 hypcap
28388 \series default
28389  has no effect on references to subfigures.
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Section
28398 Float 
28399 \change_deleted -712698321 1526031763
28400 Placement 
28401 \change_inserted -712698321 1526031765
28402 Settings
28403 \change_unchanged
28404
28405 \begin_inset CommandInset label
28406 LatexCommand label
28407 name "sec:Float-Settings"
28408
28409 \end_inset
28410
28411
28412 \begin_inset Index idx
28413 range none
28414 pageformat default
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Floats
28419 \begin_inset IndexMacro subentry
28420 status open
28421
28422 \begin_layout Plain Layout
28423
28424 \change_deleted -712698321 1526031841
28425 Placement
28426 \change_inserted -712698321 1526031842
28427 Settings
28428 \change_unchanged
28429
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443
28444 \change_inserted -712698321 1526033385
28445 Float Settings can be adjusted at two places in \SpecialChar LyX
28446
28447 \change_inserted 630872221 1622709604
28448 i
28449 \change_deleted 630872221 1622709603
28450 I
28451 \change_inserted -712698321 1526033385
28452
28453 \family sans
28454 Document\SpecialChar menuseparator
28455 Settings\SpecialChar ldots
28456 \SpecialChar menuseparator
28457 Float Settings
28458 \family default
28459 , you can set some options that are used by default for all floats of the
28460  document (placement on page and alignment of contents), unless you modify
28461  the local settings of a float.
28462 \change_unchanged
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467
28468 \change_inserted -712698321 1526032513
28469 The latter can be done by 
28470 \change_deleted -712698321 1526032513
28471 R
28472 \change_inserted -712698321 1526032513
28473 r
28474 \change_unchanged
28475 ight-clicking on a float-box and clicking on 
28476 \family sans
28477 Settings
28478 \change_inserted -712698321 1526033387
28479 \SpecialChar ldots
28480
28481 \change_unchanged
28482
28483 \family default
28484  
28485 \change_inserted -712698321 1526032520
28486 This 
28487 \change_unchanged
28488 opens a dialog where you can
28489 \change_inserted -712698321 1526032584
28490 , now only for the given float,
28491 \change_unchanged
28492  alter the 
28493 \change_inserted -712698321 1526033452
28494 global 
28495 \change_unchanged
28496 placement 
28497 \change_deleted -712698321 1526033439
28498 options that \SpecialChar LaTeX
28499  uses for positioning the float
28500 \change_inserted -712698321 1526033493
28501  and alignment options, and adapt some other options that are only available
28502  for single floats
28503 \change_unchanged
28504 .
28505
28506 \change_inserted -712698321 1526032658
28507  All these options, both for 
28508 \family sans
28509 Document\SpecialChar menuseparator
28510 Settings\SpecialChar menuseparator
28511 Float Settings
28512 \family default
28513  and for local 
28514 \family sans
28515 Float Settings
28516 \family default
28517 , are described in turn.
28518 \change_deleted -712698321 1526031652
28519
28520 \begin_inset Newline newline
28521 \end_inset
28522
28523 The option 
28524 \family sans
28525 Span
28526 \begin_inset space ~
28527 \end_inset
28528
28529 columns
28530 \family default
28531  is only useful for two-column documents: If you select it, the float will
28532  span both columns on the page instead of being confined to just one.
28533 \begin_inset Newline newline
28534 \end_inset
28535
28536 The option 
28537 \family sans
28538 Rotate
28539 \begin_inset space ~
28540 \end_inset
28541
28542 sideways
28543 \family default
28544  is used to rotate floats, see section 
28545 \begin_inset CommandInset ref
28546 LatexCommand ref
28547 reference "sec:Rotated-Floats"
28548
28549 \end_inset
28550
28551 .
28552 \change_unchanged
28553
28554 \end_layout
28555
28556 \begin_layout Subsection
28557
28558 \change_inserted -712698321 1526031775
28559 Float Placement
28560 \begin_inset CommandInset label
28561 LatexCommand label
28562 name "sec:Float-Placement"
28563
28564 \end_inset
28565
28566
28567 \begin_inset Index idx
28568 range none
28569 pageformat default
28570 status collapsed
28571
28572 \begin_layout Plain Layout
28573
28574 \change_inserted -712698321 1526031775
28575 Floats
28576 \change_unchanged
28577
28578 \begin_inset IndexMacro subentry
28579 status open
28580
28581 \begin_layout Plain Layout
28582
28583 \change_inserted -712698321 1526031775
28584 Placement
28585 \change_unchanged
28586
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \change_unchanged
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602
28603 \change_inserted -712698321 1526032697
28604 Both in 
28605 \family sans
28606 Document\SpecialChar menuseparator
28607 Settings\SpecialChar menuseparator
28608 Float Settings
28609 \family default
28610  and in the local 
28611 \family sans
28612 Float Settings
28613 \family default
28614  dialog, you can 
28615 \change_deleted -712698321 1526032811
28616 You can use one or more of the following options in the float dialog to
28617  set
28618 \change_inserted -712698321 1526032812
28619 modify
28620 \change_unchanged
28621  the placement 
28622 \change_inserted -712698321 1526033558
28623 algorithm that \SpecialChar LaTeX
28624  uses for positioning floats on the page, either 
28625 \change_unchanged
28626 for 
28627 \change_inserted -712698321 1526033535
28628 all floats (
28629 \family sans
28630 Document\SpecialChar menuseparator
28631 Settings\SpecialChar menuseparator
28632 Float Settings
28633 \family default
28634 ) or 
28635 \change_unchanged
28636 a particular float
28637 \change_inserted -712698321 1526033570
28638  (local 
28639 \family sans
28640 Float Settings
28641 \family default
28642  dialog).
28643  This is done via 
28644 \family sans
28645 Placement Settings
28646 \family default
28647 .
28648  By default, this is set to
28649 \change_unchanged
28650  
28651 \change_inserted -712698321 1526033604
28652
28653 \family sans
28654 Class Default
28655 \family default
28656  in 
28657 \family sans
28658 Document\SpecialChar menuseparator
28659 Settings\SpecialChar menuseparator
28660 Float Settings
28661 \family default
28662  (meaning that the default placement algorithm of the document class is
28663  used) or 
28664 \family sans
28665 Document Default
28666 \family default
28667  in the local 
28668 \family sans
28669 Float Settings
28670 \family default
28671  dialog (meaning that the settings in 
28672 \family sans
28673 Document\SpecialChar menuseparator
28674 Settings\SpecialChar menuseparator
28675 Float Settings
28676 \family default
28677  are used, which are the Class Defaults by default).
28678  If you want to change this, 
28679 \change_deleted -712698321 1526033009
28680 when you uncheck
28681 \change_inserted -712698321 1526033535
28682 select
28683 \change_unchanged
28684  
28685 \change_deleted -712698321 1526031920
28686 the option
28687 \change_inserted -712698321 1526033535
28688
28689 \family sans
28690 Placement Settings:
28691 \change_unchanged
28692
28693 \family default
28694  
28695 \change_inserted -712698321 1526033535
28696
28697 \family sans
28698 Custom.
28699 \change_deleted -712698321 1526031908
28700 Use
28701 \begin_inset space ~
28702 \end_inset
28703
28704 default
28705 \begin_inset space ~
28706 \end_inset
28707
28708 placement
28709 \change_inserted -712698321 1526033535
28710
28711 \family default
28712  This allows you to select one or more from
28713 \change_unchanged
28714 :
28715 \end_layout
28716
28717 \begin_layout Description
28718 Here
28719 \begin_inset space ~
28720 \end_inset
28721
28722 if
28723 \begin_inset space ~
28724 \end_inset
28725
28726 possible try to place the float on the position where it has been inserted
28727 \change_inserted 630872221 1622713522
28728
28729 \end_layout
28730
28731 \begin_layout Description
28732
28733 \change_inserted 630872221 1622713704
28734 Here,
28735 \begin_inset space ~
28736 \end_inset
28737
28738 definitely forces the placement of the float on the position where it has
28739  been inserted
28740 \change_unchanged
28741
28742 \end_layout
28743
28744 \begin_layout Description
28745 Top
28746 \begin_inset space ~
28747 \end_inset
28748
28749 of
28750 \begin_inset space ~
28751 \end_inset
28752
28753 page try to place the float at the top of the current page
28754 \end_layout
28755
28756 \begin_layout Description
28757 Bottom
28758 \begin_inset space ~
28759 \end_inset
28760
28761 of
28762 \begin_inset space ~
28763 \end_inset
28764
28765 page try to place the float at the bottom of the current page
28766 \end_layout
28767
28768 \begin_layout Description
28769 Page
28770 \begin_inset space ~
28771 \end_inset
28772
28773 of
28774 \begin_inset space ~
28775 \end_inset
28776
28777 floats try to place the float on its own page
28778 \end_layout
28779
28780 \begin_layout Standard
28781 The order of the above option is 
28782 \emph on
28783 always
28784 \emph default
28785  used by \SpecialChar LaTeX
28786 .
28787  That means, if you use the default placement, \SpecialChar LaTeX
28788  will first try out 
28789 \family sans
28790 Here
28791 \begin_inset space ~
28792 \end_inset
28793
28794 if
28795 \begin_inset space ~
28796 \end_inset
28797
28798 possible
28799 \family default
28800 , then 
28801 \family sans
28802 Top
28803 \begin_inset space ~
28804 \end_inset
28805
28806 of
28807 \begin_inset space ~
28808 \end_inset
28809
28810 page
28811 \family default
28812 , and then the others.
28813  If you do not use the default, \SpecialChar LaTeX
28814  will try only the checked options but in
28815  the same order.
28816  If none of the 4
28817 \begin_inset space ~
28818 \end_inset
28819
28820 placements is possible the procedure is internally repeated trying to put
28821  the float on the following page.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 By default, each option has its own rules:
28826 \end_layout
28827
28828 \begin_layout Labeling
28829 \labelwidthstring 00.00.0000
28830
28831 \family sans
28832 Top
28833 \begin_inset space ~
28834 \end_inset
28835
28836 of
28837 \begin_inset space ~
28838 \end_inset
28839
28840 page
28841 \family default
28842  only floats occupying less than 70
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846 % of the page can be placed at the top of a page (
28847 \series bold
28848
28849 \backslash
28850 topfraction
28851 \series default
28852 )
28853 \end_layout
28854
28855 \begin_layout Labeling
28856 \labelwidthstring 00.00.0000
28857
28858 \family sans
28859 Bottom
28860 \begin_inset space ~
28861 \end_inset
28862
28863 of
28864 \begin_inset space ~
28865 \end_inset
28866
28867 page
28868 \family default
28869 : only floats occupying less than 30
28870 \begin_inset space \thinspace{}
28871 \end_inset
28872
28873 % of the page can be placed at the bottom of a page.
28874  (
28875 \series bold
28876
28877 \backslash
28878 bottomfraction
28879 \series default
28880 )
28881 \end_layout
28882
28883 \begin_layout Labeling
28884 \labelwidthstring 00.00.0000
28885
28886 \family sans
28887 Page
28888 \begin_inset space ~
28889 \end_inset
28890
28891 of
28892 \begin_inset space ~
28893 \end_inset
28894
28895 floats
28896 \family default
28897 : only if more than 50
28898 \begin_inset space \thinspace{}
28899 \end_inset
28900
28901 % of the page is occupied by floats, several floats can be set together
28902  on a page.
28903  (
28904 \series bold
28905
28906 \backslash
28907 floatpagefraction
28908 \series default
28909 )
28910 \end_layout
28911
28912 \begin_layout Standard
28913 If you don't like these rules, you can ignore them by using the additional
28914  option 
28915 \family sans
28916 Ignore
28917 \begin_inset space ~
28918 \end_inset
28919
28920 \SpecialChar LaTeX
28921
28922 \begin_inset space ~
28923 \end_inset
28924
28925 rules
28926 \family default
28927 .
28928 \begin_inset Newline newline
28929 \end_inset
28930
28931 You can also redefine the rules with \SpecialChar LaTeX
28932 -commands that are given in parentheses
28933  after the rules description above.
28934  To increase for example the often too small default of the bottom-rule
28935  to 50
28936 \begin_inset space \thinspace{}
28937 \end_inset
28938
28939 % of the page, add this line to your document preamble:
28940 \end_layout
28941
28942 \begin_layout Standard
28943
28944 \series bold
28945
28946 \backslash
28947 renewcommand{
28948 \backslash
28949 bottomfraction}{0.5}
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Sometimes you might need, under all circumstances, a float to be placed
28954  exactly at the position where it is inserted.
28955  For this case you can use the option 
28956 \family sans
28957 Here
28958 \begin_inset space ~
28959 \end_inset
28960
28961 definitely
28962 \family default
28963 .
28964  Use this option very rarely and only if the document is almost ready to
28965  be printed, because the float is then no longer able to 
28966 \begin_inset Quotes eld
28967 \end_inset
28968
28969 float
28970 \begin_inset Quotes erd
28971 \end_inset
28972
28973  when you change your document and this will often destroy the page layout.
28974 \end_layout
28975
28976 \begin_layout Standard
28977 There are no placement options for text wrap floats, because they are always
28978  surrounded by the text of a certain paragraph.
28979 \begin_inset VSpace bigskip
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Sometimes you have the problem that a float is placed at the top of a page
28987  while its corresponding section starts at the middle of the page, so that
28988  the reader could think the float is part of the previous section.
28989  To avoid this the \SpecialChar LaTeX
28990 -command 
28991 \series bold
28992
28993 \backslash
28994 suppressfloats
28995 \series default
28996  can be used.
28997  It suppresses a given float placement for the page where it is inserted
28998  and can therefore be used to avoid floats being set before a section starts.
28999  To get this, add these commands to your document preamble:
29000 \end_layout
29001
29002 \begin_layout Standard
29003
29004 \series bold
29005
29006 \backslash
29007 let
29008 \backslash
29009 mySection
29010 \backslash
29011 section
29012 \begin_inset Newline newline
29013 \end_inset
29014
29015
29016 \backslash
29017 renewcommand{
29018 \backslash
29019 section}{
29020 \backslash
29021 suppressfloats[t]
29022 \backslash
29023 mySection}
29024 \end_layout
29025
29026 \begin_layout Standard
29027 You can define the same for all section headings, like chapters and subsections.
29028  This definition is not recommended to be used for small text parts like
29029  subsubsections because \SpecialChar LaTeX
29030  may then have problems finding a suitable placement.
29031 \end_layout
29032
29033 \begin_layout Standard
29034 \begin_inset VSpace bigskip
29035 \end_inset
29036
29037 In some cases it is required to have all figures/tables at the end of the
29038  document.
29039  For this purpose the \SpecialChar LaTeX
29040 -package 
29041 \series bold
29042 endfloat
29043 \series default
29044
29045 \begin_inset Index idx
29046 range none
29047 pageformat default
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 \SpecialChar LaTeX
29052  packages
29053 \begin_inset IndexMacro subentry
29054 status open
29055
29056 \begin_layout Plain Layout
29057 endfloat
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \end_inset
29066
29067  was developed.
29068  It puts all figure and table floats at the end of the document into their
29069  own sections.
29070  At the original float position a text hint like 
29071 \begin_inset Quotes eld
29072 \end_inset
29073
29074
29075 \family sans
29076 [Figure
29077 \begin_inset space ~
29078 \end_inset
29079
29080 3.2 about here.]
29081 \family default
29082
29083 \begin_inset Quotes erd
29084 \end_inset
29085
29086  is inserted.
29087  The endfloat-package is loaded in the preamble with the line
29088 \end_layout
29089
29090 \begin_layout Standard
29091
29092 \series bold
29093
29094 \backslash
29095 usepackage[options]{endfloat}
29096 \end_layout
29097
29098 \begin_layout Standard
29099 There are various package options to format the created figure/table sections.
29100  For more information we refer you to the 
29101 \series bold
29102 endfloat
29103 \series default
29104  documentation 
29105 \begin_inset CommandInset citation
29106 LatexCommand cite
29107 key "endfloat"
29108 literal "true"
29109
29110 \end_inset
29111
29112 .
29113 \begin_inset Newline newline
29114 \end_inset
29115
29116
29117 \begin_inset Note Greyedout
29118 status open
29119
29120 \begin_layout Plain Layout
29121
29122 \series bold
29123 Note: endfloat
29124 \series default
29125  doesn't provide an automatic translation for the text hint, you have to
29126  do this manually, see section
29127 \begin_inset space ~
29128 \end_inset
29129
29130 4 in 
29131 \begin_inset CommandInset citation
29132 LatexCommand cite
29133 key "endfloat"
29134 literal "true"
29135
29136 \end_inset
29137
29138 .
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \begin_inset Newline newline
29145 \end_inset
29146
29147
29148 \begin_inset Note Greyedout
29149 status open
29150
29151 \begin_layout Plain Layout
29152
29153 \series bold
29154 Note:
29155 \series default
29156  There is currently a bug in 
29157 \series bold
29158 endfloat
29159 \series default
29160  when the caption contains a German 
29161 \begin_inset Quotes eld
29162 \end_inset
29163
29164 ß
29165 \begin_inset Quotes erd
29166 \end_inset
29167
29168 .
29169  Use in this case the command 
29170 \begin_inset Quotes eld
29171 \end_inset
29172
29173
29174 \series bold
29175
29176 \backslash
29177 ss
29178 \series default
29179
29180 \begin_inset Quotes erd
29181 \end_inset
29182
29183  in \SpecialChar TeX
29184  Code instead of 
29185 \begin_inset Quotes eld
29186 \end_inset
29187
29188 ß
29189 \begin_inset Quotes erd
29190 \end_inset
29191
29192 .
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \end_layout
29199
29200 \begin_layout Standard
29201 \begin_inset VSpace bigskip
29202 \end_inset
29203
29204 For more details about float placements, have a look at \SpecialChar LaTeX
29205  books, 
29206 \begin_inset CommandInset citation
29207 LatexCommand cite
29208 key "latexcompanion,latexguide,latexbook"
29209 literal "true"
29210
29211 \end_inset
29212
29213 .
29214 \change_inserted -712698321 1526030561
29215
29216 \end_layout
29217
29218 \begin_layout Subsection
29219
29220 \change_inserted -712698321 1526031989
29221 Alignment of Float Contents
29222 \end_layout
29223
29224 \begin_layout Standard
29225
29226 \change_inserted -712698321 1526032316
29227 In this list of options, you can define how the contents of a float (or
29228  all floats by default, if selected from 
29229 \family sans
29230 Document\SpecialChar menuseparator
29231 Settings
29232 \family default
29233 ) are aligned.
29234  
29235 \family sans
29236 Class Default
29237 \family default
29238  means that the alignment of the class, or the default alignment of \SpecialChar LaTeX
29239 , is
29240  used.
29241  
29242 \family sans
29243 Document Default
29244 \family default
29245  (only visible in the 
29246 \family sans
29247 Float Settings
29248 \family default
29249  dialog, not in 
29250 \family sans
29251 Document\SpecialChar menuseparator
29252 Settings
29253 \family default
29254 ) takes the setting specified in 
29255 \family sans
29256 Document\SpecialChar menuseparator
29257 Settings\SpecialChar menuseparator
29258 Float Settings
29259 \family default
29260 .
29261  The other three options, 
29262 \family sans
29263 Left
29264 \family default
29265
29266 \family sans
29267 Center
29268 \family default
29269 , or 
29270 \family sans
29271 Right
29272 \family default
29273 , are self-explanatory.
29274  If one of these is selected in 
29275 \family sans
29276 Document\SpecialChar menuseparator
29277 Settings\SpecialChar menuseparator
29278 Float Settings
29279 \family default
29280 , all floats of the document will have this setting by default (so it is
29281  fairly easy, for instance, to center all floats).
29282 \change_unchanged
29283
29284 \end_layout
29285
29286 \begin_layout Subsection
29287
29288 \change_inserted -712698321 1526030571
29289 Other Float Options
29290 \end_layout
29291
29292 \begin_layout Standard
29293
29294 \change_inserted -712698321 1526035716
29295 These two options are only visible in the local 
29296 \family sans
29297 Float Settings
29298 \family default
29299  dialog, not in 
29300 \family sans
29301 Document\SpecialChar menuseparator
29302 Settings.
29303 \change_unchanged
29304
29305 \end_layout
29306
29307 \begin_layout Standard
29308
29309 \change_inserted -712698321 1526033931
29310 The option 
29311 \family sans
29312 Span
29313 \begin_inset space ~
29314 \end_inset
29315
29316 columns
29317 \family default
29318  is useful for two-column documents: If you select it, the float will span
29319  both columns on the page instead of being confined to just one.
29320 \end_layout
29321
29322 \begin_layout Standard
29323
29324 \change_inserted -712698321 1526030572
29325 The option 
29326 \family sans
29327 Rotate
29328 \begin_inset space ~
29329 \end_inset
29330
29331 sideways
29332 \family default
29333  is used to rotate floats, see section 
29334 \begin_inset CommandInset ref
29335 LatexCommand ref
29336 reference "sec:Rotated-Floats"
29337
29338 \end_inset
29339
29340 .
29341 \change_unchanged
29342
29343 \end_layout
29344
29345 \begin_layout Section
29346 Rotated Floats
29347 \begin_inset CommandInset label
29348 LatexCommand label
29349 name "sec:Rotated-Floats"
29350
29351 \end_inset
29352
29353
29354 \begin_inset Index idx
29355 range none
29356 pageformat default
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 Floats
29361 \begin_inset IndexMacro subentry
29362 status open
29363
29364 \begin_layout Plain Layout
29365 Rotating
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 Especially for wide tables you might have floats rotated.
29380  To rotate a whole float including the caption, right-click on the float-box
29381  and use the option 
29382 \family sans
29383 Rotate
29384 \begin_inset space ~
29385 \end_inset
29386
29387 sideways
29388 \family default
29389 .
29390 \end_layout
29391
29392 \begin_layout Standard
29393 Rotated floats are always placed on a page of their own (or column of their
29394  own; in case you have a multi-column document).
29395  You can let them span several columns using the float settings option 
29396 \family sans
29397 Span
29398 \begin_inset space ~
29399 \end_inset
29400
29401 columns
29402 \family default
29403 .
29404  Floats are rotated so that you can read them from the outside margin.
29405  To force a certain rotation direction for all pages, you can add either
29406  the option 
29407 \series bold
29408 figuresleft
29409 \series default
29410  or 
29411 \series bold
29412 figuresright
29413 \series default
29414  to the document class options.
29415 \end_layout
29416
29417 \begin_layout Standard
29418 Referencing rotated floats is the same as for normal floats, the caption
29419  format is also the same: Table
29420 \begin_inset space ~
29421 \end_inset
29422
29423
29424 \begin_inset CommandInset ref
29425 LatexCommand ref
29426 reference "tab:Rotated-table"
29427
29428 \end_inset
29429
29430  is an example of a rotated table float.
29431 \end_layout
29432
29433 \begin_layout Standard
29434 \begin_inset Note Greyedout
29435 status open
29436
29437 \begin_layout Plain Layout
29438
29439 \series bold
29440 Note:
29441 \series default
29442  Not all DVI-viewers are able to display rotated floats.
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 \begin_inset Float table
29452 placement document
29453 alignment document
29454 wide false
29455 sideways true
29456 status open
29457
29458 \begin_layout Plain Layout
29459 \begin_inset Caption Standard
29460
29461 \begin_layout Plain Layout
29462 \begin_inset CommandInset label
29463 LatexCommand label
29464 name "tab:Rotated-table"
29465
29466 \end_inset
29467
29468  Rotated table
29469 \end_layout
29470
29471 \end_inset
29472
29473
29474 \end_layout
29475
29476 \begin_layout Plain Layout
29477 \align center
29478 \begin_inset Tabular
29479 <lyxtabular version="3" rows="1" columns="5">
29480 <features tabularvalignment="middle">
29481 <column alignment="center" valignment="top">
29482 <column alignment="center" valignment="top">
29483 <column alignment="center" valignment="top">
29484 <column alignment="center" valignment="top">
29485 <column alignment="center" valignment="top">
29486 <row>
29487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29488 \begin_inset Text
29489
29490 \begin_layout Plain Layout
29491 test
29492 \end_layout
29493
29494 \end_inset
29495 </cell>
29496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29497 \begin_inset Text
29498
29499 \begin_layout Plain Layout
29500 b
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509 c
29510 \end_layout
29511
29512 \end_inset
29513 </cell>
29514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29515 \begin_inset Text
29516
29517 \begin_layout Plain Layout
29518 d
29519 \end_layout
29520
29521 \end_inset
29522 </cell>
29523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29524 \begin_inset Text
29525
29526 \begin_layout Plain Layout
29527 e
29528 \end_layout
29529
29530 \end_inset
29531 </cell>
29532 </row>
29533 </lyxtabular>
29534
29535 \end_inset
29536
29537
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Section
29546 Subfloats
29547 \begin_inset Index idx
29548 range none
29549 pageformat default
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Floats
29554 \begin_inset IndexMacro subentry
29555 status open
29556
29557 \begin_layout Plain Layout
29558 Subfloats
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Standard
29572 Subfloats are for example used when a figure consists of several images.
29573  They are created by inserting a float into an existing float.
29574  The placement of the subfloats can be controlled in the same way as for
29575  paragraphs as shown in table
29576 \begin_inset space ~
29577 \end_inset
29578
29579
29580 \begin_inset CommandInset ref
29581 LatexCommand ref
29582 reference "tab:Two-subtables-side"
29583
29584 \end_inset
29585
29586  and 
29587 \begin_inset CommandInset ref
29588 LatexCommand ref
29589 reference "tab:Two-subtables-upon"
29590
29591 \end_inset
29592
29593 .
29594 \end_layout
29595
29596 \begin_layout Standard
29597 Referencing subfloats works as for normal floats: Table
29598 \begin_inset space ~
29599 \end_inset
29600
29601
29602 \begin_inset CommandInset ref
29603 LatexCommand ref
29604 reference "tab:This-is-subtable-a"
29605
29606 \end_inset
29607
29608  and 
29609 \begin_inset CommandInset ref
29610 LatexCommand ref
29611 reference "tab:This-is-subtable-b"
29612
29613 \end_inset
29614
29615  are subtables of table
29616 \begin_inset space ~
29617 \end_inset
29618
29619
29620 \begin_inset CommandInset ref
29621 LatexCommand ref
29622 reference "tab:Two-subtables-side"
29623
29624 \end_inset
29625
29626 .
29627 \end_layout
29628
29629 \begin_layout Standard
29630 \begin_inset Float table
29631 placement document
29632 alignment document
29633 wide false
29634 sideways false
29635 status open
29636
29637 \begin_layout Plain Layout
29638 \begin_inset Caption Standard
29639
29640 \begin_layout Plain Layout
29641 \begin_inset CommandInset label
29642 LatexCommand label
29643 name "tab:Two-subtables-side"
29644
29645 \end_inset
29646
29647 Two subtables placed side by side.
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \end_layout
29654
29655 \begin_layout Plain Layout
29656 \align center
29657 \begin_inset space \hfill{}
29658 \end_inset
29659
29660
29661 \begin_inset Float table
29662 placement document
29663 alignment document
29664 wide false
29665 sideways false
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 \begin_inset Caption Standard
29670
29671 \begin_layout Plain Layout
29672 \begin_inset CommandInset label
29673 LatexCommand label
29674 name "tab:This-is-subtable-a"
29675
29676 \end_inset
29677
29678 This is subtable a.
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Plain Layout
29687 \align center
29688 \begin_inset Tabular
29689 <lyxtabular version="3" rows="1" columns="5">
29690 <features tabularvalignment="middle">
29691 <column alignment="center" valignment="top">
29692 <column alignment="center" valignment="top">
29693 <column alignment="center" valignment="top">
29694 <column alignment="center" valignment="top">
29695 <column alignment="center" valignment="top">
29696 <row>
29697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29698 \begin_inset Text
29699
29700 \begin_layout Plain Layout
29701 test
29702 \end_layout
29703
29704 \end_inset
29705 </cell>
29706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29707 \begin_inset Text
29708
29709 \begin_layout Plain Layout
29710 b
29711 \end_layout
29712
29713 \end_inset
29714 </cell>
29715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29716 \begin_inset Text
29717
29718 \begin_layout Plain Layout
29719 c
29720 \end_layout
29721
29722 \end_inset
29723 </cell>
29724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29725 \begin_inset Text
29726
29727 \begin_layout Plain Layout
29728 d
29729 \end_layout
29730
29731 \end_inset
29732 </cell>
29733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29734 \begin_inset Text
29735
29736 \begin_layout Plain Layout
29737 e
29738 \end_layout
29739
29740 \end_inset
29741 </cell>
29742 </row>
29743 </lyxtabular>
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \begin_inset space \hfill{}
29754 \end_inset
29755
29756
29757 \begin_inset Float table
29758 placement document
29759 alignment document
29760 wide false
29761 sideways false
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765 \begin_inset Caption Standard
29766
29767 \begin_layout Plain Layout
29768 \begin_inset CommandInset label
29769 LatexCommand label
29770 name "tab:This-is-subtable-b"
29771
29772 \end_inset
29773
29774 This is subtable b.
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Plain Layout
29783 \align center
29784 \begin_inset Tabular
29785 <lyxtabular version="3" rows="1" columns="5">
29786 <features tabularvalignment="middle">
29787 <column alignment="center" valignment="top">
29788 <column alignment="center" valignment="top">
29789 <column alignment="center" valignment="top">
29790 <column alignment="center" valignment="top">
29791 <column alignment="center" valignment="top">
29792 <row>
29793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Plain Layout
29797 e
29798 \end_layout
29799
29800 \end_inset
29801 </cell>
29802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29803 \begin_inset Text
29804
29805 \begin_layout Plain Layout
29806 d
29807 \end_layout
29808
29809 \end_inset
29810 </cell>
29811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29812 \begin_inset Text
29813
29814 \begin_layout Plain Layout
29815 c
29816 \end_layout
29817
29818 \end_inset
29819 </cell>
29820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29821 \begin_inset Text
29822
29823 \begin_layout Plain Layout
29824 b
29825 \end_layout
29826
29827 \end_inset
29828 </cell>
29829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29830 \begin_inset Text
29831
29832 \begin_layout Plain Layout
29833 test
29834 \end_layout
29835
29836 \end_inset
29837 </cell>
29838 </row>
29839 </lyxtabular>
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \begin_inset space \hfill{}
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \end_inset
29856
29857
29858 \end_layout
29859
29860 \begin_layout Standard
29861 \begin_inset Float table
29862 placement document
29863 alignment document
29864 wide false
29865 sideways false
29866 status open
29867
29868 \begin_layout Plain Layout
29869 \begin_inset Caption Standard
29870
29871 \begin_layout Plain Layout
29872 \begin_inset CommandInset label
29873 LatexCommand label
29874 name "tab:Two-subtables-upon"
29875
29876 \end_inset
29877
29878 Two subtables placed one above the other.
29879  (a) table with 4 cells, (b) table with 5 cells.
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \end_layout
29886
29887 \begin_layout Plain Layout
29888 \align center
29889 \begin_inset Float table
29890 placement document
29891 alignment document
29892 wide false
29893 sideways false
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897 \begin_inset Caption Standard
29898
29899 \begin_layout Plain Layout
29900
29901 \end_layout
29902
29903 \end_inset
29904
29905
29906 \end_layout
29907
29908 \begin_layout Plain Layout
29909 \align center
29910 \begin_inset Tabular
29911 <lyxtabular version="3" rows="1" columns="4">
29912 <features tabularvalignment="middle">
29913 <column alignment="center" valignment="top">
29914 <column alignment="center" valignment="top">
29915 <column alignment="center" valignment="top">
29916 <column alignment="center" valignment="top">
29917 <row>
29918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922 test
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29928 \begin_inset Text
29929
29930 \begin_layout Plain Layout
29931 test
29932 \end_layout
29933
29934 \end_inset
29935 </cell>
29936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29937 \begin_inset Text
29938
29939 \begin_layout Plain Layout
29940 test
29941 \end_layout
29942
29943 \end_inset
29944 </cell>
29945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29946 \begin_inset Text
29947
29948 \begin_layout Plain Layout
29949 test
29950 \end_layout
29951
29952 \end_inset
29953 </cell>
29954 </row>
29955 </lyxtabular>
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Plain Layout
29968 \align center
29969 \begin_inset Float table
29970 placement document
29971 alignment document
29972 wide false
29973 sideways false
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 \begin_inset Caption Standard
29978
29979 \begin_layout Plain Layout
29980
29981 \end_layout
29982
29983 \end_inset
29984
29985
29986 \end_layout
29987
29988 \begin_layout Plain Layout
29989 \align center
29990 \begin_inset Tabular
29991 <lyxtabular version="3" rows="1" columns="5">
29992 <features tabularvalignment="middle">
29993 <column alignment="center" valignment="top">
29994 <column alignment="center" valignment="top">
29995 <column alignment="center" valignment="top">
29996 <column alignment="center" valignment="top">
29997 <column alignment="center" valignment="top">
29998 <row>
29999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003 a
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012 b
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Plain Layout
30021 c
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Plain Layout
30030 d
30031 \end_layout
30032
30033 \end_inset
30034 </cell>
30035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30036 \begin_inset Text
30037
30038 \begin_layout Plain Layout
30039 e
30040 \end_layout
30041
30042 \end_inset
30043 </cell>
30044 </row>
30045 </lyxtabular>
30046
30047 \end_inset
30048
30049
30050 \end_layout
30051
30052 \end_inset
30053
30054
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Section
30063 Floats Side by Side
30064 \begin_inset Index idx
30065 range none
30066 pageformat default
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070 Floats
30071 \begin_inset IndexMacro subentry
30072 status open
30073
30074 \begin_layout Plain Layout
30075 Side by side
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089 To place floats side by side, as in Figures
30090 \begin_inset space ~
30091 \end_inset
30092
30093
30094 \begin_inset CommandInset ref
30095 LatexCommand ref
30096 reference "fig:Float-left"
30097
30098 \end_inset
30099
30100  and 
30101 \begin_inset CommandInset ref
30102 LatexCommand ref
30103 reference "fig:Float-right"
30104
30105 \end_inset
30106
30107 , only 
30108 \emph on
30109 one
30110 \emph default
30111  float is used.
30112  In it two minipage boxes are inserted.
30113 \begin_inset Foot
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117 Minipages are explained in section
30118 \begin_inset space ~
30119 \end_inset
30120
30121
30122 \begin_inset CommandInset ref
30123 LatexCommand ref
30124 reference "sec:Minipages"
30125
30126 \end_inset
30127
30128 .
30129 \end_layout
30130
30131 \end_inset
30132
30133  The width is set to 45
30134 \begin_inset space \thinspace{}
30135 \end_inset
30136
30137 -50
30138 \begin_inset space \thinspace{}
30139 \end_inset
30140
30141 column% and the box alignment to 
30142 \family sans
30143 Bottom
30144 \family default
30145  for each minipage.
30146  The minipage boxes contain the image and the caption in the same way as
30147  they are in a float.
30148  The only difference is that the image unit 
30149 \family sans
30150 Column
30151 \begin_inset space ~
30152 \end_inset
30153
30154 Width
30155 \begin_inset space ~
30156 \end_inset
30157
30158 %
30159 \family default
30160  is now calculated according to the width of the minipage boxes.
30161 \end_layout
30162
30163 \begin_layout Standard
30164 \begin_inset Float figure
30165 placement document
30166 alignment document
30167 wide false
30168 sideways false
30169 status open
30170
30171 \begin_layout Plain Layout
30172 \begin_inset Box Frameless
30173 position "b"
30174 hor_pos "c"
30175 has_inner_box 1
30176 inner_pos "t"
30177 use_parbox 0
30178 use_makebox 0
30179 width "45col%"
30180 special "none"
30181 height "1in"
30182 height_special "totalheight"
30183 thickness "0.4pt"
30184 separation "3pt"
30185 shadowsize "4pt"
30186 framecolor "black"
30187 backgroundcolor "none"
30188 status open
30189
30190 \begin_layout Plain Layout
30191 \align center
30192 \begin_inset Graphics
30193         filename clipart/2D-intensity-plot.pdf
30194         width 100col%
30195         scaleBeforeRotation
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Plain Layout
30203 \begin_inset Caption Standard
30204
30205 \begin_layout Plain Layout
30206 \begin_inset CommandInset label
30207 LatexCommand label
30208 name "fig:Float-left"
30209
30210 \end_inset
30211
30212 Float on the left side.
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \begin_inset space \hfill{}
30224 \end_inset
30225
30226
30227 \begin_inset Box Frameless
30228 position "b"
30229 hor_pos "c"
30230 has_inner_box 1
30231 inner_pos "t"
30232 use_parbox 0
30233 use_makebox 0
30234 width "45col%"
30235 special "none"
30236 height "1in"
30237 height_special "totalheight"
30238 thickness "0.4pt"
30239 separation "3pt"
30240 shadowsize "4pt"
30241 framecolor "black"
30242 backgroundcolor "none"
30243 status open
30244
30245 \begin_layout Plain Layout
30246 \align center
30247 \begin_inset Graphics
30248         filename clipart/Star-structure.pdf
30249         width 100col%
30250         scaleBeforeRotation
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Plain Layout
30258 \begin_inset Caption Standard
30259
30260 \begin_layout Plain Layout
30261 \begin_inset CommandInset label
30262 LatexCommand label
30263 name "fig:Float-right"
30264
30265 \end_inset
30266
30267 Float on the right side.
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 An alternative and simpler solution is to use the module 
30287 \family sans
30288 Variable-width Minipages
30289 \family default
30290 , see sec.
30291 \begin_inset space \thinspace{}
30292 \end_inset
30293
30294
30295 \begin_inset CommandInset ref
30296 LatexCommand ref
30297 reference "sec:Minipages"
30298
30299 \end_inset
30300
30301 .
30302  Variable-width minipages adapt automatically to the width of the figures
30303  and tables.
30304  They do not require an explicit width to be given, and they improve the
30305  horizontal alignment of the figures.
30306  The LyX example file 
30307 \emph on
30308 varwidth-floats-side-by-side
30309 \emph default
30310  gives examples of how to do this.
30311 \end_layout
30312
30313 \begin_layout Section
30314 Caption Formatting
30315 \begin_inset Index idx
30316 range none
30317 pageformat default
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 Caption
30322 \begin_inset IndexMacro subentry
30323 status open
30324
30325 \begin_layout Plain Layout
30326 Formatting
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \begin_inset Index idx
30338 range none
30339 pageformat default
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343 Floats
30344 \begin_inset IndexMacro subentry
30345 status open
30346
30347 \begin_layout Plain Layout
30348 Caption Formatting
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset CommandInset label
30360 LatexCommand label
30361 name "sec:Caption-Formatting"
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 The 
30370 \family sans
30371 Caption
30372 \family default
30373  environment is the default paragraph environment for 
30374 \family sans
30375 Floats
30376 \family default
30377 .
30378  On the \SpecialChar LyX
30379  screen captions appear as a label, e.
30380 \begin_inset space \thinspace{}
30381 \end_inset
30382
30383 g.
30384 \begin_inset space \space{}
30385 \end_inset
30386
30387
30388 \begin_inset Quotes eld
30389 \end_inset
30390
30391
30392 \family sans
30393 Figure #:
30394 \family default
30395
30396 \begin_inset Quotes erd
30397 \end_inset
30398
30399  followed by the caption text.
30400  
30401 \begin_inset Quotes eld
30402 \end_inset
30403
30404 #
30405 \begin_inset Quotes erd
30406 \end_inset
30407
30408  is the actual reference number.
30409  By default the label and the number are in the same font as the caption
30410  text and a colon follows the number to divide the label from the text.
30411  This caption format is suitable for many but not all documents.
30412  
30413 \end_layout
30414
30415 \begin_layout Standard
30416 To change the default caption format, load the \SpecialChar LaTeX
30417 -package 
30418 \series bold
30419 caption
30420 \series default
30421
30422 \begin_inset Index idx
30423 range none
30424 pageformat default
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428 \SpecialChar LaTeX
30429  packages
30430 \begin_inset IndexMacro subentry
30431 status open
30432
30433 \begin_layout Plain Layout
30434 caption
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \end_inset
30443
30444  in the document preamble with this line:
30445 \end_layout
30446
30447 \begin_layout Standard
30448
30449 \series bold
30450
30451 \backslash
30452 usepackage[format definition]{caption}
30453 \end_layout
30454
30455 \begin_layout Standard
30456 To have for example the label and the number in sans-serif, bold font and
30457  the table captions always above the table as in this document, use the
30458  following command:
30459 \end_layout
30460
30461 \begin_layout Standard
30462
30463 \series bold
30464
30465 \backslash
30466 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
30467 \end_layout
30468
30469 \begin_layout Standard
30470 You can also define different caption formats for the different float types.
30471  In this case load the 
30472 \series bold
30473 caption
30474 \series default
30475  package without format specific options and define the different formats
30476  with the help of the command
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 captionsetup[float type]{format definition}
30485 \end_layout
30486
30487 \begin_layout Standard
30488 in the document preamble.
30489  For example the caption formats of Figure
30490 \begin_inset space ~
30491 \end_inset
30492
30493
30494 \begin_inset CommandInset ref
30495 LatexCommand ref
30496 reference "fig:This-is-an-fig"
30497
30498 \end_inset
30499
30500  and Table
30501 \begin_inset space ~
30502 \end_inset
30503
30504
30505 \begin_inset CommandInset ref
30506 LatexCommand ref
30507 reference "tab:This-is-an-tab"
30508
30509 \end_inset
30510
30511  can be created using these commands in the document preamble:
30512 \end_layout
30513
30514 \begin_layout Standard
30515
30516 \series bold
30517
30518 \backslash
30519 usepackage[tableposition=top]{caption}
30520 \series default
30521
30522 \begin_inset Newline newline
30523 \end_inset
30524
30525
30526 \series bold
30527
30528 \backslash
30529 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
30530 \begin_inset Newline newline
30531 \end_inset
30532
30533
30534 \begin_inset Phantom HPhantom
30535 status open
30536
30537 \begin_layout Plain Layout
30538
30539 \series bold
30540
30541 \backslash
30542 captionsetup[figure]{
30543 \end_layout
30544
30545 \end_inset
30546
30547 labelsep=period}
30548 \begin_inset Newline newline
30549 \end_inset
30550
30551
30552 \backslash
30553 captionsetup[table]{labelfont={bf,sf}}
30554 \end_layout
30555
30556 \begin_layout Standard
30557 \begin_inset Note Greyedout
30558 status open
30559
30560 \begin_layout Plain Layout
30561
30562 \series bold
30563 Note:
30564 \series default
30565  The option 
30566 \series bold
30567 tableposition=top
30568 \series default
30569  has no effect when a 
30570 \series bold
30571 KOMA-Script
30572 \series default
30573
30574 \begin_inset Index idx
30575 range none
30576 pageformat default
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 \SpecialChar LaTeX
30581  packages
30582 \begin_inset IndexMacro subentry
30583 status open
30584
30585 \begin_layout Plain Layout
30586 KOMA-Script
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \end_inset
30595
30596  document class is used.
30597  In this case the document class option 
30598 \series bold
30599 captions=tableheading
30600 \series default
30601  must be used.
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 For more information about the package 
30611 \series bold
30612 caption
30613 \series default
30614  we refer to its documentation 
30615 \begin_inset CommandInset citation
30616 LatexCommand cite
30617 key "caption"
30618 literal "true"
30619
30620 \end_inset
30621
30622 .
30623 \end_layout
30624
30625 \begin_layout Standard
30626 To change the label name from e.
30627 \begin_inset space \thinspace{}
30628 \end_inset
30629
30630 g.
30631 \begin_inset space \space{}
30632 \end_inset
30633
30634
30635 \begin_inset Quotes eld
30636 \end_inset
30637
30638 Figure
30639 \begin_inset Quotes erd
30640 \end_inset
30641
30642  to 
30643 \begin_inset Quotes eld
30644 \end_inset
30645
30646 Image
30647 \begin_inset Quotes erd
30648 \end_inset
30649
30650  use this preamble command:
30651 \end_layout
30652
30653 \begin_layout Standard
30654
30655 \series bold
30656
30657 \backslash
30658 renewcommand{
30659 \backslash
30660 fnum@figure}{Image~
30661 \backslash
30662 thefigure}
30663 \end_layout
30664
30665 \begin_layout Standard
30666 where 
30667 \series bold
30668
30669 \backslash
30670 thefigure
30671 \series default
30672  inserts the figure number and
30673 \series bold
30674  
30675 \begin_inset Quotes eld
30676 \end_inset
30677
30678 ~
30679 \series default
30680
30681 \begin_inset Quotes erd
30682 \end_inset
30683
30684  creates a 
30685 \change_deleted 177693 1654669177
30686 protected
30687 \change_inserted 177693 1654669179
30688 non-breaking
30689 \change_unchanged
30690  space.
30691 \end_layout
30692
30693 \begin_layout Standard
30694 \begin_inset VSpace bigskip
30695 \end_inset
30696
30697 If you are using a 
30698 \series bold
30699 KOMA-Script
30700 \series default
30701
30702 \begin_inset Index idx
30703 range none
30704 pageformat default
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 \SpecialChar LaTeX
30709  packages
30710 \begin_inset IndexMacro subentry
30711 status open
30712
30713 \begin_layout Plain Layout
30714 KOMA-Script
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \end_layout
30721
30722 \end_inset
30723
30724  document class (
30725 \family sans
30726 article (KOMA-Script)
30727 \family default
30728
30729 \family sans
30730 book (KOMA-Script)
30731 \family default
30732
30733 \family sans
30734 letter (KOMA-Script)
30735 \family default
30736 , or 
30737 \family sans
30738 report (KOMA-Script)
30739 \family default
30740
30741 \begin_inset space \thinspace{}
30742 \end_inset
30743
30744 ), you can alternatively to the 
30745 \series bold
30746 caption
30747 \series default
30748  package use 
30749 \series bold
30750 KOMA-Script
30751 \series default
30752 's built-in command 
30753 \series bold
30754
30755 \backslash
30756 setkomafont
30757 \series default
30758 .
30759  For example, to have the caption label in bold, add this command to your
30760  document preamble:
30761 \end_layout
30762
30763 \begin_layout Standard
30764
30765 \series bold
30766
30767 \backslash
30768 setkomafont{captionlabel}{
30769 \backslash
30770 bfseries}
30771 \end_layout
30772
30773 \begin_layout Standard
30774 For more information about 
30775 \series bold
30776
30777 \backslash
30778 setkomafont
30779 \series default
30780  we refer to the 
30781 \series bold
30782 KOMA-Script
30783 \series default
30784  documentation 
30785 \begin_inset CommandInset citation
30786 LatexCommand cite
30787 key "KOMA-Script"
30788 literal "true"
30789
30790 \end_inset
30791
30792 .
30793 \end_layout
30794
30795 \begin_layout Standard
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801
30802 \backslash
30803 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
30804 }
30805 \end_layout
30806
30807 \end_inset
30808
30809
30810 \begin_inset Note Note
30811 status open
30812
30813 \begin_layout Plain Layout
30814 The caption format is changed only for this example.
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \end_layout
30821
30822 \begin_layout Standard
30823 \begin_inset Float figure
30824 placement !p
30825 alignment document
30826 wide false
30827 sideways false
30828 status open
30829
30830 \begin_layout Plain Layout
30831 \align center
30832 \begin_inset Graphics
30833         filename clipart/2D-intensity-plot.pdf
30834         scaleBeforeRotation
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \begin_layout Plain Layout
30842 \begin_inset Caption Standard
30843
30844 \begin_layout Plain Layout
30845 \begin_inset CommandInset label
30846 LatexCommand label
30847 name "fig:This-is-an-fig"
30848
30849 \end_inset
30850
30851 This is an example figure caption that is longer than one line to show the
30852  different caption format.
30853  Here a self-defined caption format is used.
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 \begin_inset ERT
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871
30872
30873 \backslash
30874 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
30875 on}
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \end_layout
30882
30883 \begin_layout Standard
30884 \begin_inset Float table
30885 placement !p
30886 alignment document
30887 wide false
30888 sideways false
30889 status open
30890
30891 \begin_layout Plain Layout
30892 \begin_inset Caption Standard
30893
30894 \begin_layout Plain Layout
30895 \begin_inset CommandInset label
30896 LatexCommand label
30897 name "tab:This-is-an-tab"
30898
30899 \end_inset
30900
30901 This is an example table caption that is longer than one line to show the
30902  different caption format.
30903  Here the standard caption format for tables in this document is used.
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \end_layout
30910
30911 \begin_layout Plain Layout
30912 \align center
30913 \begin_inset Tabular
30914 <lyxtabular version="3" rows="1" columns="5">
30915 <features tabularvalignment="middle">
30916 <column alignment="center" valignment="top">
30917 <column alignment="center" valignment="top">
30918 <column alignment="center" valignment="top">
30919 <column alignment="center" valignment="top">
30920 <column alignment="center" valignment="top">
30921 <row>
30922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30923 \begin_inset Text
30924
30925 \begin_layout Plain Layout
30926 a
30927 \end_layout
30928
30929 \end_inset
30930 </cell>
30931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30932 \begin_inset Text
30933
30934 \begin_layout Plain Layout
30935 b
30936 \end_layout
30937
30938 \end_inset
30939 </cell>
30940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30941 \begin_inset Text
30942
30943 \begin_layout Plain Layout
30944 c
30945 \end_layout
30946
30947 \end_inset
30948 </cell>
30949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30950 \begin_inset Text
30951
30952 \begin_layout Plain Layout
30953 d
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962 e
30963 \end_layout
30964
30965 \end_inset
30966 </cell>
30967 </row>
30968 </lyxtabular>
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Section
30981 Caption Placement
30982 \begin_inset Index idx
30983 range none
30984 pageformat default
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 Caption
30989 \begin_inset IndexMacro subentry
30990 status open
30991
30992 \begin_layout Plain Layout
30993 Placement
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \begin_inset Index idx
31005 range none
31006 pageformat default
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010 Floats
31011 \begin_inset IndexMacro subentry
31012 status open
31013
31014 \begin_layout Plain Layout
31015 Caption Placement
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset CommandInset label
31027 LatexCommand label
31028 name "sec:Caption-Placement"
31029
31030 \end_inset
31031
31032
31033 \end_layout
31034
31035 \begin_layout Standard
31036 The common caption placement rule is:
31037 \end_layout
31038
31039 \begin_layout Description
31040 Figure: Caption is set below the figure
31041 \end_layout
31042
31043 \begin_layout Description
31044 Table: Caption is set above the table
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
31049 's
31050  standard classes.
31051  That means if you are using the document classes 
31052 \family sans
31053 article
31054 \family default
31055
31056 \family sans
31057 book
31058 \family default
31059
31060 \family sans
31061 letter
31062 \family default
31063 , or 
31064 \family sans
31065 report
31066 \family default
31067  there will be no space between the caption and the table.
31068  To insert the necessary space, load the \SpecialChar LaTeX
31069 -package 
31070 \series bold
31071 caption
31072 \series default
31073
31074 \begin_inset Index idx
31075 range none
31076 pageformat default
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 \SpecialChar LaTeX
31081  packages
31082 \begin_inset IndexMacro subentry
31083 status open
31084
31085 \begin_layout Plain Layout
31086 caption
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \end_inset
31095
31096  in your document preamble with the option
31097 \begin_inset Foot
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101 See section
31102 \begin_inset space ~
31103 \end_inset
31104
31105
31106 \begin_inset CommandInset ref
31107 LatexCommand ref
31108 reference "sec:Caption-Formatting"
31109
31110 \end_inset
31111
31112  for more information of the package 
31113 \series bold
31114 caption
31115 \series default
31116 .
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125
31126 \series bold
31127 tableposition=top
31128 \end_layout
31129
31130 \begin_layout Standard
31131 If you are using a 
31132 \series bold
31133 KOMA-Script
31134 \series default
31135
31136 \begin_inset Index idx
31137 range none
31138 pageformat default
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 \SpecialChar LaTeX
31143  packages
31144 \begin_inset IndexMacro subentry
31145 status open
31146
31147 \begin_layout Plain Layout
31148 KOMA-Script
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \end_inset
31157
31158  document class (
31159 \family sans
31160 article (KOMA-Script)
31161 \family default
31162
31163 \family sans
31164 book (KOMA-Script)
31165 \family default
31166
31167 \family sans
31168 letter (KOMA-Script)
31169 \family default
31170 , or 
31171 \family sans
31172 report (KOMA-Script)
31173 \family default
31174
31175 \begin_inset space \thinspace{}
31176 \end_inset
31177
31178 ), you can alternatively to the 
31179 \series bold
31180 caption
31181 \series default
31182  package set the document class option
31183 \begin_inset Foot
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 That option is used in this document.
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \begin_layout Standard
31196
31197 \series bold
31198 captions=tableheading
31199 \end_layout
31200
31201 \begin_layout Standard
31202 In documents with a KOMA-Script document class you can also right-click
31203  on a caption and mark in the context menu if this should be a caption above
31204  or below the table/figure.
31205  This way you can override the document-wide caption placement for certain
31206  captions.
31207  Table
31208 \begin_inset space ~
31209 \end_inset
31210
31211
31212 \begin_inset CommandInset ref
31213 LatexCommand ref
31214 reference "tab:A-caption-marked"
31215
31216 \end_inset
31217
31218  is an example where the caption is marked a being below the table while
31219  it is above.
31220  For comparison the caption in Table
31221 \begin_inset space ~
31222 \end_inset
31223
31224
31225 \begin_inset CommandInset ref
31226 LatexCommand ref
31227 reference "tab:A-standard-table"
31228
31229 \end_inset
31230
31231  is not marked.
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset Float table
31236 placement document
31237 alignment document
31238 wide false
31239 sideways false
31240 status open
31241
31242 \begin_layout Plain Layout
31243 \begin_inset Caption Below
31244
31245 \begin_layout Plain Layout
31246 \begin_inset CommandInset label
31247 LatexCommand label
31248 name "tab:A-caption-marked"
31249
31250 \end_inset
31251
31252 A caption marked as being below the table.
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \end_layout
31259
31260 \begin_layout Plain Layout
31261 \align center
31262 \begin_inset Tabular
31263 <lyxtabular version="3" rows="3" columns="3">
31264 <features tabularvalignment="middle">
31265 <column alignment="center" valignment="top" width="0pt">
31266 <column alignment="center" valignment="top" width="0pt">
31267 <column alignment="center" valignment="top" width="0pt">
31268 <row>
31269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31270 \begin_inset Text
31271
31272 \begin_layout Plain Layout
31273 1
31274 \end_layout
31275
31276 \end_inset
31277 </cell>
31278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31279 \begin_inset Text
31280
31281 \begin_layout Plain Layout
31282 2
31283 \end_layout
31284
31285 \end_inset
31286 </cell>
31287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31288 \begin_inset Text
31289
31290 \begin_layout Plain Layout
31291 3
31292 \end_layout
31293
31294 \end_inset
31295 </cell>
31296 </row>
31297 <row>
31298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31299 \begin_inset Text
31300
31301 \begin_layout Plain Layout
31302 Joe
31303 \end_layout
31304
31305 \end_inset
31306 </cell>
31307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311 Mary
31312 \end_layout
31313
31314 \end_inset
31315 </cell>
31316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31317 \begin_inset Text
31318
31319 \begin_layout Plain Layout
31320 Ted
31321 \end_layout
31322
31323 \end_inset
31324 </cell>
31325 </row>
31326 <row>
31327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31328 \begin_inset Text
31329
31330 \begin_layout Plain Layout
31331 \begin_inset Formula $\int x^{2}dx$
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31340 \begin_inset Text
31341
31342 \begin_layout Plain Layout
31343 \begin_inset Formula $\left[\begin{array}{cc}
31344 a & b\\
31345 c & d
31346 \end{array}\right]$
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \end_inset
31353 </cell>
31354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358 \begin_inset Formula $1+1=2$
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \end_inset
31365 </cell>
31366 </row>
31367 </lyxtabular>
31368
31369 \end_inset
31370
31371
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380 \begin_inset Float table
31381 placement document
31382 alignment document
31383 wide false
31384 sideways false
31385 status open
31386
31387 \begin_layout Plain Layout
31388 \begin_inset Caption Standard
31389
31390 \begin_layout Plain Layout
31391 \begin_inset CommandInset label
31392 LatexCommand label
31393 name "tab:A-standard-table"
31394
31395 \end_inset
31396
31397 A standard table caption.
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \end_layout
31404
31405 \begin_layout Plain Layout
31406 \align center
31407 \begin_inset Tabular
31408 <lyxtabular version="3" rows="3" columns="3">
31409 <features tabularvalignment="middle">
31410 <column alignment="center" valignment="top" width="0pt">
31411 <column alignment="center" valignment="top" width="0pt">
31412 <column alignment="center" valignment="top" width="0pt">
31413 <row>
31414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Plain Layout
31418 1
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Plain Layout
31427 2
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 3
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 </row>
31442 <row>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 Joe
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456 Mary
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 Ted
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 </row>
31471 <row>
31472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476 \begin_inset Formula $\int x^{2}dx$
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \end_inset
31483 </cell>
31484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31485 \begin_inset Text
31486
31487 \begin_layout Plain Layout
31488 \begin_inset Formula $\left[\begin{array}{cc}
31489 a & b\\
31490 c & d
31491 \end{array}\right]$
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \end_inset
31498 </cell>
31499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503 \begin_inset Formula $1+1=2$
31504 \end_inset
31505
31506
31507 \end_layout
31508
31509 \end_inset
31510 </cell>
31511 </row>
31512 </lyxtabular>
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \begin_layout Standard
31525 \begin_inset VSpace bigskip
31526 \end_inset
31527
31528 It is also possible to set the caption beside a figure or table.
31529  To get this the \SpecialChar LaTeX
31530 -package 
31531 \series bold
31532 sidecap
31533 \series default
31534
31535 \begin_inset Index idx
31536 range none
31537 pageformat default
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541 \SpecialChar LaTeX
31542  packages
31543 \begin_inset IndexMacro subentry
31544 status open
31545
31546 \begin_layout Plain Layout
31547 sidecap
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \end_inset
31556
31557  has to be loaded in the document preamble with the line
31558 \end_layout
31559
31560 \begin_layout Standard
31561
31562 \series bold
31563
31564 \backslash
31565 usepackage[option]{sidecap}
31566 \end_layout
31567
31568 \begin_layout Standard
31569 If you set no option, the caption is placed on the side of the outer page
31570  margin – to the right on odd pages, to the left on even pages.
31571  You can change the placement to inner margin with the option 
31572 \series bold
31573 innercaption
31574 \series default
31575 .
31576  To force the placement always to the right or left, use the option 
31577 \series bold
31578 rightcaption
31579 \series default
31580  or 
31581 \series bold
31582 leftcaption
31583 \series default
31584 , respectively.
31585 \end_layout
31586
31587 \begin_layout Standard
31588 \begin_inset ERT
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592
31593
31594 \backslash
31595 ifsidecap
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \begin_inset Note Note
31602 status open
31603
31604 \begin_layout Plain Layout
31605 The following section will only be displayed when the \SpecialChar LaTeX
31606 -package 
31607 \series bold
31608 sidecap
31609 \series default
31610  is installed.
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \begin_layout Standard
31619 To place in \SpecialChar LyX
31620  the caption of a float on the side, it is necessary to add
31621  these commands to the document preamble:
31622 \end_layout
31623
31624 \begin_layout Standard
31625 \noindent
31626 \begin_inset CommandInset line
31627 LatexCommand rule
31628 offset "0.5ex"
31629 width "100line%"
31630 height "1pt"
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Standard
31638
31639 \series bold
31640
31641 \backslash
31642 newcommand{
31643 \backslash
31644 TabBesBeg}[1][1.0]{%
31645 \begin_inset Newline newline
31646 \end_inset
31647
31648
31649 \begin_inset Phantom HPhantom
31650 status open
31651
31652 \begin_layout Plain Layout
31653 \begin_inset space ~
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \backslash
31663 let
31664 \backslash
31665 MyTable
31666 \backslash
31667 table
31668 \begin_inset Newline newline
31669 \end_inset
31670
31671
31672 \begin_inset Phantom HPhantom
31673 status open
31674
31675 \begin_layout Plain Layout
31676
31677 \series medium
31678 \begin_inset space ~
31679 \end_inset
31680
31681
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \backslash
31688 let
31689 \backslash
31690 MyEndtable
31691 \backslash
31692 endtable
31693 \begin_inset Newline newline
31694 \end_inset
31695
31696
31697 \begin_inset Phantom HPhantom
31698 status open
31699
31700 \begin_layout Plain Layout
31701
31702 \series medium
31703 \begin_inset space ~
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \backslash
31713 renewenvironment{table}[1]{
31714 \backslash
31715 begin{SCtable}[#1]##1}{
31716 \backslash
31717 end{SCtable}}}
31718 \end_layout
31719
31720 \begin_layout Standard
31721
31722 \series bold
31723
31724 \backslash
31725 newcommand{
31726 \backslash
31727 TabBesEnd}{%
31728 \begin_inset Newline newline
31729 \end_inset
31730
31731
31732 \begin_inset Phantom HPhantom
31733 status open
31734
31735 \begin_layout Plain Layout
31736 \begin_inset space ~
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \backslash
31746 let
31747 \backslash
31748 table
31749 \backslash
31750 MyTable
31751 \begin_inset Newline newline
31752 \end_inset
31753
31754
31755 \begin_inset Phantom HPhantom
31756 status open
31757
31758 \begin_layout Plain Layout
31759 \begin_inset space ~
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \end_inset
31766
31767
31768 \backslash
31769 let
31770 \backslash
31771 endtable
31772 \backslash
31773 MyEndtable
31774 \end_layout
31775
31776 \begin_layout Standard
31777
31778 \series bold
31779
31780 \backslash
31781 newcommand{
31782 \backslash
31783 FigBesBeg}[1][1.0]{%
31784 \begin_inset Newline newline
31785 \end_inset
31786
31787
31788 \begin_inset Phantom HPhantom
31789 status open
31790
31791 \begin_layout Plain Layout
31792 \begin_inset space ~
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \backslash
31802 let
31803 \backslash
31804 MyFigure
31805 \backslash
31806 figure
31807 \begin_inset Newline newline
31808 \end_inset
31809
31810
31811 \begin_inset Phantom HPhantom
31812 status open
31813
31814 \begin_layout Plain Layout
31815 \begin_inset space ~
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \backslash
31825 let
31826 \backslash
31827 MyEndfigure
31828 \backslash
31829 endfigure
31830 \begin_inset Newline newline
31831 \end_inset
31832
31833
31834 \begin_inset Phantom HPhantom
31835 status open
31836
31837 \begin_layout Plain Layout
31838 \begin_inset space ~
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \backslash
31848 renewenvironment{figure}[1]{
31849 \backslash
31850 begin{SCfigure}[#1]##1}{
31851 \backslash
31852 end{SCfigure}}}
31853 \end_layout
31854
31855 \begin_layout Standard
31856
31857 \series bold
31858
31859 \backslash
31860 newcommand{
31861 \backslash
31862 FigBesEnd}{%
31863 \begin_inset Newline newline
31864 \end_inset
31865
31866
31867 \begin_inset Phantom HPhantom
31868 status open
31869
31870 \begin_layout Plain Layout
31871 \begin_inset space ~
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \backslash
31881 let
31882 \backslash
31883 figure
31884 \backslash
31885 MyFigure
31886 \begin_inset Newline newline
31887 \end_inset
31888
31889
31890 \begin_inset Phantom HPhantom
31891 status open
31892
31893 \begin_layout Plain Layout
31894 \begin_inset space ~
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \backslash
31904 let
31905 \backslash
31906 endfigure
31907 \backslash
31908 MyEndfigure}
31909 \end_layout
31910
31911 \begin_layout Standard
31912 \noindent
31913 \begin_inset CommandInset line
31914 LatexCommand rule
31915 offset "0.5ex"
31916 width "100line%"
31917 height "1pt"
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 The commands allow you to redefine the floats so that the caption is set
31926  on the side.
31927  For figure floats use the command
31928 \end_layout
31929
31930 \begin_layout Standard
31931
31932 \series bold
31933
31934 \backslash
31935 FigBesBeg
31936 \end_layout
31937
31938 \begin_layout Standard
31939 in \SpecialChar TeX
31940  Code before the float.
31941  And insert the command
31942 \end_layout
31943
31944 \begin_layout Standard
31945
31946 \series bold
31947
31948 \backslash
31949 FigBesEnd
31950 \end_layout
31951
31952 \begin_layout Standard
31953 in \SpecialChar TeX
31954  Code at the point where you want to get back to the original float definitio
31955 n.
31956 \end_layout
31957
31958 \begin_layout Standard
31959 For table floats use the corresponding commands
31960 \end_layout
31961
31962 \begin_layout Standard
31963
31964 \series bold
31965
31966 \backslash
31967 TabBesBeg
31968 \series default
31969  and 
31970 \series bold
31971
31972 \backslash
31973 TabBesEnd
31974 \end_layout
31975
31976 \begin_layout Standard
31977 Figure
31978 \begin_inset space ~
31979 \end_inset
31980
31981
31982 \begin_inset CommandInset ref
31983 LatexCommand ref
31984 reference "fig:cap-beside-fig"
31985
31986 \end_inset
31987
31988  and Table
31989 \begin_inset space ~
31990 \end_inset
31991
31992
31993 \begin_inset CommandInset ref
31994 LatexCommand ref
31995 reference "tab:cap-beside-tab"
31996
31997 \end_inset
31998
31999  are examples where the caption is set beside.
32000 \end_layout
32001
32002 \begin_layout Standard
32003 You can see in the examples that the caption text appears at the top of
32004  the floats for table floats and at the bottom for figure floats.
32005  To change this, you can use the command
32006 \end_layout
32007
32008 \begin_layout Standard
32009
32010 \series bold
32011
32012 \backslash
32013 sidecaptionvpos{float type}{placement}
32014 \end_layout
32015
32016 \begin_layout Standard
32017 in the document preamble or in \SpecialChar TeX
32018  Code before the float.
32019  The float type is either 
32020 \family sans
32021 figure
32022 \family default
32023  or 
32024 \family sans
32025 table
32026 \family default
32027 , the placement can be 
32028 \begin_inset Quotes eld
32029 \end_inset
32030
32031
32032 \family sans
32033 t
32034 \family default
32035
32036 \begin_inset Quotes erd
32037 \end_inset
32038
32039  for top, 
32040 \begin_inset Quotes eld
32041 \end_inset
32042
32043
32044 \family sans
32045 c
32046 \family default
32047
32048 \begin_inset Quotes erd
32049 \end_inset
32050
32051  for center, or 
32052 \begin_inset Quotes eld
32053 \end_inset
32054
32055
32056 \family sans
32057 b
32058 \family default
32059
32060 \begin_inset Quotes erd
32061 \end_inset
32062
32063  for bottom.
32064  To have for example the caption of figure floats vertically centered, use
32065  the command
32066 \end_layout
32067
32068 \begin_layout Standard
32069
32070 \series bold
32071
32072 \backslash
32073 sidecaptionvpos{figure}{c}
32074 \end_layout
32075
32076 \begin_layout Standard
32077 This was used for Figure
32078 \begin_inset space ~
32079 \end_inset
32080
32081
32082 \begin_inset CommandInset ref
32083 LatexCommand ref
32084 reference "fig:cap-beside-fig-2"
32085
32086 \end_inset
32087
32088 .
32089 \end_layout
32090
32091 \begin_layout Standard
32092 \begin_inset VSpace medskip
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Standard
32099 The default caption width is the width of the image/table.
32100  For thin image/tables, like in Table
32101 \begin_inset space ~
32102 \end_inset
32103
32104
32105 \begin_inset CommandInset ref
32106 LatexCommand ref
32107 reference "tab:cap-beside-tab"
32108
32109 \end_inset
32110
32111 , this leads to captions that are too thin.
32112  You can increase the width by specifying a factor that will be multiplied
32113  with the image/table width to get the caption width.
32114  The caption width will automatically be recalculated in case it would protrude
32115  over the page or column margin due to the specified width.
32116  The 
32117 \emph on
32118 factor
32119 \emph default
32120  can either be given as optional argument for 
32121 \series bold
32122
32123 \backslash
32124 FigBesBeg
32125 \series default
32126 :
32127 \end_layout
32128
32129 \begin_layout Standard
32130
32131 \series bold
32132
32133 \backslash
32134 FigBesBeg[factor]
32135 \end_layout
32136
32137 \begin_layout Standard
32138 or in the definition of 
32139 \series bold
32140
32141 \backslash
32142 FigBesBeg
32143 \series default
32144  by replacing the 
32145 \series bold
32146 1.0
32147 \series default
32148  with another value.
32149  If you do the latter, your factor will be the default if 
32150 \series bold
32151
32152 \backslash
32153 FigBesBeg
32154 \series default
32155  is used without an argument.
32156  For Table
32157 \begin_inset space ~
32158 \end_inset
32159
32160
32161 \begin_inset CommandInset ref
32162 LatexCommand ref
32163 reference "tab:cap-beside-tab-wider"
32164
32165 \end_inset
32166
32167  the factor 5 was used.
32168 \end_layout
32169
32170 \begin_layout Standard
32171 \begin_inset Note Greyedout
32172 status open
32173
32174 \begin_layout Plain Layout
32175
32176 \series bold
32177 Note:
32178 \series default
32179  For floats with captions set beside, you cannot use the float placement
32180  option 
32181 \family sans
32182 Here
32183 \begin_inset space ~
32184 \end_inset
32185
32186 definitely
32187 \family default
32188  because it is not supported by 
32189 \series bold
32190 sidecap
32191 \series default
32192 .
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Standard
32201 \begin_inset VSpace medskip
32202 \end_inset
32203
32204 For more information about the package 
32205 \series bold
32206 sidecap
32207 \series default
32208  we refer to its documentation 
32209 \begin_inset CommandInset citation
32210 LatexCommand cite
32211 key "sidecap"
32212 literal "true"
32213
32214 \end_inset
32215
32216 .
32217 \end_layout
32218
32219 \begin_layout Standard
32220 \begin_inset Note Greyedout
32221 status open
32222
32223 \begin_layout Plain Layout
32224
32225 \series bold
32226 Note:
32227 \series default
32228  The \SpecialChar LaTeX
32229 -package 
32230 \series bold
32231 hypcap
32232 \series default
32233
32234 \begin_inset Index idx
32235 range none
32236 pageformat default
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240 \SpecialChar LaTeX
32241  packages
32242 \begin_inset IndexMacro subentry
32243 status open
32244
32245 \begin_layout Plain Layout
32246 hypcap
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \end_inset
32255
32256 , described in section
32257 \begin_inset space ~
32258 \end_inset
32259
32260
32261 \begin_inset CommandInset ref
32262 LatexCommand ref
32263 reference "subsec:Reference-Position"
32264
32265 \end_inset
32266
32267 , has no effect on floats with the caption set beside.
32268 \end_layout
32269
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \begin_layout Standard
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 FigBesBeg
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \begin_layout Standard
32292 \begin_inset Float figure
32293 placement document
32294 alignment document
32295 wide false
32296 sideways false
32297 status open
32298
32299 \begin_layout Plain Layout
32300 \begin_inset Graphics
32301         filename clipart/3D-structure-distort.pdf
32302         scale 50
32303         scaleBeforeRotation
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \begin_layout Plain Layout
32311 \begin_inset Caption Standard
32312
32313 \begin_layout Plain Layout
32314 \begin_inset CommandInset label
32315 LatexCommand label
32316 name "fig:cap-beside-fig"
32317
32318 \end_inset
32319
32320 This is a caption beside a figure.
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \begin_layout Standard
32334 \begin_inset ERT
32335 status collapsed
32336
32337 \begin_layout Plain Layout
32338
32339
32340 \backslash
32341 FigBesEnd
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Standard
32350 \begin_inset ERT
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354
32355
32356 \backslash
32357 TabBesBeg
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 \begin_inset Float table
32367 placement document
32368 alignment document
32369 wide false
32370 sideways false
32371 status open
32372
32373 \begin_layout Plain Layout
32374 \begin_inset Caption Standard
32375
32376 \begin_layout Plain Layout
32377 \begin_inset CommandInset label
32378 LatexCommand label
32379 name "tab:cap-beside-tab"
32380
32381 \end_inset
32382
32383 This is a caption beside a table.
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Plain Layout
32392 \begin_inset Tabular
32393 <lyxtabular version="3" rows="4" columns="5">
32394 <features tabularvalignment="middle">
32395 <column alignment="center" valignment="top">
32396 <column alignment="center" valignment="top">
32397 <column alignment="center" valignment="top">
32398 <column alignment="center" valignment="top">
32399 <column alignment="center" valignment="top">
32400 <row>
32401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405 a
32406 \end_layout
32407
32408 \end_inset
32409 </cell>
32410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32411 \begin_inset Text
32412
32413 \begin_layout Plain Layout
32414
32415 \end_layout
32416
32417 \end_inset
32418 </cell>
32419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423 b
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32429 \begin_inset Text
32430
32431 \begin_layout Plain Layout
32432
32433 \end_layout
32434
32435 \end_inset
32436 </cell>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 c
32442 \end_layout
32443
32444 \end_inset
32445 </cell>
32446 </row>
32447 <row>
32448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 d
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32476 \begin_inset Text
32477
32478 \begin_layout Plain Layout
32479 e
32480 \end_layout
32481
32482 \end_inset
32483 </cell>
32484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32485 \begin_inset Text
32486
32487 \begin_layout Plain Layout
32488
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 </row>
32494 <row>
32495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 f
32500 \end_layout
32501
32502 \end_inset
32503 </cell>
32504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32505 \begin_inset Text
32506
32507 \begin_layout Plain Layout
32508
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 g
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32523 \begin_inset Text
32524
32525 \begin_layout Plain Layout
32526
32527 \end_layout
32528
32529 \end_inset
32530 </cell>
32531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32532 \begin_inset Text
32533
32534 \begin_layout Plain Layout
32535 h
32536 \end_layout
32537
32538 \end_inset
32539 </cell>
32540 </row>
32541 <row>
32542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32543 \begin_inset Text
32544
32545 \begin_layout Plain Layout
32546
32547 \end_layout
32548
32549 \end_inset
32550 </cell>
32551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32552 \begin_inset Text
32553
32554 \begin_layout Plain Layout
32555 i
32556 \end_layout
32557
32558 \end_inset
32559 </cell>
32560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32561 \begin_inset Text
32562
32563 \begin_layout Plain Layout
32564
32565 \end_layout
32566
32567 \end_inset
32568 </cell>
32569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32570 \begin_inset Text
32571
32572 \begin_layout Plain Layout
32573 j
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582
32583 \end_layout
32584
32585 \end_inset
32586 </cell>
32587 </row>
32588 </lyxtabular>
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Standard
32601 \begin_inset ERT
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605
32606
32607 \backslash
32608 TabBesEnd
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Standard
32617 \begin_inset ERT
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621
32622
32623 \backslash
32624 FigBesBeg
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \begin_inset ERT
32631 status collapsed
32632
32633 \begin_layout Plain Layout
32634
32635
32636 \backslash
32637 sidecaptionvpos{figure}{c}
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \begin_inset Float figure
32644 placement document
32645 alignment document
32646 wide false
32647 sideways false
32648 status open
32649
32650 \begin_layout Plain Layout
32651 \begin_inset Graphics
32652         filename clipart/3D-structure-distort.pdf
32653         scale 50
32654         scaleBeforeRotation
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Plain Layout
32662 \begin_inset Caption Standard
32663
32664 \begin_layout Plain Layout
32665 \begin_inset CommandInset label
32666 LatexCommand label
32667 name "fig:cap-beside-fig-2"
32668
32669 \end_inset
32670
32671 This is a vertically centered caption beside a figure.
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \begin_layout Standard
32685 \begin_inset ERT
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689
32690
32691 \backslash
32692 FigBesEnd
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 \begin_inset ERT
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705
32706
32707 \backslash
32708 TabBesBeg[5]
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Standard
32717 \begin_inset Float table
32718 placement document
32719 alignment document
32720 wide false
32721 sideways false
32722 status open
32723
32724 \begin_layout Plain Layout
32725 \begin_inset Caption Standard
32726
32727 \begin_layout Plain Layout
32728 \begin_inset CommandInset label
32729 LatexCommand label
32730 name "tab:cap-beside-tab-wider"
32731
32732 \end_inset
32733
32734 This caption is wider than the one in Table
32735 \begin_inset space ~
32736 \end_inset
32737
32738
32739 \begin_inset CommandInset ref
32740 LatexCommand ref
32741 reference "tab:cap-beside-tab"
32742
32743 \end_inset
32744
32745 .
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Plain Layout
32754 \begin_inset Tabular
32755 <lyxtabular version="3" rows="4" columns="5">
32756 <features tabularvalignment="middle">
32757 <column alignment="center" valignment="top">
32758 <column alignment="center" valignment="top">
32759 <column alignment="center" valignment="top">
32760 <column alignment="center" valignment="top">
32761 <column alignment="center" valignment="top">
32762 <row>
32763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32764 \begin_inset Text
32765
32766 \begin_layout Plain Layout
32767 a
32768 \end_layout
32769
32770 \end_inset
32771 </cell>
32772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32773 \begin_inset Text
32774
32775 \begin_layout Plain Layout
32776
32777 \end_layout
32778
32779 \end_inset
32780 </cell>
32781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785 b
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803 c
32804 \end_layout
32805
32806 \end_inset
32807 </cell>
32808 </row>
32809 <row>
32810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32811 \begin_inset Text
32812
32813 \begin_layout Plain Layout
32814
32815 \end_layout
32816
32817 \end_inset
32818 </cell>
32819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823 d
32824 \end_layout
32825
32826 \end_inset
32827 </cell>
32828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout Plain Layout
32832
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 e
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 </row>
32856 <row>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 f
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 g
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 h
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 </row>
32903 <row>
32904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32905 \begin_inset Text
32906
32907 \begin_layout Plain Layout
32908
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 i
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 j
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 </row>
32950 </lyxtabular>
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Standard
32963 \begin_inset ERT
32964 status collapsed
32965
32966 \begin_layout Plain Layout
32967
32968
32969 \backslash
32970 TabBesEnd
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Standard
32979 \begin_inset ERT
32980 status collapsed
32981
32982 \begin_layout Plain Layout
32983
32984
32985 \backslash
32986 else
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \begin_inset Note Note
32993 status open
32994
32995 \begin_layout Plain Layout
32996 The following will be displayed when the \SpecialChar LaTeX
32997 -package 
32998 \series bold
32999 sidecap
33000 \series default
33001  is not installed:
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 You need to install the \SpecialChar LaTeX
33011 -package 
33012 \series bold
33013 sidecap
33014 \series default
33015  to see the following part of this section in the output.
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset ERT
33020 status collapsed
33021
33022 \begin_layout Plain Layout
33023
33024
33025 \backslash
33026 fi
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Section
33035 Listings of Floats
33036 \begin_inset Index idx
33037 range none
33038 pageformat default
33039 status collapsed
33040
33041 \begin_layout Plain Layout
33042 Floats
33043 \begin_inset IndexMacro subentry
33044 status open
33045
33046 \begin_layout Plain Layout
33047 Float Lists
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \begin_layout Standard
33061 Similar to the table of contents where the sections of the document are
33062  listed, there are listings for all float types, like the figures of the
33063  documents.
33064  You can insert them via the 
33065 \family sans
33066 Insert\SpecialChar menuseparator
33067 List
33068 \begin_inset space ~
33069 \end_inset
33070
33071 /
33072 \begin_inset space ~
33073 \end_inset
33074
33075 TOC
33076 \family default
33077  sub menus.
33078 \end_layout
33079
33080 \begin_layout Standard
33081 The list entries are the float captions or its short title, the float number,
33082  and the page number where they appear in the document.
33083 \end_layout
33084
33085 \begin_layout Standard
33086 You can find the list of figures and tables at the end of this document.
33087 \end_layout
33088
33089 \begin_layout Chapter
33090 Notes
33091 \end_layout
33092
33093 \begin_layout Section
33094 \SpecialChar LyX
33095  Notes
33096 \begin_inset Index idx
33097 range none
33098 pageformat default
33099 status collapsed
33100
33101 \begin_layout Plain Layout
33102 Notes
33103 \begin_inset IndexMacro subentry
33104 status open
33105
33106 \begin_layout Plain Layout
33107 \SpecialChar LyX
33108  Notes
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122 Notes are inserted with the toolbar button 
33123 \begin_inset Info
33124 type  "icon"
33125 arg   "note-insert"
33126 \end_inset
33127
33128  or the menu 
33129 \family sans
33130 Insert\SpecialChar menuseparator
33131 Note
33132 \family default
33133 .
33134  There are three types of notes:
33135 \end_layout
33136
33137 \begin_layout Description
33138 \SpecialChar LyX
33139
33140 \begin_inset space ~
33141 \end_inset
33142
33143 Note This note type is for internal notes that won't appear in the output.
33144  Its note-box looks like this:
33145 \begin_inset Newline newline
33146 \end_inset
33147
33148
33149 \begin_inset Newline newline
33150 \end_inset
33151
33152
33153 \begin_inset Graphics
33154         filename clipart/LyXNoteImage.png
33155         display false
33156         scaleBeforeRotation
33157
33158 \end_inset
33159
33160  
33161 \begin_inset Note Note
33162 status open
33163
33164 \begin_layout Plain Layout
33165 This is text in a note box that doesn't appear in the output.
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Description
33174 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
33175 -comment,
33176  when you export the document to \SpecialChar LaTeX
33177  via the menu 
33178 \family sans
33179 File\SpecialChar menuseparator
33180 Export\SpecialChar menuseparator
33181 LaTeX
33182 \begin_inset space ~
33183 \end_inset
33184
33185 (pdflatex) / (plain)
33186 \family default
33187 .
33188  Its note-box looks like this:
33189 \begin_inset Newline newline
33190 \end_inset
33191
33192
33193 \begin_inset Newline newline
33194 \end_inset
33195
33196
33197 \begin_inset Graphics
33198         filename clipart/CommentNoteImage.png
33199         display false
33200         scaleBeforeRotation
33201
33202 \end_inset
33203
33204  
33205 \begin_inset Note Comment
33206 status open
33207
33208 \begin_layout Plain Layout
33209 This is text in a note box that only appears as comment in \SpecialChar LaTeX
33210 -files.
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \begin_layout Description
33219 Greyed
33220 \begin_inset space ~
33221 \end_inset
33222
33223 Out This note will appear in the output as grey text.
33224  Its note-box looks like this:
33225 \begin_inset Newline newline
33226 \end_inset
33227
33228
33229 \begin_inset Newline newline
33230 \end_inset
33231
33232
33233 \begin_inset Graphics
33234         filename clipart/GreyedOutNoteImage.png
33235         display false
33236         scaleBeforeRotation
33237
33238 \end_inset
33239
33240
33241 \begin_inset Newline newline
33242 \end_inset
33243
33244
33245 \begin_inset ERT
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249
33250
33251 \backslash
33252 renewenvironment{lyxgreyedout}
33253 \end_layout
33254
33255 \begin_layout Plain Layout
33256
33257 {
33258 \backslash
33259 textcolor[gray]{0.8}
33260 \backslash
33261 bgroup}{
33262 \backslash
33263 egroup}
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \begin_inset Note Greyedout
33270 status open
33271
33272 \begin_layout Plain Layout
33273 This is text of a comment that appears grey in the output.
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \begin_inset ERT
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283
33284
33285 \backslash
33286 renewenvironment{lyxgreyedout}
33287 \end_layout
33288
33289 \begin_layout Plain Layout
33290
33291 {
33292 \backslash
33293 textcolor{blue}
33294 \backslash
33295 bgroup}{
33296 \backslash
33297 egroup}
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \begin_inset Note Note
33304 status collapsed
33305
33306 \begin_layout Plain Layout
33307 The greyed out note is here redefined to show it with the original \SpecialChar LyX
33308  definition
33309  because greyed out notes are redefined in the preamble of this document,
33310  as described below, to have blue text.
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \begin_inset Newline newline
33317 \end_inset
33318
33319
33320 \begin_inset Newline newline
33321 \end_inset
33322
33323 As you can see in the example, the first line of greyed out notes is a bit
33324  indented and greyed out notes can have footnotes.
33325 \end_layout
33326
33327 \begin_layout Standard
33328 \begin_inset VSpace bigskip
33329 \end_inset
33330
33331 When you use the toolbar button 
33332 \begin_inset Info
33333 type  "icon"
33334 arg   "note-insert"
33335 \end_inset
33336
33337  to insert notes, a 
33338 \family sans
33339 \SpecialChar LyX
33340
33341 \begin_inset space ~
33342 \end_inset
33343
33344 Note
33345 \family default
33346  is inserted.
33347  You can switch between the three note types by right-clicking on the note-box.
33348  
33349 \family roman
33350 \series medium
33351 \bar no
33352 If you want to turn existing text into a note, mark it and click on the
33353  note
33354 \family default
33355 \series default
33356 \bar default
33357  toolbar 
33358 \family roman
33359 \series medium
33360 \bar no
33361 button
33362 \family default
33363 \series default
33364 \bar default
33365 .
33366  To change a note to text, press the backspace key when the cursor is in
33367  the first position of a note, or press the delete key when the cursor is
33368  in the very last position of the note, respectively.
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \begin_inset VSpace bigskip
33373 \end_inset
33374
33375 You can change the text color of the greyed out notes in the menu 
33376 \family sans
33377 Document\SpecialChar menuseparator
33378 Settings\SpecialChar menuseparator
33379 Colors
33380 \family default
33381 .
33382 \end_layout
33383
33384 \begin_layout Section
33385 Footnotes
33386 \begin_inset CommandInset label
33387 LatexCommand label
33388 name "sec:Footnotes"
33389
33390 \end_inset
33391
33392
33393 \begin_inset Index idx
33394 range none
33395 pageformat default
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 Notes
33400 \begin_inset IndexMacro subentry
33401 status open
33402
33403 \begin_layout Plain Layout
33404 Footnotes
33405 \end_layout
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \begin_inset Index idx
33416 range none
33417 pageformat default
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421 Footnotes
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 Footnotes can be inserted using the toolbar button 
33431 \begin_inset Info
33432 type  "icon"
33433 arg   "footnote-insert"
33434 \end_inset
33435
33436  or the menu 
33437 \family sans
33438 Insert\SpecialChar menuseparator
33439 Footnote
33440 \family default
33441 .
33442  You will then see the following footnote-box: 
33443 \begin_inset Graphics
33444         filename clipart/footnote.png
33445         scale 95
33446         scaleBeforeRotation
33447
33448 \end_inset
33449
33450  
33451 \family roman
33452 \series medium
33453 \bar no
33454 where you can enter the footnote text.
33455  If you want to turn existing text into a footnote, mark it and click on
33456  the footnote
33457 \family default
33458 \series default
33459 \bar default
33460  toolbar 
33461 \family roman
33462 \series medium
33463 \bar no
33464 button
33465 \family default
33466 \series default
33467 \bar default
33468 .
33469  To change a 
33470 \family roman
33471 \series medium
33472 \bar no
33473 footnote
33474 \family default
33475 \series default
33476 \bar default
33477  to text, press the 
33478 \family sans
33479 Backspace
33480 \family default
33481  key when the cursor is in the first position of a 
33482 \family roman
33483 \series medium
33484 \bar no
33485 footnote
33486 \family default
33487 \series default
33488 \bar default
33489 , or press the 
33490 \family sans
33491 Delete
33492 \family default
33493  key when the cursor is in the very last position of the 
33494 \family roman
33495 \series medium
33496 \bar no
33497 footnote
33498 \family default
33499 \series default
33500 \bar default
33501 , respectively.
33502 \end_layout
33503
33504 \begin_layout Standard
33505 Here is an example footnote:
33506 \family roman
33507 \series medium
33508 \bar no
33509
33510 \begin_inset Foot
33511 status open
33512
33513 \begin_layout Plain Layout
33514 \begin_inset CommandInset label
33515 LatexCommand label
33516 name "foot:This-is-an"
33517
33518 \end_inset
33519
33520 This is an example footnote.
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \family default
33527 \series default
33528 \bar default
33529
33530 \begin_inset ERT
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534
33535
33536 \backslash
33537 newcounter{MyRepeatFoot}
33538 \end_layout
33539
33540 \begin_layout Plain Layout
33541
33542
33543 \backslash
33544 setcounter{MyRepeatFoot}{
33545 \backslash
33546 thefootnote}
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Standard
33555 The footnote will appear in the output as a superscript number at the text
33556  position where the footnote box is placed.
33557  The footnote text is placed at the bottom of the current page.
33558  The footnote number is calculated by \SpecialChar LaTeX
33559 ; the numbers are consecutive.
33560  Whether the footnote number is reset for every chapter depends on your
33561  document class.
33562 \end_layout
33563
33564 \begin_layout Standard
33565 Footnotes can be referenced like floats: Insert a label into the footnote
33566  and cross-reference this label in the text as described in section
33567 \begin_inset space ~
33568 \end_inset
33569
33570
33571 \begin_inset CommandInset ref
33572 LatexCommand ref
33573 reference "sec:Referencing-Floats"
33574
33575 \end_inset
33576
33577 .
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581 This is a cross-reference of Footnote
33582 \begin_inset space ~
33583 \end_inset
33584
33585
33586 \begin_inset CommandInset ref
33587 LatexCommand ref
33588 reference "foot:This-is-an"
33589
33590 \end_inset
33591
33592 .
33593 \end_layout
33594
33595 \begin_layout Standard
33596 \begin_inset VSpace defskip
33597 \end_inset
33598
33599 Footnotes in title environments are usually not numbered with symbols and
33600  they cannot contain several paragraphs.
33601  See for example the footnote in the titling of this document.
33602 \end_layout
33603
33604 \begin_layout Standard
33605 Footnotes in multi-page tables are described in section
33606 \begin_inset space ~
33607 \end_inset
33608
33609
33610 \begin_inset CommandInset ref
33611 LatexCommand ref
33612 reference "subsec:Footnotes-in-Multi-page"
33613
33614 \end_inset
33615
33616 .
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset VSpace defskip
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 Footnotes in minipage boxes are printed, but inside the box and with a different
33628  numbering because a minipage box is like a page inside a page.
33629  (For more about minipages, see section
33630 \begin_inset space ~
33631 \end_inset
33632
33633
33634 \begin_inset CommandInset ref
33635 LatexCommand ref
33636 reference "sec:Minipages"
33637
33638 \end_inset
33639
33640 .) To get a footnote in the minipage that is output at the bottom of the
33641  page like normal footnotes use this method: Instead of the footnote the
33642  command 
33643 \series bold
33644
33645 \backslash
33646 footnotemark{}
33647 \series default
33648  is inserted as \SpecialChar TeX
33649  code.
33650  The text of the footnote is entered as an argument of the \SpecialChar TeX
33651  code command
33652  
33653 \series bold
33654
33655 \backslash
33656 footnotetext
33657 \series default
33658  after the minipage.
33659 \begin_inset Newline newline
33660 \end_inset
33661
33662 This was done for the following minipage with the command
33663 \end_layout
33664
33665 \begin_layout Standard
33666
33667 \series bold
33668
33669 \backslash
33670 footnotetext{
33671 \series default
33672 Footnote outside the minipage.
33673 \series bold
33674 }
33675 \end_layout
33676
33677 \begin_layout Standard
33678 \begin_inset Box Frameless
33679 position "t"
33680 hor_pos "c"
33681 has_inner_box 1
33682 inner_pos "t"
33683 use_parbox 0
33684 use_makebox 0
33685 width "100col%"
33686 special "none"
33687 height "1in"
33688 height_special "totalheight"
33689 thickness "0.4pt"
33690 separation "3pt"
33691 shadowsize "4pt"
33692 framecolor "black"
33693 backgroundcolor "none"
33694 status open
33695
33696 \begin_layout Plain Layout
33697 This an example text in a minipage.
33698 \begin_inset Foot
33699 status open
33700
33701 \begin_layout Plain Layout
33702 Footnote in the minipage.
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Plain Layout
33711 This an example text in a minipage.
33712 \begin_inset ERT
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716
33717
33718 \backslash
33719 footnotemark{}
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \begin_inset ERT
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737
33738
33739 \backslash
33740 footnotetext{
33741 \end_layout
33742
33743 \end_inset
33744
33745 Footnote outside the minipage.
33746 \begin_inset ERT
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750
33751 }
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Standard
33760 \begin_inset VSpace defskip
33761 \end_inset
33762
33763
33764 \end_layout
33765
33766 \begin_layout Standard
33767 To refer to the same footnote several times without printing the footnote
33768  text every time, use the command 
33769 \series bold
33770
33771 \backslash
33772 footnotemark[number]
33773 \series default
33774  in \SpecialChar TeX
33775  code.
33776 \begin_inset Newline newline
33777 \end_inset
33778
33779 As you do not know the number of the repeating footnote while you are writing
33780  the text, you have to store its number.
33781  For the following footnote mark example, these commands were inserted in
33782  \SpecialChar TeX
33783  code after Footnote
33784 \begin_inset space ~
33785 \end_inset
33786
33787
33788 \begin_inset CommandInset ref
33789 LatexCommand ref
33790 reference "foot:This-is-an"
33791
33792 \end_inset
33793
33794  to store the footnote number:
33795 \end_layout
33796
33797 \begin_layout Standard
33798
33799 \series bold
33800
33801 \backslash
33802 newcounter{MyRepeatFoot}
33803 \begin_inset Newline newline
33804 \end_inset
33805
33806
33807 \backslash
33808 setcounter{MyRepeatFoot}{
33809 \backslash
33810 thefootnote}
33811 \end_layout
33812
33813 \begin_layout Standard
33814 The footnote mark was then created with this command:
33815 \end_layout
33816
33817 \begin_layout Standard
33818
33819 \series bold
33820
33821 \backslash
33822 footnotemark[
33823 \backslash
33824 theMyRepeatFoot]
33825 \end_layout
33826
33827 \begin_layout Standard
33828 Here is a repeated footnote:
33829 \family roman
33830 \series medium
33831 \bar no
33832
33833 \begin_inset ERT
33834 status collapsed
33835
33836 \begin_layout Plain Layout
33837
33838
33839 \backslash
33840 footnotemark[
33841 \backslash
33842 theMyRepeatFoot]
33843 \end_layout
33844
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 If you want to repeat the previous footnote, you can omit the storage of
33852  the footnote number and just use this command instead:
33853 \end_layout
33854
33855 \begin_layout Standard
33856
33857 \series bold
33858
33859 \backslash
33860 footnotemark[
33861 \backslash
33862 thefootnote]
33863 \end_layout
33864
33865 \begin_layout Standard
33866 Here is another repeated footnote:
33867 \family roman
33868 \series medium
33869 \bar no
33870
33871 \begin_inset ERT
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875
33876
33877 \backslash
33878 footnotemark[
33879 \backslash
33880 thefootnote]
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Subsection
33889 Footnote Numbering
33890 \begin_inset CommandInset label
33891 LatexCommand label
33892 name "subsec:Footnote-Numbering"
33893
33894 \end_inset
33895
33896
33897 \begin_inset Index idx
33898 range none
33899 pageformat default
33900 status collapsed
33901
33902 \begin_layout Plain Layout
33903 Footnotes
33904 \begin_inset IndexMacro subentry
33905 status open
33906
33907 \begin_layout Plain Layout
33908 Numbering
33909 \end_layout
33910
33911 \end_inset
33912
33913
33914 \end_layout
33915
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Standard
33922 To reset the footnote number back to 1 after each section
33923 \family roman
33924 , add this command to your document preamble:
33925 \end_layout
33926
33927 \begin_layout Standard
33928
33929 \series bold
33930
33931 \backslash
33932 @addtoreset{footnote}{section}
33933 \end_layout
33934
33935 \begin_layout Standard
33936 \begin_inset VSpace bigskip
33937 \end_inset
33938
33939 The following preamble command changes the footnote numbering style to small
33940  roman numerals:
33941 \end_layout
33942
33943 \begin_layout Standard
33944
33945 \series bold
33946
33947 \backslash
33948 renewcommand{
33949 \backslash
33950 thefootnote}{
33951 \backslash
33952 roman{footnote}}
33953 \end_layout
33954
33955 \begin_layout Standard
33956 \begin_inset ERT
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960
33961
33962 \backslash
33963 renewcommand{
33964 \backslash
33965 thefootnote}{
33966 \backslash
33967 roman{footnote}}
33968 \end_layout
33969
33970 \end_inset
33971
33972  This is a footnote with roman numbering:
33973 \begin_inset Foot
33974 status open
33975
33976 \begin_layout Plain Layout
33977 This is an example footnote with roman numbering.
33978 \end_layout
33979
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \begin_layout Standard
33986 To change the numbering style to capital roman numerals replace in the command
33987  above 
33988 \series bold
33989
33990 \backslash
33991 roman
33992 \series default
33993  by 
33994 \series bold
33995
33996 \backslash
33997 Roman
33998 \series default
33999 .
34000  To 
34001 \begin_inset Quotes eld
34002 \end_inset
34003
34004 number
34005 \begin_inset Quotes erd
34006 \end_inset
34007
34008  footnotes with capital or small Latin letters use 
34009 \series bold
34010
34011 \backslash
34012 Alph
34013 \series default
34014  or 
34015 \series bold
34016
34017 \backslash
34018 alph
34019 \series default
34020 , respectively.
34021  To 
34022 \begin_inset Quotes eld
34023 \end_inset
34024
34025 number
34026 \begin_inset Quotes erd
34027 \end_inset
34028
34029  footnotes with symbols use 
34030 \series bold
34031
34032 \backslash
34033 fnsymbol
34034 \series default
34035 .
34036 \end_layout
34037
34038 \begin_layout Standard
34039 \begin_inset Note Greyedout
34040 status open
34041
34042 \begin_layout Plain Layout
34043
34044 \series bold
34045 Note:
34046 \series default
34047  You can only number 26 footnotes with Latin letters, because this numbering
34048  is limited to single letters.
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \begin_inset Newline newline
34055 \end_inset
34056
34057
34058 \begin_inset Note Greyedout
34059 status open
34060
34061 \begin_layout Plain Layout
34062
34063 \series bold
34064 Note:
34065 \series default
34066  You can only number 9 footnotes with symbols.
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Standard
34075 To return to the default numbering style after you have changed to another
34076  one, use 
34077 \series bold
34078
34079 \backslash
34080 arabic
34081 \series default
34082  instead of 
34083 \series bold
34084
34085 \backslash
34086 roman
34087 \series default
34088  in the command above.
34089 \begin_inset ERT
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093
34094
34095 \backslash
34096 renewcommand{
34097 \backslash
34098 thefootnote}{
34099 \backslash
34100 arabic{footnote}}
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \begin_inset VSpace bigskip
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Standard
34116 If you want to have footnotes numbered in the scheme 
34117 \begin_inset Quotes eld
34118 \end_inset
34119
34120 chapter.footnote
34121 \begin_inset Quotes erd
34122 \end_inset
34123
34124 , add the following command to your document preamble:
34125 \end_layout
34126
34127 \begin_layout Standard
34128
34129 \series bold
34130
34131 \backslash
34132 numberwithin{footnote}{chapter}
34133 \end_layout
34134
34135 \begin_layout Standard
34136 To be able to use the command 
34137 \series bold
34138
34139 \backslash
34140 numberwithin
34141 \series default
34142 , set in the tab 
34143 \family sans
34144 Math
34145 \begin_inset space ~
34146 \end_inset
34147
34148 Options
34149 \family default
34150  in the document settings the option 
34151 \family sans
34152 Use
34153 \begin_inset space ~
34154 \end_inset
34155
34156 AMS
34157 \begin_inset space ~
34158 \end_inset
34159
34160 math
34161 \begin_inset space ~
34162 \end_inset
34163
34164 package
34165 \family default
34166 .
34167 \end_layout
34168
34169 \begin_layout Standard
34170 \begin_inset ERT
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174
34175
34176 \backslash
34177 numberwithin{footnote}{chapter}
34178 \end_layout
34179
34180 \end_inset
34181
34182 This is another example footnote:
34183 \series bold
34184
34185 \begin_inset Foot
34186 status open
34187
34188 \begin_layout Plain Layout
34189 This is a footnote numbered in the scheme 
34190 \begin_inset Quotes eld
34191 \end_inset
34192
34193 chapter.footnote
34194 \begin_inset Quotes erd
34195 \end_inset
34196
34197 .
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \series default
34204
34205 \begin_inset ERT
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209
34210
34211 \backslash
34212 renewcommand{
34213 \backslash
34214 thefootnote}{
34215 \backslash
34216 arabic{footnote}}
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \begin_layout Standard
34225 \begin_inset Note Greyedout
34226 status open
34227
34228 \begin_layout Plain Layout
34229
34230 \series bold
34231 Note:
34232 \series default
34233  
34234 \series bold
34235
34236 \backslash
34237 numberwithin
34238 \series default
34239  always prints out the footnote number as arabic number; previous redefinitions
34240  to get non-arabic numbers are overwritten.
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 So to get for example the scheme 
34250 \begin_inset Quotes eld
34251 \end_inset
34252
34253 chapter.
34254 \backslash
34255 Roman{footnote}
34256 \begin_inset Quotes erd
34257 \end_inset
34258
34259 , use this command instead of 
34260 \series bold
34261
34262 \backslash
34263 numberwithin
34264 \series default
34265 :
34266 \end_layout
34267
34268 \begin_layout Standard
34269
34270 \series bold
34271
34272 \backslash
34273 renewcommand{
34274 \backslash
34275 thefootnote}{
34276 \backslash
34277 thechapter.
34278 \backslash
34279 Roman{footnote}}
34280 \end_layout
34281
34282 \begin_layout Subsection
34283 Footnote Placement
34284 \begin_inset Index idx
34285 range none
34286 pageformat default
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Footnotes
34291 \begin_inset IndexMacro subentry
34292 status open
34293
34294 \begin_layout Plain Layout
34295 Placement
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 If you have several footnotes in one page, they appear without vertical
34310  space between them at the bottom of the page.
34311  To make them more readable you can e.
34312 \begin_inset space \thinspace{}
34313 \end_inset
34314
34315 g.
34316 \begin_inset space \space{}
34317 \end_inset
34318
34319 add 1.5
34320 \begin_inset space \thinspace{}
34321 \end_inset
34322
34323 mm space with the following preamble command:
34324 \end_layout
34325
34326 \begin_layout Standard
34327
34328 \series bold
34329
34330 \backslash
34331 let
34332 \backslash
34333 myFoot
34334 \backslash
34335 footnote
34336 \begin_inset Newline newline
34337 \end_inset
34338
34339
34340 \backslash
34341 renewcommand{
34342 \backslash
34343 footnote}[1]{
34344 \backslash
34345 myFoot{#1
34346 \backslash
34347 vspace{1.5mm}}}
34348 \end_layout
34349
34350 \begin_layout Standard
34351 \begin_inset VSpace bigskip
34352 \end_inset
34353
34354 In a two-column document the footnotes appear at the bottom of every column,
34355  see Figure
34356 \begin_inset space ~
34357 \end_inset
34358
34359
34360 \begin_inset CommandInset ref
34361 LatexCommand ref
34362 reference "fig:Standard-footnote-placement"
34363
34364 \end_inset
34365
34366 .
34367  If the footnotes should only appear at the bottom of the right column,
34368  as in Figure
34369 \begin_inset space ~
34370 \end_inset
34371
34372
34373 \begin_inset CommandInset ref
34374 LatexCommand ref
34375 reference "fig:Footnote-placement-in"
34376
34377 \end_inset
34378
34379 , use the \SpecialChar LaTeX
34380 -package 
34381 \series bold
34382 ftnright
34383 \series default
34384
34385 \begin_inset Index idx
34386 range none
34387 pageformat default
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391 \SpecialChar LaTeX
34392  packages
34393 \begin_inset IndexMacro subentry
34394 status open
34395
34396 \begin_layout Plain Layout
34397 ftnright
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \end_inset
34406
34407  with this command in the document preamble:
34408 \end_layout
34409
34410 \begin_layout Standard
34411
34412 \series bold
34413
34414 \backslash
34415 usepackage{ftnright}
34416 \end_layout
34417
34418 \begin_layout Standard
34419 \begin_inset Float figure
34420 placement !h
34421 alignment document
34422 wide false
34423 sideways false
34424 status open
34425
34426 \begin_layout Plain Layout
34427 \noindent
34428 \align center
34429 \begin_inset Box Boxed
34430 position "t"
34431 hor_pos "c"
34432 has_inner_box 0
34433 inner_pos "t"
34434 use_parbox 0
34435 use_makebox 0
34436 width ""
34437 special "none"
34438 height "1in"
34439 height_special "totalheight"
34440 thickness "0.4pt"
34441 separation "3pt"
34442 shadowsize "4pt"
34443 framecolor "black"
34444 backgroundcolor "none"
34445 status open
34446
34447 \begin_layout Plain Layout
34448 \begin_inset Graphics
34449         filename clipart/without_fntright.pdf
34450         width 100col%
34451         scaleBeforeRotation
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \end_layout
34462
34463 \begin_layout Plain Layout
34464 \begin_inset Caption Standard
34465
34466 \begin_layout Plain Layout
34467 \begin_inset CommandInset label
34468 LatexCommand label
34469 name "fig:Standard-footnote-placement"
34470
34471 \end_inset
34472
34473 Standard footnote placement in two-column documents.
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Standard
34487 \begin_inset Float figure
34488 placement !h
34489 alignment document
34490 wide false
34491 sideways false
34492 status open
34493
34494 \begin_layout Plain Layout
34495 \noindent
34496 \align center
34497 \begin_inset Box Boxed
34498 position "t"
34499 hor_pos "c"
34500 has_inner_box 0
34501 inner_pos "t"
34502 use_parbox 0
34503 use_makebox 0
34504 width ""
34505 special "none"
34506 height "1in"
34507 height_special "totalheight"
34508 thickness "0.4pt"
34509 separation "3pt"
34510 shadowsize "4pt"
34511 framecolor "black"
34512 backgroundcolor "none"
34513 status open
34514
34515 \begin_layout Plain Layout
34516 \begin_inset Graphics
34517         filename clipart/with_fntright.pdf
34518         width 100col%
34519         scaleBeforeRotation
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Plain Layout
34532 \begin_inset Caption Standard
34533
34534 \begin_layout Plain Layout
34535 \begin_inset CommandInset label
34536 LatexCommand label
34537 name "fig:Footnote-placement-in"
34538
34539 \end_inset
34540
34541 Footnote placement in two-column documents when the \SpecialChar LaTeX
34542 -package 
34543 \series bold
34544 ftnright
34545 \series default
34546  is used.
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \end_layout
34558
34559 \begin_layout Standard
34560 \begin_inset VSpace bigskip
34561 \end_inset
34562
34563 In some scientific literature it is usual to collect the footnotes and print
34564  them in a separate paragraph at the end of a section, as in Figure
34565 \begin_inset space ~
34566 \end_inset
34567
34568
34569 \begin_inset CommandInset ref
34570 LatexCommand ref
34571 reference "fig:Endnotes"
34572
34573 \end_inset
34574
34575 .
34576  They are then called 
34577 \begin_inset Quotes eld
34578 \end_inset
34579
34580 endnotes
34581 \begin_inset Quotes erd
34582 \end_inset
34583
34584 .
34585 \begin_inset Index idx
34586 range none
34587 pageformat default
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591 Endnotes
34592 \end_layout
34593
34594 \end_inset
34595
34596  To use endnotes instead of footnotes in your document, load in the menu
34597  
34598 \family sans
34599 Document\SpecialChar menuseparator
34600 Settings\SpecialChar menuseparator
34601 Modules 
34602 \family default
34603 the module 
34604 \family sans
34605 Foot
34606 \begin_inset space ~
34607 \end_inset
34608
34609 to
34610 \begin_inset space ~
34611 \end_inset
34612
34613 End
34614 \family default
34615 .
34616  To insert the collected footnotes, insert the command
34617 \end_layout
34618
34619 \begin_layout Standard
34620
34621 \series bold
34622
34623 \backslash
34624 theendnotes
34625 \end_layout
34626
34627 \begin_layout Standard
34628 in \SpecialChar TeX
34629  Code at the end of a section or chapter.
34630 \end_layout
34631
34632 \begin_layout Standard
34633 \begin_inset Float figure
34634 placement document
34635 alignment document
34636 wide false
34637 sideways false
34638 status open
34639
34640 \begin_layout Plain Layout
34641 \noindent
34642 \align center
34643 \begin_inset Box Boxed
34644 position "t"
34645 hor_pos "c"
34646 has_inner_box 0
34647 inner_pos "t"
34648 use_parbox 0
34649 use_makebox 0
34650 width ""
34651 special "none"
34652 height "1in"
34653 height_special "totalheight"
34654 thickness "0.4pt"
34655 separation "3pt"
34656 shadowsize "4pt"
34657 framecolor "black"
34658 backgroundcolor "none"
34659 status open
34660
34661 \begin_layout Plain Layout
34662 \begin_inset Graphics
34663         filename clipart/endnotes.pdf
34664         width 100col%
34665         scaleBeforeRotation
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Plain Layout
34678 \begin_inset Caption Standard
34679
34680 \begin_layout Plain Layout
34681 \begin_inset CommandInset label
34682 LatexCommand label
34683 name "fig:Endnotes"
34684
34685 \end_inset
34686
34687 Endnotes – footnotes are printed in a separate paragraph at the end of sections
34688  or chapters.
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset VSpace medskip
34703 \end_inset
34704
34705 The paragraph heading for the endnotes isn't automatically translated into
34706  the document language, this must be done manually.
34707  The following preamble command translates the default English 
34708 \begin_inset Quotes eld
34709 \end_inset
34710
34711 Notes
34712 \begin_inset Quotes erd
34713 \end_inset
34714
34715  into the German 
34716 \begin_inset Quotes eld
34717 \end_inset
34718
34719 Anmerkungen
34720 \begin_inset Quotes erd
34721 \end_inset
34722
34723 :
34724 \end_layout
34725
34726 \begin_layout Standard
34727
34728 \series bold
34729
34730 \backslash
34731 renewcommand{
34732 \backslash
34733 notesname}{Anmerkungen}
34734 \end_layout
34735
34736 \begin_layout Standard
34737 \begin_inset VSpace medskip
34738 \end_inset
34739
34740 The numbering of endnotes can be changed like the footnote numbering as
34741  described in section
34742 \begin_inset space ~
34743 \end_inset
34744
34745
34746 \begin_inset CommandInset ref
34747 LatexCommand ref
34748 reference "subsec:Footnote-Numbering"
34749
34750 \end_inset
34751
34752 ; just replace the command 
34753 \series bold
34754
34755 \backslash
34756 thefootnote
34757 \series default
34758  by 
34759 \series bold
34760
34761 \backslash
34762 theendnote
34763 \series default
34764 .
34765  To reset the endnote number use the command 
34766 \series bold
34767
34768 \backslash
34769 @addtoreset
34770 \series default
34771  as described in section
34772 \begin_inset space ~
34773 \end_inset
34774
34775
34776 \begin_inset CommandInset ref
34777 LatexCommand ref
34778 reference "subsec:Footnote-Numbering"
34779
34780 \end_inset
34781
34782  and replace the command parameter 
34783 \series bold
34784 footnote
34785 \series default
34786  by 
34787 \series bold
34788 endnote
34789 \series default
34790 .
34791 \end_layout
34792
34793 \begin_layout Standard
34794 For endnotes there is the command 
34795 \series bold
34796
34797 \backslash
34798 endnotemark[number]
34799 \series default
34800  similar to the command 
34801 \series bold
34802
34803 \backslash
34804 footnotemark
34805 \series default
34806 , that is described in section
34807 \begin_inset space ~
34808 \end_inset
34809
34810
34811 \begin_inset CommandInset ref
34812 LatexCommand ref
34813 reference "sec:Footnotes"
34814
34815 \end_inset
34816
34817 .
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \begin_inset VSpace bigskip
34822 \end_inset
34823
34824 Footnotes can also be placed in the page margin and the footnote text alignment
34825  can be changed, see the \SpecialChar LaTeX
34826 -package 
34827 \series bold
34828 footmisc
34829 \series default
34830
34831 \begin_inset Index idx
34832 range none
34833 pageformat default
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 \SpecialChar LaTeX
34838  packages
34839 \begin_inset IndexMacro subentry
34840 status open
34841
34842 \begin_layout Plain Layout
34843 footmisc
34844 \end_layout
34845
34846 \end_inset
34847
34848
34849 \end_layout
34850
34851 \end_inset
34852
34853
34854 \begin_inset CommandInset citation
34855 LatexCommand cite
34856 key "footmisc"
34857 literal "true"
34858
34859 \end_inset
34860
34861  for more information about this.
34862 \end_layout
34863
34864 \begin_layout Standard
34865 For various further footnote formatting issues have a look at \SpecialChar LaTeX
34866 -books, 
34867 \begin_inset CommandInset citation
34868 LatexCommand cite
34869 key "latexcompanion,latexguide,latexbook"
34870 literal "true"
34871
34872 \end_inset
34873
34874 .
34875  If you are using a 
34876 \series bold
34877 KOMA-Script
34878 \series default
34879
34880 \begin_inset Index idx
34881 range none
34882 pageformat default
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886 \SpecialChar LaTeX
34887  packages
34888 \begin_inset IndexMacro subentry
34889 status open
34890
34891 \begin_layout Plain Layout
34892 KOMA-Script
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \end_inset
34901
34902  document class, you can adjust all footnote settings using class-specific
34903  commands, see 
34904 \begin_inset CommandInset citation
34905 LatexCommand cite
34906 key "KOMA-Script"
34907 literal "true"
34908
34909 \end_inset
34910
34911 .
34912 \end_layout
34913
34914 \begin_layout Section
34915 Margin Notes
34916 \begin_inset Index idx
34917 range none
34918 pageformat default
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922 Notes
34923 \begin_inset IndexMacro subentry
34924 status open
34925
34926 \begin_layout Plain Layout
34927 Margin Notes
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Standard
34941 Margin notes look and behave in \SpecialChar LyX
34942  like footnotes.
34943  They are inserted via the menu 
34944 \family sans
34945 Insert\SpecialChar menuseparator
34946 Marginal
34947 \begin_inset space ~
34948 \end_inset
34949
34950 Note
34951 \family default
34952  or the toolbar button 
34953 \begin_inset Info
34954 type  "icon"
34955 arg   "marginalnote-insert"
34956 \end_inset
34957
34958 .
34959  A grey 
34960 \family roman
34961 \series medium
34962 box with the
34963 \family default
34964 \series default
34965  red 
34966 \family roman
34967 \series medium
34968 label 
34969 \begin_inset Quotes eld
34970 \end_inset
34971
34972 margin
34973 \begin_inset Quotes erd
34974 \end_inset
34975
34976  appears where you can enter the text of the margin note.
34977 \end_layout
34978
34979 \begin_layout Standard
34980 At the side is an example margin note.
34981
34982 \family roman
34983 \series medium
34984  
34985 \begin_inset Marginal
34986 status open
34987
34988 \begin_layout Plain Layout
34989 This is a margin note.
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Standard
34998 Margin notes appear at the right side in single-sided documents.
34999  In double-sided documents they appear in the outer margin – left on even
35000  pages, right on odd pages.
35001  The text of margin notes is aligned opposite to the outer margin – right-aligne
35002 d when the note appears in the left margin.
35003  The first line of the margin note is placed at the position of the text
35004  line where it is inserted in the document.
35005 \end_layout
35006
35007 \begin_layout Standard
35008 \begin_inset VSpace bigskip
35009 \end_inset
35010
35011 To place the margin note in the inner margin, add the command
35012 \end_layout
35013
35014 \begin_layout Standard
35015
35016 \series bold
35017
35018 \backslash
35019 reversemarginpar
35020 \end_layout
35021
35022 \begin_layout Standard
35023 in \SpecialChar TeX
35024  Code before a margin note.
35025  The new placement is valid for all subsequent margin notes.
35026  
35027 \begin_inset ERT
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031
35032
35033 \backslash
35034 reversemarginpar 
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \begin_inset Marginal
35041 status open
35042
35043 \begin_layout Plain Layout
35044 This is a margin note in the inner margin.
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \series bold
35051
35052 \begin_inset Newline newline
35053 \end_inset
35054
35055
35056 \series default
35057
35058 \begin_inset Note Greyedout
35059 status open
35060
35061 \begin_layout Plain Layout
35062
35063 \series bold
35064 Note:
35065 \series default
35066  There is often not enough space in the inner margin so that the notes are
35067  not correctly displayed in the output.
35068 \end_layout
35069
35070 \end_inset
35071
35072
35073 \end_layout
35074
35075 \begin_layout Standard
35076 To return to the default placement insert the command
35077 \end_layout
35078
35079 \begin_layout Standard
35080
35081 \series bold
35082
35083 \backslash
35084 normalmarginpar
35085 \end_layout
35086
35087 \begin_layout Standard
35088 in \SpecialChar TeX
35089  Code.
35090 \begin_inset ERT
35091 status collapsed
35092
35093 \begin_layout Plain Layout
35094
35095
35096 \backslash
35097 normalmarginpar 
35098 \end_layout
35099
35100 \end_inset
35101
35102  
35103 \begin_inset Note Greyedout
35104 status open
35105
35106 \begin_layout Plain Layout
35107
35108 \series bold
35109 Note:
35110 \series default
35111  The command is ignored when it is within a paragraph where also the command
35112  
35113 \series bold
35114
35115 \backslash
35116 reversemarginpar
35117 \series default
35118  is inserted.
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \end_layout
35125
35126 \begin_layout Standard
35127 \begin_inset VSpace bigskip
35128 \end_inset
35129
35130
35131 \family roman
35132 \series medium
35133
35134 \begin_inset Marginal
35135 status open
35136
35137 \begin_layout Plain Layout
35138 AVeryLongMarginParWord that isn't hyphenated.
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \family default
35145 \series default
35146  Similar to the case described in section
35147 \begin_inset space ~
35148 \end_inset
35149
35150
35151 \begin_inset CommandInset ref
35152 LatexCommand ref
35153 reference "subsec:Multiple-Lines-in"
35154
35155 \end_inset
35156
35157 , long words cannot be hyphenated when they are the first word in a margin
35158  note.
35159  To avoid this, insert 0
35160 \begin_inset space \thinspace{}
35161 \end_inset
35162
35163 pt horizontal space before the word
35164 \family roman
35165 \series medium
35166 .
35167  
35168 \begin_inset Marginal
35169 status open
35170
35171 \begin_layout Plain Layout
35172 \begin_inset space \hspace*{}
35173 \length 0pt
35174 \end_inset
35175
35176 AVeryLongMarginParWord that is hyphenated.
35177 \end_layout
35178
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \begin_inset VSpace bigskip
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset Note Greyedout
35193 status open
35194
35195 \begin_layout Plain Layout
35196
35197 \series bold
35198 Note:
35199 \series default
35200  Margin notes can normally not be used inside tables, floats, and footnotes.
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Standard
35209 \begin_inset VSpace bigskip
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Standard
35216 \begin_inset ERT
35217 status collapsed
35218
35219 \begin_layout Plain Layout
35220
35221
35222 \backslash
35223 ifmarginnote
35224 \end_layout
35225
35226 \end_inset
35227
35228
35229 \begin_inset Note Note
35230 status open
35231
35232 \begin_layout Plain Layout
35233 The following section will only be displayed when the \SpecialChar LaTeX
35234 -package 
35235 \series bold
35236 marginnote
35237 \series default
35238  is installed.
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \begin_layout Standard
35247 This restriction can be evaded by using the \SpecialChar LaTeX
35248 -package 
35249 \series bold
35250 marginnote
35251 \series default
35252
35253 \begin_inset Index idx
35254 range none
35255 pageformat default
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259 \SpecialChar LaTeX
35260  packages
35261 \begin_inset IndexMacro subentry
35262 status open
35263
35264 \begin_layout Plain Layout
35265 marginnote
35266 \end_layout
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \end_inset
35274
35275 .
35276  By adding these two lines to your document preamble, the command used by
35277  \SpecialChar LyX
35278  for margin notes is redefined to use the command provided by the 
35279 \series bold
35280 marginnote
35281 \series default
35282 -package:
35283 \end_layout
35284
35285 \begin_layout Standard
35286
35287 \series bold
35288
35289 \backslash
35290 usepackage{marginnote}
35291 \begin_inset Newline newline
35292 \end_inset
35293
35294
35295 \backslash
35296 let
35297 \backslash
35298 marginpar
35299 \backslash
35300 marginnote
35301 \end_layout
35302
35303 \begin_layout Standard
35304 This is also used in this document because 
35305 \series bold
35306 marginnote
35307 \series default
35308  has another useful feature: You can set a vertical offset for the note.
35309  This is often needed when too many margin notes are too close together
35310  or for a better page layout.
35311  The offset is set in \SpecialChar LyX
35312  as \SpecialChar TeX
35313  Code directly after the margin note in the scheme
35314 \end_layout
35315
35316 \begin_layout Standard
35317
35318 \series bold
35319 [offset]
35320 \end_layout
35321
35322 \begin_layout Standard
35323 where the offset is a length with one of the units listed in Table
35324 \begin_inset space ~
35325 \end_inset
35326
35327
35328 \begin_inset CommandInset ref
35329 LatexCommand ref
35330 reference "tab:Units"
35331
35332 \end_inset
35333
35334 .
35335  A negative value shifts the note up, a positive value shifts it down.
35336  
35337 \family roman
35338 \series medium
35339 For example the margin note beside this text line is shifted up 1.5
35340 \begin_inset space \thinspace{}
35341 \end_inset
35342
35343 cm with the \SpecialChar TeX
35344  Code command 
35345 \begin_inset Quotes eld
35346 \end_inset
35347
35348
35349 \family default
35350 \series bold
35351 [-1.5cm]
35352 \family roman
35353 \series medium
35354
35355 \begin_inset Quotes erd
35356 \end_inset
35357
35358
35359 \begin_inset Marginal
35360 status open
35361
35362 \begin_layout Plain Layout
35363 This margin note is shifted up 1.5
35364 \begin_inset space \thinspace{}
35365 \end_inset
35366
35367 cm from its original position.
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \family default
35374 \series default
35375
35376 \begin_inset ERT
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380
35381 [-1.5cm]
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Standard
35390 \begin_inset VSpace medskip
35391 \end_inset
35392
35393 With 
35394 \series bold
35395 marginnote
35396 \series default
35397  you can also change the alignment of the text in the margin note.
35398  For example the commands
35399 \end_layout
35400
35401 \begin_layout Standard
35402
35403 \series bold
35404
35405 \backslash
35406 renewcommand*{
35407 \backslash
35408 raggedleftmarginnote}{
35409 \backslash
35410 centering}
35411 \begin_inset Newline newline
35412 \end_inset
35413
35414
35415 \backslash
35416 renewcommand*{
35417 \backslash
35418 raggedrightmarginnote}{
35419 \backslash
35420 centering}
35421 \end_layout
35422
35423 \begin_layout Standard
35424 set the alignment to centered.
35425  
35426 \series bold
35427
35428 \backslash
35429 raggedleftmarginnote
35430 \series default
35431  denotes margin notes that appear at the left side.
35432 \family roman
35433 \series medium
35434
35435 \begin_inset ERT
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440
35441 \backslash
35442 renewcommand*{
35443 \backslash
35444 raggedleftmarginnote}{
35445 \backslash
35446 centering}
35447 \end_layout
35448
35449 \begin_layout Plain Layout
35450
35451
35452 \backslash
35453 renewcommand*{
35454 \backslash
35455 raggedrightmarginnote}{
35456 \backslash
35457 centering}
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \begin_inset Marginal
35464 status open
35465
35466 \begin_layout Plain Layout
35467 The text of this margin note is centered.
35468 \end_layout
35469
35470 \end_inset
35471
35472
35473 \family default
35474 \series default
35475  The default is
35476 \end_layout
35477
35478 \begin_layout Standard
35479
35480 \series bold
35481
35482 \backslash
35483 renewcommand*{
35484 \backslash
35485 raggedleftmarginnote}{
35486 \backslash
35487 raggedleft}
35488 \begin_inset Newline newline
35489 \end_inset
35490
35491
35492 \backslash
35493 renewcommand*{
35494 \backslash
35495 raggedrightmarginnote}{
35496 \backslash
35497 raggedright}
35498 \family roman
35499 \series medium
35500
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506
35507 \backslash
35508 renewcommand*{
35509 \backslash
35510 raggedleftmarginnote}{
35511 \backslash
35512 raggedleft}
35513 \end_layout
35514
35515 \begin_layout Plain Layout
35516
35517
35518 \backslash
35519 renewcommand*{
35520 \backslash
35521 raggedrightmarginnote}{
35522 \backslash
35523 raggedright}
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \begin_inset VSpace medskip
35533 \end_inset
35534
35535 For the other features of 
35536 \series bold
35537 marginnote
35538 \series default
35539  refer to its documentation 
35540 \begin_inset CommandInset citation
35541 LatexCommand cite
35542 key "marginnote"
35543 literal "true"
35544
35545 \end_inset
35546
35547 .
35548 \end_layout
35549
35550 \begin_layout Standard
35551 \begin_inset VSpace bigskip
35552 \end_inset
35553
35554 You can adjust the layout of margin notes by changing its definition.
35555  To create for example a header for all margin notes with the underlined,
35556  sans-serif, and bold header text 
35557 \begin_inset Quotes eld
35558 \end_inset
35559
35560
35561 \family sans
35562 \series bold
35563 \bar under
35564 Attention!
35565 \family default
35566 \series default
35567 \bar default
35568
35569 \begin_inset Quotes erd
35570 \end_inset
35571
35572 , add this to your document preamble:
35573 \end_layout
35574
35575 \begin_layout Standard
35576
35577 \series bold
35578
35579 \backslash
35580 let
35581 \backslash
35582 myMarginpar
35583 \backslash
35584 marginpar
35585 \begin_inset Newline newline
35586 \end_inset
35587
35588
35589 \backslash
35590 renewcommand{
35591 \backslash
35592 marginpar}[1]{
35593 \backslash
35594 myMarginpar{%
35595 \begin_inset Newline newline
35596 \end_inset
35597
35598
35599 \begin_inset Phantom HPhantom
35600 status open
35601
35602 \begin_layout Plain Layout
35603
35604 \series bold
35605 \begin_inset space ~
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \backslash
35615 hspace{0pt}
35616 \backslash
35617 textsf{
35618 \backslash
35619 textbf{
35620 \backslash
35621 underbar{Attention!}}}%
35622 \begin_inset Newline newline
35623 \end_inset
35624
35625
35626 \begin_inset Phantom HPhantom
35627 status open
35628
35629 \begin_layout Plain Layout
35630
35631 \series bold
35632 \begin_inset space ~
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \backslash
35642 vspace{1.5mm}
35643 \backslash
35644
35645 \backslash
35646 #1}}
35647 \end_layout
35648
35649 \begin_layout Standard
35650
35651 \family roman
35652 \series medium
35653 \begin_inset ERT
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657
35658
35659 \backslash
35660 let
35661 \backslash
35662 myMarginpar
35663 \backslash
35664 marginpar
35665 \end_layout
35666
35667 \begin_layout Plain Layout
35668
35669
35670 \backslash
35671 renewcommand{
35672 \backslash
35673 marginpar}[1]{
35674 \backslash
35675 myMarginpar{%
35676 \end_layout
35677
35678 \begin_layout Plain Layout
35679
35680    
35681 \backslash
35682 textsf{
35683 \backslash
35684 textbf{
35685 \backslash
35686 underbar{Attention!}}}%
35687 \end_layout
35688
35689 \begin_layout Plain Layout
35690
35691    
35692 \backslash
35693 vspace{1.5mm}
35694 \backslash
35695
35696 \backslash
35697 #1}}
35698 \end_layout
35699
35700 \end_inset
35701
35702
35703 \begin_inset Marginal
35704 status open
35705
35706 \begin_layout Plain Layout
35707 This is a margin note with a defined heading.
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \family default
35714 \series default
35715
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721 [-1.5cm]
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \family roman
35728 \series medium
35729
35730 \begin_inset ERT
35731 status collapsed
35732
35733 \begin_layout Plain Layout
35734
35735
35736 \backslash
35737 renewcommand{
35738 \backslash
35739 marginpar}[1]{
35740 \backslash
35741 myMarginpar{#1}}
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \family default
35748 \series default
35749
35750 \begin_inset Note Note
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754 The margin note format is changed only for this example.
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Standard
35763 \begin_inset ERT
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767
35768
35769 \backslash
35770 else
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \begin_inset Note Note
35777 status open
35778
35779 \begin_layout Plain Layout
35780 The following will be displayed when the \SpecialChar LaTeX
35781 -package 
35782 \series bold
35783 marginnote
35784 \series default
35785  is not installed:
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \begin_layout Standard
35794 You need to install the \SpecialChar LaTeX
35795 -package 
35796 \series bold
35797 marginnote
35798 \series default
35799  to see the following part of this section in the output.
35800 \end_layout
35801
35802 \begin_layout Standard
35803 \begin_inset ERT
35804 status collapsed
35805
35806 \begin_layout Plain Layout
35807
35808
35809 \backslash
35810 fi
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Chapter
35819 Boxes
35820 \end_layout
35821
35822 \begin_layout Section
35823 Introduction
35824 \begin_inset Index idx
35825 range none
35826 pageformat default
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830 Boxes
35831 \begin_inset IndexMacro subentry
35832 status open
35833
35834 \begin_layout Plain Layout
35835 Introduction
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \end_layout
35847
35848 \begin_layout Standard
35849 Boxes are used to format a block of text.
35850  Boxes can be used to write documents with multiple languages, see section
35851 \begin_inset space ~
35852 \end_inset
35853
35854
35855 \begin_inset CommandInset ref
35856 LatexCommand ref
35857 reference "sec:Minipages"
35858
35859 \end_inset
35860
35861 , to frame texts, see section
35862 \begin_inset space ~
35863 \end_inset
35864
35865
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sec:Decoration"
35869
35870 \end_inset
35871
35872 , to prevent words from being hyphenated, see section
35873 \begin_inset space ~
35874 \end_inset
35875
35876
35877 \begin_inset CommandInset ref
35878 LatexCommand ref
35879 reference "sec:Prevent-Hyphenation"
35880
35881 \end_inset
35882
35883 , to align text, see section
35884 \begin_inset space ~
35885 \end_inset
35886
35887
35888 \begin_inset CommandInset ref
35889 LatexCommand ref
35890 reference "subsec:Vertical-Alignment"
35891
35892 \end_inset
35893
35894 , or to set the background color of texts, see section
35895 \begin_inset space ~
35896 \end_inset
35897
35898
35899 \begin_inset CommandInset ref
35900 LatexCommand ref
35901 reference "sec:Colored-Boxes"
35902
35903 \end_inset
35904
35905 .
35906 \end_layout
35907
35908 \begin_layout Standard
35909 Boxes can be inserted with the menu 
35910 \family sans
35911 Insert\SpecialChar menuseparator
35912 Box
35913 \family default
35914  or the toolbar button 
35915 \begin_inset Info
35916 type  "icon"
35917 arg   "box-insert Frameless"
35918 \end_inset
35919
35920 .
35921  A grey box with the label 
35922 \family sans
35923 Box (Minipage)
35924 \family default
35925
35926 \begin_inset Graphics
35927         filename clipart/BoxInsetDefault.png
35928         scale 95
35929         scaleBeforeRotation
35930
35931 \end_inset
35932
35933  will be inserted.
35934  The box type can be specified by right-clicking on the box and selecting
35935  
35936 \family sans
35937 Settings
35938 \family default
35939 .
35940  The box dialog offers the 
35941 \family sans
35942 Inner
35943 \begin_inset space ~
35944 \end_inset
35945
35946 Box
35947 \family default
35948  types 
35949 \family sans
35950 Makebox
35951 \family default
35952
35953 \family sans
35954 Parbox
35955 \family default
35956  and 
35957 \family sans
35958 Minipage
35959 \family default
35960 .
35961  The type 
35962 \family sans
35963 Minipage
35964 \family default
35965  is the default for new boxes and is explained in section
35966 \begin_inset space ~
35967 \end_inset
35968
35969
35970 \begin_inset CommandInset ref
35971 LatexCommand ref
35972 reference "sec:Minipages"
35973
35974 \end_inset
35975
35976 ; the type 
35977 \family sans
35978 Parbox
35979 \family default
35980  is described in section
35981 \begin_inset space ~
35982 \end_inset
35983
35984
35985 \begin_inset CommandInset ref
35986 LatexCommand ref
35987 reference "sec:Parboxes"
35988
35989 \end_inset
35990
35991  and the type 
35992 \family sans
35993 Makebox
35994 \family default
35995  in 
35996 \begin_inset CommandInset ref
35997 LatexCommand ref
35998 reference "sec:Prevent-Hyphenation"
35999
36000 \end_inset
36001
36002 .
36003 \end_layout
36004
36005 \begin_layout Standard
36006 Boxes are not numbered and can therefore not be referenced like floats or
36007  footnotes.
36008 \end_layout
36009
36010 \begin_layout Standard
36011 \begin_inset Note Greyedout
36012 status open
36013
36014 \begin_layout Plain Layout
36015
36016 \series bold
36017 Note:
36018 \series default
36019  Boxes must not be the item in an 
36020 \family sans
36021 Itemize
36022 \family default
36023  or 
36024 \family sans
36025 Description
36026 \family default
36027  environment.
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \end_layout
36034
36035 \begin_layout Standard
36036 \begin_inset Note Greyedout
36037 status open
36038
36039 \begin_layout Plain Layout
36040
36041 \series bold
36042 Note:
36043 \series default
36044  For an unknown reason you can only set the 
36045 \family sans
36046 Inner
36047 \begin_inset space ~
36048 \end_inset
36049
36050 Box
36051 \family default
36052  type to 
36053 \family sans
36054 None
36055 \family default
36056  when you use a framed box.
36057  Boxes without an 
36058 \family sans
36059 Inner
36060 \begin_inset space ~
36061 \end_inset
36062
36063 Box
36064 \family default
36065  type and without frames are explained in section
36066 \begin_inset space ~
36067 \end_inset
36068
36069
36070 \begin_inset CommandInset ref
36071 LatexCommand ref
36072 reference "sec:Prevent-Hyphenation"
36073
36074 \end_inset
36075
36076 .
36077 \end_layout
36078
36079 \end_inset
36080
36081
36082 \end_layout
36083
36084 \begin_layout Section
36085 Box Dialog
36086 \begin_inset CommandInset label
36087 LatexCommand label
36088 name "sec:Box-Dialog"
36089
36090 \end_inset
36091
36092
36093 \begin_inset Index idx
36094 range none
36095 pageformat default
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 Boxes
36100 \begin_inset IndexMacro subentry
36101 status open
36102
36103 \begin_layout Plain Layout
36104 Box Dialog
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \begin_layout Subsection
36118 Size
36119 \begin_inset Index idx
36120 range none
36121 pageformat default
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125 Boxes
36126 \begin_inset IndexMacro subentry
36127 status open
36128
36129 \begin_layout Plain Layout
36130 Size
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \begin_layout Standard
36144 In the box dialog you can adjust the box geometry in the fields 
36145 \family sans
36146 Width
36147 \family default
36148  and 
36149 \family sans
36150 Height
36151 \family default
36152 .
36153  The available units for the geometry are explained in Table
36154 \begin_inset space ~
36155 \end_inset
36156
36157
36158 \begin_inset CommandInset ref
36159 LatexCommand ref
36160 reference "tab:Units"
36161
36162 \end_inset
36163
36164 .
36165  The field 
36166 \family sans
36167 Height
36168 \family default
36169  offers the following additional sizes:
36170 \end_layout
36171
36172 \begin_layout Description
36173 Depth This is the plain text 
36174 \begin_inset Quotes eld
36175 \end_inset
36176
36177 height
36178 \begin_inset Quotes erd
36179 \end_inset
36180
36181 .
36182  It ignores the total depth when there are multiple text lines in the box:
36183 \begin_inset Newline newline
36184 \end_inset
36185
36186
36187 \begin_inset Newline newline
36188 \end_inset
36189
36190
36191 \begin_inset Newline newline
36192 \end_inset
36193
36194
36195 \begin_inset Box Boxed
36196 position "c"
36197 hor_pos "c"
36198 has_inner_box 1
36199 inner_pos "c"
36200 use_parbox 0
36201 use_makebox 0
36202 width "12col%"
36203 special "none"
36204 height "1in"
36205 height_special "depth"
36206 thickness "0.4pt"
36207 separation "3pt"
36208 shadowsize "4pt"
36209 framecolor "black"
36210 backgroundcolor "none"
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214 \align center
36215 Box height set to 1
36216 \begin_inset space \thinspace{}
36217 \end_inset
36218
36219 Depth
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \begin_inset Newline newline
36226 \end_inset
36227
36228
36229 \begin_inset Newline newline
36230 \end_inset
36231
36232
36233 \end_layout
36234
36235 \begin_layout Description
36236 Height This is the height of the text that is inside the box.
36237  A value of e.
36238 \begin_inset space \thinspace{}
36239 \end_inset
36240
36241 g.
36242 \begin_inset space \space{}
36243 \end_inset
36244
36245 2 for this size will set the box height to 2
36246 \begin_inset space ~
36247 \end_inset
36248
36249 times the text height: 
36250 \begin_inset Box Boxed
36251 position "c"
36252 hor_pos "c"
36253 has_inner_box 1
36254 inner_pos "c"
36255 use_parbox 0
36256 use_makebox 0
36257 width "20col%"
36258 special "none"
36259 height "2in"
36260 height_special "height"
36261 thickness "0.4pt"
36262 separation "3pt"
36263 shadowsize "4pt"
36264 framecolor "black"
36265 backgroundcolor "none"
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269 \align center
36270 Box height set to 2
36271 \begin_inset space \thinspace{}
36272 \end_inset
36273
36274 Height
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \end_layout
36281
36282 \begin_layout Description
36283 Total
36284 \begin_inset space ~
36285 \end_inset
36286
36287 Height This is the Height
36288 \begin_inset space \thinspace{}
36289 \end_inset
36290
36291 +
36292 \begin_inset space \thinspace{}
36293 \end_inset
36294
36295 Depth: 
36296 \begin_inset Box Boxed
36297 position "c"
36298 hor_pos "c"
36299 has_inner_box 1
36300 inner_pos "c"
36301 use_parbox 0
36302 use_makebox 0
36303 width "20col%"
36304 special "none"
36305 height "1in"
36306 height_special "totalheight"
36307 thickness "0.4pt"
36308 separation "3pt"
36309 shadowsize "4pt"
36310 framecolor "black"
36311 backgroundcolor "none"
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315 \align center
36316 Box height set to 1
36317 \begin_inset space \thinspace{}
36318 \end_inset
36319
36320 Total
36321 \begin_inset space ~
36322 \end_inset
36323
36324 Height
36325 \end_layout
36326
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \begin_layout Description
36333 Width This sets the width of the box as height: 
36334 \begin_inset Box Boxed
36335 position "c"
36336 hor_pos "c"
36337 has_inner_box 1
36338 inner_pos "c"
36339 use_parbox 0
36340 use_makebox 0
36341 width "12col%"
36342 special "none"
36343 height "1in"
36344 height_special "width"
36345 thickness "0.4pt"
36346 separation "3pt"
36347 shadowsize "4pt"
36348 framecolor "black"
36349 backgroundcolor "none"
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353 \align center
36354 Box height set to 1
36355 \begin_inset space \thinspace{}
36356 \end_inset
36357
36358 Width
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \begin_layout Subsection
36367 Alignment
36368 \begin_inset Index idx
36369 range none
36370 pageformat default
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374 Boxes
36375 \begin_inset IndexMacro subentry
36376 status open
36377
36378 \begin_layout Plain Layout
36379 Alignment
36380 \end_layout
36381
36382 \end_inset
36383
36384
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \end_layout
36391
36392 \begin_layout Standard
36393 When you have chosen an 
36394 \family sans
36395 Inner
36396 \begin_inset space ~
36397 \end_inset
36398
36399 Box
36400 \family default
36401 , the vertical box alignment can be:
36402 \end_layout
36403
36404 \begin_layout Description
36405 Top This is an example text line.
36406  
36407 \begin_inset Box Boxed
36408 position "t"
36409 hor_pos "c"
36410 has_inner_box 1
36411 inner_pos "c"
36412 use_parbox 0
36413 use_makebox 0
36414 width "12col%"
36415 special "none"
36416 height "1in"
36417 height_special "totalheight"
36418 thickness "0.4pt"
36419 separation "3pt"
36420 shadowsize "4pt"
36421 framecolor "black"
36422 backgroundcolor "none"
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426 \align center
36427 This box is top-aligned.
36428 \end_layout
36429
36430 \end_inset
36431
36432  This is an example text line.
36433 \end_layout
36434
36435 \begin_layout Description
36436 Middle This is an example text line.
36437  
36438 \begin_inset Box Boxed
36439 position "c"
36440 hor_pos "c"
36441 has_inner_box 1
36442 inner_pos "c"
36443 use_parbox 0
36444 use_makebox 0
36445 width "12col%"
36446 special "none"
36447 height "1in"
36448 height_special "totalheight"
36449 thickness "0.4pt"
36450 separation "3pt"
36451 shadowsize "4pt"
36452 framecolor "black"
36453 backgroundcolor "none"
36454 status collapsed
36455
36456 \begin_layout Plain Layout
36457 \align center
36458 This box is middle-aligned.
36459 \end_layout
36460
36461 \end_inset
36462
36463  This is an example text line.
36464 \end_layout
36465
36466 \begin_layout Description
36467 Bottom This is an example text line.
36468  
36469 \begin_inset Box Boxed
36470 position "b"
36471 hor_pos "c"
36472 has_inner_box 1
36473 inner_pos "c"
36474 use_parbox 0
36475 use_makebox 0
36476 width "12col%"
36477 special "none"
36478 height "1in"
36479 height_special "totalheight"
36480 thickness "0.4pt"
36481 separation "3pt"
36482 shadowsize "4pt"
36483 framecolor "black"
36484 backgroundcolor "none"
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488 \align center
36489 This box is bottom-aligned.
36490 \end_layout
36491
36492 \end_inset
36493
36494  This is an example text line.
36495 \end_layout
36496
36497 \begin_layout Standard
36498 \begin_inset Note Greyedout
36499 status open
36500
36501 \begin_layout Plain Layout
36502
36503 \series bold
36504 Note:
36505 \series default
36506  The vertical box alignment can be lost in the output when you have two
36507  boxes in a line and one has e.
36508 \begin_inset space \thinspace{}
36509 \end_inset
36510
36511 g.
36512 \begin_inset space \space{}
36513 \end_inset
36514
36515 a shadow and the other one not.
36516 \end_layout
36517
36518 \end_inset
36519
36520
36521 \end_layout
36522
36523 \begin_layout Standard
36524 The horizontal box alignment can be set via \SpecialChar LyX
36525 's paragraph dialog when you
36526  set the box into its own paragraph.
36527 \end_layout
36528
36529 \begin_layout Standard
36530 \begin_inset VSpace bigskip
36531 \end_inset
36532
36533 When you have chosen an 
36534 \family sans
36535 Inner
36536 \begin_inset space ~
36537 \end_inset
36538
36539 Box
36540 \family default
36541 , the box content can be aligned vertically to:
36542 \end_layout
36543
36544 \begin_layout Description
36545 top This is an example text line.
36546  
36547 \begin_inset Box Boxed
36548 position "c"
36549 hor_pos "c"
36550 has_inner_box 1
36551 inner_pos "t"
36552 use_parbox 0
36553 use_makebox 0
36554 width "12col%"
36555 special "none"
36556 height "1.5in"
36557 height_special "totalheight"
36558 thickness "0.4pt"
36559 separation "3pt"
36560 shadowsize "4pt"
36561 framecolor "black"
36562 backgroundcolor "none"
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566 \align center
36567 This box text is top-aligned.
36568 \end_layout
36569
36570 \end_inset
36571
36572  This is an example text line.
36573 \end_layout
36574
36575 \begin_layout Description
36576 middle This is an example text line.
36577  
36578 \begin_inset Box Boxed
36579 position "c"
36580 hor_pos "c"
36581 has_inner_box 1
36582 inner_pos "c"
36583 use_parbox 0
36584 use_makebox 0
36585 width "12col%"
36586 special "none"
36587 height "1.5in"
36588 height_special "totalheight"
36589 thickness "0.4pt"
36590 separation "3pt"
36591 shadowsize "4pt"
36592 framecolor "black"
36593 backgroundcolor "none"
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597 \align center
36598 This box text is middle-aligned.
36599 \end_layout
36600
36601 \end_inset
36602
36603  This is an example text line.
36604 \end_layout
36605
36606 \begin_layout Description
36607 bottom This is an example text line.
36608  
36609 \begin_inset Box Boxed
36610 position "c"
36611 hor_pos "c"
36612 has_inner_box 1
36613 inner_pos "b"
36614 use_parbox 0
36615 use_makebox 0
36616 width "12col%"
36617 special "none"
36618 height "1.5in"
36619 height_special "totalheight"
36620 thickness "0.4pt"
36621 separation "3pt"
36622 shadowsize "4pt"
36623 framecolor "black"
36624 backgroundcolor "none"
36625 status collapsed
36626
36627 \begin_layout Plain Layout
36628 \align center
36629 This box text is bottom-aligned.
36630 \end_layout
36631
36632 \end_inset
36633
36634  This is an example text line.
36635 \end_layout
36636
36637 \begin_layout Description
36638 stretch This is an example text line.
36639  
36640 \begin_inset Box Boxed
36641 position "c"
36642 hor_pos "c"
36643 has_inner_box 1
36644 inner_pos "s"
36645 use_parbox 0
36646 use_makebox 0
36647 width "12col%"
36648 special "none"
36649 height "1.5in"
36650 height_special "totalheight"
36651 thickness "0.4pt"
36652 separation "3pt"
36653 shadowsize "4pt"
36654 framecolor "black"
36655 backgroundcolor "none"
36656 status collapsed
36657
36658 \begin_layout Plain Layout
36659 \align center
36660 This box
36661 \end_layout
36662
36663 \begin_layout Plain Layout
36664 \align center
36665 text is
36666 \end_layout
36667
36668 \begin_layout Plain Layout
36669 \align center
36670 stretched.
36671 \end_layout
36672
36673 \end_inset
36674
36675  This is an example text line.
36676 \end_layout
36677
36678 \begin_layout Standard
36679 To stretch the box content, it must consist of more than one paragraph.
36680  In the example above every text line is in an own paragraph.
36681 \end_layout
36682
36683 \begin_layout Standard
36684 \begin_inset VSpace bigskip
36685 \end_inset
36686
36687 To align the box content horizontally you can use \SpecialChar LyX
36688 's paragraph dialog when
36689  you have chosen an 
36690 \family sans
36691 Inner
36692 \begin_inset space ~
36693 \end_inset
36694
36695 Box
36696 \family default
36697 .
36698 \end_layout
36699
36700 \begin_layout Standard
36701 \align center
36702 \begin_inset Box Boxed
36703 position "c"
36704 hor_pos "c"
36705 has_inner_box 1
36706 inner_pos "s"
36707 use_parbox 0
36708 use_makebox 0
36709 width "15col%"
36710 special "none"
36711 height "1.25in"
36712 height_special "totalheight"
36713 thickness "0.4pt"
36714 separation "3pt"
36715 shadowsize "4pt"
36716 framecolor "black"
36717 backgroundcolor "none"
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721 \align left
36722 This box
36723 \end_layout
36724
36725 \begin_layout Plain Layout
36726 \align center
36727 text is
36728 \end_layout
36729
36730 \begin_layout Plain Layout
36731 \align right
36732 stretched.
36733 \end_layout
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \begin_layout Standard
36741 If you have not set an 
36742 \family sans
36743 Inner
36744 \begin_inset space ~
36745 \end_inset
36746
36747 Box
36748 \family default
36749 , you can align the box content horizontally in the box dialog.
36750 \end_layout
36751
36752 \begin_layout Standard
36753 \align center
36754 \begin_inset Box Boxed
36755 position "c"
36756 hor_pos "s"
36757 has_inner_box 0
36758 inner_pos "s"
36759 use_parbox 0
36760 use_makebox 0
36761 width "90col%"
36762 special "none"
36763 height "1.25in"
36764 height_special "totalheight"
36765 thickness "0.4pt"
36766 separation "3pt"
36767 shadowsize "4pt"
36768 framecolor "black"
36769 backgroundcolor "none"
36770 status collapsed
36771
36772 \begin_layout Plain Layout
36773 This box text is horizontally stretched.
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \begin_layout Subsection
36782 Decoration
36783 \begin_inset CommandInset label
36784 LatexCommand label
36785 name "sec:Decoration"
36786
36787 \end_inset
36788
36789
36790 \begin_inset Index idx
36791 range none
36792 pageformat default
36793 status collapsed
36794
36795 \begin_layout Plain Layout
36796 Boxes
36797 \begin_inset IndexMacro subentry
36798 status open
36799
36800 \begin_layout Plain Layout
36801 Decoration
36802 \end_layout
36803
36804 \end_inset
36805
36806
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Standard
36815 The type of the box can be specified in the box dialog in the drop-down
36816  list 
36817 \family sans
36818 Decoration
36819 \family default
36820 .
36821  The following types are possible:
36822 \end_layout
36823
36824 \begin_layout Description
36825 No
36826 \begin_inset space ~
36827 \end_inset
36828
36829 frame Nothing is drawn.
36830 \end_layout
36831
36832 \begin_layout Description
36833 Simple
36834 \begin_inset space ~
36835 \end_inset
36836
36837 rectangular
36838 \begin_inset space ~
36839 \end_inset
36840
36841 frame This draws a rectangular frame around the box.
36842  The frame line thickness can be specified.
36843  
36844 \begin_inset Box Boxed
36845 position "c"
36846 hor_pos "c"
36847 has_inner_box 1
36848 inner_pos "c"
36849 use_parbox 0
36850 use_makebox 0
36851 width "20col%"
36852 special "none"
36853 height "1in"
36854 height_special "totalheight"
36855 thickness "0.4pt"
36856 separation "3pt"
36857 shadowsize "4pt"
36858 framecolor "black"
36859 backgroundcolor "none"
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863 \align center
36864 Rectangular box
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \begin_layout Description
36873 Oval
36874 \begin_inset space ~
36875 \end_inset
36876
36877 box,
36878 \begin_inset space ~
36879 \end_inset
36880
36881 thin This draws an oval frame around the box.
36882  The frame line thickness has the size 0.4
36883 \begin_inset space \thinspace{}
36884 \end_inset
36885
36886 pt.
36887  
36888 \begin_inset Box ovalbox
36889 position "c"
36890 hor_pos "c"
36891 has_inner_box 1
36892 inner_pos "c"
36893 use_parbox 0
36894 use_makebox 0
36895 width "20col%"
36896 special "none"
36897 height "1in"
36898 height_special "totalheight"
36899 thickness "0.4pt"
36900 separation "3pt"
36901 shadowsize "4pt"
36902 framecolor "black"
36903 backgroundcolor "none"
36904 status collapsed
36905
36906 \begin_layout Plain Layout
36907 \align center
36908 Oval box, thin
36909 \end_layout
36910
36911 \end_inset
36912
36913
36914 \end_layout
36915
36916 \begin_layout Description
36917 Oval
36918 \begin_inset space ~
36919 \end_inset
36920
36921 box,
36922 \begin_inset space ~
36923 \end_inset
36924
36925 thick This draws an oval frame around the box.
36926  The frame line thickness has the size 0.8
36927 \begin_inset space \thinspace{}
36928 \end_inset
36929
36930 pt.
36931  
36932 \begin_inset Box Ovalbox
36933 position "c"
36934 hor_pos "c"
36935 has_inner_box 1
36936 inner_pos "c"
36937 use_parbox 0
36938 use_makebox 0
36939 width "20col%"
36940 special "none"
36941 height "1in"
36942 height_special "totalheight"
36943 thickness "0.4pt"
36944 separation "3pt"
36945 shadowsize "4pt"
36946 framecolor "black"
36947 backgroundcolor "none"
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951 \align center
36952 Oval box, thick
36953 \end_layout
36954
36955 \end_inset
36956
36957
36958 \end_layout
36959
36960 \begin_layout Description
36961 Drop
36962 \begin_inset space ~
36963 \end_inset
36964
36965 shadow This draws a rectangular frame with a shadow around the box.
36966  The frame line thickness and the shadow can be specified.
36967  
36968 \begin_inset Box Shadowbox
36969 position "c"
36970 hor_pos "c"
36971 has_inner_box 1
36972 inner_pos "c"
36973 use_parbox 0
36974 use_makebox 0
36975 width "20col%"
36976 special "none"
36977 height "1in"
36978 height_special "totalheight"
36979 thickness "0.4pt"
36980 separation "3pt"
36981 shadowsize "4pt"
36982 framecolor "black"
36983 backgroundcolor "none"
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987 \align center
36988 Shadow box
36989 \end_layout
36990
36991 \end_inset
36992
36993
36994 \end_layout
36995
36996 \begin_layout Description
36997 Shaded
36998 \begin_inset space ~
36999 \end_inset
37000
37001 background This draws a box with a red background.
37002  Unlike colored boxes
37003 \begin_inset Foot
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 see sec.
37008 \begin_inset space \thinspace{}
37009 \end_inset
37010
37011
37012 \begin_inset CommandInset ref
37013 LatexCommand ref
37014 reference "sec:Colored-Boxes"
37015
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \end_inset
37022
37023 , it always uses the whole column width and the box is set as its own paragraph.
37024  
37025 \begin_inset Box Shaded
37026 position "t"
37027 hor_pos "c"
37028 has_inner_box 0
37029 inner_pos "t"
37030 use_parbox 0
37031 use_makebox 0
37032 width "50col%"
37033 special "none"
37034 height "1in"
37035 height_special "totalheight"
37036 thickness "0.4pt"
37037 separation "3pt"
37038 shadowsize "4pt"
37039 framecolor "black"
37040 backgroundcolor "none"
37041 status collapsed
37042
37043 \begin_layout Plain Layout
37044 Shaded background box
37045 \end_layout
37046
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \begin_layout Description
37053 Double
37054 \begin_inset space ~
37055 \end_inset
37056
37057 rectangular
37058 \begin_inset space ~
37059 \end_inset
37060
37061 frame This draws a double-line rectangular frame around the box.
37062  The line thickness of the inner frame is 0.75
37063 \begin_inset space \thinspace{}
37064 \end_inset
37065
37066 line
37067 \begin_inset space ~
37068 \end_inset
37069
37070 thickness, the thickness of the outer frame is 1.5
37071 \begin_inset space \thinspace{}
37072 \end_inset
37073
37074 line
37075 \begin_inset space ~
37076 \end_inset
37077
37078 thickness.
37079  The distance between the lines is 1.5
37080 \begin_inset space \thinspace{}
37081 \end_inset
37082
37083 line
37084 \begin_inset space ~
37085 \end_inset
37086
37087 thickness
37088 \begin_inset space \thinspace{}
37089 \end_inset
37090
37091 +
37092 \begin_inset space \thinspace{}
37093 \end_inset
37094
37095 0.5
37096 \begin_inset space \thinspace{}
37097 \end_inset
37098
37099 pt.
37100  
37101 \begin_inset Box Doublebox
37102 position "c"
37103 hor_pos "c"
37104 has_inner_box 1
37105 inner_pos "c"
37106 use_parbox 0
37107 use_makebox 0
37108 width "20col%"
37109 special "none"
37110 height "1in"
37111 height_special "totalheight"
37112 thickness "0.4pt"
37113 separation "3pt"
37114 shadowsize "4pt"
37115 framecolor "black"
37116 backgroundcolor "none"
37117 status collapsed
37118
37119 \begin_layout Plain Layout
37120 \align center
37121 Double rectangular box
37122 \end_layout
37123
37124 \end_inset
37125
37126
37127 \end_layout
37128
37129 \begin_layout Standard
37130 \begin_inset VSpace bigskip
37131 \end_inset
37132
37133 \SpecialChar LyX
37134 's box label will reflect the different frame types.
37135  To be able to use all types, the \SpecialChar LaTeX
37136 -package 
37137 \series bold
37138 fancybox
37139 \series default
37140
37141 \begin_inset Index idx
37142 range none
37143 pageformat default
37144 status collapsed
37145
37146 \begin_layout Plain Layout
37147 \SpecialChar LaTeX
37148  packages
37149 \begin_inset IndexMacro subentry
37150 status open
37151
37152 \begin_layout Plain Layout
37153 fancybox
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \end_inset
37162
37163  must be installed.
37164 \end_layout
37165
37166 \begin_layout Standard
37167 \begin_inset VSpace bigskip
37168 \end_inset
37169
37170 When you use the decoration 
37171 \family sans
37172 simple rectangular frame
37173 \family default
37174  and no inner box, you can allow page breaks within a box.
37175  Note that then, unlike other framed boxes, the frame always uses the whole
37176  column width and the box is set as its own paragraph: 
37177 \begin_inset Box Framed
37178 position "t"
37179 hor_pos "c"
37180 has_inner_box 0
37181 inner_pos "t"
37182 use_parbox 0
37183 use_makebox 0
37184 width "100col%"
37185 special "none"
37186 height "1in"
37187 height_special "totalheight"
37188 thickness "0.4pt"
37189 separation "3pt"
37190 shadowsize "4pt"
37191 framecolor "black"
37192 backgroundcolor "none"
37193 status collapsed
37194
37195 \begin_layout Plain Layout
37196 Allow page break box
37197 \end_layout
37198
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \begin_layout Section
37205 Box Customization
37206 \begin_inset Index idx
37207 range none
37208 pageformat default
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212 Boxes
37213 \begin_inset IndexMacro subentry
37214 status open
37215
37216 \begin_layout Plain Layout
37217 Customization
37218 \end_layout
37219
37220 \end_inset
37221
37222
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \begin_layout Standard
37231 The diameter of the round corners of the oval boxes can be set with the
37232  command 
37233 \series bold
37234
37235 \backslash
37236 cornersize
37237 \series default
37238 .
37239  The command
37240 \end_layout
37241
37242 \begin_layout Standard
37243
37244 \series bold
37245
37246 \backslash
37247 cornersize*{1cm}
37248 \end_layout
37249
37250 \begin_layout Standard
37251 sets the diameter to 1
37252 \begin_inset space \thinspace{}
37253 \end_inset
37254
37255 cm.
37256  The command
37257 \end_layout
37258
37259 \begin_layout Standard
37260
37261 \series bold
37262
37263 \backslash
37264 cornersize{num}
37265 \end_layout
37266
37267 \begin_layout Standard
37268 sets the diameter to 
37269 \family sans
37270 num
37271 \begin_inset space \thinspace{}
37272 \end_inset
37273
37274 ×
37275 \begin_inset space \thinspace{}
37276 \end_inset
37277
37278 minimum(width and height of box)
37279 \family default
37280 .
37281  The default is 
37282 \series bold
37283
37284 \backslash
37285 cornersize{0.5}
37286 \series default
37287 .
37288 \end_layout
37289
37290 \begin_layout Standard
37291 \begin_inset ERT
37292 status collapsed
37293
37294 \begin_layout Plain Layout
37295
37296
37297 \backslash
37298 cornersize*{1.5cm}
37299 \end_layout
37300
37301 \end_inset
37302
37303
37304 \begin_inset Box Ovalbox
37305 position "c"
37306 hor_pos "c"
37307 has_inner_box 1
37308 inner_pos "c"
37309 use_parbox 0
37310 use_makebox 0
37311 width "25col%"
37312 special "none"
37313 height "1in"
37314 height_special "totalheight"
37315 thickness "0.4pt"
37316 separation "3pt"
37317 shadowsize "4pt"
37318 framecolor "black"
37319 backgroundcolor "none"
37320 status open
37321
37322 \begin_layout Plain Layout
37323 \align center
37324 Oval box with 
37325 \series bold
37326
37327 \backslash
37328 cornersize
37329 \series default
37330
37331 \begin_inset space \thinspace{}
37332 \end_inset
37333
37334 =
37335 \begin_inset space \thinspace{}
37336 \end_inset
37337
37338 1.5
37339 \begin_inset space \thinspace{}
37340 \end_inset
37341
37342 cm
37343 \end_layout
37344
37345 \end_inset
37346
37347
37348 \begin_inset ERT
37349 status collapsed
37350
37351 \begin_layout Plain Layout
37352
37353
37354 \backslash
37355 cornersize{0.5}
37356 \end_layout
37357
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \begin_layout Standard
37364 \begin_inset VSpace bigskip
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \begin_layout Standard
37371 The default background color red of 
37372 \family sans
37373 shaded background
37374 \family default
37375  boxes can either be changed locally with the command 
37376 \series bold
37377
37378 \backslash
37379 definecolor{shadecolor}
37380 \series default
37381  or globally with the menu 
37382 \family sans
37383 Tools\SpecialChar menuseparator
37384 Preferences\SpecialChar menuseparator
37385 Colors\SpecialChar menuseparator
37386 shaded
37387 \begin_inset space ~
37388 \end_inset
37389
37390 box
37391 \family default
37392 .
37393  The scheme of the 
37394 \series bold
37395
37396 \backslash
37397 definecolor
37398 \series default
37399  command is explained in section
37400 \begin_inset space ~
37401 \end_inset
37402
37403
37404 \begin_inset CommandInset ref
37405 LatexCommand ref
37406 reference "sec:Colored-Tables"
37407
37408 \end_inset
37409
37410 .
37411 \begin_inset Foot
37412 status collapsed
37413
37414 \begin_layout Plain Layout
37415 Note that 
37416 \series bold
37417
37418 \backslash
37419 definecolor
37420 \series default
37421  requires the \SpecialChar LaTeX
37422 -package 
37423 \series bold
37424 color
37425 \series default
37426  in the preamble, see section
37427 \begin_inset space ~
37428 \end_inset
37429
37430
37431 \begin_inset CommandInset ref
37432 LatexCommand ref
37433 reference "sec:Colored-Boxes"
37434
37435 \end_inset
37436
37437 .
37438 \end_layout
37439
37440 \end_inset
37441
37442  For example the appearance of the following shaded background box is set
37443  with the \SpecialChar TeX
37444  Code command
37445 \end_layout
37446
37447 \begin_layout Standard
37448
37449 \series bold
37450
37451 \backslash
37452 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37453 \end_layout
37454
37455 \begin_layout Standard
37456 \begin_inset ERT
37457 status collapsed
37458
37459 \begin_layout Plain Layout
37460
37461
37462 \backslash
37463 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37464 \end_layout
37465
37466 \end_inset
37467
37468
37469 \begin_inset Box Shaded
37470 position "t"
37471 hor_pos "c"
37472 has_inner_box 0
37473 inner_pos "t"
37474 use_parbox 0
37475 use_makebox 0
37476 width "100col%"
37477 special "none"
37478 height "1in"
37479 height_special "totalheight"
37480 thickness "0.4pt"
37481 separation "3pt"
37482 shadowsize "4pt"
37483 framecolor "black"
37484 backgroundcolor "none"
37485 status open
37486
37487 \begin_layout Plain Layout
37488
37489 \color yellow
37490 This is yellow text in a
37491 \color none
37492  
37493 \family sans
37494 \color yellow
37495 shaded background
37496 \family default
37497 \color none
37498  
37499 \color yellow
37500 box with dark green background.
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \begin_inset ERT
37507 status collapsed
37508
37509 \begin_layout Plain Layout
37510
37511
37512 \backslash
37513 definecolor{shadecolor}{rgb}{1,0,0}
37514 \end_layout
37515
37516 \end_inset
37517
37518
37519 \end_layout
37520
37521 \begin_layout Standard
37522 \begin_inset VSpace bigskip
37523 \end_inset
37524
37525 Manually changed sizes and colors are valid for all boxes following the
37526  commands that change them.
37527 \end_layout
37528
37529 \begin_layout Section
37530 Minipages
37531 \begin_inset CommandInset label
37532 LatexCommand label
37533 name "sec:Minipages"
37534
37535 \end_inset
37536
37537
37538 \begin_inset Index idx
37539 range none
37540 pageformat default
37541 status collapsed
37542
37543 \begin_layout Plain Layout
37544 Boxes
37545 \begin_inset IndexMacro subentry
37546 status open
37547
37548 \begin_layout Plain Layout
37549 Minipages
37550 \end_layout
37551
37552 \end_inset
37553
37554
37555 \end_layout
37556
37557 \end_inset
37558
37559
37560 \end_layout
37561
37562 \begin_layout Standard
37563 Minipages are treated by \SpecialChar LaTeX
37564  as pages within pages and can therefore for example
37565  have their own footnotes.
37566 \end_layout
37567
37568 \begin_layout Standard
37569 Minipages are useful when you write documents with different languages.
37570 \end_layout
37571
37572 \begin_layout Standard
37573 Below are two example minipages side by side.
37574  Their width is set to 45
37575 \begin_inset space \thinspace{}
37576 \end_inset
37577
37578 col% and they are separated by a horizontal fill, that was inserted via
37579  the menu 
37580 \family sans
37581 Insert\SpecialChar menuseparator
37582 Special
37583 \begin_inset space ~
37584 \end_inset
37585
37586 Formatting\SpecialChar menuseparator
37587 Horizontal
37588 \begin_inset space ~
37589 \end_inset
37590
37591 Fill
37592 \family default
37593 .
37594 \begin_inset Newpage newpage
37595 \end_inset
37596
37597
37598 \end_layout
37599
37600 \begin_layout Standard
37601 \begin_inset Box Frameless
37602 position "t"
37603 hor_pos "c"
37604 has_inner_box 1
37605 inner_pos "c"
37606 use_parbox 0
37607 use_makebox 0
37608 width "45col%"
37609 special "none"
37610 height "1in"
37611 height_special "totalheight"
37612 thickness "0.4pt"
37613 separation "3pt"
37614 shadowsize "4pt"
37615 framecolor "black"
37616 backgroundcolor "none"
37617 status open
37618
37619 \begin_layout Plain Layout
37620
37621 \lang ngerman
37622 Dies ist ein deutscher Text.
37623  Dies ist ein deutscher Text.
37624  Dies ist ein deutscher Text.
37625  Dies ist ein deutscher Text.
37626  Dies ist ein deutscher Text.
37627  Dies ist ein deutscher Text.
37628  Dies ist ein deutscher Text.
37629  Dies ist ein deutscher Text.
37630  Dies ist ein deutscher Text.
37631  Dies ist ein deutscher Text.
37632  Dies ist ein deutscher Text.
37633  Dies ist ein deutscher Text.
37634  Dies ist ein deutscher Text
37635 \begin_inset Foot
37636 status collapsed
37637
37638 \begin_layout Plain Layout
37639
37640 \lang ngerman
37641 Dies ist eine deutsche Fußnote.
37642 \end_layout
37643
37644 \end_inset
37645
37646 .
37647  Dies ist ein deutscher Text.
37648  Dies ist ein deutscher Text.
37649 \end_layout
37650
37651 \end_inset
37652
37653
37654 \begin_inset space \hfill{}
37655 \end_inset
37656
37657
37658 \begin_inset Box Frameless
37659 position "t"
37660 hor_pos "c"
37661 has_inner_box 1
37662 inner_pos "c"
37663 use_parbox 0
37664 use_makebox 0
37665 width "45col%"
37666 special "none"
37667 height "1in"
37668 height_special "totalheight"
37669 thickness "0.4pt"
37670 separation "3pt"
37671 shadowsize "4pt"
37672 framecolor "black"
37673 backgroundcolor "none"
37674 status open
37675
37676 \begin_layout Plain Layout
37677 This is an English Text.
37678  This is an English Text.
37679  This is an English Text.
37680  This is an English Text.
37681  This is an English Text.
37682  This is an English Text.
37683  This is an English Text.
37684  This is an English Text.
37685  This is an English Text.
37686  This is an English Text.
37687  This is an English Text.
37688  This is an English Text.
37689  This is an English Text.
37690  This is an English Text.
37691  This is an English Text.
37692  This is an English Text.
37693 \begin_inset Foot
37694 status collapsed
37695
37696 \begin_layout Plain Layout
37697 This is an English footnote.
37698 \end_layout
37699
37700 \end_inset
37701
37702  This is an English Text.
37703 \end_layout
37704
37705 \end_inset
37706
37707
37708 \end_layout
37709
37710 \begin_layout Standard
37711 \begin_inset VSpace bigskip
37712 \end_inset
37713
37714 The document-wide paragraph settings are ignored within minipages.
37715  That means that there will be no space between paragraphs in minipages
37716  although you set it to e.
37717 \begin_inset space \thinspace{}
37718 \end_inset
37719
37720 g.
37721 \begin_inset space \space{}
37722 \end_inset
37723
37724
37725 \family sans
37726 MedSkip
37727 \family default
37728  in the document settings.
37729 \end_layout
37730
37731 \begin_layout Standard
37732 Minipages can also be used to set a background color for text parts, see
37733  section
37734 \begin_inset space ~
37735 \end_inset
37736
37737
37738 \begin_inset CommandInset ref
37739 LatexCommand ref
37740 reference "sec:Colored-Boxes"
37741
37742 \end_inset
37743
37744 .
37745 \end_layout
37746
37747 \begin_layout Standard
37748 \begin_inset Note Greyedout
37749 status open
37750
37751 \begin_layout Plain Layout
37752
37753 \series bold
37754 Note:
37755 \series default
37756  You cannot have floats or margin notes inside minipages but minipages can
37757  be used inside tables, floats, and other boxes.
37758 \end_layout
37759
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \begin_layout Standard
37766 \begin_inset VSpace bigskip
37767 \end_inset
37768
37769
37770 \end_layout
37771
37772 \begin_layout Standard
37773 \SpecialChar LyX
37774  has also basic support for minipages whose size is automatically determined
37775  by the width of their contents, via the module 
37776 \family sans
37777 Variable-width Minipages
37778 \family default
37779 .
37780  The \SpecialChar LyX
37781  example file 
37782 \emph on
37783 varwidth-floats-side-by-side
37784 \emph default
37785  gives examples of variable-width minipages used for placing two floats
37786  side-by-side.
37787 \end_layout
37788
37789 \begin_layout Section
37790 Parboxes
37791 \begin_inset CommandInset label
37792 LatexCommand label
37793 name "sec:Parboxes"
37794
37795 \end_inset
37796
37797
37798 \begin_inset Index idx
37799 range none
37800 pageformat default
37801 status collapsed
37802
37803 \begin_layout Plain Layout
37804 Boxes
37805 \begin_inset IndexMacro subentry
37806 status open
37807
37808 \begin_layout Plain Layout
37809 Parboxes
37810 \end_layout
37811
37812 \end_inset
37813
37814
37815 \end_layout
37816
37817 \end_inset
37818
37819
37820 \end_layout
37821
37822 \begin_layout Standard
37823 Parboxes are very similar to minipages with the difference that they cannot
37824  have footnotes.
37825 \end_layout
37826
37827 \begin_layout Standard
37828 \align center
37829 \begin_inset Box Frameless
37830 position "t"
37831 hor_pos "c"
37832 has_inner_box 1
37833 inner_pos "t"
37834 use_parbox 1
37835 use_makebox 0
37836 width "33col%"
37837 special "none"
37838 height "1in"
37839 height_special "totalheight"
37840 thickness "0.4pt"
37841 separation "3pt"
37842 shadowsize "4pt"
37843 framecolor "black"
37844 backgroundcolor "none"
37845 status open
37846
37847 \begin_layout Plain Layout
37848 This a text within a parbox.
37849  This a text within a parbox.
37850 \end_layout
37851
37852 \begin_layout Plain Layout
37853 This footnote won't appear:
37854 \begin_inset Foot
37855 status collapsed
37856
37857 \begin_layout Plain Layout
37858 This footnote is inside a parbox and will therefore not appear.
37859 \end_layout
37860
37861 \end_inset
37862
37863
37864 \end_layout
37865
37866 \end_inset
37867
37868
37869 \end_layout
37870
37871 \begin_layout Section
37872 Boxes for Words and Characters
37873 \begin_inset Index idx
37874 range none
37875 pageformat default
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879 Boxes
37880 \begin_inset IndexMacro subentry
37881 status open
37882
37883 \begin_layout Plain Layout
37884 for Characters
37885 \end_layout
37886
37887 \end_inset
37888
37889
37890 \end_layout
37891
37892 \end_inset
37893
37894
37895 \end_layout
37896
37897 \begin_layout Subsection
37898 Prevent Hyphenation
37899 \begin_inset CommandInset label
37900 LatexCommand label
37901 name "sec:Prevent-Hyphenation"
37902
37903 \end_inset
37904
37905
37906 \begin_inset Index idx
37907 range none
37908 pageformat default
37909 status collapsed
37910
37911 \begin_layout Plain Layout
37912 Boxes
37913 \begin_inset IndexMacro subentry
37914 status open
37915
37916 \begin_layout Plain Layout
37917 to Prevent Hyphenation
37918 \end_layout
37919
37920 \end_inset
37921
37922
37923 \end_layout
37924
37925 \end_inset
37926
37927
37928 \end_layout
37929
37930 \begin_layout Standard
37931 You can use the box type 
37932 \family sans
37933 Makebox
37934 \family default
37935  to prevent words or text from being hyphenated.
37936 \begin_inset Newline newline
37937 \end_inset
37938
37939 Here is an example text:
37940 \end_layout
37941
37942 \begin_layout Standard
37943 This line is an example to show how you can prevent the hyphenation of 
37944 \begin_inset Quotes eld
37945 \end_inset
37946
37947 veryverylongword
37948 \begin_inset Quotes erd
37949 \end_inset
37950
37951 .
37952 \end_layout
37953
37954 \begin_layout Standard
37955 To prevent the hyphenation of the word 
37956 \begin_inset Quotes eld
37957 \end_inset
37958
37959 veryverylongword
37960 \begin_inset Quotes erd
37961 \end_inset
37962
37963 , put the word into a box, set the 
37964 \family sans
37965 Inner
37966 \begin_inset space ~
37967 \end_inset
37968
37969 box
37970 \family default
37971  to 
37972 \family sans
37973 Makebox
37974 \family default
37975  and use no explicit width.
37976 \end_layout
37977
37978 \begin_layout Standard
37979 This is the result:
37980 \end_layout
37981
37982 \begin_layout Standard
37983 This line is an example to show how you can prevent the hyphenation of 
37984 \begin_inset Box Frameless
37985 position "t"
37986 hor_pos "c"
37987 has_inner_box 1
37988 inner_pos "t"
37989 use_parbox 0
37990 use_makebox 1
37991 width ""
37992 special "none"
37993 height "1in"
37994 height_special "totalheight"
37995 thickness "0.4pt"
37996 separation "3pt"
37997 shadowsize "4pt"
37998 framecolor "black"
37999 backgroundcolor "none"
38000 status open
38001
38002 \begin_layout Plain Layout
38003 \begin_inset Quotes eld
38004 \end_inset
38005
38006 veryverylongword
38007 \begin_inset Quotes erd
38008 \end_inset
38009
38010
38011 \end_layout
38012
38013 \end_inset
38014
38015 .
38016 \end_layout
38017
38018 \begin_layout Standard
38019 You can alternatively set the command 
38020 \begin_inset Quotes eld
38021 \end_inset
38022
38023
38024 \series bold
38025
38026 \backslash
38027 -
38028 \series default
38029
38030 \begin_inset Quotes grd
38031 \end_inset
38032
38033  as \SpecialChar TeX
38034  Code directly before the word:
38035 \end_layout
38036
38037 \begin_layout Standard
38038 This line is an example to show how you can prevent the hyphenation of 
38039 \begin_inset Quotes eld
38040 \end_inset
38041
38042
38043 \begin_inset ERT
38044 status collapsed
38045
38046 \begin_layout Plain Layout
38047
38048
38049 \backslash
38050 -
38051 \end_layout
38052
38053 \end_inset
38054
38055 veryverylongword
38056 \begin_inset Quotes erd
38057 \end_inset
38058
38059 .
38060 \end_layout
38061
38062 \begin_layout Standard
38063 Of course the word now protrudes over the side margin.
38064  To avoid this, add via the menu 
38065 \family sans
38066 Insert\SpecialChar menuseparator
38067 Formatting\SpecialChar menuseparator
38068 Ragged
38069 \begin_inset space ~
38070 \end_inset
38071
38072 Line
38073 \begin_inset space ~
38074 \end_inset
38075
38076 Break
38077 \family default
38078  (shortcut 
38079 \begin_inset Info
38080 type  "shortcut"
38081 arg   "newline-insert newline"
38082 \end_inset
38083
38084 ) a line break before the word:
38085 \end_layout
38086
38087 \begin_layout Standard
38088 This line is an example to show how you can prevent the hyphenation of 
38089 \begin_inset Newline newline
38090 \end_inset
38091
38092
38093 \begin_inset Box Frameless
38094 position "t"
38095 hor_pos "c"
38096 has_inner_box 1
38097 inner_pos "t"
38098 use_parbox 0
38099 use_makebox 1
38100 width ""
38101 special "none"
38102 height "1in"
38103 height_special "totalheight"
38104 thickness "0.4pt"
38105 separation "3pt"
38106 shadowsize "4pt"
38107 framecolor "black"
38108 backgroundcolor "none"
38109 status open
38110
38111 \begin_layout Plain Layout
38112 \begin_inset Quotes eld
38113 \end_inset
38114
38115 veryverylongword
38116 \begin_inset Quotes erd
38117 \end_inset
38118
38119
38120 \end_layout
38121
38122 \end_inset
38123
38124 .
38125 \end_layout
38126
38127 \begin_layout Subsection
38128 Vertical Alignment
38129 \begin_inset CommandInset label
38130 LatexCommand label
38131 name "subsec:Vertical-Alignment"
38132
38133 \end_inset
38134
38135
38136 \begin_inset Index idx
38137 range none
38138 pageformat default
38139 status collapsed
38140
38141 \begin_layout Plain Layout
38142 Boxes
38143 \begin_inset IndexMacro subentry
38144 status open
38145
38146 \begin_layout Plain Layout
38147 for Vertical Alignment
38148 \end_layout
38149
38150 \end_inset
38151
38152
38153 \end_layout
38154
38155 \end_inset
38156
38157
38158 \begin_inset Index idx
38159 range none
38160 pageformat default
38161 status collapsed
38162
38163 \begin_layout Plain Layout
38164 Boxes
38165 \begin_inset IndexMacro subentry
38166 status open
38167
38168 \begin_layout Plain Layout
38169 Raiseboxes
38170 \end_layout
38171
38172 \end_inset
38173
38174
38175 \end_layout
38176
38177 \end_inset
38178
38179
38180 \end_layout
38181
38182 \begin_layout Standard
38183 With the help of the command 
38184 \series bold
38185
38186 \backslash
38187 raisebox
38188 \series default
38189  you can align words, characters or other boxes vertically relative to the
38190  surrounding text.
38191  
38192 \series bold
38193
38194 \backslash
38195 raisebox
38196 \series default
38197  is used with the following scheme:
38198 \end_layout
38199
38200 \begin_layout Standard
38201
38202 \series bold
38203
38204 \backslash
38205 raisebox{lift}[height][depth]{box content}
38206 \end_layout
38207
38208 \begin_layout Standard
38209 The lift can be a positive value to raise the box or a negative value to
38210  lower the box.
38211 \end_layout
38212
38213 \begin_layout Standard
38214 To align for example the word 
38215 \begin_inset Quotes eld
38216 \end_inset
38217
38218 preventing
38219 \begin_inset Quotes erd
38220 \end_inset
38221
38222  so that the bottom of the 
38223 \begin_inset Quotes eld
38224 \end_inset
38225
38226 deepest
38227 \begin_inset Quotes erd
38228 \end_inset
38229
38230  character 
38231 \begin_inset Quotes eld
38232 \end_inset
38233
38234 p
38235 \begin_inset Quotes erd
38236 \end_inset
38237
38238  is at the baseline, insert the command
38239 \end_layout
38240
38241 \begin_layout Standard
38242
38243 \series bold
38244
38245 \backslash
38246 raisebox{
38247 \backslash
38248 depth}{
38249 \end_layout
38250
38251 \begin_layout Standard
38252 in \SpecialChar TeX
38253  Code before the word.
38254  After the word insert a closing brace 
38255 \begin_inset Quotes eld
38256 \end_inset
38257
38258
38259 \series bold
38260 }
38261 \series default
38262
38263 \begin_inset Quotes erd
38264 \end_inset
38265
38266  in \SpecialChar TeX
38267  Code.
38268 \begin_inset Newline newline
38269 \end_inset
38270
38271 This is the result:
38272 \end_layout
38273
38274 \begin_layout Standard
38275 This is a text line with the word 
38276 \begin_inset ERT
38277 status collapsed
38278
38279 \begin_layout Plain Layout
38280
38281
38282 \backslash
38283 raisebox{
38284 \backslash
38285 depth}{
38286 \end_layout
38287
38288 \end_inset
38289
38290
38291 \begin_inset Quotes eld
38292 \end_inset
38293
38294 preventing
38295 \begin_inset Quotes erd
38296 \end_inset
38297
38298
38299 \begin_inset ERT
38300 status collapsed
38301
38302 \begin_layout Plain Layout
38303
38304 }
38305 \end_layout
38306
38307 \end_inset
38308
38309  as a raised word.
38310 \end_layout
38311
38312 \begin_layout Standard
38313 \begin_inset VSpace bigskip
38314 \end_inset
38315
38316 When you raise or lower characters in a line, the line distance will be
38317  spread:
38318 \end_layout
38319
38320 \begin_layout Standard
38321 This is a text line with the word 
38322 \begin_inset ERT
38323 status collapsed
38324
38325 \begin_layout Plain Layout
38326
38327
38328 \backslash
38329 raisebox{-
38330 \backslash
38331 depth}{
38332 \end_layout
38333
38334 \end_inset
38335
38336
38337 \begin_inset Quotes eld
38338 \end_inset
38339
38340 preventing
38341 \begin_inset Quotes erd
38342 \end_inset
38343
38344
38345 \begin_inset ERT
38346 status collapsed
38347
38348 \begin_layout Plain Layout
38349
38350 }
38351 \end_layout
38352
38353 \end_inset
38354
38355  as a lowered word.
38356 \begin_inset Newline newline
38357 \end_inset
38358
38359 This is a text line with the word 
38360 \begin_inset ERT
38361 status collapsed
38362
38363 \begin_layout Plain Layout
38364
38365
38366 \backslash
38367 raisebox{0.5cm}{
38368 \end_layout
38369
38370 \end_inset
38371
38372
38373 \begin_inset Quotes eld
38374 \end_inset
38375
38376 testing
38377 \begin_inset Quotes erd
38378 \end_inset
38379
38380
38381 \begin_inset ERT
38382 status collapsed
38383
38384 \begin_layout Plain Layout
38385
38386 }
38387 \end_layout
38388
38389 \end_inset
38390
38391  as a raised word.
38392 \end_layout
38393
38394 \begin_layout Standard
38395 If you want to prevent this for a certain reason, set the box height to
38396  a zero value.
38397  For example use
38398 \end_layout
38399
38400 \begin_layout Standard
38401
38402 \series bold
38403
38404 \backslash
38405 raisebox{-
38406 \backslash
38407 depth}[0pt]{
38408 \end_layout
38409
38410 \begin_layout Standard
38411 This is a text line with the word 
38412 \begin_inset ERT
38413 status collapsed
38414
38415 \begin_layout Plain Layout
38416
38417
38418 \backslash
38419 raisebox{-
38420 \backslash
38421 depth}[0pt]{
38422 \end_layout
38423
38424 \end_inset
38425
38426
38427 \begin_inset Quotes eld
38428 \end_inset
38429
38430 preventing
38431 \begin_inset Quotes erd
38432 \end_inset
38433
38434
38435 \begin_inset ERT
38436 status collapsed
38437
38438 \begin_layout Plain Layout
38439
38440 }
38441 \end_layout
38442
38443 \end_inset
38444
38445  as a lowered word.
38446 \begin_inset Newline newline
38447 \end_inset
38448
38449
38450 \begin_inset Newline newline
38451 \end_inset
38452
38453 This is a text line with the word 
38454 \begin_inset ERT
38455 status collapsed
38456
38457 \begin_layout Plain Layout
38458
38459
38460 \backslash
38461 raisebox{0.5cm}[0pt]{
38462 \end_layout
38463
38464 \end_inset
38465
38466
38467 \begin_inset Quotes eld
38468 \end_inset
38469
38470 testing
38471 \begin_inset Quotes erd
38472 \end_inset
38473
38474
38475 \begin_inset ERT
38476 status collapsed
38477
38478 \begin_layout Plain Layout
38479
38480 }
38481 \end_layout
38482
38483 \end_inset
38484
38485  as a raised word.
38486 \end_layout
38487
38488 \begin_layout Section
38489 Colored Boxes
38490 \begin_inset CommandInset label
38491 LatexCommand label
38492 name "sec:Colored-Boxes"
38493
38494 \end_inset
38495
38496
38497 \begin_inset Index idx
38498 range none
38499 pageformat default
38500 status collapsed
38501
38502 \begin_layout Plain Layout
38503 Boxes
38504 \begin_inset IndexMacro subentry
38505 status open
38506
38507 \begin_layout Plain Layout
38508 Color
38509 \end_layout
38510
38511 \end_inset
38512
38513
38514 \end_layout
38515
38516 \end_inset
38517
38518
38519 \end_layout
38520
38521 \begin_layout Standard
38522 To color the background of a box just select the color you like in the box
38523  dialog.
38524  This is for example a box with orange background: 
38525 \begin_inset Box Frameless
38526 position "t"
38527 hor_pos "c"
38528 has_inner_box 1
38529 inner_pos "t"
38530 use_parbox 0
38531 use_makebox 1
38532 width ""
38533 special "none"
38534 height "1in"
38535 height_special "totalheight"
38536 thickness "0.4pt"
38537 separation "3pt"
38538 shadowsize "4pt"
38539 framecolor "black"
38540 backgroundcolor "orange"
38541 status open
38542
38543 \begin_layout Plain Layout
38544 Box with orange background
38545 \end_layout
38546
38547 \end_inset
38548
38549
38550 \end_layout
38551
38552 \begin_layout Standard
38553 If you use the decoration 
38554 \family sans
38555 Simple
38556 \begin_inset space ~
38557 \end_inset
38558
38559 rectangular
38560 \begin_inset space ~
38561 \end_inset
38562
38563 frame
38564 \family default
38565  you can set a frame color.
38566  In this case you must also specify a background color (LyX sets white as
38567  default).
38568  Here is an example: 
38569 \begin_inset Box Boxed
38570 position "t"
38571 hor_pos "c"
38572 has_inner_box 0
38573 inner_pos "t"
38574 use_parbox 0
38575 use_makebox 0
38576 width ""
38577 special "none"
38578 height "1in"
38579 height_special "totalheight"
38580 thickness "0.4pt"
38581 separation "3pt"
38582 shadowsize "4pt"
38583 framecolor "teal"
38584 backgroundcolor "yellow"
38585 status open
38586
38587 \begin_layout Plain Layout
38588 Box with teal frame color and yellow background color
38589 \end_layout
38590
38591 \end_inset
38592
38593
38594 \end_layout
38595
38596 \begin_layout Standard
38597 \begin_inset VSpace bigskip
38598 \end_inset
38599
38600 Of course you can also have colored text inside a colored box:
38601 \begin_inset Newline newline
38602 \end_inset
38603
38604
38605 \begin_inset Box Boxed
38606 position "t"
38607 hor_pos "c"
38608 has_inner_box 0
38609 inner_pos "t"
38610 use_parbox 0
38611 use_makebox 0
38612 width ""
38613 special "none"
38614 height "1in"
38615 height_special "totalheight"
38616 thickness "0.4pt"
38617 separation "3pt"
38618 shadowsize "4pt"
38619 framecolor "cyan"
38620 backgroundcolor "magenta"
38621 status open
38622
38623 \begin_layout Plain Layout
38624
38625 \color yellow
38626 This is colored text within a colored, framed box
38627 \end_layout
38628
38629 \end_inset
38630
38631
38632 \end_layout
38633
38634 \begin_layout Standard
38635 \begin_inset VSpace bigskip
38636 \end_inset
38637
38638
38639 \end_layout
38640
38641 \begin_layout Standard
38642 If you need another color than the predefined ones, you can define your
38643  own color as described in section
38644 \begin_inset space ~
38645 \end_inset
38646
38647
38648 \begin_inset CommandInset ref
38649 LatexCommand ref
38650 reference "sec:Colored-Tables"
38651
38652 \end_inset
38653
38654 .
38655  To use your own color you must typeset the box by using TeX code:
38656 \end_layout
38657
38658 \begin_layout Standard
38659 Colored boxes without frame are created with the command 
38660 \series bold
38661
38662 \backslash
38663 colorbox
38664 \series default
38665 .
38666  It has the following scheme:
38667 \end_layout
38668
38669 \begin_layout Standard
38670
38671 \series bold
38672
38673 \backslash
38674 colorbox{color}{box content}
38675 \end_layout
38676
38677 \begin_layout Standard
38678 The box content can also be a box and colored boxes can also be within other
38679  boxes.
38680  To have e.
38681 \begin_inset space \thinspace{}
38682 \end_inset
38683
38684 g.
38685 \begin_inset space \space{}
38686 \end_inset
38687
38688 a darkgreen background for a word, insert the command
38689 \end_layout
38690
38691 \begin_layout Standard
38692
38693 \series bold
38694
38695 \backslash
38696 colorbox{darkgreen}{
38697 \end_layout
38698
38699 \begin_layout Standard
38700 before the word in \SpecialChar TeX
38701  Code.
38702  After the word insert a closing brace 
38703 \begin_inset Quotes eld
38704 \end_inset
38705
38706
38707 \series bold
38708 }
38709 \series default
38710
38711 \begin_inset Quotes erd
38712 \end_inset
38713
38714  in \SpecialChar TeX
38715  Code.
38716 \begin_inset Newline newline
38717 \end_inset
38718
38719 This is the result:
38720 \end_layout
38721
38722 \begin_layout Standard
38723 This is a line where the word 
38724 \begin_inset ERT
38725 status collapsed
38726
38727 \begin_layout Plain Layout
38728
38729
38730 \backslash
38731 colorbox{darkgreen}{
38732 \end_layout
38733
38734 \end_inset
38735
38736
38737 \begin_inset Quotes eld
38738 \end_inset
38739
38740 Attention!
38741 \begin_inset Quotes erd
38742 \end_inset
38743
38744
38745 \begin_inset ERT
38746 status collapsed
38747
38748 \begin_layout Plain Layout
38749
38750 }
38751 \end_layout
38752
38753 \end_inset
38754
38755  has a darkgreen background.
38756 \end_layout
38757
38758 \begin_layout Standard
38759 Framed, colored boxes are created with the command 
38760 \series bold
38761
38762 \backslash
38763 fcolorbox
38764 \series default
38765 .
38766  It has the following scheme:
38767 \end_layout
38768
38769 \begin_layout Standard
38770
38771 \series bold
38772
38773 \backslash
38774 fcolorbox{frame color}{box color}{box content}
38775 \end_layout
38776
38777 \begin_layout Section
38778 Rotated and Scaled Boxes
38779 \end_layout
38780
38781 \begin_layout Standard
38782 To use the boxes described in this section, the module 
38783 \family sans
38784 GraphicBoxes
38785 \family default
38786  must be loaded in the document settings.
38787 \end_layout
38788
38789 \begin_layout Standard
38790 \begin_inset Note Greyedout
38791 status open
38792
38793 \begin_layout Plain Layout
38794
38795 \series bold
38796 Note:
38797 \series default
38798  Not all DVI viewers are able to display rotated or scaled material.
38799 \end_layout
38800
38801 \end_inset
38802
38803
38804 \end_layout
38805
38806 \begin_layout Standard
38807 \begin_inset Note Greyedout
38808 status open
38809
38810 \begin_layout Plain Layout
38811
38812 \series bold
38813 Note:
38814 \series default
38815  Floats are not allowed inside a rotated or scaled box.
38816 \end_layout
38817
38818 \end_inset
38819
38820
38821 \end_layout
38822
38823 \begin_layout Subsection
38824 Rotated Boxes
38825 \begin_inset Index idx
38826 range none
38827 pageformat default
38828 status collapsed
38829
38830 \begin_layout Plain Layout
38831 Boxes
38832 \begin_inset IndexMacro subentry
38833 status open
38834
38835 \begin_layout Plain Layout
38836 rotated
38837 \end_layout
38838
38839 \end_inset
38840
38841
38842 \end_layout
38843
38844 \end_inset
38845
38846
38847 \begin_inset Index idx
38848 range none
38849 pageformat default
38850 status collapsed
38851
38852 \begin_layout Plain Layout
38853 Rotated Material
38854 \end_layout
38855
38856 \end_inset
38857
38858
38859 \end_layout
38860
38861 \begin_layout Standard
38862 To rotate material, you can put it into a 
38863 \family sans
38864 Rotatebox
38865 \family default
38866 .
38867  Such a box is inserted via the menu 
38868 \family sans
38869 Insert\SpecialChar menuseparator
38870 Custom Insets\SpecialChar menuseparator
38871 Rotatebox
38872 \family default
38873 .
38874 \end_layout
38875
38876 \begin_layout Standard
38877 The rotation origin can be specified via the inset 
38878 \family sans
38879 Origin
38880 \family default
38881  (menu 
38882 \family sans
38883 Insert\SpecialChar menuseparator
38884 Origin
38885 \family default
38886 ) in the form 
38887 \series bold
38888 origin=position
38889 \series default
38890 .
38891  The following positions are possible: 
38892 \emph on
38893 c
38894 \emph default
38895  (center), 
38896 \emph on
38897 l
38898 \emph default
38899  (left), 
38900 \emph on
38901 r
38902 \emph default
38903  (right), 
38904 \emph on
38905 b
38906 \emph default
38907  (bottom), 
38908 \emph on
38909 t
38910 \emph default
38911  (top), along with meaningful combinations of the four base positions.
38912  For example 
38913 \emph on
38914 lt
38915 \emph default
38916  means that the rotation origin is at the top left corner of the box.
38917  When no rotation origin is specified, the position 
38918 \emph on
38919 l
38920 \emph default
38921  will be used.
38922  The rotation angle is a number that can be negative that specifies the
38923  angle in degrees.
38924  The rotation direction is counterclockwise.
38925 \end_layout
38926
38927 \begin_layout Standard
38928 In the following example 
38929 \series bold
38930 origin=c
38931 \series default
38932  was inserted to the 
38933 \family sans
38934 Origin
38935 \family default
38936  inset and 
38937 \series bold
38938 60
38939 \series default
38940  was inserted to the 
38941 \family sans
38942 Angle
38943 \family default
38944  inset.
38945 \end_layout
38946
38947 \begin_layout Standard
38948 This is a line 
38949 \begin_inset Flex Rotatebox
38950 status open
38951
38952 \begin_layout Plain Layout
38953 \begin_inset Argument 1
38954 status open
38955
38956 \begin_layout Plain Layout
38957 origin=c
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Argument 2
38964 status open
38965
38966 \begin_layout Plain Layout
38967 60
38968 \end_layout
38969
38970 \end_inset
38971
38972 with rotated
38973 \end_layout
38974
38975 \end_inset
38976
38977  text.
38978 \end_layout
38979
38980 \begin_layout Standard
38981 The box content can also be another box or an inline formula:
38982 \end_layout
38983
38984 \begin_layout Standard
38985 This is a line 
38986 \begin_inset Flex Rotatebox
38987 status open
38988
38989 \begin_layout Plain Layout
38990 \begin_inset Argument 1
38991 status open
38992
38993 \begin_layout Plain Layout
38994 origin=r
38995 \end_layout
38996
38997 \end_inset
38998
38999
39000 \begin_inset Argument 2
39001 status open
39002
39003 \begin_layout Plain Layout
39004 -60
39005 \end_layout
39006
39007 \end_inset
39008
39009
39010 \begin_inset Box Doublebox
39011 position "c"
39012 hor_pos "c"
39013 has_inner_box 0
39014 inner_pos "c"
39015 use_parbox 0
39016 use_makebox 0
39017 width "1in"
39018 special "width"
39019 height "1in"
39020 height_special "totalheight"
39021 thickness "0.4pt"
39022 separation "3pt"
39023 shadowsize "4pt"
39024 framecolor "black"
39025 backgroundcolor "none"
39026 status collapsed
39027
39028 \begin_layout Plain Layout
39029 with rotated
39030 \end_layout
39031
39032 \end_inset
39033
39034
39035 \end_layout
39036
39037 \end_inset
39038
39039  framed text 
39040 \begin_inset Flex Rotatebox
39041 status open
39042
39043 \begin_layout Plain Layout
39044 \begin_inset Argument 1
39045 status open
39046
39047 \begin_layout Plain Layout
39048 origin=lb
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset Argument 2
39055 status open
39056
39057 \begin_layout Plain Layout
39058 60
39059 \end_layout
39060
39061 \end_inset
39062
39063
39064 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39065 \end_inset
39066
39067
39068 \end_layout
39069
39070 \end_inset
39071
39072  and a formula.
39073 \end_layout
39074
39075 \begin_layout Standard
39076 or an image or table:
39077 \end_layout
39078
39079 \begin_layout Standard
39080 This is a line 
39081 \begin_inset Flex Rotatebox
39082 status open
39083
39084 \begin_layout Plain Layout
39085 \begin_inset Argument 1
39086 status open
39087
39088 \begin_layout Plain Layout
39089 origin=lb
39090 \end_layout
39091
39092 \end_inset
39093
39094
39095 \begin_inset Argument 2
39096 status open
39097
39098 \begin_layout Plain Layout
39099 90
39100 \end_layout
39101
39102 \end_inset
39103
39104
39105 \begin_inset Graphics
39106         filename clipart/Star-structure.pdf
39107         lyxscale 50
39108         width 25col%
39109
39110 \end_inset
39111
39112
39113 \end_layout
39114
39115 \end_inset
39116
39117  with a rotated image 
39118 \begin_inset Flex Rotatebox
39119 status open
39120
39121 \begin_layout Plain Layout
39122 \begin_inset Argument 2
39123 status open
39124
39125 \begin_layout Plain Layout
39126 -90
39127 \end_layout
39128
39129 \end_inset
39130
39131
39132 \begin_inset Tabular
39133 <lyxtabular version="3" rows="2" columns="2">
39134 <features tabularvalignment="middle">
39135 <column alignment="center" valignment="top">
39136 <column alignment="center" valignment="top">
39137 <row>
39138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39139 \begin_inset Text
39140
39141 \begin_layout Plain Layout
39142 q
39143 \end_layout
39144
39145 \end_inset
39146 </cell>
39147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39148 \begin_inset Text
39149
39150 \begin_layout Plain Layout
39151 w
39152 \end_layout
39153
39154 \end_inset
39155 </cell>
39156 </row>
39157 <row>
39158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39159 \begin_inset Text
39160
39161 \begin_layout Plain Layout
39162 e
39163 \end_layout
39164
39165 \end_inset
39166 </cell>
39167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39168 \begin_inset Text
39169
39170 \begin_layout Plain Layout
39171 r
39172 \end_layout
39173
39174 \end_inset
39175 </cell>
39176 </row>
39177 </lyxtabular>
39178
39179 \end_inset
39180
39181
39182 \end_layout
39183
39184 \end_inset
39185
39186  and table.
39187 \begin_inset Index idx
39188 range none
39189 pageformat default
39190 status collapsed
39191
39192 \begin_layout Plain Layout
39193 Figures
39194 \begin_inset IndexMacro subentry
39195 status open
39196
39197 \begin_layout Plain Layout
39198 rotated
39199 \end_layout
39200
39201 \end_inset
39202
39203
39204 \end_layout
39205
39206 \end_inset
39207
39208
39209 \begin_inset Index idx
39210 range none
39211 pageformat default
39212 status collapsed
39213
39214 \begin_layout Plain Layout
39215 Table Customization
39216 \begin_inset IndexMacro subentry
39217 status open
39218
39219 \begin_layout Plain Layout
39220 Rotating
39221 \end_layout
39222
39223 \end_inset
39224
39225
39226 \end_layout
39227
39228 \end_inset
39229
39230
39231 \end_layout
39232
39233 \begin_layout Standard
39234 \begin_inset Note Greyedout
39235 status open
39236
39237 \begin_layout Plain Layout
39238
39239 \series bold
39240 Note:
39241 \series default
39242  If the 
39243 \family sans
39244 Angle
39245 \family default
39246  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
39247
39248  errors when viewing/exporting the document.
39249 \end_layout
39250
39251 \end_inset
39252
39253
39254 \end_layout
39255
39256 \begin_layout Subsection
39257 Scaled Boxes
39258 \begin_inset Index idx
39259 range none
39260 pageformat default
39261 status collapsed
39262
39263 \begin_layout Plain Layout
39264 Boxes
39265 \begin_inset IndexMacro subentry
39266 status open
39267
39268 \begin_layout Plain Layout
39269 scaled
39270 \end_layout
39271
39272 \end_inset
39273
39274
39275 \end_layout
39276
39277 \end_inset
39278
39279
39280 \begin_inset Index idx
39281 range none
39282 pageformat default
39283 status collapsed
39284
39285 \begin_layout Plain Layout
39286 Scaled Material
39287 \end_layout
39288
39289 \end_inset
39290
39291
39292 \end_layout
39293
39294 \begin_layout Standard
39295 To scale material put it into a 
39296 \family sans
39297 Scalebox
39298 \family default
39299 .
39300  Such a box is inserted via the menu 
39301 \family sans
39302 Insert\SpecialChar menuseparator
39303 Custom Insets\SpecialChar menuseparator
39304 Scalebox
39305 \family default
39306 .
39307 \end_layout
39308
39309 \begin_layout Standard
39310 The 
39311 \family sans
39312 Scalebox
39313 \family default
39314  inset has the mandatory inset 
39315 \family sans
39316 H-Factor
39317 \family default
39318  and the optional inset 
39319 \family sans
39320 V-Factor
39321 \family default
39322  (inserted via the menu 
39323 \family sans
39324 Insert\SpecialChar menuseparator
39325 V-Factor)
39326 \family default
39327 .
39328  Input there the horizontal and vertical scale factor, respectively.
39329  If no 
39330 \family sans
39331 V-Factor
39332 \family default
39333  inset is used, the horizontal factor will also be used as the vertical
39334  one.
39335 \end_layout
39336
39337 \begin_layout Standard
39338 To get for example the double text size, compared to the document text size,
39339  insert 
39340 \series bold
39341 2
39342 \series default
39343  into the 
39344 \family sans
39345 H-Factor
39346 \family default
39347  inset.
39348  An example: 
39349 \begin_inset Flex Scalebox
39350 status open
39351
39352 \begin_layout Plain Layout
39353 \begin_inset Argument 1
39354 status open
39355
39356 \begin_layout Plain Layout
39357 2
39358 \end_layout
39359
39360 \end_inset
39361
39362 Hello
39363 \end_layout
39364
39365 \end_inset
39366
39367
39368 \end_layout
39369
39370 \begin_layout Standard
39371
39372 \series bold
39373 2
39374 \series default
39375  as 
39376 \family sans
39377 H-Factor
39378 \family default
39379  and 
39380 \series bold
39381 1
39382 \series default
39383  as 
39384 \family sans
39385 V-Factor
39386 \family default
39387  distorts the 
39388 \begin_inset Flex Scalebox
39389 status open
39390
39391 \begin_layout Plain Layout
39392 \begin_inset Argument 1
39393 status open
39394
39395 \begin_layout Plain Layout
39396 2
39397 \end_layout
39398
39399 \end_inset
39400
39401
39402 \begin_inset Argument 2
39403 status open
39404
39405 \begin_layout Plain Layout
39406 1
39407 \end_layout
39408
39409 \end_inset
39410
39411 Hello
39412 \end_layout
39413
39414 \end_inset
39415
39416 .
39417 \end_layout
39418
39419 \begin_layout Standard
39420 If the scaling factor is negative, the box content will be mirrored.
39421  Therefore 
39422 \series bold
39423 -1
39424 \series default
39425  as 
39426 \family sans
39427 H-Factor
39428 \family default
39429  and 
39430 \series bold
39431 1
39432 \series default
39433  as 
39434 \family sans
39435 V-Factor
39436 \family default
39437  can be used to create mirror writing: 
39438 \begin_inset Flex Scalebox
39439 status open
39440
39441 \begin_layout Plain Layout
39442 \begin_inset Argument 1
39443 status open
39444
39445 \begin_layout Plain Layout
39446 -1
39447 \end_layout
39448
39449 \end_inset
39450
39451
39452 \begin_inset Argument 2
39453 status open
39454
39455 \begin_layout Plain Layout
39456 1
39457 \end_layout
39458
39459 \end_inset
39460
39461 Hello
39462 \end_layout
39463
39464 \end_inset
39465
39466
39467 \end_layout
39468
39469 \begin_layout Standard
39470
39471 \series bold
39472 1
39473 \series default
39474  as 
39475 \family sans
39476 H-Factor
39477 \family default
39478  and 
39479 \series bold
39480 -1
39481 \series default
39482  as 
39483 \family sans
39484 V-Factor
39485 \family default
39486  reflects the 
39487 \begin_inset Flex Scalebox
39488 status open
39489
39490 \begin_layout Plain Layout
39491 \begin_inset Argument 1
39492 status open
39493
39494 \begin_layout Plain Layout
39495 1
39496 \end_layout
39497
39498 \end_inset
39499
39500
39501 \begin_inset Argument 2
39502 status open
39503
39504 \begin_layout Plain Layout
39505 -1
39506 \end_layout
39507
39508 \end_inset
39509
39510 Hello
39511 \end_layout
39512
39513 \end_inset
39514
39515  at the base line.
39516 \end_layout
39517
39518 \begin_layout Standard
39519 The 
39520 \family sans
39521 Reflectbox
39522 \family default
39523  (menu 
39524 \family sans
39525 Insert\SpecialChar menuseparator
39526 Custom Insets\SpecialChar menuseparator
39527 Reflectbox
39528 \family default
39529 ) is equivalent to 
39530 \series bold
39531 -1
39532 \series default
39533  as 
39534 \family sans
39535 H-Factor
39536 \family default
39537  and 
39538 \series bold
39539 1
39540 \series default
39541  as 
39542 \family sans
39543 V-Factor 
39544 \family default
39545 for a 
39546 \family sans
39547 Scalebox
39548 \family default
39549 .
39550 \end_layout
39551
39552 \begin_layout Standard
39553 \begin_inset Note Greyedout
39554 status open
39555
39556 \begin_layout Plain Layout
39557
39558 \series bold
39559 Note:
39560 \series default
39561  If the 
39562 \family sans
39563 H-Factor
39564 \family default
39565  inset is empty or contains other characters than numbers you will get LaTeX
39566  errors when viewing/exporting the document.
39567 \end_layout
39568
39569 \end_inset
39570
39571
39572 \end_layout
39573
39574 \begin_layout Standard
39575 \begin_inset VSpace bigskip
39576 \end_inset
39577
39578 The 
39579 \family sans
39580 Resizebox
39581 \family default
39582  (menu 
39583 \family sans
39584 Insert\SpecialChar menuseparator
39585 Custom Insets\SpecialChar menuseparator
39586 Resizebox
39587 \family default
39588 ) is used to scale the content to a defined width and height.
39589  The 
39590 \family sans
39591 Resizebox
39592 \family default
39593  inset has the mandatory inset 
39594 \family sans
39595 Width
39596 \family default
39597  and the optional inset 
39598 \family sans
39599 Height
39600 \family default
39601  (inserted via the menu 
39602 \family sans
39603 Insert\SpecialChar menuseparator
39604 Height)
39605 \family default
39606 .
39607  Input there the width and height, respectively, as value with a unit.
39608  
39609 \begin_inset CommandInset ref
39610 LatexCommand ref
39611 reference "tab:Units"
39612
39613 \end_inset
39614
39615  lists the possible units.
39616  If there is an exclamation mark 
39617 \series bold
39618 !
39619 \series default
39620  in one of the two insets, the size is set so that the aspect ratio of the
39621  box content is kept.
39622  If no 
39623 \family sans
39624 Height
39625 \family default
39626  inset is used an exclamation mark will internally be used for the height.
39627 \end_layout
39628
39629 \begin_layout Standard
39630
39631 \series bold
39632 2cm
39633 \series default
39634  as 
39635 \family sans
39636 Width
39637 \family default
39638  and 
39639 \series bold
39640 1cm
39641 \series default
39642  as 
39643 \family sans
39644 Height
39645 \family default
39646  produces: 
39647 \begin_inset Flex Resizebox
39648 status open
39649
39650 \begin_layout Plain Layout
39651 \begin_inset Argument 1
39652 status open
39653
39654 \begin_layout Plain Layout
39655 2cm
39656 \end_layout
39657
39658 \end_inset
39659
39660
39661 \begin_inset Argument 2
39662 status open
39663
39664 \begin_layout Plain Layout
39665 1cm
39666 \end_layout
39667
39668 \end_inset
39669
39670 Hello
39671 \end_layout
39672
39673 \end_inset
39674
39675
39676 \begin_inset Newline newline
39677 \end_inset
39678
39679
39680 \series bold
39681 2cm
39682 \series default
39683  as 
39684 \family sans
39685 Width
39686 \family default
39687  and 
39688 \series bold
39689 !
39690 \series default
39691  as 
39692 \family sans
39693 Height
39694 \family default
39695  (or no 
39696 \family sans
39697 Height
39698 \family default
39699 ) produces: 
39700 \begin_inset Flex Resizebox
39701 status open
39702
39703 \begin_layout Plain Layout
39704 \begin_inset Argument 1
39705 status open
39706
39707 \begin_layout Plain Layout
39708 2cm
39709 \end_layout
39710
39711 \end_inset
39712
39713
39714 \begin_inset Argument 2
39715 status open
39716
39717 \begin_layout Plain Layout
39718 !
39719 \end_layout
39720
39721 \end_inset
39722
39723 Hello
39724 \end_layout
39725
39726 \end_inset
39727
39728
39729 \end_layout
39730
39731 \begin_layout Standard
39732 \begin_inset Note Greyedout
39733 status open
39734
39735 \begin_layout Plain Layout
39736
39737 \series bold
39738 Note:
39739 \series default
39740  If the 
39741 \family sans
39742 Width
39743 \family default
39744  inset is empty or contains an invalid unit you will get LaTeX errors when
39745  viewing/exporting the document.
39746 \end_layout
39747
39748 \end_inset
39749
39750
39751 \end_layout
39752
39753 \begin_layout Standard
39754 \begin_inset VSpace bigskip
39755 \end_inset
39756
39757
39758 \end_layout
39759
39760 \begin_layout Standard
39761 The boxes can be combined in any order.
39762  As example a 
39763 \family sans
39764 Reflectbox
39765 \family default
39766  inside a 
39767 \family sans
39768 Resizebox
39769 \family default
39770  which is in turn inside a 
39771 \family sans
39772 Rotatebox
39773 \family default
39774 :
39775 \end_layout
39776
39777 \begin_layout Standard
39778 \noindent
39779 \align center
39780 \begin_inset Flex Rotatebox
39781 status open
39782
39783 \begin_layout Plain Layout
39784 \begin_inset Argument 1
39785 status open
39786
39787 \begin_layout Plain Layout
39788 origin=c
39789 \end_layout
39790
39791 \end_inset
39792
39793
39794 \begin_inset Argument 2
39795 status open
39796
39797 \begin_layout Plain Layout
39798 -45
39799 \end_layout
39800
39801 \end_inset
39802
39803
39804 \begin_inset Flex Resizebox
39805 status open
39806
39807 \begin_layout Plain Layout
39808 \begin_inset Argument 1
39809 status open
39810
39811 \begin_layout Plain Layout
39812 2cm
39813 \end_layout
39814
39815 \end_inset
39816
39817
39818 \begin_inset Flex Reflectbox
39819 status open
39820
39821 \begin_layout Plain Layout
39822 Hello
39823 \end_layout
39824
39825 \end_inset
39826
39827
39828 \end_layout
39829
39830 \end_inset
39831
39832
39833 \end_layout
39834
39835 \end_inset
39836
39837
39838 \end_layout
39839
39840 \begin_layout Standard
39841 \noindent
39842 Images, tables, and inline formulas are allowed as box content:
39843 \end_layout
39844
39845 \begin_layout Standard
39846 \noindent
39847 \align center
39848 \begin_inset Flex Resizebox
39849 status open
39850
39851 \begin_layout Plain Layout
39852 \begin_inset Argument 1
39853 status open
39854
39855 \begin_layout Plain Layout
39856 2cm
39857 \end_layout
39858
39859 \end_inset
39860
39861
39862 \begin_inset Flex Reflectbox
39863 status open
39864
39865 \begin_layout Plain Layout
39866 \begin_inset Graphics
39867         filename clipart/Star-structure.pdf
39868         lyxscale 50
39869         width 25col%
39870
39871 \end_inset
39872
39873
39874 \end_layout
39875
39876 \end_inset
39877
39878
39879 \end_layout
39880
39881 \end_inset
39882
39883  
39884 \begin_inset Flex Resizebox
39885 status open
39886
39887 \begin_layout Plain Layout
39888 \begin_inset Argument 1
39889 status open
39890
39891 \begin_layout Plain Layout
39892 2cm
39893 \end_layout
39894
39895 \end_inset
39896
39897
39898 \begin_inset Flex Reflectbox
39899 status open
39900
39901 \begin_layout Plain Layout
39902 \begin_inset Tabular
39903 <lyxtabular version="3" rows="2" columns="2">
39904 <features tabularvalignment="middle">
39905 <column alignment="center" valignment="top">
39906 <column alignment="center" valignment="top">
39907 <row>
39908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39909 \begin_inset Text
39910
39911 \begin_layout Plain Layout
39912 q
39913 \end_layout
39914
39915 \end_inset
39916 </cell>
39917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39918 \begin_inset Text
39919
39920 \begin_layout Plain Layout
39921 w
39922 \end_layout
39923
39924 \end_inset
39925 </cell>
39926 </row>
39927 <row>
39928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39929 \begin_inset Text
39930
39931 \begin_layout Plain Layout
39932 e
39933 \end_layout
39934
39935 \end_inset
39936 </cell>
39937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39938 \begin_inset Text
39939
39940 \begin_layout Plain Layout
39941 r
39942 \end_layout
39943
39944 \end_inset
39945 </cell>
39946 </row>
39947 </lyxtabular>
39948
39949 \end_inset
39950
39951
39952 \end_layout
39953
39954 \end_inset
39955
39956
39957 \end_layout
39958
39959 \end_inset
39960
39961  
39962 \begin_inset Flex Resizebox
39963 status open
39964
39965 \begin_layout Plain Layout
39966 \begin_inset Argument 1
39967 status open
39968
39969 \begin_layout Plain Layout
39970 3cm
39971 \end_layout
39972
39973 \end_inset
39974
39975
39976 \begin_inset Flex Reflectbox
39977 status open
39978
39979 \begin_layout Plain Layout
39980 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39981 \end_inset
39982
39983
39984 \end_layout
39985
39986 \end_inset
39987
39988
39989 \end_layout
39990
39991 \end_inset
39992
39993
39994 \begin_inset Index idx
39995 range none
39996 pageformat default
39997 status collapsed
39998
39999 \begin_layout Plain Layout
40000 Figures
40001 \begin_inset IndexMacro subentry
40002 status open
40003
40004 \begin_layout Plain Layout
40005 scaled
40006 \end_layout
40007
40008 \end_inset
40009
40010
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \begin_inset Index idx
40017 range none
40018 pageformat default
40019 status collapsed
40020
40021 \begin_layout Plain Layout
40022 Table Customization
40023 \begin_inset IndexMacro subentry
40024 status open
40025
40026 \begin_layout Plain Layout
40027 Scaling
40028 \end_layout
40029
40030 \end_inset
40031
40032
40033 \end_layout
40034
40035 \end_inset
40036
40037
40038 \end_layout
40039
40040 \begin_layout Standard
40041 When the global formula style 
40042 \series bold
40043 fleqn
40044 \series default
40045  is used in the document
40046 \begin_inset Foot
40047 status collapsed
40048
40049 \begin_layout Plain Layout
40050 When 
40051 \begin_inset Quotes eld
40052 \end_inset
40053
40054 fleqn
40055 \begin_inset Quotes erd
40056 \end_inset
40057
40058  is added to the document class options.
40059 \end_layout
40060
40061 \end_inset
40062
40063 , display style formulas can also be scaled.
40064 \end_layout
40065
40066 \begin_layout Chapter
40067 Objects Surrounded by Text
40068 \begin_inset Index idx
40069 range none
40070 pageformat default
40071 status collapsed
40072
40073 \begin_layout Plain Layout
40074 Surrounded by text
40075 \end_layout
40076
40077 \end_inset
40078
40079
40080 \end_layout
40081
40082 \begin_layout Section
40083 Wrap Floats
40084 \begin_inset CommandInset label
40085 LatexCommand label
40086 name "sec:Wrap-Floats"
40087
40088 \end_inset
40089
40090
40091 \begin_inset Index idx
40092 range none
40093 pageformat default
40094 status collapsed
40095
40096 \begin_layout Plain Layout
40097 Floats
40098 \begin_inset IndexMacro subentry
40099 status open
40100
40101 \begin_layout Plain Layout
40102 Wrap Floats
40103 \end_layout
40104
40105 \end_inset
40106
40107
40108 \end_layout
40109
40110 \end_inset
40111
40112
40113 \begin_inset Index idx
40114 range none
40115 pageformat default
40116 status collapsed
40117
40118 \begin_layout Plain Layout
40119 Surrounded by text
40120 \begin_inset IndexMacro subentry
40121 status open
40122
40123 \begin_layout Plain Layout
40124 Wrap Floats
40125 \end_layout
40126
40127 \end_inset
40128
40129
40130 \end_layout
40131
40132 \end_inset
40133
40134
40135 \end_layout
40136
40137 \begin_layout Standard
40138 \begin_inset Wrap figure
40139 lines 0
40140 placement l
40141 overhang 1cm
40142 width "40col%"
40143 status open
40144
40145 \begin_layout Plain Layout
40146 \begin_inset Graphics
40147         filename clipart/2D-intensity-plot.pdf
40148         width 40col%
40149         scaleBeforeRotation
40150         rotateOrigin center
40151
40152 \end_inset
40153
40154
40155 \end_layout
40156
40157 \begin_layout Plain Layout
40158 \begin_inset Caption Standard
40159
40160 \begin_layout Plain Layout
40161 \begin_inset CommandInset label
40162 LatexCommand label
40163 name "fig:This-is-a"
40164
40165 \end_inset
40166
40167 This is a 
40168 \change_deleted 274215730 1669306080
40169 figure wrap
40170 \change_inserted 274215730 1669306089
40171 wrapped figure
40172 \change_unchanged
40173  float.
40174 \end_layout
40175
40176 \end_inset
40177
40178
40179 \end_layout
40180
40181 \end_inset
40182
40183  This float type is used if you want to wrap text around a figure or table
40184  so that it only occupies some fraction of the column width.
40185  It can be inserted using the menu 
40186 \family sans
40187 Insert\SpecialChar menuseparator
40188 Floats\SpecialChar menuseparator
40189
40190 \change_inserted 274215730 1669306057
40191 Wrapped
40192 \begin_inset space ~
40193 \end_inset
40194
40195 Figure
40196 \change_deleted 274215730 1669306060
40197 Figure
40198 \begin_inset space ~
40199 \end_inset
40200
40201 Wrap
40202 \begin_inset space ~
40203 \end_inset
40204
40205 Float
40206 \change_unchanged
40207
40208 \family default
40209  or 
40210 \change_deleted 274215730 1669306067
40211
40212 \family sans
40213 Table
40214 \begin_inset space ~
40215 \end_inset
40216
40217 Wrap
40218 \begin_inset space ~
40219 \end_inset
40220
40221 Float
40222 \change_inserted 274215730 1669306070
40223 Wrapped
40224 \begin_inset space ~
40225 \end_inset
40226
40227 Table
40228 \change_unchanged
40229
40230 \family default
40231  if the \SpecialChar LaTeX
40232 -package 
40233 \series bold
40234 wrapfig
40235 \series default
40236
40237 \begin_inset Index idx
40238 range none
40239 pageformat default
40240 status collapsed
40241
40242 \begin_layout Plain Layout
40243 \SpecialChar LaTeX
40244  packages
40245 \begin_inset IndexMacro subentry
40246 status open
40247
40248 \begin_layout Plain Layout
40249 wrapfig
40250 \end_layout
40251
40252 \end_inset
40253
40254
40255 \end_layout
40256
40257 \end_inset
40258
40259  is installed.
40260 \begin_inset Foot
40261 status collapsed
40262
40263 \begin_layout Plain Layout
40264 Installing a \SpecialChar LaTeX
40265 -package is explained it in the 
40266 \emph on
40267 \SpecialChar LaTeX
40268
40269 \begin_inset space ~
40270 \end_inset
40271
40272 Configuration
40273 \emph default
40274  manual.
40275 \end_layout
40276
40277 \end_inset
40278
40279  The settings of the float can be modified by right-clicking on the float
40280  box.
40281  The mandatory settings are the float 
40282 \family sans
40283 Placement
40284 \family default
40285  and its 
40286 \family sans
40287 Width
40288 \family default
40289 .
40290  Optional are the 
40291 \family sans
40292 Overhang
40293 \family default
40294  that specifies how much the float is set into the paragraph
40295 \begin_inset space \thinspace{}
40296 \end_inset
40297
40298 /
40299 \begin_inset space \thinspace{}
40300 \end_inset
40301
40302 page margin, and the 
40303 \family sans
40304 Line
40305 \begin_inset space ~
40306 \end_inset
40307
40308 span
40309 \family default
40310  that specifies how many text lines the float will approximately need.
40311  The line span is often hard to approximate; so it is better only to use
40312  it when you encounter float placement problems.
40313  You can furthermore decide if \SpecialChar LaTeX
40314  is allowed to let the float float within
40315  the paragraph or to surrounding paragraphs.
40316  Figure
40317 \begin_inset space ~
40318 \end_inset
40319
40320
40321 \begin_inset CommandInset ref
40322 LatexCommand ref
40323 reference "fig:This-is-a"
40324
40325 \end_inset
40326
40327  is an example text wrap float with a width of 40
40328 \begin_inset space \thinspace{}
40329 \end_inset
40330
40331 col%, 1
40332 \begin_inset space \thinspace{}
40333 \end_inset
40334
40335 cm overhang, set to the left.
40336 \end_layout
40337
40338 \begin_layout Standard
40339 \begin_inset Note Greyedout
40340 status open
40341
40342 \begin_layout Plain Layout
40343
40344 \series bold
40345 Note:
40346 \series default
40347  Text
40348 \begin_inset space ~
40349 \end_inset
40350
40351 wrap float floats are fragile! E.
40352 \begin_inset space \thinspace{}
40353 \end_inset
40354
40355 g.
40356 \begin_inset space \space{}
40357 \end_inset
40358
40359 having a figure too close to the bottom of the page can mess things up in
40360  such a way that the float does not appear in the output or that it is placed
40361  over some other text.
40362 \end_layout
40363
40364 \end_inset
40365
40366
40367 \end_layout
40368
40369 \begin_layout Standard
40370 In general, the following applies for wrap floats:
40371 \end_layout
40372
40373 \begin_layout Itemize
40374 They should not be placed in paragraphs that run over a page break.
40375  That means that wrap floats are better inserted in their exact place when
40376  the document is almost finished and you are able to estimate where page
40377  breaks will appear.
40378 \end_layout
40379
40380 \begin_layout Itemize
40381 They should either be placed in their own paragraph before the paragraph
40382  where they should wrap into or within a paragraph.
40383 \end_layout
40384
40385 \begin_layout Itemize
40386 In consecutive paragraphs they may cause troubles, so ensure that there
40387  is a text paragraph between them as separator.
40388 \end_layout
40389
40390 \begin_layout Itemize
40391 They are not allowed in section headings or tables.
40392 \end_layout
40393
40394 \begin_layout Itemize
40395 Their numbering and referencing works as described in chap.
40396 \begin_inset space \thinspace{}
40397 \end_inset
40398
40399
40400 \begin_inset CommandInset ref
40401 LatexCommand ref
40402 reference "chap:Floats"
40403
40404 \end_inset
40405
40406 .
40407 \end_layout
40408
40409 \begin_layout Section
40410 Surrounded Fixed Objects
40411 \begin_inset Index idx
40412 range none
40413 pageformat default
40414 status collapsed
40415
40416 \begin_layout Plain Layout
40417 Surrounded by text
40418 \begin_inset IndexMacro subentry
40419 status open
40420
40421 \begin_layout Plain Layout
40422 Fixed objects
40423 \end_layout
40424
40425 \end_inset
40426
40427
40428 \end_layout
40429
40430 \end_inset
40431
40432
40433 \end_layout
40434
40435 \begin_layout Standard
40436 The wrap floats described in sec.
40437 \begin_inset space \thinspace{}
40438 \end_inset
40439
40440
40441 \begin_inset CommandInset ref
40442 LatexCommand ref
40443 reference "sec:Wrap-Floats"
40444
40445 \end_inset
40446
40447  have these positions in the paragraph:
40448 \end_layout
40449
40450 \begin_layout Standard
40451 \noindent
40452 \align center
40453 \begin_inset Tabular
40454 <lyxtabular version="3" rows="2" columns="2">
40455 <features tabularvalignment="middle">
40456 <column alignment="center" valignment="top">
40457 <column alignment="center" valignment="top">
40458 <row>
40459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40460 \begin_inset Text
40461
40462 \begin_layout Plain Layout
40463 \begin_inset Info
40464 type  "icon"
40465 arg   "dialog-show-new-inset graphics"
40466 \end_inset
40467
40468
40469 \end_layout
40470
40471 \end_inset
40472 </cell>
40473 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40474 \begin_inset Text
40475
40476 \begin_layout Plain Layout
40477 text
40478 \end_layout
40479
40480 \end_inset
40481 </cell>
40482 </row>
40483 <row>
40484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40485 \begin_inset Text
40486
40487 \begin_layout Plain Layout
40488 text
40489 \end_layout
40490
40491 \end_inset
40492 </cell>
40493 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40494 \begin_inset Text
40495
40496 \begin_layout Plain Layout
40497 text
40498 \end_layout
40499
40500 \end_inset
40501 </cell>
40502 </row>
40503 </lyxtabular>
40504
40505 \end_inset
40506
40507  or 
40508 \begin_inset Tabular
40509 <lyxtabular version="3" rows="2" columns="2">
40510 <features tabularvalignment="middle">
40511 <column alignment="center" valignment="top">
40512 <column alignment="center" valignment="top">
40513 <row>
40514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40515 \begin_inset Text
40516
40517 \begin_layout Plain Layout
40518 text
40519 \end_layout
40520
40521 \end_inset
40522 </cell>
40523 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40524 \begin_inset Text
40525
40526 \begin_layout Plain Layout
40527 \begin_inset Info
40528 type  "icon"
40529 arg   "dialog-show-new-inset graphics"
40530 \end_inset
40531
40532
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 </row>
40538 <row>
40539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 text
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40549 \begin_inset Text
40550
40551 \begin_layout Plain Layout
40552 text
40553 \end_layout
40554
40555 \end_inset
40556 </cell>
40557 </row>
40558 </lyxtabular>
40559
40560 \end_inset
40561
40562
40563 \end_layout
40564
40565 \begin_layout Standard
40566 To get an object exactly at the position where it is inserted, for example
40567  to get one of these positions:
40568 \begin_inset VSpace defskip
40569 \end_inset
40570
40571
40572 \end_layout
40573
40574 \begin_layout Standard
40575 \noindent
40576 \align center
40577 \begin_inset Tabular
40578 <lyxtabular version="3" rows="2" columns="2">
40579 <features tabularvalignment="middle">
40580 <column alignment="center" valignment="top">
40581 <column alignment="center" valignment="top">
40582 <row>
40583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40584 \begin_inset Text
40585
40586 \begin_layout Plain Layout
40587 text
40588 \end_layout
40589
40590 \end_inset
40591 </cell>
40592 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 text
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 </row>
40602 <row>
40603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40604 \begin_inset Text
40605
40606 \begin_layout Plain Layout
40607 \begin_inset Info
40608 type  "icon"
40609 arg   "dialog-show-new-inset graphics"
40610 \end_inset
40611
40612
40613 \end_layout
40614
40615 \end_inset
40616 </cell>
40617 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40618 \begin_inset Text
40619
40620 \begin_layout Plain Layout
40621 text
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 </row>
40627 </lyxtabular>
40628
40629 \end_inset
40630
40631  
40632 \begin_inset Tabular
40633 <lyxtabular version="3" rows="2" columns="2">
40634 <features tabularvalignment="middle">
40635 <column alignment="center" valignment="top">
40636 <column alignment="center" valignment="top">
40637 <row>
40638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40639 \begin_inset Text
40640
40641 \begin_layout Plain Layout
40642 text
40643 \end_layout
40644
40645 \end_inset
40646 </cell>
40647 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40648 \begin_inset Text
40649
40650 \begin_layout Plain Layout
40651 text
40652 \end_layout
40653
40654 \end_inset
40655 </cell>
40656 </row>
40657 <row>
40658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40659 \begin_inset Text
40660
40661 \begin_layout Plain Layout
40662 text
40663 \end_layout
40664
40665 \end_inset
40666 </cell>
40667 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671 \begin_inset Info
40672 type  "icon"
40673 arg   "dialog-show-new-inset graphics"
40674 \end_inset
40675
40676
40677 \end_layout
40678
40679 \end_inset
40680 </cell>
40681 </row>
40682 </lyxtabular>
40683
40684 \end_inset
40685
40686  
40687 \begin_inset Tabular
40688 <lyxtabular version="3" rows="2" columns="3">
40689 <features tabularvalignment="middle">
40690 <column alignment="center" valignment="top">
40691 <column alignment="center" valignment="top">
40692 <column alignment="center" valignment="top">
40693 <row>
40694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 text
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 <cell alignment="center" valignment="top" topline="true" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707 \begin_inset Info
40708 type  "icon"
40709 arg   "dialog-show-new-inset graphics"
40710 \end_inset
40711
40712
40713 \end_layout
40714
40715 \end_inset
40716 </cell>
40717 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40718 \begin_inset Text
40719
40720 \begin_layout Plain Layout
40721 text
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 </row>
40727 <row>
40728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 text
40733 \end_layout
40734
40735 \end_inset
40736 </cell>
40737 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40738 \begin_inset Text
40739
40740 \begin_layout Plain Layout
40741 text
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40747 \begin_inset Text
40748
40749 \begin_layout Plain Layout
40750 text
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 </row>
40756 </lyxtabular>
40757
40758 \end_inset
40759
40760  
40761 \begin_inset Tabular
40762 <lyxtabular version="3" rows="2" columns="3">
40763 <features tabularvalignment="middle">
40764 <column alignment="center" valignment="top">
40765 <column alignment="center" valignment="top">
40766 <column alignment="center" valignment="top">
40767 <row>
40768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 text
40773 \end_layout
40774
40775 \end_inset
40776 </cell>
40777 <cell alignment="center" valignment="top" topline="true" usebox="none">
40778 \begin_inset Text
40779
40780 \begin_layout Plain Layout
40781 text
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40787 \begin_inset Text
40788
40789 \begin_layout Plain Layout
40790 text
40791 \end_layout
40792
40793 \end_inset
40794 </cell>
40795 </row>
40796 <row>
40797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 text
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40807 \begin_inset Text
40808
40809 \begin_layout Plain Layout
40810 \begin_inset Info
40811 type  "icon"
40812 arg   "dialog-show-new-inset graphics"
40813 \end_inset
40814
40815
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40821 \begin_inset Text
40822
40823 \begin_layout Plain Layout
40824 text
40825 \end_layout
40826
40827 \end_inset
40828 </cell>
40829 </row>
40830 </lyxtabular>
40831
40832 \end_inset
40833
40834
40835 \end_layout
40836
40837 \begin_layout Standard
40838 \noindent
40839 \align center
40840 \begin_inset Tabular
40841 <lyxtabular version="3" rows="3" columns="2">
40842 <features tabularvalignment="middle">
40843 <column alignment="center" valignment="top">
40844 <column alignment="center" valignment="top">
40845 <row>
40846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40847 \begin_inset Text
40848
40849 \begin_layout Plain Layout
40850 text
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40856 \begin_inset Text
40857
40858 \begin_layout Plain Layout
40859 text
40860 \end_layout
40861
40862 \end_inset
40863 </cell>
40864 </row>
40865 <row>
40866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40867 \begin_inset Text
40868
40869 \begin_layout Plain Layout
40870 \begin_inset Info
40871 type  "icon"
40872 arg   "dialog-show-new-inset graphics"
40873 \end_inset
40874
40875
40876 \end_layout
40877
40878 \end_inset
40879 </cell>
40880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40881 \begin_inset Text
40882
40883 \begin_layout Plain Layout
40884 text
40885 \end_layout
40886
40887 \end_inset
40888 </cell>
40889 </row>
40890 <row>
40891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40892 \begin_inset Text
40893
40894 \begin_layout Plain Layout
40895 text
40896 \end_layout
40897
40898 \end_inset
40899 </cell>
40900 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40901 \begin_inset Text
40902
40903 \begin_layout Plain Layout
40904 text
40905 \end_layout
40906
40907 \end_inset
40908 </cell>
40909 </row>
40910 </lyxtabular>
40911
40912 \end_inset
40913
40914  
40915 \begin_inset Tabular
40916 <lyxtabular version="3" rows="3" columns="3">
40917 <features tabularvalignment="middle">
40918 <column alignment="center" valignment="top">
40919 <column alignment="center" valignment="top">
40920 <column alignment="center" valignment="top">
40921 <row>
40922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40923 \begin_inset Text
40924
40925 \begin_layout Plain Layout
40926 text
40927 \end_layout
40928
40929 \end_inset
40930 </cell>
40931 <cell alignment="center" valignment="top" topline="true" usebox="none">
40932 \begin_inset Text
40933
40934 \begin_layout Plain Layout
40935 text
40936 \end_layout
40937
40938 \end_inset
40939 </cell>
40940 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40941 \begin_inset Text
40942
40943 \begin_layout Plain Layout
40944 text
40945 \end_layout
40946
40947 \end_inset
40948 </cell>
40949 </row>
40950 <row>
40951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40952 \begin_inset Text
40953
40954 \begin_layout Plain Layout
40955 text
40956 \end_layout
40957
40958 \end_inset
40959 </cell>
40960 <cell alignment="center" valignment="top" usebox="none">
40961 \begin_inset Text
40962
40963 \begin_layout Plain Layout
40964 \begin_inset Info
40965 type  "icon"
40966 arg   "dialog-show-new-inset graphics"
40967 \end_inset
40968
40969
40970 \end_layout
40971
40972 \end_inset
40973 </cell>
40974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40975 \begin_inset Text
40976
40977 \begin_layout Plain Layout
40978 text
40979 \end_layout
40980
40981 \end_inset
40982 </cell>
40983 </row>
40984 <row>
40985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40986 \begin_inset Text
40987
40988 \begin_layout Plain Layout
40989 text
40990 \end_layout
40991
40992 \end_inset
40993 </cell>
40994 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40995 \begin_inset Text
40996
40997 \begin_layout Plain Layout
40998 text
40999 \end_layout
41000
41001 \end_inset
41002 </cell>
41003 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41004 \begin_inset Text
41005
41006 \begin_layout Plain Layout
41007 text
41008 \end_layout
41009
41010 \end_inset
41011 </cell>
41012 </row>
41013 </lyxtabular>
41014
41015 \end_inset
41016
41017  
41018 \begin_inset Tabular
41019 <lyxtabular version="3" rows="3" columns="2">
41020 <features tabularvalignment="middle">
41021 <column alignment="center" valignment="top">
41022 <column alignment="center" valignment="top">
41023 <row>
41024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41025 \begin_inset Text
41026
41027 \begin_layout Plain Layout
41028 text
41029 \end_layout
41030
41031 \end_inset
41032 </cell>
41033 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41034 \begin_inset Text
41035
41036 \begin_layout Plain Layout
41037 text
41038 \end_layout
41039
41040 \end_inset
41041 </cell>
41042 </row>
41043 <row>
41044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41045 \begin_inset Text
41046
41047 \begin_layout Plain Layout
41048 text
41049 \end_layout
41050
41051 \end_inset
41052 </cell>
41053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41054 \begin_inset Text
41055
41056 \begin_layout Plain Layout
41057 \begin_inset Info
41058 type  "icon"
41059 arg   "dialog-show-new-inset graphics"
41060 \end_inset
41061
41062
41063 \end_layout
41064
41065 \end_inset
41066 </cell>
41067 </row>
41068 <row>
41069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41070 \begin_inset Text
41071
41072 \begin_layout Plain Layout
41073 text
41074 \end_layout
41075
41076 \end_inset
41077 </cell>
41078 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41079 \begin_inset Text
41080
41081 \begin_layout Plain Layout
41082 text
41083 \end_layout
41084
41085 \end_inset
41086 </cell>
41087 </row>
41088 </lyxtabular>
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Standard
41096 \noindent
41097 you can use the \SpecialChar LaTeX
41098 -package 
41099 \series bold
41100 picinpar
41101 \series default
41102
41103 \begin_inset Index idx
41104 range none
41105 pageformat default
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109 \SpecialChar LaTeX
41110  packages
41111 \begin_inset IndexMacro subentry
41112 status open
41113
41114 \begin_layout Plain Layout
41115 picinpar
41116 \end_layout
41117
41118 \end_inset
41119
41120
41121 \end_layout
41122
41123 \end_inset
41124
41125 .
41126  Here is an example:
41127 \end_layout
41128
41129 \begin_layout Standard
41130 \begin_inset ERT
41131 status collapsed
41132
41133 \begin_layout Plain Layout
41134
41135
41136 \backslash
41137 ifpicinpar
41138 \end_layout
41139
41140 \end_inset
41141
41142
41143 \begin_inset Note Note
41144 status open
41145
41146 \begin_layout Plain Layout
41147 The following section will only be displayed when the \SpecialChar LaTeX
41148 -package 
41149 \series bold
41150 picinpar
41151 \series default
41152  is installed.
41153 \end_layout
41154
41155 \end_inset
41156
41157
41158 \end_layout
41159
41160 \begin_layout Standard
41161 \begin_inset ERT
41162 status collapsed
41163
41164 \begin_layout Plain Layout
41165
41166
41167 \backslash
41168 begin{window}[2,c,{
41169 \end_layout
41170
41171 \end_inset
41172
41173
41174 \begin_inset Graphics
41175         filename clipart/2D-intensity-plot.pdf
41176         lyxscale 60
41177         width 40col%
41178         scaleBeforeRotation
41179         rotateOrigin center
41180
41181 \end_inset
41182
41183
41184 \begin_inset ERT
41185 status collapsed
41186
41187 \begin_layout Plain Layout
41188
41189 },]
41190 \end_layout
41191
41192 \begin_layout Plain Layout
41193
41194 {}
41195 \end_layout
41196
41197 \end_inset
41198
41199
41200 \size small
41201 It was in the spring of the year 1894 that all London was interested, and
41202  the fashionable world dismayed, by the murder of the Honourable Ronald
41203  Adair under most unusual and inexplicable circumstances.
41204  The public has already learned those particulars of the crime which
41205 \size default
41206
41207 \begin_inset ERT
41208 status collapsed
41209
41210 \begin_layout Plain Layout
41211
41212
41213 \backslash
41214 footnotemark{}
41215 \end_layout
41216
41217 \end_inset
41218
41219
41220 \size small
41221  came out in the police investigation, but a good deal was suppressed upon
41222  that occasion, since the case for the prosecution was so overwhelmingly
41223  strong that it was not necessary to bring forward all the facts.
41224  Only now, at the end of nearly ten years, am I allowed to supply those
41225  missing links which make up the whole of that remarkable chain.
41226 \size default
41227
41228 \begin_inset ERT
41229 status collapsed
41230
41231 \begin_layout Plain Layout
41232
41233
41234 \backslash
41235 end{window}
41236 \end_layout
41237
41238 \end_inset
41239
41240
41241 \end_layout
41242
41243 \begin_layout Standard
41244 \begin_inset ERT
41245 status collapsed
41246
41247 \begin_layout Plain Layout
41248
41249
41250 \backslash
41251 footnotetext{
41252 \end_layout
41253
41254 \end_inset
41255
41256 Footnote of the paragraph with the fixed object.
41257 \begin_inset ERT
41258 status collapsed
41259
41260 \begin_layout Plain Layout
41261
41262 }
41263 \end_layout
41264
41265 \end_inset
41266
41267
41268 \end_layout
41269
41270 \begin_layout Standard
41271 Surrounded fixed objects are used to let text float around them, at which
41272  the object's position in the paragraph can be determined by the number
41273  of lines above it.
41274  In contrary to floats is it not possible to have a numbered caption.
41275 \end_layout
41276
41277 \begin_layout Standard
41278 A fixed object is inserted by adding the command
41279 \end_layout
41280
41281 \begin_layout Standard
41282
41283 \series bold
41284
41285 \backslash
41286 begin{window}[2,c,{
41287 \end_layout
41288
41289 \begin_layout Standard
41290 as \SpecialChar TeX
41291  Code at the beginning of the paragraph.
41292  The first parameter in the bracket, here '2', defines the number of lines
41293  above the object, the second, here 'c', the position of the object.
41294  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
41295  Behind the command you insert the object.
41296  In this example an image with a width of 40
41297 \begin_inset space \thinspace{}
41298 \end_inset
41299
41300 % of the text column width was inserted.
41301  The object can also be a table, a box or an equation.
41302  Behind the object the command
41303 \end_layout
41304
41305 \begin_layout Standard
41306
41307 \series bold
41308 },description text]
41309 \begin_inset Newline newline
41310 \end_inset
41311
41312 {}
41313 \end_layout
41314
41315 \begin_layout Standard
41316 is inserted.
41317  Note that the 
41318 \begin_inset Quotes eld
41319 \end_inset
41320
41321
41322 \series bold
41323 {}
41324 \series default
41325
41326 \begin_inset Quotes erd
41327 \end_inset
41328
41329  is in the second line.
41330  The description text is optional.
41331  The text surrounding the object must be in the same paragraph as the object,
41332  so it must begin directly after the 
41333 \series bold
41334 {}
41335 \series default
41336 .
41337  At the end of the paragraph insert the command:
41338 \end_layout
41339
41340 \begin_layout Standard
41341
41342 \series bold
41343
41344 \backslash
41345 end{window}
41346 \end_layout
41347
41348 \begin_layout Standard
41349 Within a paragraph with a fixed object, you cannot insert footnotes in the
41350  normal way.
41351  You have to use instead the command 
41352 \series bold
41353
41354 \backslash
41355 footnotemark
41356 \series default
41357  inside the paragraph and outside the command 
41358 \series bold
41359
41360 \backslash
41361 footnotetext
41362 \series default
41363  as described in sec.
41364 \begin_inset space \thinspace{}
41365 \end_inset
41366
41367
41368 \begin_inset CommandInset ref
41369 LatexCommand ref
41370 reference "sec:Footnotes"
41371
41372 \end_inset
41373
41374 .
41375 \end_layout
41376
41377 \begin_layout Standard
41378 \begin_inset ERT
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382
41383
41384 \backslash
41385 else
41386 \end_layout
41387
41388 \end_inset
41389
41390
41391 \begin_inset Note Note
41392 status open
41393
41394 \begin_layout Plain Layout
41395 The following will be displayed when the \SpecialChar LaTeX
41396 -package 
41397 \series bold
41398 picinpar
41399 \series default
41400  is not installed:
41401 \end_layout
41402
41403 \end_inset
41404
41405
41406 \end_layout
41407
41408 \begin_layout Standard
41409 You need to install the \SpecialChar LaTeX
41410 -package 
41411 \series bold
41412 picinpar
41413 \series default
41414  to see the following part of this section in the output.
41415 \end_layout
41416
41417 \begin_layout Standard
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423
41424 \backslash
41425 fi
41426 \end_layout
41427
41428 \end_inset
41429
41430
41431 \end_layout
41432
41433 \begin_layout Section
41434 Initials
41435 \begin_inset Index idx
41436 range none
41437 pageformat default
41438 status collapsed
41439
41440 \begin_layout Plain Layout
41441 Initials
41442 \end_layout
41443
41444 \end_inset
41445
41446
41447 \begin_inset Index idx
41448 range none
41449 pageformat default
41450 status collapsed
41451
41452 \begin_layout Plain Layout
41453 Surrounded by text
41454 \begin_inset IndexMacro subentry
41455 status open
41456
41457 \begin_layout Plain Layout
41458 Initials
41459 \end_layout
41460
41461 \end_inset
41462
41463
41464 \end_layout
41465
41466 \end_inset
41467
41468
41469 \end_layout
41470
41471 \begin_layout Standard
41472 To use initials, you must have the \SpecialChar LaTeX
41473 -package 
41474 \series bold
41475 lettrine
41476 \series default
41477
41478 \begin_inset Index idx
41479 range none
41480 pageformat default
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484 \SpecialChar LaTeX
41485  packages
41486 \begin_inset IndexMacro subentry
41487 status open
41488
41489 \begin_layout Plain Layout
41490 lettrine
41491 \end_layout
41492
41493 \end_inset
41494
41495
41496 \end_layout
41497
41498 \end_inset
41499
41500  installed and use the module 
41501 \family sans
41502 Initials
41503 \family default
41504  in your document (menu 
41505 \family sans
41506 Document\SpecialChar menuseparator
41507 Settings\SpecialChar menuseparator
41508 Modules
41509 \family default
41510 ).
41511  To insert an initial, use the style 
41512 \family sans
41513 Initial
41514 \family default
41515 .
41516  This style has a mandatory and two optional arguments.
41517  The arguments are inserted via the 
41518 \family sans
41519 Insert
41520 \family default
41521  menu.
41522  The mandatory argument 
41523 \family sans
41524 Initial
41525 \family default
41526  contains the letter(s) that is the initial, the argument 
41527 \family sans
41528 Rest
41529 \begin_inset space ~
41530 \end_inset
41531
41532 of
41533 \begin_inset space ~
41534 \end_inset
41535
41536 Initial
41537 \family default
41538  contains the rest of the word or text of the initial letter(s).
41539  The argument 
41540 \family sans
41541 Options
41542 \family default
41543  contains parameters to modify the initial.
41544  For more information about the possible parameters see the documentation
41545  of 
41546 \series bold
41547 lettrine
41548 \series default
41549
41550 \begin_inset CommandInset citation
41551 LatexCommand cite
41552 key "lettrine"
41553 literal "true"
41554
41555 \end_inset
41556
41557 .
41558  The style itself contains the text that is surrounding the initial.
41559  The usual style is hereby that the word whose first letter is the initial,
41560  is printed with 
41561 \shape smallcaps
41562 small caps
41563 \shape default
41564 .
41565 \end_layout
41566
41567 \begin_layout Standard
41568 Here are some examples:
41569 \end_layout
41570
41571 \begin_layout Standard
41572 \begin_inset ERT
41573 status collapsed
41574
41575 \begin_layout Plain Layout
41576
41577
41578 \backslash
41579 iflettrine
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset Note Note
41586 status open
41587
41588 \begin_layout Plain Layout
41589 The following section will only be displayed when the \SpecialChar LaTeX
41590 -package 
41591 \series bold
41592 lettrine
41593 \series default
41594  is installed.
41595 \end_layout
41596
41597 \end_inset
41598
41599
41600 \end_layout
41601
41602 \begin_layout Enumerate
41603 No optional argument, the initial is the letter 'I' in the math font 
41604 \begin_inset Formula $\mathfrak{Fraktur}$
41605 \end_inset
41606
41607 :
41608 \end_layout
41609
41610 \begin_deeper
41611 \begin_layout Initial
41612 \begin_inset Argument 2
41613 status open
41614
41615 \begin_layout Plain Layout
41616 \begin_inset Formula $\mathfrak{I}$
41617 \end_inset
41618
41619
41620 \end_layout
41621
41622 \end_inset
41623
41624
41625 \begin_inset Argument 3
41626 status open
41627
41628 \begin_layout Plain Layout
41629 t
41630 \end_layout
41631
41632 \end_inset
41633
41634  was in the spring of the year 1894 that all London was interested, and
41635  the fashionable world dismayed, by the murder of the Honourable Ronald
41636  Adair under most unusual and inexplicable circumstances.
41637  The public has already learned those particulars of the crime which came
41638  out in the police investigation, but a good deal was suppressed upon that
41639  occasion, since the case for the prosecution was so overwhelmingly strong
41640  that it was not necessary to bring forward all the facts.
41641 \begin_inset Newpage newpage
41642 \end_inset
41643
41644
41645 \end_layout
41646
41647 \end_deeper
41648 \begin_layout Enumerate
41649 Only one line is surrounding the initial, which is formed by two letters
41650  in standard font and no text is printed in small caps:
41651 \end_layout
41652
41653 \begin_deeper
41654 \begin_layout Initial
41655 \begin_inset Argument 1
41656 status open
41657
41658 \begin_layout Plain Layout
41659 lines=1
41660 \end_layout
41661
41662 \end_inset
41663
41664
41665 \begin_inset Argument 2
41666 status open
41667
41668 \begin_layout Plain Layout
41669 It
41670 \end_layout
41671
41672 \end_inset
41673
41674  was in the spring of the year 1894 that all London was interested, and
41675  the fashionable world dismayed, by the murder of the Honourable Ronald
41676  Adair under most unusual and inexplicable circumstances.
41677  The public has already learned those particulars of the crime which came
41678  out in the police investigation, but a good deal was suppressed upon that
41679  occasion, since the case for the prosecution was so overwhelmingly strong
41680  that it was not necessary to bring forward all the facts.
41681 \end_layout
41682
41683 \end_deeper
41684 \begin_layout Enumerate
41685 Magenta, hanging initial over 3
41686 \begin_inset space ~
41687 \end_inset
41688
41689 lines in the math font 
41690 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
41691 \end_inset
41692
41693 , the text 
41694 \begin_inset Quotes eld
41695 \end_inset
41696
41697 t was in the spring
41698 \begin_inset Quotes erd
41699 \end_inset
41700
41701  is in 
41702 \shape smallcaps
41703 small caps
41704 \shape default
41705 ; to color the initial, you must insert this command before the initial:
41706 \begin_inset Newline newline
41707 \end_inset
41708
41709
41710 \series bold
41711
41712 \backslash
41713 renewcommand{
41714 \backslash
41715 LettrineFontHook}{
41716 \backslash
41717 color{color}}
41718 \series default
41719
41720 \begin_inset Newline newline
41721 \end_inset
41722
41723 where the second 
41724 \emph on
41725 color
41726 \emph default
41727  can be 
41728 \begin_inset Quotes eld
41729 \end_inset
41730
41731 red
41732 \begin_inset Quotes erd
41733 \end_inset
41734
41735
41736 \begin_inset Quotes eld
41737 \end_inset
41738
41739 blue
41740 \begin_inset Quotes erd
41741 \end_inset
41742
41743
41744 \begin_inset Quotes eld
41745 \end_inset
41746
41747 green
41748 \begin_inset Quotes erd
41749 \end_inset
41750
41751
41752 \begin_inset Quotes eld
41753 \end_inset
41754
41755 yellow
41756 \begin_inset Quotes erd
41757 \end_inset
41758
41759
41760 \begin_inset Quotes eld
41761 \end_inset
41762
41763 cyan
41764 \begin_inset Quotes erd
41765 \end_inset
41766
41767
41768 \begin_inset Quotes eld
41769 \end_inset
41770
41771 magenta
41772 \begin_inset Quotes erd
41773 \end_inset
41774
41775
41776 \begin_inset Quotes eld
41777 \end_inset
41778
41779 black
41780 \begin_inset Quotes erd
41781 \end_inset
41782
41783  or 
41784 \begin_inset Quotes eld
41785 \end_inset
41786
41787 white
41788 \begin_inset Quotes erd
41789 \end_inset
41790
41791 , and add this command to the document preamble:
41792 \begin_inset Newline newline
41793 \end_inset
41794
41795
41796 \series bold
41797
41798 \backslash
41799 @ifundefined{textcolor}
41800 \begin_inset Newline newline
41801 \end_inset
41802
41803
41804 \begin_inset space ~
41805 \end_inset
41806
41807 {
41808 \backslash
41809 usepackage{color}}{}
41810 \end_layout
41811
41812 \begin_deeper
41813 \begin_layout Standard
41814 \begin_inset ERT
41815 status collapsed
41816
41817 \begin_layout Plain Layout
41818
41819
41820 \backslash
41821 renewcommand{
41822 \backslash
41823 LettrineFontHook}{
41824 \backslash
41825 color{magenta}}
41826 \end_layout
41827
41828 \end_inset
41829
41830
41831 \begin_inset Note Note
41832 status collapsed
41833
41834 \begin_layout Plain Layout
41835 makes the initial magenta
41836 \end_layout
41837
41838 \end_inset
41839
41840
41841 \end_layout
41842
41843 \begin_layout Initial
41844 \begin_inset Argument 1
41845 status open
41846
41847 \begin_layout Plain Layout
41848 lines=3, lhang=0.33, loversize=0.25
41849 \end_layout
41850
41851 \end_inset
41852
41853
41854 \begin_inset Argument 2
41855 status open
41856
41857 \begin_layout Plain Layout
41858 \begin_inset Formula $\mathcal{I}$
41859 \end_inset
41860
41861
41862 \end_layout
41863
41864 \end_inset
41865
41866
41867 \begin_inset Argument 3
41868 status open
41869
41870 \begin_layout Plain Layout
41871 t was in the spring
41872 \end_layout
41873
41874 \end_inset
41875
41876  of the year 1894 that all London was interested, and the fashionable world
41877  dismayed, by the murder of the Honourable Ronald Adair under most unusual
41878  and inexplicable circumstances.
41879  The public has already learned those particulars of the crime which came
41880  out in the police investigation, but a good deal was suppressed upon that
41881  occasion, since the case for the prosecution was so overwhelmingly strong
41882  that it was not necessary to bring forward all the facts.
41883 \end_layout
41884
41885 \end_deeper
41886 \begin_layout Standard
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892
41893 \backslash
41894 else
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset Note Note
41901 status open
41902
41903 \begin_layout Plain Layout
41904 The following will be displayed when the \SpecialChar LaTeX
41905 -package 
41906 \series bold
41907 lettrine
41908 \series default
41909  is not installed:
41910 \end_layout
41911
41912 \end_inset
41913
41914
41915 \end_layout
41916
41917 \begin_layout Standard
41918 You need to install the \SpecialChar LaTeX
41919 -package 
41920 \series bold
41921 lettrine
41922 \series default
41923  to see the following part of this section in the output.
41924 \end_layout
41925
41926 \begin_layout Standard
41927 \begin_inset ERT
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931
41932
41933 \backslash
41934 fi
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \end_layout
41941
41942 \begin_layout Chapter
41943 External Document Parts
41944 \begin_inset Index idx
41945 range none
41946 pageformat default
41947 status collapsed
41948
41949 \begin_layout Plain Layout
41950 External Document Parts
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \end_layout
41957
41958 \begin_layout Standard
41959 With the menu 
41960 \family sans
41961 Insert\SpecialChar menuseparator
41962 File
41963 \family default
41964  you can insert external material into your document.
41965  This can be:
41966 \end_layout
41967
41968 \begin_layout Description
41969 LyX
41970 \begin_inset space ~
41971 \end_inset
41972
41973 Document Another \SpecialChar LyX
41974  document; its content is directly inserted to your document.
41975 \end_layout
41976
41977 \begin_layout Description
41978 Plain
41979 \begin_inset space ~
41980 \end_inset
41981
41982 Text A text document; each line is inserted in your document as a separate
41983  paragraph.
41984 \end_layout
41985
41986 \begin_layout Description
41987 Plain
41988 \begin_inset space ~
41989 \end_inset
41990
41991 Text,
41992 \begin_inset space ~
41993 \end_inset
41994
41995 Join
41996 \begin_inset space ~
41997 \end_inset
41998
41999 Lines A text document; text lines are inserted in your document continuously
42000  but an empty text line creates a new paragraph.
42001 \end_layout
42002
42003 \begin_layout Description
42004 External
42005 \begin_inset space ~
42006 \end_inset
42007
42008 Material Files in various formats.
42009 \end_layout
42010
42011 \begin_layout Description
42012 Child
42013 \begin_inset space ~
42014 \end_inset
42015
42016 Document \SpecialChar LyX
42017  or \SpecialChar LaTeX
42018  documents.
42019 \end_layout
42020
42021 \begin_layout Section
42022 External Material
42023 \begin_inset Index idx
42024 range none
42025 pageformat default
42026 status collapsed
42027
42028 \begin_layout Plain Layout
42029 External Document Parts
42030 \begin_inset IndexMacro subentry
42031 status open
42032
42033 \begin_layout Plain Layout
42034 External Material
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \end_layout
42041
42042 \end_inset
42043
42044
42045 \end_layout
42046
42047 \begin_layout Standard
42048 The external material feature allows you to insert files into your document
42049  without converting them to a format that can be read by the document output
42050  format.
42051  \SpecialChar LyX
42052  takes care of the necessary conversions.
42053  This is similar to images that can be inserted in various image formats
42054  in \SpecialChar LyX
42055  documents.
42056  When you have enabled Instant Preview in \SpecialChar LyX
42057 's preferences under 
42058 \family sans
42059 Look
42060 \begin_inset space ~
42061 \end_inset
42062
42063 and
42064 \begin_inset space ~
42065 \end_inset
42066
42067 feel\SpecialChar menuseparator
42068 Graphics
42069 \family default
42070 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
42071 .
42072 \end_layout
42073
42074 \begin_layout Standard
42075 External material can be inserted via the 
42076 \family sans
42077 External Material
42078 \family default
42079  dialog that is accessible with the menu 
42080 \family sans
42081 Insert\SpecialChar menuseparator
42082 File\SpecialChar menuseparator
42083 External
42084 \begin_inset space ~
42085 \end_inset
42086
42087 Material
42088 \family default
42089 .
42090  Currently the following file types (
42091 \family sans
42092 Templates
42093 \family default
42094 ) are allowed:
42095 \end_layout
42096
42097 \begin_layout Description
42098 Chess
42099 \begin_inset space ~
42100 \end_inset
42101
42102 diagram This template supports chess position diagrams made with the program
42103  
42104 \series bold
42105
42106 \begin_inset CommandInset href
42107 LatexCommand href
42108 name "XBoard"
42109 target "https://en.wikipedia.org/wiki/XBoard"
42110 literal "false"
42111
42112 \end_inset
42113
42114
42115 \series default
42116 .
42117 \end_layout
42118
42119 \begin_layout Description
42120 Dia
42121 \begin_inset space ~
42122 \end_inset
42123
42124 diagram This template supports diagrams created with the program 
42125 \series bold
42126
42127 \begin_inset CommandInset href
42128 LatexCommand href
42129 name "Dia"
42130 target "https://en.wikipedia.org/wiki/Dia_(software)"
42131 literal "false"
42132
42133 \end_inset
42134
42135
42136 \series default
42137 .
42138 \end_layout
42139
42140 \begin_layout Description
42141 Inkscape
42142 \begin_inset space ~
42143 \end_inset
42144
42145 figure This template supports specific scalable images derived from scalable
42146  vector graphics (SVG), in which the contained text is replaced by a version
42147  typeset by \SpecialChar LaTeX
42148  (and hence in the current document font).
42149  It relies on a feature of the program 
42150 \series bold
42151
42152 \begin_inset CommandInset href
42153 LatexCommand href
42154 name "Inkscape"
42155 target "https://inkscape.org/"
42156 literal "false"
42157
42158 \end_inset
42159
42160
42161 \series default
42162  which creates a special PDF or EPS and \SpecialChar LaTeX
42163  file from a given SVG file (in
42164  
42165 \noun on
42166 Inkscape
42167 \noun default
42168  itself, the feature is available via the option 
42169 \family sans
42170 Omit text in PDF and create LaTeX file
42171 \family default
42172  when saving a drawing as PDF or EPS).
42173  The benefit of such files is a uniform text style throughout the whole
42174  document.
42175 \begin_inset Newline newline
42176 \end_inset
42177
42178 The external template reads SVG files and uses a converter program to generate
42179  the respective PDF\SpecialChar breakableslash
42180 EPS and \SpecialChar LaTeX
42181  files (via
42182 \noun on
42183  
42184 \noun default
42185 Inkscape
42186 \noun on
42187 )
42188 \noun default
42189  on the fly, so you don't have to export those files yourself.
42190  If you prefer the latter and want use given 
42191 \family typewriter
42192 *.pdf
42193 \family default
42194  and 
42195 \family typewriter
42196 *.pdf_tex
42197 \family default
42198  or 
42199 \family typewriter
42200 *.eps
42201 \family default
42202  and 
42203 \family typewriter
42204 *.eps_tex
42205 \family default
42206  files instead, simply input the respective 
42207 \family typewriter
42208 *.pdf_tex
42209 \family default
42210  or 
42211 \family typewriter
42212 *.eps_tex
42213 \family default
42214  file via the 
42215 \family sans
42216 Child Documents
42217 \family default
42218  dialog (see sec.
42219 \begin_inset space ~
42220 \end_inset
42221
42222
42223 \begin_inset CommandInset ref
42224 LatexCommand ref
42225 reference "sec:Child-Documents"
42226
42227 \end_inset
42228
42229 ) rather than using this template.
42230 \begin_inset Newline newline
42231 \end_inset
42232
42233 You can use \SpecialChar TeX
42234  code commands such as 
42235 \series bold
42236
42237 \backslash
42238 Large
42239 \series default
42240
42241 \series bold
42242
42243 \backslash
42244 small
42245 \series default
42246 , etc.
42247 \begin_inset space \space{}
42248 \end_inset
42249
42250 in the text of the SVG.
42251  The size of the font will be taken from the settings of the \SpecialChar LyX
42252  document.
42253  Please refer to 
42254 \begin_inset CommandInset citation
42255 LatexCommand cite
42256 key "Inkscape"
42257 literal "false"
42258
42259 \end_inset
42260
42261  for more information and examples.
42262 \end_layout
42263
42264 \begin_layout Description
42265 Lilypond
42266 \begin_inset space ~
42267 \end_inset
42268
42269 typeset
42270 \begin_inset space ~
42271 \end_inset
42272
42273 music This template is used for music notation typeset with the program
42274 \begin_inset Newline linebreak
42275 \end_inset
42276
42277
42278 \series bold
42279
42280 \begin_inset CommandInset href
42281 LatexCommand href
42282 name "LilyPond"
42283 target "https://en.wikipedia.org/wiki/LilyPond"
42284 literal "false"
42285
42286 \end_inset
42287
42288
42289 \series default
42290 .
42291  For \SpecialChar LyX
42292 's extended support for LilyPond have a look at \SpecialChar LyX
42293 's example file 
42294 \emph on
42295 lilypond.lyx
42296 \emph default
42297 .
42298 \end_layout
42299
42300 \begin_layout Description
42301 PDF
42302 \begin_inset space ~
42303 \end_inset
42304
42305 pages With this template you can insert PDF documents to your document.
42306  To specify the range of pages that should be included, use the option 
42307 \series bold
42308 pages
42309 \series default
42310  in the 
42311 \family sans
42312 Option
42313 \family default
42314  field in the 
42315 \family sans
42316 LaTeX and LyX options
42317 \family default
42318  tab.
42319  The argument of this option is a comma separated list, containing page
42320  numbers (insert as option 
42321 \series bold
42322 pages={3,5,6,8}
42323 \series default
42324 ), ranges of page numbers (
42325 \series bold
42326 pages={4-9}
42327 \series default
42328 ) or any combination.
42329  To insert empty pages use {}.
42330  E.
42331 \begin_inset space \thinspace{}
42332 \end_inset
42333
42334 g.
42335 \begin_inset space ~
42336 \end_inset
42337
42338
42339 \series bold
42340 pages={3,{},8-11,15}
42341 \series default
42342  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
42343  Page ranges are specified in the syntax 
42344 \emph on
42345 start
42346 \emph default
42347 -
42348 \emph on
42349 stop
42350 \emph default
42351 .
42352  This selects all pages from 
42353 \emph on
42354 start
42355 \emph default
42356  to 
42357 \emph on
42358 stop
42359 \emph default
42360 .
42361  Omitting 
42362 \emph on
42363 start
42364 \emph default
42365  defaults to the first page; omitting 
42366 \emph on
42367 stop
42368 \emph default
42369  defaults to the last page of the document.
42370  The last page can also be selected with the keyword 
42371 \series bold
42372 last
42373 \series default
42374 .
42375  (This is only permitted in a page range.) So 
42376 \series bold
42377 pages=-
42378 \series default
42379  will insert all pages of the document and 
42380 \series bold
42381 pages=last-1
42382 \series default
42383  will insert all pages in reverse order.
42384  If the pages option is not specified, only the first page of the PDF is
42385  inserted.
42386 \begin_inset Newline newline
42387 \end_inset
42388
42389 The option 
42390 \series bold
42391 noautoscale
42392 \series default
42393  inserts the pages with their original size, if this option is not given,
42394  the pages will be resized to fith the width of the page of your document.
42395  In the tab 
42396 \family sans
42397 Size and Rotation
42398 \family default
42399  you can specify the width and height of the input pages and their rotation.
42400  If another width than 100
42401 \begin_inset space \thinspace{}
42402 \end_inset
42403
42404 Scale% is used, the option 
42405 \series bold
42406 noautoscale
42407 \series default
42408  will be overwritten.
42409  For more info and possible options, have a look into the documentation
42410  of the \SpecialChar LaTeX
42411 -package 
42412 \series bold
42413 pdfpages
42414 \series default
42415  
42416 \begin_inset CommandInset citation
42417 LatexCommand cite
42418 key "pdfpages"
42419 literal "true"
42420
42421 \end_inset
42422
42423 .
42424 \begin_inset Index idx
42425 range none
42426 pageformat default
42427 status collapsed
42428
42429 \begin_layout Plain Layout
42430 \SpecialChar LaTeX
42431  packages
42432 \begin_inset IndexMacro subentry
42433 status open
42434
42435 \begin_layout Plain Layout
42436 pdfpages
42437 \end_layout
42438
42439 \end_inset
42440
42441
42442 \end_layout
42443
42444 \end_inset
42445
42446
42447 \begin_inset Newline newline
42448 \end_inset
42449
42450 To use this template in a 
42451 \family sans
42452 Beamer
42453 \family default
42454  presentation you need to first insert an 
42455 \family sans
42456 EndFrame
42457 \family default
42458  environment and in a subsequent paragraph a \SpecialChar TeX
42459  Code box containing the command
42460  
42461 \series bold
42462
42463 \backslash
42464 setbeamertemplate{background canvas}{}
42465 \series default
42466 .
42467  Then you can insert as many paragraphs containing the PDFPages template
42468  as you wish.
42469  Behind the included PDF pages you can resume the Beamer presentation by
42470  beginning a new frame or by starting a new section.
42471  To avoid stray blank pages prior to the PDF pages, make sure to use the
42472  
42473 \family sans
42474 Default
42475 \family default
42476  alignment for the paragraph containing the template.
42477 \begin_inset Newline newline
42478 \end_inset
42479
42480 Here is an included PDF which is rotated by -5°: 
42481 \begin_inset External
42482         template PDFPages
42483         filename clipart/Abstract.pdf
42484         extra LaTeX "noautoscale, pages=-"
42485         rotateAngle -5
42486         rotateOrigin bottomleft
42487
42488 \end_inset
42489
42490
42491 \end_layout
42492
42493 \begin_layout Description
42494 Raster
42495 \begin_inset space ~
42496 \end_inset
42497
42498 image This can be used for bitmap images.
42499  The image can be treated in the 
42500 \family sans
42501 External material
42502 \family default
42503  dialog like the images that are usually included via the 
42504 \family sans
42505 Graphics
42506 \family default
42507  dialog as described in section
42508 \begin_inset space ~
42509 \end_inset
42510
42511
42512 \begin_inset CommandInset ref
42513 LatexCommand ref
42514 reference "sec:Graphics-Dialog"
42515
42516 \end_inset
42517
42518 .
42519  Here is an inserted raster image: 
42520 \begin_inset External
42521         template RasterImage
42522         filename clipart/ToolbarEnvBox.png
42523
42524 \end_inset
42525
42526
42527 \end_layout
42528
42529 \begin_layout Description
42530 Spreadsheet With this template you can insert spreadsheets
42531 \begin_inset space \thinspace{}
42532 \end_inset
42533
42534 /
42535 \begin_inset space \thinspace{}
42536 \end_inset
42537
42538 tables in the format of 
42539 \series bold
42540
42541 \begin_inset CommandInset href
42542 LatexCommand href
42543 name "Gnumeric"
42544 target "https://en.wikipedia.org/wiki/Gnumeric"
42545 literal "false"
42546
42547 \end_inset
42548
42549
42550 \series default
42551
42552 \begin_inset CommandInset href
42553 LatexCommand href
42554 name "OpenDocument"
42555 target "https://en.wikipedia.org/wiki/OpenDocument"
42556 literal "false"
42557
42558 \end_inset
42559
42560
42561 \begin_inset CommandInset href
42562 LatexCommand href
42563 name "Microsoft Office XML"
42564 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
42565 literal "false"
42566
42567 \end_inset
42568
42569  and 
42570 \begin_inset CommandInset href
42571 LatexCommand href
42572 name "Office Open XML"
42573 target "https://en.wikipedia.org/wiki/Office_Open_XML"
42574 literal "false"
42575
42576 \end_inset
42577
42578 .
42579  For this feature \SpecialChar LyX
42580  must have found the program 
42581 \family typewriter
42582 ssconvert
42583 \family default
42584  during its configuration.
42585  This program is part of Gnumeric, so that you must have Gnumeric installed,
42586  also if you don't have tables in the Gnumeric format.
42587  For examples and possible limitations have a look at \SpecialChar LyX
42588 's example file 
42589 \emph on
42590 spreadsheet.lyx
42591 \emph default
42592 .
42593 \end_layout
42594
42595 \begin_layout Description
42596 Vector
42597 \begin_inset space ~
42598 \end_inset
42599
42600 graphics This can be used for vector graphics.
42601  The image can be treated in the 
42602 \family sans
42603 External material
42604 \family default
42605  dialog like the images that are usually included via the 
42606 \family sans
42607 Graphics
42608 \family default
42609  dialog as described in section
42610 \begin_inset space ~
42611 \end_inset
42612
42613
42614 \begin_inset CommandInset ref
42615 LatexCommand ref
42616 reference "sec:Graphics-Dialog"
42617
42618 \end_inset
42619
42620 .
42621  Here is an inserted vector graphics: 
42622 \begin_inset External
42623         template VectorGraphics
42624         filename clipart/SVG-Drawing.svg
42625         lyxscale 50
42626         scale 33
42627
42628 \end_inset
42629
42630
42631 \end_layout
42632
42633 \begin_layout Description
42634 Xfig
42635 \begin_inset space ~
42636 \end_inset
42637
42638 figure This template supports images created with the program 
42639 \begin_inset CommandInset href
42640 LatexCommand href
42641 name "Xfig"
42642 target "https://en.wikipedia.org/wiki/Xfig"
42643 literal "false"
42644
42645 \end_inset
42646
42647 .
42648 \end_layout
42649
42650 \begin_layout Standard
42651 When you use the option 
42652 \family sans
42653 Draft
42654 \family default
42655  in the 
42656 \family sans
42657 File
42658 \family default
42659  tab of the 
42660 \family sans
42661 External Material
42662 \family default
42663  dialog, only the path to the inserted file is shown in the output.
42664 \begin_inset Newline newline
42665 \end_inset
42666
42667 External material is displayed in \SpecialChar LyX
42668  either as a box like this: 
42669 \begin_inset Graphics
42670         filename clipart/ExternalMaterial.png
42671         scale 95
42672         scaleBeforeRotation
42673
42674 \end_inset
42675
42676  or as image, depending on the option 
42677 \family sans
42678 Show in LyX
42679 \family default
42680  in the 
42681 \family sans
42682 LaTeX and LyX options
42683 \family default
42684  tab of the dialog.
42685 \end_layout
42686
42687 \begin_layout Standard
42688 The 
42689 \family sans
42690 \emph on
42691 Customization
42692 \family default
42693 \emph default
42694  manual explains how you can define your own templates.
42695 \end_layout
42696
42697 \begin_layout Section
42698 Child Documents
42699 \begin_inset CommandInset label
42700 LatexCommand label
42701 name "sec:Child-Documents"
42702
42703 \end_inset
42704
42705
42706 \begin_inset Index idx
42707 range none
42708 pageformat default
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712 External Document Parts
42713 \begin_inset IndexMacro subentry
42714 status open
42715
42716 \begin_layout Plain Layout
42717 Child Documents
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \end_layout
42724
42725 \end_inset
42726
42727
42728 \begin_inset Index idx
42729 range none
42730 pageformat default
42731 status collapsed
42732
42733 \begin_layout Plain Layout
42734 Files
42735 \begin_inset IndexMacro subentry
42736 status open
42737
42738 \begin_layout Plain Layout
42739 Include
42740 \end_layout
42741
42742 \end_inset
42743
42744
42745 \end_layout
42746
42747 \end_inset
42748
42749
42750 \end_layout
42751
42752 \begin_layout Standard
42753 Child documents are used if you have a long document consisting of several
42754  larger parts or sections.
42755  For maintenance it is often useful and sometimes even required to split
42756  the document into several files that can be revised separately.
42757  The different documents are then the so called 
42758 \begin_inset Quotes eld
42759 \end_inset
42760
42761 child documents
42762 \begin_inset Quotes erd
42763 \end_inset
42764
42765 , and a master document connects them to print the full document or parts
42766  of it.
42767  A child document inherits elements from its master, for example the \SpecialChar LaTeX
42768  preamble,
42769  the bibliography, and labels for cross-references.
42770 \end_layout
42771
42772 \begin_layout Standard
42773 To be able to work on child documents without the need to open their master,
42774  specify in the child document the master in the menu
42775 \family sans
42776  Document\SpecialChar menuseparator
42777 Settings\SpecialChar menuseparator
42778 Document
42779 \begin_inset space ~
42780 \end_inset
42781
42782 Class
42783 \family default
42784 .
42785  This master document will then be used in the background by \SpecialChar LyX
42786  when you edit
42787  the child document.
42788 \end_layout
42789
42790 \begin_layout Standard
42791 Included documents are displayed in \SpecialChar LyX
42792  as a box like this: 
42793 \begin_inset Graphics
42794         filename clipart/ChildDocument.png
42795         scale 95
42796         scaleBeforeRotation
42797
42798 \end_inset
42799
42800  To include child documents in a master document use the menu 
42801 \family sans
42802 Insert\SpecialChar menuseparator
42803 File\SpecialChar menuseparator
42804 Child
42805 \begin_inset space ~
42806 \end_inset
42807
42808 Documents
42809 \family default
42810 .
42811  A dialog pops up where you can choose between four include methods:
42812 \end_layout
42813
42814 \begin_layout Description
42815 Include You can include \SpecialChar LyX
42816  and \SpecialChar LaTeX
42817  documents.
42818  When you press the 
42819 \family sans
42820 Edit
42821 \family default
42822  button in the 
42823 \family sans
42824 Child Document
42825 \family default
42826  dialog, the included document will be opened in \SpecialChar LyX
42827  in a new file tab so that
42828  you can modify it.
42829 \begin_inset Newline newline
42830 \end_inset
42831
42832
42833 \end_layout
42834
42835 \begin_layout Standard
42836 Here is a child document inserted using 
42837 \family sans
42838 Include
42839 \family default
42840
42841 \begin_inset CommandInset include
42842 LatexCommand include
42843 filename "DummyDocument1.lyx"
42844 literal "true"
42845
42846 \end_inset
42847
42848
42849 \end_layout
42850
42851 \begin_layout Standard
42852 The section numbering includes the sections of the included files in the
42853  order they are inserted in the master document.
42854  The included example document has for example a subsection that is numbered
42855  as a subsection of this section.
42856  Labels of included documents can be referenced: Subsection
42857 \begin_inset space ~
42858 \end_inset
42859
42860
42861 \begin_inset CommandInset ref
42862 LatexCommand ref
42863 reference "subsec:External-Subsection-1"
42864
42865 \end_inset
42866
42867 .
42868 \end_layout
42869
42870 \begin_layout Standard
42871 The preamble of the child document is ignored; only the preamble of the
42872  master document is used.
42873  Branches in child documents will be ignored by the master document when
42874  the master document does not have a branch with the same name.
42875  Included documents are inserted starting on a new page and ending with
42876  a page break.
42877 \end_layout
42878
42879 \begin_layout Standard
42880 \begin_inset Note Greyedout
42881 status open
42882
42883 \begin_layout Plain Layout
42884
42885 \series bold
42886 Note:
42887 \series default
42888  If you have included a \SpecialChar LyX
42889  or \SpecialChar LaTeX
42890  file, you are warned when you export/view the
42891  document in case the child document uses another document class than the
42892  master document as this will lead to unexpected outputs.
42893 \end_layout
42894
42895 \end_inset
42896
42897
42898 \end_layout
42899
42900 \begin_layout Description
42901 Input This method is very similar to the Include method.
42902  The differences are:
42903 \end_layout
42904
42905 \begin_deeper
42906 \begin_layout Itemize
42907 Input files don't start with a new page and don't end with a page break.
42908 \end_layout
42909
42910 \begin_layout Itemize
42911 Input files can be previewed in \SpecialChar LyX
42912  when 
42913 \family sans
42914 Instant
42915 \begin_inset space ~
42916 \end_inset
42917
42918 Preview
42919 \family default
42920  is enabled in \SpecialChar LyX
42921 's preferences under 
42922 \family sans
42923 Look
42924 \begin_inset space ~
42925 \end_inset
42926
42927 and
42928 \begin_inset space ~
42929 \end_inset
42930
42931 feel\SpecialChar menuseparator
42932 Graphics
42933 \family default
42934 .
42935 \end_layout
42936
42937 \begin_layout Itemize
42938 You cannot exclude Input files via the menu 
42939 \family sans
42940 Document\SpecialChar menuseparator
42941 Settings\SpecialChar menuseparator
42942 Child Documents
42943 \family default
42944 .
42945 \end_layout
42946
42947 \end_deeper
42948 \begin_layout Standard
42949 Here is a child document inserted using 
42950 \family sans
42951 Input
42952 \family default
42953
42954 \begin_inset CommandInset include
42955 LatexCommand input
42956 filename "DummyDocument2.lyx"
42957 literal "true"
42958
42959 \end_inset
42960
42961
42962 \end_layout
42963
42964 \begin_layout Description
42965 Verbatim With this method any text file can be included.
42966  The file is shown in the output with its source code; no command used in
42967  the text is invoked.
42968  You can use the option 
42969 \family sans
42970 Mark spaces in output
42971 \family default
42972  that displays the character 
42973 \begin_inset Quotes eld
42974 \end_inset
42975
42976
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982
42983 \backslash
42984 textvisiblespace 
42985 \end_layout
42986
42987 \end_inset
42988
42989
42990 \begin_inset Quotes erd
42991 \end_inset
42992
42993  for every space character in the source code.
42994  The difference from the method via the menu 
42995 \family sans
42996 Insert\SpecialChar menuseparator
42997 File\SpecialChar menuseparator
42998 Plain
42999 \begin_inset space ~
43000 \end_inset
43001
43002 Text
43003 \family default
43004  is that the document content is not shown in \SpecialChar LyX
43005 .
43006 \end_layout
43007
43008 \begin_layout Standard
43009 Here is a child document inserted as Verbatim: 
43010 \begin_inset CommandInset include
43011 LatexCommand verbatiminput
43012 filename "DummyTextDocument.txt"
43013 literal "true"
43014
43015 \end_inset
43016
43017
43018 \begin_inset VSpace bigskip
43019 \end_inset
43020
43021  Here is a child document inserted as Verbatim using the 
43022 \family sans
43023 Mark spaces in output
43024 \family default
43025  option: 
43026 \begin_inset CommandInset include
43027 LatexCommand verbatiminput*
43028 filename "DummyTextDocument.txt"
43029 literal "true"
43030
43031 \end_inset
43032
43033
43034 \end_layout
43035
43036 \begin_layout Standard
43037 \begin_inset VSpace bigskip
43038 \end_inset
43039
43040
43041 \end_layout
43042
43043 \begin_layout Standard
43044 \begin_inset Note Greyedout
43045 status open
43046
43047 \begin_layout Plain Layout
43048
43049 \series bold
43050 Note:
43051 \series default
43052  As you can see in the examples above, the text of the documents included
43053  as 
43054 \family sans
43055 verbatim
43056 \family default
43057  is not broken at the end of the document lines.
43058 \end_layout
43059
43060 \end_inset
43061
43062
43063 \end_layout
43064
43065 \begin_layout Description
43066 Listings This type is described in chapter
43067 \begin_inset space ~
43068 \end_inset
43069
43070
43071 \begin_inset CommandInset ref
43072 LatexCommand ref
43073 reference "cha:Program-Code-Listings"
43074
43075 \end_inset
43076
43077 .
43078 \end_layout
43079
43080 \begin_layout Standard
43081 \begin_inset Note Greyedout
43082 status open
43083
43084 \begin_layout Plain Layout
43085
43086 \series bold
43087 Note:
43088 \series default
43089  Including the same document twice in a document using different methods
43090  could cause \SpecialChar LaTeX
43091 -problems.
43092 \end_layout
43093
43094 \end_inset
43095
43096
43097 \end_layout
43098
43099 \begin_layout Standard
43100 If you want to view/export only selected children of your master document,
43101  either because you want to save compiling time or because you want to distribut
43102 e single chapters of the book you are just writing, you can exclude children
43103  from the output.
43104  This is done via the menu 
43105 \family sans
43106 Document\SpecialChar menuseparator
43107 Settings\SpecialChar menuseparator
43108 Child Documents
43109 \family default
43110 .
43111  You can exclude\SpecialChar breakableslash
43112 include children by double-clicking on the 
43113 \family sans
43114 include to output
43115 \family default
43116  column of the respective child document in the list (note that this only
43117  works for documents embedded via 
43118 \begin_inset Quotes eld
43119 \end_inset
43120
43121 Include
43122 \begin_inset Quotes erd
43123 \end_inset
43124
43125 , not with 
43126 \begin_inset Quotes eld
43127 \end_inset
43128
43129 Input
43130 \begin_inset Quotes erd
43131 \end_inset
43132
43133 ).
43134  
43135 \change_inserted -712698321 1584102244
43136
43137 \end_layout
43138
43139 \begin_layout Standard
43140
43141 \change_inserted -712698321 1584102427
43142 In the section 
43143 \family sans
43144 Global Counters & References
43145 \family default
43146  you can set how page numbers, references, section counters etc.
43147  are handled.
43148 \end_layout
43149
43150 \begin_layout Itemize
43151
43152 \change_inserted -712698321 1584102377
43153 With the option 
43154 \family sans
43155 Strictly maintain
43156 \family default
43157
43158 \change_deleted -712698321 1584102385
43159 If the option 
43160 \family sans
43161 Maintain counters and references
43162 \family default
43163  is enabled, 
43164 \change_unchanged
43165 \SpecialChar LyX
43166  will assure that all page numbers, references etc.
43167 \begin_inset space ~
43168 \end_inset
43169
43170 are correct as if the whole document was 
43171 \change_deleted -712698321 1584108508
43172 processed
43173 \change_inserted -712698321 1584108509
43174 output
43175 \change_unchanged
43176 .
43177  This is useful if you want the selected sub-documents to look exactly as
43178  in the context of the whole document.
43179  However, \SpecialChar LyX
43180  needs to process the whole document in the background for this
43181  feature
43182 \change_inserted -712698321 1584102406
43183 , which can take a long time
43184 \change_unchanged
43185 .
43186
43187 \change_deleted -712698321 1584103026
43188  
43189 \change_inserted -712698321 1584102447
43190
43191 \end_layout
43192
43193 \begin_layout Itemize
43194
43195 \change_inserted -712698321 1584102489
43196 With the option 
43197 \family sans
43198 Do not maintain
43199 \family default
43200
43201 \change_unchanged
43202 \SpecialChar LyX
43203
43204 \change_inserted -712698321 1584103270
43205  only compiles the master and the included documents.
43206  Thus the counters will differ from the complete document, and references
43207  to excluded child documents will not be resolved.
43208  
43209 \change_deleted -712698321 1584102517
43210 So i
43211 \change_inserted -712698321 1584102518
43212 I
43213 \change_unchanged
43214 f you want to save compile time and if counters and references do not need
43215  to be correct, 
43216 \change_deleted -712698321 1584102523
43217 disable this checkbox
43218 \change_inserted -712698321 1584102546
43219 use this option as this is the fastest one
43220 \change_unchanged
43221 .
43222 \change_inserted -712698321 1584102550
43223
43224 \end_layout
43225
43226 \begin_layout Itemize
43227
43228 \change_inserted -712698321 1584109486
43229 The option 
43230 \family sans
43231 Maintain mostly
43232 \family default
43233  is somewhat in-between the above two.
43234  If this is selected, \SpecialChar LyX
43235  will compile the whole document at the first output,
43236  which sets up counters and references correctly.
43237  In subsequent outputs, it will compile the whole document only if a change
43238  has been made in an excluded child document.
43239  As long as you only edit the included files, this approach is as fast as
43240  the second one, while giving you more or less correct counters and references.
43241  They are only more or less correct since the change of size of included
43242  documents obviously also changes the pagination of excluded documents,
43243  but this change cannot be tracked with this method.
43244 \change_unchanged
43245
43246 \end_layout
43247
43248 \begin_layout Standard
43249 Alternatively, you can put each included file into a branch.
43250 \begin_inset Foot
43251 status collapsed
43252
43253 \begin_layout Plain Layout
43254 Branches are described in section 
43255 \emph on
43256 Branches
43257 \emph default
43258  of the \SpecialChar LyX
43259  
43260 \emph on
43261 Userguide
43262 \emph default
43263 .
43264 \end_layout
43265
43266 \end_inset
43267
43268  By enabling\SpecialChar breakableslash
43269 disabling branches you can decide which included files will
43270  appear in the output.
43271  This has the advantage that it also works with Input'ed sub-documents.
43272  However, counters and references will not be maintained with this approach.
43273 \end_layout
43274
43275 \begin_layout Chapter
43276 Program Code Listings
43277 \begin_inset CommandInset label
43278 LatexCommand label
43279 name "cha:Program-Code-Listings"
43280
43281 \end_inset
43282
43283
43284 \begin_inset Index idx
43285 range none
43286 pageformat default
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290 Listings
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset Index idx
43297 range none
43298 pageformat default
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302 Program Code
43303 \end_layout
43304
43305 \end_inset
43306
43307
43308 \begin_inset Index idx
43309 range none
43310 pageformat default
43311 status collapsed
43312
43313 \begin_layout Plain Layout
43314 Floats
43315 \begin_inset IndexMacro subentry
43316 status open
43317
43318 \begin_layout Plain Layout
43319 Listings
43320 \end_layout
43321
43322 \end_inset
43323
43324
43325 \end_layout
43326
43327 \end_inset
43328
43329
43330 \end_layout
43331
43332 \begin_layout Standard
43333 To include and typeset program code you can use the 
43334 \family sans
43335 Listings
43336 \family default
43337  inset that can be inserted via the menu 
43338 \family sans
43339 Insert\SpecialChar menuseparator
43340 Program Listing
43341 \family default
43342 .
43343  The \SpecialChar LaTeX
43344  packages 
43345 \series bold
43346 listings
43347 \series default
43348
43349 \begin_inset Index idx
43350 range none
43351 pageformat default
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355 \SpecialChar LaTeX
43356  packages
43357 \begin_inset IndexMacro subentry
43358 status open
43359
43360 \begin_layout Plain Layout
43361 listings
43362 \end_layout
43363
43364 \end_inset
43365
43366
43367 \end_layout
43368
43369 \end_inset
43370
43371  or 
43372 \series bold
43373 minted
43374 \series default
43375
43376 \begin_inset Index idx
43377 range none
43378 pageformat default
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382 \SpecialChar LaTeX
43383  packages
43384 \begin_inset IndexMacro subentry
43385 status open
43386
43387 \begin_layout Plain Layout
43388 minted
43389 \end_layout
43390
43391 \end_inset
43392
43393
43394 \end_layout
43395
43396 \end_inset
43397
43398  provide a powerful and flexible way to insert program source code into
43399  your document.
43400  One can only use one of these packages in a document.
43401  
43402 \series bold
43403 listings
43404 \series default
43405  is used by default.
43406 \end_layout
43407
43408 \begin_layout Standard
43409 \begin_inset Note Note
43410 status open
43411
43412 \begin_layout Plain Layout
43413
43414 \series bold
43415 Note:
43416 \series default
43417  \SpecialChar LyX
43418  does NOT want to encourage users to add the 
43419 \family typewriter
43420 -shell-escape
43421 \family default
43422  option to converter definitions.
43423  It works, but it is a huge security risk.
43424  There is an active discussion about how to handle this.
43425  Once that's been resolved, this can be updated appropriately.
43426 \end_layout
43427
43428 \begin_layout Plain Layout
43429 =====
43430 \end_layout
43431
43432 \begin_layout Plain Layout
43433 In order to use 
43434 \series bold
43435 minted
43436 \series default
43437 , you need to select it as the syntax highlighting package in the document
43438  settings under 
43439 \family sans
43440 Listings
43441 \family default
43442 .
43443  
43444 \series bold
43445 minted
43446 \series default
43447  requires also additionally the module 
43448 \family sans
43449 pygments
43450 \family default
43451  of the software 
43452 \noun on
43453 Python
43454 \noun default
43455
43456 \begin_inset Foot
43457 status collapsed
43458
43459 \begin_layout Plain Layout
43460 Under \SpecialChar LyX
43461  for Windows 
43462 \family sans
43463 pygments
43464 \family default
43465  is already installed.
43466 \end_layout
43467
43468 \end_inset
43469
43470  and the option 
43471 \family typewriter
43472 -shell-escape
43473 \family default
43474  for the \SpecialChar LaTeX
43475  processor.
43476  If you want for example view or export your document as the format 
43477 \family sans
43478 PDF
43479 \begin_inset space ~
43480 \end_inset
43481
43482 (pdflatex)
43483 \family default
43484 , go to the \SpecialChar LyX
43485  preferences and there to the section 
43486 \family sans
43487 File
43488 \begin_inset space ~
43489 \end_inset
43490
43491 Handling\SpecialChar menuseparator
43492 Converters
43493 \family default
43494 .
43495  There go to the entry 
43496 \family sans
43497 LaTeX
43498 \begin_inset space ~
43499 \end_inset
43500
43501 (pdflatex) -> PDF
43502 \begin_inset space ~
43503 \end_inset
43504
43505 (pdflatex)
43506 \family default
43507  and look at the field 
43508 \family sans
43509 Converter
43510 \family default
43511 .
43512  There you see by default the content
43513 \begin_inset Newline newline
43514 \end_inset
43515
43516
43517 \series bold
43518 pdflatex $$i
43519 \series default
43520
43521 \begin_inset Newline newline
43522 \end_inset
43523
43524 Now change it to
43525 \begin_inset Newline newline
43526 \end_inset
43527
43528
43529 \series bold
43530 pdflatex $$i -shell-escape
43531 \begin_inset Newline newline
43532 \end_inset
43533
43534
43535 \series default
43536 and press the 
43537 \family sans
43538 Modify
43539 \family default
43540  button and subsequently 
43541 \family sans
43542 Apply
43543 \family default
43544  or 
43545 \family sans
43546 Save
43547 \family default
43548 .
43549  The same can be done for the output formats 
43550 \family sans
43551 PDF
43552 \begin_inset space ~
43553 \end_inset
43554
43555 (LuaTeX)
43556 \family default
43557  and 
43558 \family sans
43559 PDF
43560 \begin_inset space ~
43561 \end_inset
43562
43563 (XeTeX)
43564 \family default
43565 .
43566 \end_layout
43567
43568 \end_inset
43569
43570
43571 \end_layout
43572
43573 \begin_layout Standard
43574 Right-clicking on a listings inset opens the context menu containing where
43575  you can set the listings format.
43576 \end_layout
43577
43578 \begin_layout Standard
43579 By default, a listing starts a new paragraph in the output.
43580  The placement option 
43581 \family sans
43582 Inline
43583 \begin_inset space ~
43584 \end_inset
43585
43586 listing
43587 \family default
43588  prints the listing inline like this: 
43589 \begin_inset listings
43590 lstparams "language={C++}"
43591 inline true
43592 status open
43593
43594 \begin_layout Plain Layout
43595
43596 int a=5;
43597 \end_layout
43598
43599 \end_inset
43600
43601
43602 \begin_inset Newline newline
43603 \end_inset
43604
43605 The option 
43606 \family sans
43607 Float
43608 \family default
43609  creates a listings float where you can specify the placement options 
43610 \begin_inset Quotes eld
43611 \end_inset
43612
43613
43614 \family sans
43615 h
43616 \family default
43617
43618 \begin_inset Quotes erd
43619 \end_inset
43620
43621
43622 \begin_inset Quotes eld
43623 \end_inset
43624
43625
43626 \family sans
43627 t
43628 \family default
43629
43630 \begin_inset Quotes erd
43631 \end_inset
43632
43633
43634 \begin_inset Quotes eld
43635 \end_inset
43636
43637
43638 \family sans
43639 b
43640 \family default
43641
43642 \begin_inset Quotes erd
43643 \end_inset
43644
43645 , and 
43646 \begin_inset Quotes eld
43647 \end_inset
43648
43649
43650 \family sans
43651 p
43652 \family default
43653
43654 \begin_inset Quotes erd
43655 \end_inset
43656
43657  corresponding to the float placement options described in section
43658 \begin_inset space ~
43659 \end_inset
43660
43661
43662 \begin_inset CommandInset ref
43663 LatexCommand ref
43664 reference "sec:Float-Settings"
43665
43666 \end_inset
43667
43668 .
43669  The placement options can be mixed and are inserted without any separation,
43670  e.
43671 \begin_inset space \thinspace{}
43672 \end_inset
43673
43674 g.
43675 \begin_inset space \space{}
43676 \end_inset
43677
43678
43679 \begin_inset Quotes eld
43680 \end_inset
43681
43682
43683 \family sans
43684 htbp
43685 \family default
43686
43687 \begin_inset Quotes erd
43688 \end_inset
43689
43690 .
43691  The option 
43692 \begin_inset Quotes eld
43693 \end_inset
43694
43695 h
43696 \begin_inset Quotes erd
43697 \end_inset
43698
43699  has sometimes no effect, but you don't need to use the 
43700 \family sans
43701 Float
43702 \family default
43703  option in this case as also non-float listings can have captions and be
43704  referenced.
43705 \end_layout
43706
43707 \begin_layout Standard
43708 You can add captions to listings that are not inline with the menu 
43709 \family sans
43710 Insert\SpecialChar menuseparator
43711 Caption
43712 \family default
43713 .
43714  Listings can be referenced like floats: Listing
43715 \begin_inset space ~
43716 \end_inset
43717
43718
43719 \begin_inset CommandInset ref
43720 LatexCommand ref
43721 reference "lst:Example-Listing"
43722
43723 \end_inset
43724
43725 .
43726  A list of listings which contains all listings with captions can be created
43727  via the menu 
43728 \family sans
43729 Insert\SpecialChar menuseparator
43730 List
43731 \begin_inset space ~
43732 \end_inset
43733
43734 /
43735 \begin_inset space ~
43736 \end_inset
43737
43738 TOC\SpecialChar menuseparator
43739 List of Listings
43740 \family default
43741 .
43742  The list entries are the listing caption and the listing number.
43743 \end_layout
43744
43745 \begin_layout Standard
43746 \begin_inset listings
43747 lstparams "language=Python"
43748 inline false
43749 status open
43750
43751 \begin_layout Plain Layout
43752
43753 \begin_inset Caption Standard
43754
43755 \begin_layout Plain Layout
43756 \begin_inset CommandInset label
43757 LatexCommand label
43758 name "lst:Example-Listing"
43759
43760 \end_inset
43761
43762 Example Listing float
43763 \end_layout
43764
43765 \end_inset
43766
43767 # Example listing float
43768 \end_layout
43769
43770 \begin_layout Plain Layout
43771
43772 def func(param):
43773 \end_layout
43774
43775 \begin_layout Plain Layout
43776
43777     'this is a python function'
43778 \end_layout
43779
43780 \begin_layout Plain Layout
43781
43782     pass
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \end_layout
43789
43790 \begin_layout Standard
43791 \begin_inset Note Greyedout
43792 status open
43793
43794 \begin_layout Plain Layout
43795
43796 \series bold
43797 Note: 
43798 \series default
43799 The 
43800 \series bold
43801 listings
43802 \series default
43803  package places captions before the listing by default.
43804 \begin_inset Newline newline
43805 \end_inset
43806
43807 The 
43808 \series bold
43809 minted
43810 \series default
43811  package places them after the listing by default if it is floating.
43812  If it is not floating, caption will be typeset before the listing if it
43813  is inserted to its first line, otherwise it will be typeset after the listing.
43814  If you want to force the placement in every case before the listing, you
43815  have to add the following lines as last thing to the preamble:
43816 \begin_inset Newline newline
43817 \end_inset
43818
43819
43820 \series bold
43821
43822 \backslash
43823 @ifundefined{newfloat}
43824 \begin_inset Newline newline
43825 \end_inset
43826
43827
43828 \begin_inset Phantom HPhantom
43829 status open
43830
43831 \begin_layout Plain Layout
43832
43833 \series bold
43834 \begin_inset space ~
43835 \end_inset
43836
43837
43838 \end_layout
43839
43840 \end_inset
43841
43842 {
43843 \backslash
43844 usepackage{float}}{}
43845 \begin_inset Newline newline
43846 \end_inset
43847
43848
43849 \backslash
43850 floatstyle{plaintop}
43851 \series default
43852
43853 \begin_inset Note Note
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857 The package 
43858 \series bold
43859 float
43860 \series default
43861  will be loaded automatically by \SpecialChar LyX
43862  when you use special document-wide float
43863  placement settings.
43864  To avoid that it is loaded twice the command 
43865 \series bold
43866
43867 \backslash
43868 @ifundefined
43869 \series default
43870  is used in the above command.
43871 \end_layout
43872
43873 \end_inset
43874
43875
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \end_layout
43882
43883 \begin_layout Standard
43884 When you have set a programming language in the listings dialog, the keywords
43885  of this language will be recognized and specially typeset in the output.
43886  In the example listings the Python keyword 
43887 \begin_inset Quotes eld
43888 \end_inset
43889
43890 def
43891 \begin_inset Quotes erd
43892 \end_inset
43893
43894  is recognized and printed bold in the output.
43895 \end_layout
43896
43897 \begin_layout Standard
43898 \begin_inset Note Greyedout
43899 status open
43900
43901 \begin_layout Plain Layout
43902
43903 \series bold
43904 Note:
43905 \series default
43906  If you don't get bold keywords when using typewriter fonts, your 
43907 \family typewriter
43908 typewriter
43909 \family default
43910  font probably doesn't provide a bold shape.
43911  In this case select a different one in the menu 
43912 \family sans
43913 Document\SpecialChar menuseparator
43914 Settings\SpecialChar menuseparator
43915 Fonts
43916 \family default
43917 .
43918  (The fonts 
43919 \emph on
43920 LuxiMono, BeraMono
43921 \emph default
43922  and 
43923 \emph on
43924 Courier
43925 \emph default
43926  provide bold shapes.)
43927 \end_layout
43928
43929 \end_inset
43930
43931
43932 \end_layout
43933
43934 \begin_layout Standard
43935 In section 
43936 \family sans
43937 Line
43938 \begin_inset space ~
43939 \end_inset
43940
43941 numbering
43942 \family default
43943  of the listings dialog you can specify the line numbering style.
43944  You can insert a number to specify which lines are numbered in the field
43945  
43946 \family sans
43947 Step
43948 \family default
43949 .
43950  When you insert e.
43951 \begin_inset space \thinspace{}
43952 \end_inset
43953
43954 g.
43955 \begin_inset space \space{}
43956 \end_inset
43957
43958
43959 \begin_inset Quotes eld
43960 \end_inset
43961
43962 3
43963 \begin_inset Quotes erd
43964 \end_inset
43965
43966 , only every 3rd line will be numbered.
43967 \end_layout
43968
43969 \begin_layout Standard
43970 You can furthermore specify a range of lines; only these will then appear
43971  in the output.
43972  The option 
43973 \family sans
43974 Extended character table
43975 \family default
43976  is only meaningful for the 
43977 \series bold
43978 listings
43979 \series default
43980  package and should be used when you use national characters like the German
43981  umlauts in the listing.
43982 \begin_inset Newline newline
43983 \end_inset
43984
43985 Here is an example listing with left line numbering, step 
43986 \begin_inset Quotes eld
43987 \end_inset
43988
43989 3
43990 \begin_inset Quotes erd
43991 \end_inset
43992
43993 , language 
43994 \begin_inset Quotes eld
43995 \end_inset
43996
43997 Python
43998 \begin_inset Quotes erd
43999 \end_inset
44000
44001 , options 
44002 \begin_inset Quotes eld
44003 \end_inset
44004
44005 Extended character table
44006 \begin_inset Quotes erd
44007 \end_inset
44008
44009  and 
44010 \begin_inset Quotes eld
44011 \end_inset
44012
44013 Space
44014 \begin_inset space ~
44015 \end_inset
44016
44017 as
44018 \begin_inset space ~
44019 \end_inset
44020
44021 symbol
44022 \begin_inset Quotes erd
44023 \end_inset
44024
44025 , range lines 3
44026 \begin_inset space \thinspace{}
44027 \end_inset
44028
44029 -
44030 \begin_inset space \thinspace{}
44031 \end_inset
44032
44033 8:
44034 \end_layout
44035
44036 \begin_layout Standard
44037 \begin_inset listings
44038 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
44039 inline false
44040 status open
44041
44042 \begin_layout Plain Layout
44043
44044 def func(param):
44045 \end_layout
44046
44047 \begin_layout Plain Layout
44048
44049     'this is a python function'
44050 \end_layout
44051
44052 \begin_layout Plain Layout
44053
44054     pass
44055 \end_layout
44056
44057 \begin_layout Plain Layout
44058
44059 def func(param):
44060 \end_layout
44061
44062 \begin_layout Plain Layout
44063
44064 'This is a German word: Tschüß'
44065 \end_layout
44066
44067 \begin_layout Plain Layout
44068
44069 pass
44070 \end_layout
44071
44072 \begin_layout Plain Layout
44073
44074 def func(param):
44075 \end_layout
44076
44077 \begin_layout Plain Layout
44078
44079 'this is a python function'
44080 \end_layout
44081
44082 \begin_layout Plain Layout
44083
44084 pass
44085 \end_layout
44086
44087 \end_inset
44088
44089
44090 \end_layout
44091
44092 \begin_layout Standard
44093 When you have tabulators in your listing, you can specify the number of
44094  characters that are spanned by a tabulator in the field 
44095 \family sans
44096 Tabulator
44097 \begin_inset space ~
44098 \end_inset
44099
44100 size
44101 \family default
44102 .
44103 \end_layout
44104
44105 \begin_layout Standard
44106 \begin_inset Note Greyedout
44107 status open
44108
44109 \begin_layout Plain Layout
44110
44111 \series bold
44112 Note:
44113 \series default
44114  Due to a bug in the 
44115 \series bold
44116 listings
44117 \series default
44118  package the line numbering is shifted by a line by every previous listing.
44119  That's the reason why the lines 2 and 5 are numbered in the above listing
44120  and not the lines 3 and 6.
44121 \end_layout
44122
44123 \end_inset
44124
44125
44126 \end_layout
44127
44128 \begin_layout Standard
44129 \begin_inset VSpace bigskip
44130 \end_inset
44131
44132
44133 \end_layout
44134
44135 \begin_layout Standard
44136 It is also possible to print lines from a file as listing.
44137  To do this, use the menu 
44138 \family sans
44139 Insert\SpecialChar menuseparator
44140 File\SpecialChar menuseparator
44141 Child Document
44142 \family default
44143  and choose the type 
44144 \family sans
44145 Listings
44146 \family default
44147 .
44148 \begin_inset Foot
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152 The other child document types are described in section
44153 \begin_inset space ~
44154 \end_inset
44155
44156
44157 \begin_inset CommandInset ref
44158 LatexCommand ref
44159 reference "sec:Child-Documents"
44160
44161 \end_inset
44162
44163 .
44164 \end_layout
44165
44166 \end_inset
44167
44168  In the child document dialog you can specify the listing parameters in
44169  a text box.
44170  To show a list of all available parameters, type in a question mark 
44171 \begin_inset Quotes eld
44172 \end_inset
44173
44174 ?
44175 \begin_inset Quotes erd
44176 \end_inset
44177
44178  in the text box.
44179 \end_layout
44180
44181 \begin_layout Standard
44182 To reference child document listings, write a label text into the corresponding
44183  field of the child document dialog.
44184  The label can then be referenced using the menu 
44185 \family sans
44186 Insert\SpecialChar menuseparator
44187 Cross-Reference
44188 \family default
44189 .
44190 \end_layout
44191
44192 \begin_layout Standard
44193 Listing
44194 \begin_inset space ~
44195 \end_inset
44196
44197
44198 \begin_inset CommandInset ref
44199 LatexCommand ref
44200 reference "lst:file-listing"
44201
44202 \end_inset
44203
44204  is an example for a listing of a file; there the lines 10
44205 \begin_inset space \thinspace{}
44206 \end_inset
44207
44208 -
44209 \begin_inset space \thinspace{}
44210 \end_inset
44211
44212 15 of this \SpecialChar LyX
44213  file are listed.
44214 \end_layout
44215
44216 \begin_layout Standard
44217 \begin_inset CommandInset include
44218 LatexCommand lstinputlisting
44219 filename "EmbeddedObjects.lyx"
44220 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
44221 literal "true"
44222
44223 \end_inset
44224
44225
44226 \end_layout
44227
44228 \begin_layout Standard
44229 \begin_inset VSpace bigskip
44230 \end_inset
44231
44232
44233 \end_layout
44234
44235 \begin_layout Standard
44236 Inserting a formula into a listing can be done the following way:
44237 \end_layout
44238
44239 \begin_layout Enumerate
44240 Open the listings dialog and add
44241 \begin_inset Newline newline
44242 \end_inset
44243
44244
44245 \family sans
44246 mathescape=true
44247 \family default
44248
44249 \begin_inset Newline newline
44250 \end_inset
44251
44252 to the field of the 
44253 \family sans
44254 Advanced
44255 \family default
44256  tab.
44257 \end_layout
44258
44259 \begin_layout Enumerate
44260 Create a formula outside the listing
44261 \end_layout
44262
44263 \begin_layout Enumerate
44264 Copy the content of the formula (not the formula inset) to the clipboard
44265  (shortcut 
44266 \begin_inset Info
44267 type  "shortcut"
44268 arg   "copy"
44269 \end_inset
44270
44271 )
44272 \end_layout
44273
44274 \begin_layout Enumerate
44275 In the listing write 
44276 \begin_inset Quotes eld
44277 \end_inset
44278
44279
44280 \family sans
44281 $$
44282 \family default
44283
44284 \begin_inset Quotes erd
44285 \end_inset
44286
44287  and copy from the clipboard between the dollar-signs (shortcut 
44288 \begin_inset Info
44289 type  "shortcut"
44290 arg   "paste"
44291 \end_inset
44292
44293 )
44294 \end_layout
44295
44296 \begin_layout Standard
44297 \begin_inset listings
44298 lstparams "language=Python,mathescape=true"
44299 inline false
44300 status open
44301
44302 \begin_layout Plain Layout
44303
44304 \begin_inset Caption Standard
44305
44306 \begin_layout Plain Layout
44307 Example Listing float containing a formula
44308 \end_layout
44309
44310 \end_inset
44311
44312 # Example listing float
44313 \end_layout
44314
44315 \begin_layout Plain Layout
44316
44317 def func(param):
44318 \end_layout
44319
44320 \begin_layout Plain Layout
44321
44322     # $
44323 \backslash
44324 prod_{n=1}^{
44325 \backslash
44326 infty}
44327 \backslash
44328 ,
44329 \backslash
44330 frac{1}{x^{2}}$
44331 \end_layout
44332
44333 \begin_layout Plain Layout
44334
44335     pass
44336 \end_layout
44337
44338 \end_inset
44339
44340
44341 \end_layout
44342
44343 \begin_layout Standard
44344 \begin_inset VSpace bigskip
44345 \end_inset
44346
44347
44348 \end_layout
44349
44350 \begin_layout Standard
44351 Global listings settings can be set in the 
44352 \family sans
44353 Document\SpecialChar menuseparator
44354 Settings\SpecialChar menuseparator
44355 Listings
44356 \family default
44357  dialog.
44358  To get there a list of available options, type in a question mark 
44359 \begin_inset Quotes eld
44360 \end_inset
44361
44362 ?
44363 \begin_inset Quotes erd
44364 \end_inset
44365
44366 .
44367 \end_layout
44368
44369 \begin_layout Standard
44370 For more information about the 
44371 \series bold
44372 listings
44373 \series default
44374  and 
44375 \series bold
44376 minted
44377 \series default
44378  packages, we refer to their documentation 
44379 \begin_inset CommandInset citation
44380 LatexCommand cite
44381 key "listings,minted"
44382 literal "true"
44383
44384 \end_inset
44385
44386 .
44387 \end_layout
44388
44389 \begin_layout Standard
44390 \begin_inset Newpage newpage
44391 \end_inset
44392
44393
44394 \end_layout
44395
44396 \begin_layout Chapter
44397 \start_of_appendix
44398 Units available in \SpecialChar LyX
44399
44400 \begin_inset Index idx
44401 range none
44402 pageformat default
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406 Units
44407 \end_layout
44408
44409 \end_inset
44410
44411
44412 \begin_inset CommandInset label
44413 LatexCommand label
44414 name "cha:Units-available-in"
44415
44416 \end_inset
44417
44418
44419 \end_layout
44420
44421 \begin_layout Standard
44422 To understand the units described in this documentation, Table
44423 \begin_inset space ~
44424 \end_inset
44425
44426
44427 \begin_inset CommandInset ref
44428 LatexCommand ref
44429 reference "tab:Units"
44430
44431 \end_inset
44432
44433  explains all units available in \SpecialChar LyX
44434 .
44435 \end_layout
44436
44437 \begin_layout Standard
44438 \begin_inset Float table
44439 placement h
44440 alignment document
44441 wide false
44442 sideways false
44443 status open
44444
44445 \begin_layout Plain Layout
44446 \begin_inset Caption Standard
44447
44448 \begin_layout Plain Layout
44449 \begin_inset CommandInset label
44450 LatexCommand label
44451 name "tab:Units"
44452
44453 \end_inset
44454
44455 Units
44456 \end_layout
44457
44458 \end_inset
44459
44460
44461 \end_layout
44462
44463 \begin_layout Plain Layout
44464 \begin_inset VSpace medskip
44465 \end_inset
44466
44467
44468 \end_layout
44469
44470 \begin_layout Plain Layout
44471 \align center
44472 \begin_inset Tabular
44473 <lyxtabular version="3" rows="21" columns="3">
44474 <features tabularvalignment="middle">
44475 <column alignment="center" valignment="top">
44476 <column alignment="center" valignment="middle" width="50col%">
44477 <column alignment="center" valignment="top">
44478 <row>
44479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44480 \begin_inset Text
44481
44482 \begin_layout Plain Layout
44483 unit
44484 \end_layout
44485
44486 \end_inset
44487 </cell>
44488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44489 \begin_inset Text
44490
44491 \begin_layout Plain Layout
44492 name/description
44493 \end_layout
44494
44495 \end_inset
44496 </cell>
44497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
44498 \begin_inset Text
44499
44500 \begin_layout Plain Layout
44501 \SpecialChar LaTeX
44502  command
44503 \end_layout
44504
44505 \end_inset
44506 </cell>
44507 </row>
44508 <row>
44509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44510 \begin_inset Text
44511
44512 \begin_layout Plain Layout
44513 bp
44514 \end_layout
44515
44516 \end_inset
44517 </cell>
44518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44519 \begin_inset Text
44520
44521 \begin_layout Plain Layout
44522 big point (72
44523 \begin_inset space \thinspace{}
44524 \end_inset
44525
44526 bp = 1
44527 \begin_inset space \thinspace{}
44528 \end_inset
44529
44530 in)
44531 \end_layout
44532
44533 \end_inset
44534 </cell>
44535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44536 \begin_inset Text
44537
44538 \begin_layout Plain Layout
44539 -
44540 \end_layout
44541
44542 \end_inset
44543 </cell>
44544 </row>
44545 <row>
44546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44547 \begin_inset Text
44548
44549 \begin_layout Plain Layout
44550 cc
44551 \end_layout
44552
44553 \end_inset
44554 </cell>
44555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44556 \begin_inset Text
44557
44558 \begin_layout Plain Layout
44559 cicero (1
44560 \begin_inset space \thinspace{}
44561 \end_inset
44562
44563 cc = 12
44564 \begin_inset space \thinspace{}
44565 \end_inset
44566
44567 dd)
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 -
44577 \end_layout
44578
44579 \end_inset
44580 </cell>
44581 </row>
44582 <row>
44583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44584 \begin_inset Text
44585
44586 \begin_layout Plain Layout
44587 cm
44588 \end_layout
44589
44590 \end_inset
44591 </cell>
44592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44593 \begin_inset Text
44594
44595 \begin_layout Plain Layout
44596 centimeter
44597 \end_layout
44598
44599 \end_inset
44600 </cell>
44601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44602 \begin_inset Text
44603
44604 \begin_layout Plain Layout
44605 -
44606 \end_layout
44607
44608 \end_inset
44609 </cell>
44610 </row>
44611 <row>
44612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44613 \begin_inset Text
44614
44615 \begin_layout Plain Layout
44616 dd
44617 \end_layout
44618
44619 \end_inset
44620 </cell>
44621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44622 \begin_inset Text
44623
44624 \begin_layout Plain Layout
44625 didot (1
44626 \begin_inset space \thinspace{}
44627 \end_inset
44628
44629 dd 
44630 \begin_inset Formula $\approx$
44631 \end_inset
44632
44633  0.376
44634 \begin_inset space \thinspace{}
44635 \end_inset
44636
44637 mm)
44638 \end_layout
44639
44640 \end_inset
44641 </cell>
44642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44643 \begin_inset Text
44644
44645 \begin_layout Plain Layout
44646 -
44647 \end_layout
44648
44649 \end_inset
44650 </cell>
44651 </row>
44652 <row>
44653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44654 \begin_inset Text
44655
44656 \begin_layout Plain Layout
44657 em
44658 \end_layout
44659
44660 \end_inset
44661 </cell>
44662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44663 \begin_inset Text
44664
44665 \begin_layout Plain Layout
44666 width of letter 
44667 \emph on
44668 M
44669 \emph default
44670  in current font
44671 \end_layout
44672
44673 \end_inset
44674 </cell>
44675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44676 \begin_inset Text
44677
44678 \begin_layout Plain Layout
44679 -
44680 \end_layout
44681
44682 \end_inset
44683 </cell>
44684 </row>
44685 <row>
44686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44687 \begin_inset Text
44688
44689 \begin_layout Plain Layout
44690 ex
44691 \end_layout
44692
44693 \end_inset
44694 </cell>
44695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44696 \begin_inset Text
44697
44698 \begin_layout Plain Layout
44699 height of letter 
44700 \emph on
44701 x
44702 \emph default
44703  in current font
44704 \end_layout
44705
44706 \end_inset
44707 </cell>
44708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44709 \begin_inset Text
44710
44711 \begin_layout Plain Layout
44712 -
44713 \end_layout
44714
44715 \end_inset
44716 </cell>
44717 </row>
44718 <row>
44719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44720 \begin_inset Text
44721
44722 \begin_layout Plain Layout
44723 in
44724 \end_layout
44725
44726 \end_inset
44727 </cell>
44728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44729 \begin_inset Text
44730
44731 \begin_layout Plain Layout
44732 inch
44733 \end_layout
44734
44735 \end_inset
44736 </cell>
44737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44738 \begin_inset Text
44739
44740 \begin_layout Plain Layout
44741 -
44742 \end_layout
44743
44744 \end_inset
44745 </cell>
44746 </row>
44747 <row>
44748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44749 \begin_inset Text
44750
44751 \begin_layout Plain Layout
44752 mm
44753 \end_layout
44754
44755 \end_inset
44756 </cell>
44757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44758 \begin_inset Text
44759
44760 \begin_layout Plain Layout
44761 millimeter
44762 \end_layout
44763
44764 \end_inset
44765 </cell>
44766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44767 \begin_inset Text
44768
44769 \begin_layout Plain Layout
44770 -
44771 \end_layout
44772
44773 \end_inset
44774 </cell>
44775 </row>
44776 <row>
44777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44778 \begin_inset Text
44779
44780 \begin_layout Plain Layout
44781 mu
44782 \end_layout
44783
44784 \end_inset
44785 </cell>
44786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44787 \begin_inset Text
44788
44789 \begin_layout Plain Layout
44790 math unit (1
44791 \begin_inset space \thinspace{}
44792 \end_inset
44793
44794 mu = 1/18
44795 \begin_inset space \thinspace{}
44796 \end_inset
44797
44798 em)
44799 \end_layout
44800
44801 \end_inset
44802 </cell>
44803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44804 \begin_inset Text
44805
44806 \begin_layout Plain Layout
44807 -
44808 \end_layout
44809
44810 \end_inset
44811 </cell>
44812 </row>
44813 <row>
44814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44815 \begin_inset Text
44816
44817 \begin_layout Plain Layout
44818 pt
44819 \end_layout
44820
44821 \end_inset
44822 </cell>
44823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44824 \begin_inset Text
44825
44826 \begin_layout Plain Layout
44827 point (72.27
44828 \begin_inset space \thinspace{}
44829 \end_inset
44830
44831 pt = 1
44832 \begin_inset space \thinspace{}
44833 \end_inset
44834
44835 in)
44836 \end_layout
44837
44838 \end_inset
44839 </cell>
44840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44841 \begin_inset Text
44842
44843 \begin_layout Plain Layout
44844 -
44845 \end_layout
44846
44847 \end_inset
44848 </cell>
44849 </row>
44850 <row>
44851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44852 \begin_inset Text
44853
44854 \begin_layout Plain Layout
44855 pc
44856 \end_layout
44857
44858 \end_inset
44859 </cell>
44860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44861 \begin_inset Text
44862
44863 \begin_layout Plain Layout
44864 pica (1
44865 \begin_inset space \thinspace{}
44866 \end_inset
44867
44868 pc = 12
44869 \begin_inset space \thinspace{}
44870 \end_inset
44871
44872 pt)
44873 \end_layout
44874
44875 \end_inset
44876 </cell>
44877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44878 \begin_inset Text
44879
44880 \begin_layout Plain Layout
44881 -
44882 \end_layout
44883
44884 \end_inset
44885 </cell>
44886 </row>
44887 <row>
44888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44889 \begin_inset Text
44890
44891 \begin_layout Plain Layout
44892 sp
44893 \end_layout
44894
44895 \end_inset
44896 </cell>
44897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44898 \begin_inset Text
44899
44900 \begin_layout Plain Layout
44901 scaled point (65536
44902 \begin_inset space \thinspace{}
44903 \end_inset
44904
44905 sp = 1
44906 \begin_inset space \thinspace{}
44907 \end_inset
44908
44909 pt)
44910 \end_layout
44911
44912 \end_inset
44913 </cell>
44914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44915 \begin_inset Text
44916
44917 \begin_layout Plain Layout
44918 -
44919 \end_layout
44920
44921 \end_inset
44922 </cell>
44923 </row>
44924 <row>
44925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44926 \begin_inset Text
44927
44928 \begin_layout Plain Layout
44929 Column Width %
44930 \end_layout
44931
44932 \end_inset
44933 </cell>
44934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44935 \begin_inset Text
44936
44937 \begin_layout Plain Layout
44938 % of column width
44939 \end_layout
44940
44941 \end_inset
44942 </cell>
44943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44944 \begin_inset Text
44945
44946 \begin_layout Plain Layout
44947
44948 \backslash
44949 columnwidth
44950 \end_layout
44951
44952 \end_inset
44953 </cell>
44954 </row>
44955 <row>
44956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44957 \begin_inset Text
44958
44959 \begin_layout Plain Layout
44960 Line Distance %
44961 \end_layout
44962
44963 \end_inset
44964 </cell>
44965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44966 \begin_inset Text
44967
44968 \begin_layout Plain Layout
44969 % of height between baselines of two subsequent text lines
44970 \end_layout
44971
44972 \end_inset
44973 </cell>
44974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44975 \begin_inset Text
44976
44977 \begin_layout Plain Layout
44978
44979 \backslash
44980 baselineskip
44981 \end_layout
44982
44983 \end_inset
44984 </cell>
44985 </row>
44986 <row>
44987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44988 \begin_inset Text
44989
44990 \begin_layout Plain Layout
44991 Line Width %
44992 \end_layout
44993
44994 \end_inset
44995 </cell>
44996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44997 \begin_inset Text
44998
44999 \begin_layout Plain Layout
45000 % of line width
45001 \end_layout
45002
45003 \end_inset
45004 </cell>
45005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45006 \begin_inset Text
45007
45008 \begin_layout Plain Layout
45009
45010 \backslash
45011 linewidth
45012 \end_layout
45013
45014 \end_inset
45015 </cell>
45016 </row>
45017 <row>
45018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45019 \begin_inset Text
45020
45021 \begin_layout Plain Layout
45022 Page Height %
45023 \end_layout
45024
45025 \end_inset
45026 </cell>
45027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45028 \begin_inset Text
45029
45030 \begin_layout Plain Layout
45031 % of paper height
45032 \end_layout
45033
45034 \end_inset
45035 </cell>
45036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45037 \begin_inset Text
45038
45039 \begin_layout Plain Layout
45040
45041 \backslash
45042 paperheight
45043 \end_layout
45044
45045 \end_inset
45046 </cell>
45047 </row>
45048 <row>
45049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45050 \begin_inset Text
45051
45052 \begin_layout Plain Layout
45053 Page Width %
45054 \end_layout
45055
45056 \end_inset
45057 </cell>
45058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45059 \begin_inset Text
45060
45061 \begin_layout Plain Layout
45062 % of paper width
45063 \end_layout
45064
45065 \end_inset
45066 </cell>
45067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45068 \begin_inset Text
45069
45070 \begin_layout Plain Layout
45071
45072 \backslash
45073 paperwidth
45074 \end_layout
45075
45076 \end_inset
45077 </cell>
45078 </row>
45079 <row>
45080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45081 \begin_inset Text
45082
45083 \begin_layout Plain Layout
45084 Scale Graphics %
45085 \end_layout
45086
45087 \end_inset
45088 </cell>
45089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45090 \begin_inset Text
45091
45092 \begin_layout Plain Layout
45093 % of original image width
45094 \end_layout
45095
45096 \end_inset
45097 </cell>
45098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45099 \begin_inset Text
45100
45101 \begin_layout Plain Layout
45102
45103 \end_layout
45104
45105 \end_inset
45106 </cell>
45107 </row>
45108 <row>
45109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45110 \begin_inset Text
45111
45112 \begin_layout Plain Layout
45113 Text Height %
45114 \end_layout
45115
45116 \end_inset
45117 </cell>
45118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45119 \begin_inset Text
45120
45121 \begin_layout Plain Layout
45122 % of text height
45123 \end_layout
45124
45125 \end_inset
45126 </cell>
45127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45128 \begin_inset Text
45129
45130 \begin_layout Plain Layout
45131
45132 \backslash
45133 textheight
45134 \end_layout
45135
45136 \end_inset
45137 </cell>
45138 </row>
45139 <row>
45140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45141 \begin_inset Text
45142
45143 \begin_layout Plain Layout
45144 Text Width %
45145 \end_layout
45146
45147 \end_inset
45148 </cell>
45149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45150 \begin_inset Text
45151
45152 \begin_layout Plain Layout
45153 % of text width
45154 \end_layout
45155
45156 \end_inset
45157 </cell>
45158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45159 \begin_inset Text
45160
45161 \begin_layout Plain Layout
45162
45163 \backslash
45164 textwidth
45165 \end_layout
45166
45167 \end_inset
45168 </cell>
45169 </row>
45170 </lyxtabular>
45171
45172 \end_inset
45173
45174
45175 \end_layout
45176
45177 \end_inset
45178
45179
45180 \end_layout
45181
45182 \begin_layout Chapter
45183 Output File Formats with Graphics
45184 \begin_inset CommandInset label
45185 LatexCommand label
45186 name "cha:Output-File-Formats"
45187
45188 \end_inset
45189
45190
45191 \end_layout
45192
45193 \begin_layout Section
45194 DVI
45195 \begin_inset Index idx
45196 range none
45197 pageformat default
45198 status collapsed
45199
45200 \begin_layout Plain Layout
45201 File Formats
45202 \begin_inset IndexMacro subentry
45203 status open
45204
45205 \begin_layout Plain Layout
45206 DVI
45207 \end_layout
45208
45209 \end_inset
45210
45211
45212 \end_layout
45213
45214 \end_inset
45215
45216
45217 \begin_inset Index idx
45218 range none
45219 pageformat default
45220 status open
45221
45222 \begin_layout Plain Layout
45223 DVI
45224 \begin_inset IndexMacro see
45225 status open
45226
45227 \begin_layout Plain Layout
45228 File Formats
45229 \end_layout
45230
45231 \end_inset
45232
45233
45234 \end_layout
45235
45236 \end_inset
45237
45238
45239 \end_layout
45240
45241 \begin_layout Standard
45242 This file type has the extension 
45243 \begin_inset Quotes eld
45244 \end_inset
45245
45246
45247 \family typewriter
45248 .dvi
45249 \family default
45250
45251 \begin_inset Quotes erd
45252 \end_inset
45253
45254 .
45255  It is called 
45256 \begin_inset Quotes eld
45257 \end_inset
45258
45259 device-independent
45260 \begin_inset Quotes erd
45261 \end_inset
45262
45263  (DVI), because it is completely portable; you can move them from one machine
45264  to another without needing to do any sort of conversion.
45265  At the time when this file-format was developed, this was no matter of
45266  course.
45267  DVIs are used for quick previews and as pre-stage for other output formats,
45268  like PostScript.
45269 \end_layout
45270
45271 \begin_layout Standard
45272 \begin_inset Note Greyedout
45273 status open
45274
45275 \begin_layout Plain Layout
45276
45277 \series bold
45278 Note:
45279 \series default
45280  DVI-files do not contain images; they will only be a linked.
45281 \end_layout
45282
45283 \end_inset
45284
45285  So don't forget this, if you move your 
45286 \family typewriter
45287 .dvi
45288 \family default
45289  file to another computer.
45290  This property can also slow down your computer when you view the DVI, because
45291  the DVI-viewer has to convert the image in the background to make it visible
45292  when you scroll in the DVI.
45293  So it is recommended that you use PDF for files with many images.
45294 \end_layout
45295
45296 \begin_layout Standard
45297 You can export your document to DVI by using the menu 
45298 \family sans
45299 File\SpecialChar menuseparator
45300 Export\SpecialChar menuseparator
45301 DVI
45302 \family default
45303 .
45304  You can view your document as DVI via the 
45305 \family sans
45306 View
45307 \family default
45308  menu.
45309 \end_layout
45310
45311 \begin_layout Section
45312 PostScript
45313 \begin_inset Index idx
45314 range none
45315 pageformat default
45316 status collapsed
45317
45318 \begin_layout Plain Layout
45319 File Formats
45320 \begin_inset IndexMacro subentry
45321 status open
45322
45323 \begin_layout Plain Layout
45324 PostScript
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \end_layout
45331
45332 \end_inset
45333
45334
45335 \begin_inset Index idx
45336 range none
45337 pageformat default
45338 status collapsed
45339
45340 \begin_layout Plain Layout
45341 PostScript
45342 \begin_inset IndexMacro see
45343 status open
45344
45345 \begin_layout Plain Layout
45346 File Formats
45347 \end_layout
45348
45349 \end_inset
45350
45351
45352 \end_layout
45353
45354 \end_inset
45355
45356
45357 \end_layout
45358
45359 \begin_layout Standard
45360 This file type has the extension 
45361 \begin_inset Quotes eld
45362 \end_inset
45363
45364
45365 \family typewriter
45366 .ps
45367 \family default
45368
45369 \begin_inset Quotes erd
45370 \end_inset
45371
45372 .
45373  PostScript was developed by the company 
45374 \family typewriter
45375 Adobe
45376 \family default
45377  as a printer language.
45378  The file therefore contains commands that the printer uses to print the
45379  file.
45380  PostScript can be seen as a 
45381 \begin_inset Quotes eld
45382 \end_inset
45383
45384 programming language
45385 \begin_inset Quotes erd
45386 \end_inset
45387
45388 ; you can calculate with it and draw diagrams and images.
45389 \begin_inset Foot
45390 status collapsed
45391
45392 \begin_layout Plain Layout
45393 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
45394 -package
45395  
45396 \series bold
45397 PSTricks
45398 \series default
45399  
45400 \begin_inset CommandInset citation
45401 LatexCommand cite
45402 key "pstricks"
45403 literal "true"
45404
45405 \end_inset
45406
45407 .
45408 \end_layout
45409
45410 \end_inset
45411
45412  Due to this ability, the files are often bigger than PDFs.
45413 \end_layout
45414
45415 \begin_layout Standard
45416 PostScript can only contain images in the format 
45417 \begin_inset Quotes eld
45418 \end_inset
45419
45420 Encapsulated PostScript
45421 \begin_inset Quotes erd
45422 \end_inset
45423
45424  (EPS, file extension 
45425 \begin_inset Quotes eld
45426 \end_inset
45427
45428
45429 \family typewriter
45430 .eps
45431 \family default
45432
45433 \begin_inset Quotes erd
45434 \end_inset
45435
45436 ).
45437  As \SpecialChar LyX
45438  allows you to use any known image format in your document, it has to
45439  convert images in the background to EPS.
45440  If you have e.g.
45441 \begin_inset space ~
45442 \end_inset
45443
45444 50
45445 \begin_inset space ~
45446 \end_inset
45447
45448 images in your document, \SpecialChar LyX
45449  has to do 50
45450 \begin_inset space ~
45451 \end_inset
45452
45453 conversions whenever you view or export your document.
45454  This will slow down your work flow with \SpecialChar LyX
45455  drastically.
45456  So if you plan to use PostScript, you can insert your images directly as
45457  EPS to avoid this problem.
45458 \end_layout
45459
45460 \begin_layout Standard
45461 You can export your document to PostScript using the menu 
45462 \family sans
45463 File\SpecialChar menuseparator
45464 Export\SpecialChar menuseparator
45465 Postscript
45466 \family default
45467 .
45468  You can view your document as PostScript via the 
45469 \family sans
45470 View
45471 \family default
45472  menu.
45473 \end_layout
45474
45475 \begin_layout Section
45476 PDF
45477 \begin_inset Index idx
45478 range none
45479 pageformat default
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483 File Formats
45484 \begin_inset IndexMacro subentry
45485 status open
45486
45487 \begin_layout Plain Layout
45488 PDF
45489 \end_layout
45490
45491 \end_inset
45492
45493
45494 \end_layout
45495
45496 \end_inset
45497
45498
45499 \begin_inset Index idx
45500 range none
45501 pageformat default
45502 status collapsed
45503
45504 \begin_layout Plain Layout
45505 PDF
45506 \end_layout
45507
45508 \end_inset
45509
45510
45511 \end_layout
45512
45513 \begin_layout Standard
45514 This file type has the extension 
45515 \begin_inset Quotes eld
45516 \end_inset
45517
45518
45519 \family typewriter
45520 .pdf
45521 \family default
45522
45523 \begin_inset Quotes erd
45524 \end_inset
45525
45526 .
45527  The 
45528 \begin_inset Quotes eld
45529 \end_inset
45530
45531 Portable Document Format
45532 \begin_inset Quotes erd
45533 \end_inset
45534
45535  (PDF) was developed by 
45536 \family typewriter
45537 Adobe
45538 \family default
45539  as a derivative of PostScript.
45540  It is more compressed and it uses fewer commands than PostScript.
45541  As the name 
45542 \begin_inset Quotes eld
45543 \end_inset
45544
45545 portable
45546 \begin_inset Quotes erd
45547 \end_inset
45548
45549  implies, it can be processed at any computer system and the printed output
45550  looks exactly the same.
45551 \end_layout
45552
45553 \begin_layout Standard
45554 PDF can contain images in its own PDF format, in the format 
45555 \begin_inset Quotes eld
45556 \end_inset
45557
45558 Joint Photographic Experts Group
45559 \begin_inset Quotes erd
45560 \end_inset
45561
45562  (JPG, file extension 
45563 \begin_inset Quotes eld
45564 \end_inset
45565
45566
45567 \family typewriter
45568 .jpg
45569 \family default
45570
45571 \begin_inset Quotes erd
45572 \end_inset
45573
45574  or 
45575 \begin_inset Quotes eld
45576 \end_inset
45577
45578
45579 \family typewriter
45580 .jpeg
45581 \family default
45582
45583 \begin_inset Quotes erd
45584 \end_inset
45585
45586 ), and in the format 
45587 \begin_inset Quotes eld
45588 \end_inset
45589
45590 Portable Network Graphics
45591 \begin_inset Quotes erd
45592 \end_inset
45593
45594  (PNG, file extension 
45595 \begin_inset Quotes eld
45596 \end_inset
45597
45598
45599 \family typewriter
45600 .png
45601 \family default
45602
45603 \begin_inset Quotes erd
45604 \end_inset
45605
45606 ).
45607  Nevertheless you can use any other image format, because \SpecialChar LyX
45608  converts them
45609  in the background to one of these formats.
45610  But as described in the section about PostScript, the image conversion
45611  will slow down your work flow.
45612  So it is recommended that you use images in one of the three mentioned
45613  formats.
45614 \end_layout
45615
45616 \begin_layout Standard
45617 You can export your document to PDF via the menu 
45618 \family sans
45619 File\SpecialChar menuseparator
45620 Export
45621 \family default
45622  in three different ways:
45623 \end_layout
45624
45625 \begin_layout Description
45626 PDF
45627 \begin_inset space ~
45628 \end_inset
45629
45630 (ps2pdf) This uses the program 
45631 \family typewriter
45632 ps2pdf
45633 \family default
45634  that creates a PDF from a PostScript-version of your file.
45635  The PostScript-version is produced by the program 
45636 \family typewriter
45637 dvips
45638 \family default
45639  which uses a DVI-version as intermediate step.
45640  So this export variant consists of three conversions.
45641 \end_layout
45642
45643 \begin_layout Description
45644 PDF
45645 \begin_inset space ~
45646 \end_inset
45647
45648 (dvipdfm) This uses the program 
45649 \family typewriter
45650 dvipdfm
45651 \family default
45652  that converts your file in the background to DVI and in a second step to
45653  PDF.
45654 \end_layout
45655
45656 \begin_layout Description
45657 PDF
45658 \begin_inset space ~
45659 \end_inset
45660
45661 (pdflatex) This uses the program 
45662 \family typewriter
45663 pdftex
45664 \family default
45665  that converts your file directly to PDF.
45666 \end_layout
45667
45668 \begin_layout Standard
45669 It is recommended that you use 
45670 \family sans
45671 PDF
45672 \begin_inset space ~
45673 \end_inset
45674
45675 (pdflatex)
45676 \family default
45677  because 
45678 \family typewriter
45679 pdftex
45680 \family default
45681  supports all features of actual PDF-versions, is quick and works stable.
45682  The program 
45683 \family typewriter
45684 dvipdfm
45685 \family default
45686  is not under development and therefore a bit outdated.
45687 \end_layout
45688
45689 \begin_layout Standard
45690 You can view your document as PDF via the 
45691 \family sans
45692 View
45693 \family default
45694  menu or by using a toolbar button.
45695 \end_layout
45696
45697 \begin_layout Chapter
45698 List of dvips color names
45699 \begin_inset CommandInset label
45700 LatexCommand label
45701 name "chap:List-of-dvips-colornames"
45702
45703 \end_inset
45704
45705
45706 \end_layout
45707
45708 \begin_layout Standard
45709 \begin_inset Tabular
45710 <lyxtabular version="3" rows="17" columns="4">
45711 <features tabularvalignment="middle">
45712 <column alignment="left" valignment="top" width="0pt">
45713 <column alignment="left" valignment="top" width="0pt">
45714 <column alignment="left" valignment="top" width="0pt">
45715 <column alignment="left" valignment="top" width="0pt">
45716 <row>
45717 <cell alignment="left" valignment="top" usebox="none">
45718 \begin_inset Text
45719
45720 \begin_layout Plain Layout
45721 \begin_inset ERT
45722 status collapsed
45723
45724 \begin_layout Plain Layout
45725
45726
45727 \backslash
45728 fcolorbox{black}{
45729 \end_layout
45730
45731 \end_inset
45732
45733 white
45734 \begin_inset ERT
45735 status collapsed
45736
45737 \begin_layout Plain Layout
45738
45739 }{
45740 \end_layout
45741
45742 \end_inset
45743
45744 Color
45745 \begin_inset ERT
45746 status collapsed
45747
45748 \begin_layout Plain Layout
45749
45750 }
45751 \end_layout
45752
45753 \end_inset
45754
45755  Color name
45756 \end_layout
45757
45758 \end_inset
45759 </cell>
45760 <cell alignment="left" valignment="top" usebox="none">
45761 \begin_inset Text
45762
45763 \begin_layout Plain Layout
45764 \begin_inset ERT
45765 status collapsed
45766
45767 \begin_layout Plain Layout
45768
45769
45770 \backslash
45771 fcolorbox{black}{
45772 \end_layout
45773
45774 \end_inset
45775
45776 white
45777 \begin_inset ERT
45778 status collapsed
45779
45780 \begin_layout Plain Layout
45781
45782 }{
45783 \end_layout
45784
45785 \end_inset
45786
45787 Color
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793 }
45794 \end_layout
45795
45796 \end_inset
45797
45798  Color name
45799 \end_layout
45800
45801 \end_inset
45802 </cell>
45803 <cell alignment="left" valignment="top" usebox="none">
45804 \begin_inset Text
45805
45806 \begin_layout Plain Layout
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812
45813 \backslash
45814 fcolorbox{black}{
45815 \end_layout
45816
45817 \end_inset
45818
45819 white
45820 \begin_inset ERT
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824
45825 }{
45826 \end_layout
45827
45828 \end_inset
45829
45830 Color
45831 \begin_inset ERT
45832 status collapsed
45833
45834 \begin_layout Plain Layout
45835
45836 }
45837 \end_layout
45838
45839 \end_inset
45840
45841  Color name
45842 \end_layout
45843
45844 \end_inset
45845 </cell>
45846 <cell alignment="left" valignment="top" usebox="none">
45847 \begin_inset Text
45848
45849 \begin_layout Plain Layout
45850 \begin_inset ERT
45851 status collapsed
45852
45853 \begin_layout Plain Layout
45854
45855
45856 \backslash
45857 fcolorbox{black}{
45858 \end_layout
45859
45860 \end_inset
45861
45862 white
45863 \begin_inset ERT
45864 status collapsed
45865
45866 \begin_layout Plain Layout
45867
45868 }{
45869 \end_layout
45870
45871 \end_inset
45872
45873 Color
45874 \begin_inset ERT
45875 status collapsed
45876
45877 \begin_layout Plain Layout
45878
45879 }
45880 \end_layout
45881
45882 \end_inset
45883
45884  Color name
45885 \end_layout
45886
45887 \end_inset
45888 </cell>
45889 </row>
45890 <row>
45891 <cell alignment="center" valignment="top" usebox="none">
45892 \begin_inset Text
45893
45894 \begin_layout Plain Layout
45895 \begin_inset ERT
45896 status collapsed
45897
45898 \begin_layout Plain Layout
45899
45900
45901 \backslash
45902 fcolorbox{black}{
45903 \end_layout
45904
45905 \end_inset
45906
45907 Apricot
45908 \begin_inset ERT
45909 status collapsed
45910
45911 \begin_layout Plain Layout
45912
45913 }{
45914 \end_layout
45915
45916 \end_inset
45917
45918
45919 \begin_inset Phantom Phantom
45920 status open
45921
45922 \begin_layout Plain Layout
45923 W
45924 \end_layout
45925
45926 \end_inset
45927
45928
45929 \begin_inset ERT
45930 status collapsed
45931
45932 \begin_layout Plain Layout
45933
45934 }
45935 \end_layout
45936
45937 \end_inset
45938
45939  Apricot
45940 \end_layout
45941
45942 \end_inset
45943 </cell>
45944 <cell alignment="center" valignment="top" usebox="none">
45945 \begin_inset Text
45946
45947 \begin_layout Plain Layout
45948 \begin_inset ERT
45949 status collapsed
45950
45951 \begin_layout Plain Layout
45952
45953
45954 \backslash
45955 fcolorbox{black}{
45956 \end_layout
45957
45958 \end_inset
45959
45960 Aquamarine
45961 \begin_inset ERT
45962 status collapsed
45963
45964 \begin_layout Plain Layout
45965
45966 }{
45967 \end_layout
45968
45969 \end_inset
45970
45971
45972 \begin_inset Phantom Phantom
45973 status open
45974
45975 \begin_layout Plain Layout
45976 W
45977 \end_layout
45978
45979 \end_inset
45980
45981
45982 \begin_inset ERT
45983 status collapsed
45984
45985 \begin_layout Plain Layout
45986
45987 }
45988 \end_layout
45989
45990 \end_inset
45991
45992  Aquamarine
45993 \end_layout
45994
45995 \end_inset
45996 </cell>
45997 <cell alignment="center" valignment="top" usebox="none">
45998 \begin_inset Text
45999
46000 \begin_layout Plain Layout
46001 \begin_inset ERT
46002 status collapsed
46003
46004 \begin_layout Plain Layout
46005
46006
46007 \backslash
46008 fcolorbox{black}{
46009 \end_layout
46010
46011 \end_inset
46012
46013 Bittersweet
46014 \begin_inset ERT
46015 status collapsed
46016
46017 \begin_layout Plain Layout
46018
46019 }{
46020 \end_layout
46021
46022 \end_inset
46023
46024
46025 \begin_inset Phantom Phantom
46026 status open
46027
46028 \begin_layout Plain Layout
46029 W
46030 \end_layout
46031
46032 \end_inset
46033
46034
46035 \begin_inset ERT
46036 status collapsed
46037
46038 \begin_layout Plain Layout
46039
46040 }
46041 \end_layout
46042
46043 \end_inset
46044
46045  Bittersweet
46046 \end_layout
46047
46048 \end_inset
46049 </cell>
46050 <cell alignment="center" valignment="top" usebox="none">
46051 \begin_inset Text
46052
46053 \begin_layout Plain Layout
46054 \begin_inset ERT
46055 status collapsed
46056
46057 \begin_layout Plain Layout
46058
46059
46060 \backslash
46061 fcolorbox{black}{
46062 \end_layout
46063
46064 \end_inset
46065
46066 BlueGreen
46067 \begin_inset ERT
46068 status collapsed
46069
46070 \begin_layout Plain Layout
46071
46072 }{
46073 \end_layout
46074
46075 \end_inset
46076
46077
46078 \begin_inset Phantom Phantom
46079 status open
46080
46081 \begin_layout Plain Layout
46082 W
46083 \end_layout
46084
46085 \end_inset
46086
46087
46088 \begin_inset ERT
46089 status collapsed
46090
46091 \begin_layout Plain Layout
46092
46093 }
46094 \end_layout
46095
46096 \end_inset
46097
46098  BlueGreen
46099 \end_layout
46100
46101 \end_inset
46102 </cell>
46103 </row>
46104 <row>
46105 <cell alignment="left" valignment="top" usebox="none">
46106 \begin_inset Text
46107
46108 \begin_layout Plain Layout
46109 \begin_inset ERT
46110 status collapsed
46111
46112 \begin_layout Plain Layout
46113
46114
46115 \backslash
46116 fcolorbox{black}{
46117 \end_layout
46118
46119 \end_inset
46120
46121 BlueViolet
46122 \begin_inset ERT
46123 status collapsed
46124
46125 \begin_layout Plain Layout
46126
46127 }{
46128 \end_layout
46129
46130 \end_inset
46131
46132
46133 \begin_inset Phantom Phantom
46134 status open
46135
46136 \begin_layout Plain Layout
46137 W
46138 \end_layout
46139
46140 \end_inset
46141
46142
46143 \begin_inset ERT
46144 status collapsed
46145
46146 \begin_layout Plain Layout
46147
46148 }
46149 \end_layout
46150
46151 \end_inset
46152
46153  BlueViolet
46154 \end_layout
46155
46156 \end_inset
46157 </cell>
46158 <cell alignment="left" valignment="top" usebox="none">
46159 \begin_inset Text
46160
46161 \begin_layout Plain Layout
46162 \begin_inset ERT
46163 status collapsed
46164
46165 \begin_layout Plain Layout
46166
46167
46168 \backslash
46169 fcolorbox{black}{
46170 \end_layout
46171
46172 \end_inset
46173
46174 BrickRed
46175 \begin_inset ERT
46176 status collapsed
46177
46178 \begin_layout Plain Layout
46179
46180 }{
46181 \end_layout
46182
46183 \end_inset
46184
46185
46186 \begin_inset Phantom Phantom
46187 status open
46188
46189 \begin_layout Plain Layout
46190 W
46191 \end_layout
46192
46193 \end_inset
46194
46195
46196 \begin_inset ERT
46197 status collapsed
46198
46199 \begin_layout Plain Layout
46200
46201 }
46202 \end_layout
46203
46204 \end_inset
46205
46206  BrickRed
46207 \end_layout
46208
46209 \end_inset
46210 </cell>
46211 <cell alignment="left" valignment="top" usebox="none">
46212 \begin_inset Text
46213
46214 \begin_layout Plain Layout
46215 \begin_inset ERT
46216 status collapsed
46217
46218 \begin_layout Plain Layout
46219
46220
46221 \backslash
46222 fcolorbox{black}{
46223 \end_layout
46224
46225 \end_inset
46226
46227 Brown
46228 \begin_inset ERT
46229 status collapsed
46230
46231 \begin_layout Plain Layout
46232
46233 }{
46234 \end_layout
46235
46236 \end_inset
46237
46238
46239 \begin_inset Phantom Phantom
46240 status open
46241
46242 \begin_layout Plain Layout
46243 W
46244 \end_layout
46245
46246 \end_inset
46247
46248
46249 \begin_inset ERT
46250 status collapsed
46251
46252 \begin_layout Plain Layout
46253
46254 }
46255 \end_layout
46256
46257 \end_inset
46258
46259  Brown
46260 \end_layout
46261
46262 \end_inset
46263 </cell>
46264 <cell alignment="left" valignment="top" usebox="none">
46265 \begin_inset Text
46266
46267 \begin_layout Plain Layout
46268 \begin_inset ERT
46269 status collapsed
46270
46271 \begin_layout Plain Layout
46272
46273
46274 \backslash
46275 fcolorbox{black}{
46276 \end_layout
46277
46278 \end_inset
46279
46280 BurntOrange
46281 \begin_inset ERT
46282 status collapsed
46283
46284 \begin_layout Plain Layout
46285
46286 }{
46287 \end_layout
46288
46289 \end_inset
46290
46291
46292 \begin_inset Phantom Phantom
46293 status open
46294
46295 \begin_layout Plain Layout
46296 W
46297 \end_layout
46298
46299 \end_inset
46300
46301
46302 \begin_inset ERT
46303 status collapsed
46304
46305 \begin_layout Plain Layout
46306
46307 }
46308 \end_layout
46309
46310 \end_inset
46311
46312  BurntOrange
46313 \end_layout
46314
46315 \end_inset
46316 </cell>
46317 </row>
46318 <row>
46319 <cell alignment="left" valignment="top" usebox="none">
46320 \begin_inset Text
46321
46322 \begin_layout Plain Layout
46323 \begin_inset ERT
46324 status collapsed
46325
46326 \begin_layout Plain Layout
46327
46328
46329 \backslash
46330 fcolorbox{black}{
46331 \end_layout
46332
46333 \end_inset
46334
46335 CadetBlue
46336 \begin_inset ERT
46337 status collapsed
46338
46339 \begin_layout Plain Layout
46340
46341 }{
46342 \end_layout
46343
46344 \end_inset
46345
46346
46347 \begin_inset Phantom Phantom
46348 status open
46349
46350 \begin_layout Plain Layout
46351 W
46352 \end_layout
46353
46354 \end_inset
46355
46356
46357 \begin_inset ERT
46358 status collapsed
46359
46360 \begin_layout Plain Layout
46361
46362 }
46363 \end_layout
46364
46365 \end_inset
46366
46367  CadetBlue
46368 \end_layout
46369
46370 \end_inset
46371 </cell>
46372 <cell alignment="left" valignment="top" usebox="none">
46373 \begin_inset Text
46374
46375 \begin_layout Plain Layout
46376 \begin_inset ERT
46377 status collapsed
46378
46379 \begin_layout Plain Layout
46380
46381
46382 \backslash
46383 fcolorbox{black}{
46384 \end_layout
46385
46386 \end_inset
46387
46388 CarnationPink
46389 \begin_inset ERT
46390 status collapsed
46391
46392 \begin_layout Plain Layout
46393
46394 }{
46395 \end_layout
46396
46397 \end_inset
46398
46399
46400 \begin_inset Phantom Phantom
46401 status open
46402
46403 \begin_layout Plain Layout
46404 W
46405 \end_layout
46406
46407 \end_inset
46408
46409
46410 \begin_inset ERT
46411 status collapsed
46412
46413 \begin_layout Plain Layout
46414
46415 }
46416 \end_layout
46417
46418 \end_inset
46419
46420  CarnationPink
46421 \end_layout
46422
46423 \end_inset
46424 </cell>
46425 <cell alignment="left" valignment="top" usebox="none">
46426 \begin_inset Text
46427
46428 \begin_layout Plain Layout
46429 \begin_inset ERT
46430 status collapsed
46431
46432 \begin_layout Plain Layout
46433
46434
46435 \backslash
46436 fcolorbox{black}{
46437 \end_layout
46438
46439 \end_inset
46440
46441 Cerulean
46442 \begin_inset ERT
46443 status collapsed
46444
46445 \begin_layout Plain Layout
46446
46447 }{
46448 \end_layout
46449
46450 \end_inset
46451
46452
46453 \begin_inset Phantom Phantom
46454 status open
46455
46456 \begin_layout Plain Layout
46457 W
46458 \end_layout
46459
46460 \end_inset
46461
46462
46463 \begin_inset ERT
46464 status collapsed
46465
46466 \begin_layout Plain Layout
46467
46468 }
46469 \end_layout
46470
46471 \end_inset
46472
46473  Cerulean
46474 \end_layout
46475
46476 \end_inset
46477 </cell>
46478 <cell alignment="left" valignment="top" usebox="none">
46479 \begin_inset Text
46480
46481 \begin_layout Plain Layout
46482 \begin_inset ERT
46483 status collapsed
46484
46485 \begin_layout Plain Layout
46486
46487
46488 \backslash
46489 fcolorbox{black}{
46490 \end_layout
46491
46492 \end_inset
46493
46494 CornflowerBlue
46495 \begin_inset ERT
46496 status collapsed
46497
46498 \begin_layout Plain Layout
46499
46500 }{
46501 \end_layout
46502
46503 \end_inset
46504
46505
46506 \begin_inset Phantom Phantom
46507 status open
46508
46509 \begin_layout Plain Layout
46510 W
46511 \end_layout
46512
46513 \end_inset
46514
46515
46516 \begin_inset ERT
46517 status collapsed
46518
46519 \begin_layout Plain Layout
46520
46521 }
46522 \end_layout
46523
46524 \end_inset
46525
46526  CornflowerBlue
46527 \end_layout
46528
46529 \end_inset
46530 </cell>
46531 </row>
46532 <row>
46533 <cell alignment="left" valignment="top" usebox="none">
46534 \begin_inset Text
46535
46536 \begin_layout Plain Layout
46537 \begin_inset ERT
46538 status collapsed
46539
46540 \begin_layout Plain Layout
46541
46542
46543 \backslash
46544 fcolorbox{black}{
46545 \end_layout
46546
46547 \end_inset
46548
46549 Dandelion
46550 \begin_inset ERT
46551 status collapsed
46552
46553 \begin_layout Plain Layout
46554
46555 }{
46556 \end_layout
46557
46558 \end_inset
46559
46560
46561 \begin_inset Phantom Phantom
46562 status open
46563
46564 \begin_layout Plain Layout
46565 W
46566 \end_layout
46567
46568 \end_inset
46569
46570
46571 \begin_inset ERT
46572 status collapsed
46573
46574 \begin_layout Plain Layout
46575
46576 }
46577 \end_layout
46578
46579 \end_inset
46580
46581  Dandelion
46582 \end_layout
46583
46584 \end_inset
46585 </cell>
46586 <cell alignment="left" valignment="top" usebox="none">
46587 \begin_inset Text
46588
46589 \begin_layout Plain Layout
46590 \begin_inset ERT
46591 status collapsed
46592
46593 \begin_layout Plain Layout
46594
46595
46596 \backslash
46597 fcolorbox{black}{
46598 \end_layout
46599
46600 \end_inset
46601
46602 DarkOrchid
46603 \begin_inset ERT
46604 status collapsed
46605
46606 \begin_layout Plain Layout
46607
46608 }{
46609 \end_layout
46610
46611 \end_inset
46612
46613
46614 \begin_inset Phantom Phantom
46615 status open
46616
46617 \begin_layout Plain Layout
46618 W
46619 \end_layout
46620
46621 \end_inset
46622
46623
46624 \begin_inset ERT
46625 status collapsed
46626
46627 \begin_layout Plain Layout
46628
46629 }
46630 \end_layout
46631
46632 \end_inset
46633
46634  DarkOrchid
46635 \end_layout
46636
46637 \end_inset
46638 </cell>
46639 <cell alignment="left" valignment="top" usebox="none">
46640 \begin_inset Text
46641
46642 \begin_layout Plain Layout
46643 \begin_inset ERT
46644 status collapsed
46645
46646 \begin_layout Plain Layout
46647
46648
46649 \backslash
46650 fcolorbox{black}{
46651 \end_layout
46652
46653 \end_inset
46654
46655 Emerald
46656 \begin_inset ERT
46657 status collapsed
46658
46659 \begin_layout Plain Layout
46660
46661 }{
46662 \end_layout
46663
46664 \end_inset
46665
46666
46667 \begin_inset Phantom Phantom
46668 status open
46669
46670 \begin_layout Plain Layout
46671 W
46672 \end_layout
46673
46674 \end_inset
46675
46676
46677 \begin_inset ERT
46678 status collapsed
46679
46680 \begin_layout Plain Layout
46681
46682 }
46683 \end_layout
46684
46685 \end_inset
46686
46687  Emerald
46688 \end_layout
46689
46690 \end_inset
46691 </cell>
46692 <cell alignment="left" valignment="top" usebox="none">
46693 \begin_inset Text
46694
46695 \begin_layout Plain Layout
46696 \begin_inset ERT
46697 status collapsed
46698
46699 \begin_layout Plain Layout
46700
46701
46702 \backslash
46703 fcolorbox{black}{
46704 \end_layout
46705
46706 \end_inset
46707
46708 ForestGreen
46709 \begin_inset ERT
46710 status collapsed
46711
46712 \begin_layout Plain Layout
46713
46714 }{
46715 \end_layout
46716
46717 \end_inset
46718
46719
46720 \begin_inset Phantom Phantom
46721 status open
46722
46723 \begin_layout Plain Layout
46724 W
46725 \end_layout
46726
46727 \end_inset
46728
46729
46730 \begin_inset ERT
46731 status collapsed
46732
46733 \begin_layout Plain Layout
46734
46735 }
46736 \end_layout
46737
46738 \end_inset
46739
46740  ForestGreen
46741 \end_layout
46742
46743 \end_inset
46744 </cell>
46745 </row>
46746 <row>
46747 <cell alignment="left" valignment="top" usebox="none">
46748 \begin_inset Text
46749
46750 \begin_layout Plain Layout
46751 \begin_inset ERT
46752 status collapsed
46753
46754 \begin_layout Plain Layout
46755
46756
46757 \backslash
46758 fcolorbox{black}{
46759 \end_layout
46760
46761 \end_inset
46762
46763 Fuchsia
46764 \begin_inset ERT
46765 status collapsed
46766
46767 \begin_layout Plain Layout
46768
46769 }{
46770 \end_layout
46771
46772 \end_inset
46773
46774
46775 \begin_inset Phantom Phantom
46776 status open
46777
46778 \begin_layout Plain Layout
46779 W
46780 \end_layout
46781
46782 \end_inset
46783
46784
46785 \begin_inset ERT
46786 status collapsed
46787
46788 \begin_layout Plain Layout
46789
46790 }
46791 \end_layout
46792
46793 \end_inset
46794
46795  Fuchsia
46796 \end_layout
46797
46798 \end_inset
46799 </cell>
46800 <cell alignment="left" valignment="top" usebox="none">
46801 \begin_inset Text
46802
46803 \begin_layout Plain Layout
46804 \begin_inset ERT
46805 status collapsed
46806
46807 \begin_layout Plain Layout
46808
46809
46810 \backslash
46811 fcolorbox{black}{
46812 \end_layout
46813
46814 \end_inset
46815
46816 Goldenrod
46817 \begin_inset ERT
46818 status collapsed
46819
46820 \begin_layout Plain Layout
46821
46822 }{
46823 \end_layout
46824
46825 \end_inset
46826
46827
46828 \begin_inset Phantom Phantom
46829 status open
46830
46831 \begin_layout Plain Layout
46832 W
46833 \end_layout
46834
46835 \end_inset
46836
46837
46838 \begin_inset ERT
46839 status collapsed
46840
46841 \begin_layout Plain Layout
46842
46843 }
46844 \end_layout
46845
46846 \end_inset
46847
46848  Goldenrod
46849 \end_layout
46850
46851 \end_inset
46852 </cell>
46853 <cell alignment="left" valignment="top" usebox="none">
46854 \begin_inset Text
46855
46856 \begin_layout Plain Layout
46857 \begin_inset ERT
46858 status collapsed
46859
46860 \begin_layout Plain Layout
46861
46862
46863 \backslash
46864 fcolorbox{black}{
46865 \end_layout
46866
46867 \end_inset
46868
46869 Gray
46870 \begin_inset ERT
46871 status collapsed
46872
46873 \begin_layout Plain Layout
46874
46875 }{
46876 \end_layout
46877
46878 \end_inset
46879
46880
46881 \begin_inset Phantom Phantom
46882 status open
46883
46884 \begin_layout Plain Layout
46885 W
46886 \end_layout
46887
46888 \end_inset
46889
46890
46891 \begin_inset ERT
46892 status collapsed
46893
46894 \begin_layout Plain Layout
46895
46896 }
46897 \end_layout
46898
46899 \end_inset
46900
46901  Gray
46902 \end_layout
46903
46904 \end_inset
46905 </cell>
46906 <cell alignment="left" valignment="top" usebox="none">
46907 \begin_inset Text
46908
46909 \begin_layout Plain Layout
46910 \begin_inset ERT
46911 status collapsed
46912
46913 \begin_layout Plain Layout
46914
46915
46916 \backslash
46917 fcolorbox{black}{
46918 \end_layout
46919
46920 \end_inset
46921
46922 GreenYellow
46923 \begin_inset ERT
46924 status collapsed
46925
46926 \begin_layout Plain Layout
46927
46928 }{
46929 \end_layout
46930
46931 \end_inset
46932
46933
46934 \begin_inset Phantom Phantom
46935 status open
46936
46937 \begin_layout Plain Layout
46938 W
46939 \end_layout
46940
46941 \end_inset
46942
46943
46944 \begin_inset ERT
46945 status collapsed
46946
46947 \begin_layout Plain Layout
46948
46949 }
46950 \end_layout
46951
46952 \end_inset
46953
46954  GreenYellow
46955 \end_layout
46956
46957 \end_inset
46958 </cell>
46959 </row>
46960 <row>
46961 <cell alignment="center" valignment="top" usebox="none">
46962 \begin_inset Text
46963
46964 \begin_layout Plain Layout
46965 \begin_inset ERT
46966 status collapsed
46967
46968 \begin_layout Plain Layout
46969
46970
46971 \backslash
46972 fcolorbox{black}{
46973 \end_layout
46974
46975 \end_inset
46976
46977 JungleGreen
46978 \begin_inset ERT
46979 status collapsed
46980
46981 \begin_layout Plain Layout
46982
46983 }{
46984 \end_layout
46985
46986 \end_inset
46987
46988
46989 \begin_inset Phantom Phantom
46990 status open
46991
46992 \begin_layout Plain Layout
46993 W
46994 \end_layout
46995
46996 \end_inset
46997
46998
46999 \begin_inset ERT
47000 status collapsed
47001
47002 \begin_layout Plain Layout
47003
47004 }
47005 \end_layout
47006
47007 \end_inset
47008
47009  JungleGreen
47010 \end_layout
47011
47012 \end_inset
47013 </cell>
47014 <cell alignment="center" valignment="top" usebox="none">
47015 \begin_inset Text
47016
47017 \begin_layout Plain Layout
47018 \begin_inset ERT
47019 status collapsed
47020
47021 \begin_layout Plain Layout
47022
47023
47024 \backslash
47025 fcolorbox{black}{
47026 \end_layout
47027
47028 \end_inset
47029
47030 Lavender
47031 \begin_inset ERT
47032 status collapsed
47033
47034 \begin_layout Plain Layout
47035
47036 }{
47037 \end_layout
47038
47039 \end_inset
47040
47041
47042 \begin_inset Phantom Phantom
47043 status open
47044
47045 \begin_layout Plain Layout
47046 W
47047 \end_layout
47048
47049 \end_inset
47050
47051
47052 \begin_inset ERT
47053 status collapsed
47054
47055 \begin_layout Plain Layout
47056
47057 }
47058 \end_layout
47059
47060 \end_inset
47061
47062  Lavender
47063 \end_layout
47064
47065 \end_inset
47066 </cell>
47067 <cell alignment="center" valignment="top" usebox="none">
47068 \begin_inset Text
47069
47070 \begin_layout Plain Layout
47071 \begin_inset ERT
47072 status collapsed
47073
47074 \begin_layout Plain Layout
47075
47076
47077 \backslash
47078 fcolorbox{black}{
47079 \end_layout
47080
47081 \end_inset
47082
47083 LimeGreen
47084 \begin_inset ERT
47085 status collapsed
47086
47087 \begin_layout Plain Layout
47088
47089 }{
47090 \end_layout
47091
47092 \end_inset
47093
47094
47095 \begin_inset Phantom Phantom
47096 status open
47097
47098 \begin_layout Plain Layout
47099 W
47100 \end_layout
47101
47102 \end_inset
47103
47104
47105 \begin_inset ERT
47106 status collapsed
47107
47108 \begin_layout Plain Layout
47109
47110 }
47111 \end_layout
47112
47113 \end_inset
47114
47115  LimeGreen
47116 \end_layout
47117
47118 \end_inset
47119 </cell>
47120 <cell alignment="center" valignment="top" usebox="none">
47121 \begin_inset Text
47122
47123 \begin_layout Plain Layout
47124 \begin_inset ERT
47125 status collapsed
47126
47127 \begin_layout Plain Layout
47128
47129
47130 \backslash
47131 fcolorbox{black}{
47132 \end_layout
47133
47134 \end_inset
47135
47136 Mahogany
47137 \begin_inset ERT
47138 status collapsed
47139
47140 \begin_layout Plain Layout
47141
47142 }{
47143 \end_layout
47144
47145 \end_inset
47146
47147
47148 \begin_inset Phantom Phantom
47149 status open
47150
47151 \begin_layout Plain Layout
47152 W
47153 \end_layout
47154
47155 \end_inset
47156
47157
47158 \begin_inset ERT
47159 status collapsed
47160
47161 \begin_layout Plain Layout
47162
47163 }
47164 \end_layout
47165
47166 \end_inset
47167
47168  Mahogany
47169 \end_layout
47170
47171 \end_inset
47172 </cell>
47173 </row>
47174 <row>
47175 <cell alignment="left" valignment="top" usebox="none">
47176 \begin_inset Text
47177
47178 \begin_layout Plain Layout
47179 \begin_inset ERT
47180 status collapsed
47181
47182 \begin_layout Plain Layout
47183
47184
47185 \backslash
47186 fcolorbox{black}{
47187 \end_layout
47188
47189 \end_inset
47190
47191 Mahogany
47192 \begin_inset ERT
47193 status collapsed
47194
47195 \begin_layout Plain Layout
47196
47197 }{
47198 \end_layout
47199
47200 \end_inset
47201
47202
47203 \begin_inset Phantom Phantom
47204 status open
47205
47206 \begin_layout Plain Layout
47207 W
47208 \end_layout
47209
47210 \end_inset
47211
47212
47213 \begin_inset ERT
47214 status collapsed
47215
47216 \begin_layout Plain Layout
47217
47218 }
47219 \end_layout
47220
47221 \end_inset
47222
47223  Mahogany
47224 \end_layout
47225
47226 \end_inset
47227 </cell>
47228 <cell alignment="left" valignment="top" usebox="none">
47229 \begin_inset Text
47230
47231 \begin_layout Plain Layout
47232 \begin_inset ERT
47233 status collapsed
47234
47235 \begin_layout Plain Layout
47236
47237
47238 \backslash
47239 fcolorbox{black}{
47240 \end_layout
47241
47242 \end_inset
47243
47244 Maroon
47245 \begin_inset ERT
47246 status collapsed
47247
47248 \begin_layout Plain Layout
47249
47250 }{
47251 \end_layout
47252
47253 \end_inset
47254
47255
47256 \begin_inset Phantom Phantom
47257 status open
47258
47259 \begin_layout Plain Layout
47260 W
47261 \end_layout
47262
47263 \end_inset
47264
47265
47266 \begin_inset ERT
47267 status collapsed
47268
47269 \begin_layout Plain Layout
47270
47271 }
47272 \end_layout
47273
47274 \end_inset
47275
47276  Maroon
47277 \end_layout
47278
47279 \end_inset
47280 </cell>
47281 <cell alignment="left" valignment="top" usebox="none">
47282 \begin_inset Text
47283
47284 \begin_layout Plain Layout
47285 \begin_inset ERT
47286 status collapsed
47287
47288 \begin_layout Plain Layout
47289
47290
47291 \backslash
47292 fcolorbox{black}{
47293 \end_layout
47294
47295 \end_inset
47296
47297 Melon
47298 \begin_inset ERT
47299 status collapsed
47300
47301 \begin_layout Plain Layout
47302
47303 }{
47304 \end_layout
47305
47306 \end_inset
47307
47308
47309 \begin_inset Phantom Phantom
47310 status open
47311
47312 \begin_layout Plain Layout
47313 W
47314 \end_layout
47315
47316 \end_inset
47317
47318
47319 \begin_inset ERT
47320 status collapsed
47321
47322 \begin_layout Plain Layout
47323
47324 }
47325 \end_layout
47326
47327 \end_inset
47328
47329  Melon
47330 \end_layout
47331
47332 \end_inset
47333 </cell>
47334 <cell alignment="left" valignment="top" usebox="none">
47335 \begin_inset Text
47336
47337 \begin_layout Plain Layout
47338 \begin_inset ERT
47339 status collapsed
47340
47341 \begin_layout Plain Layout
47342
47343
47344 \backslash
47345 fcolorbox{black}{
47346 \end_layout
47347
47348 \end_inset
47349
47350 MidnightBlue
47351 \begin_inset ERT
47352 status collapsed
47353
47354 \begin_layout Plain Layout
47355
47356 }{
47357 \end_layout
47358
47359 \end_inset
47360
47361
47362 \begin_inset Phantom Phantom
47363 status open
47364
47365 \begin_layout Plain Layout
47366 W
47367 \end_layout
47368
47369 \end_inset
47370
47371
47372 \begin_inset ERT
47373 status collapsed
47374
47375 \begin_layout Plain Layout
47376
47377 }
47378 \end_layout
47379
47380 \end_inset
47381
47382  MidnightBlue
47383 \end_layout
47384
47385 \end_inset
47386 </cell>
47387 </row>
47388 <row>
47389 <cell alignment="left" valignment="top" usebox="none">
47390 \begin_inset Text
47391
47392 \begin_layout Plain Layout
47393 \begin_inset ERT
47394 status collapsed
47395
47396 \begin_layout Plain Layout
47397
47398
47399 \backslash
47400 fcolorbox{black}{
47401 \end_layout
47402
47403 \end_inset
47404
47405 Mulberry
47406 \begin_inset ERT
47407 status collapsed
47408
47409 \begin_layout Plain Layout
47410
47411 }{
47412 \end_layout
47413
47414 \end_inset
47415
47416
47417 \begin_inset Phantom Phantom
47418 status open
47419
47420 \begin_layout Plain Layout
47421 W
47422 \end_layout
47423
47424 \end_inset
47425
47426
47427 \begin_inset ERT
47428 status collapsed
47429
47430 \begin_layout Plain Layout
47431
47432 }
47433 \end_layout
47434
47435 \end_inset
47436
47437  Mulberry
47438 \end_layout
47439
47440 \end_inset
47441 </cell>
47442 <cell alignment="left" valignment="top" usebox="none">
47443 \begin_inset Text
47444
47445 \begin_layout Plain Layout
47446 \begin_inset ERT
47447 status collapsed
47448
47449 \begin_layout Plain Layout
47450
47451
47452 \backslash
47453 fcolorbox{black}{
47454 \end_layout
47455
47456 \end_inset
47457
47458 NavyBlue
47459 \begin_inset ERT
47460 status collapsed
47461
47462 \begin_layout Plain Layout
47463
47464 }{
47465 \end_layout
47466
47467 \end_inset
47468
47469
47470 \begin_inset Phantom Phantom
47471 status open
47472
47473 \begin_layout Plain Layout
47474 W
47475 \end_layout
47476
47477 \end_inset
47478
47479
47480 \begin_inset ERT
47481 status collapsed
47482
47483 \begin_layout Plain Layout
47484
47485 }
47486 \end_layout
47487
47488 \end_inset
47489
47490  NavyBlue
47491 \end_layout
47492
47493 \end_inset
47494 </cell>
47495 <cell alignment="left" valignment="top" usebox="none">
47496 \begin_inset Text
47497
47498 \begin_layout Plain Layout
47499 \begin_inset ERT
47500 status collapsed
47501
47502 \begin_layout Plain Layout
47503
47504
47505 \backslash
47506 fcolorbox{black}{
47507 \end_layout
47508
47509 \end_inset
47510
47511 OliveGreen
47512 \begin_inset ERT
47513 status collapsed
47514
47515 \begin_layout Plain Layout
47516
47517 }{
47518 \end_layout
47519
47520 \end_inset
47521
47522
47523 \begin_inset Phantom Phantom
47524 status open
47525
47526 \begin_layout Plain Layout
47527 W
47528 \end_layout
47529
47530 \end_inset
47531
47532
47533 \begin_inset ERT
47534 status collapsed
47535
47536 \begin_layout Plain Layout
47537
47538 }
47539 \end_layout
47540
47541 \end_inset
47542
47543  OliveGreen
47544 \end_layout
47545
47546 \end_inset
47547 </cell>
47548 <cell alignment="left" valignment="top" usebox="none">
47549 \begin_inset Text
47550
47551 \begin_layout Plain Layout
47552 \begin_inset ERT
47553 status collapsed
47554
47555 \begin_layout Plain Layout
47556
47557
47558 \backslash
47559 fcolorbox{black}{
47560 \end_layout
47561
47562 \end_inset
47563
47564 Orange
47565 \begin_inset ERT
47566 status collapsed
47567
47568 \begin_layout Plain Layout
47569
47570 }{
47571 \end_layout
47572
47573 \end_inset
47574
47575
47576 \begin_inset Phantom Phantom
47577 status open
47578
47579 \begin_layout Plain Layout
47580 W
47581 \end_layout
47582
47583 \end_inset
47584
47585
47586 \begin_inset ERT
47587 status collapsed
47588
47589 \begin_layout Plain Layout
47590
47591 }
47592 \end_layout
47593
47594 \end_inset
47595
47596  Orange
47597 \end_layout
47598
47599 \end_inset
47600 </cell>
47601 </row>
47602 <row>
47603 <cell alignment="left" valignment="top" usebox="none">
47604 \begin_inset Text
47605
47606 \begin_layout Plain Layout
47607 \begin_inset ERT
47608 status collapsed
47609
47610 \begin_layout Plain Layout
47611
47612
47613 \backslash
47614 fcolorbox{black}{
47615 \end_layout
47616
47617 \end_inset
47618
47619 OrangeRed
47620 \begin_inset ERT
47621 status collapsed
47622
47623 \begin_layout Plain Layout
47624
47625 }{
47626 \end_layout
47627
47628 \end_inset
47629
47630
47631 \begin_inset Phantom Phantom
47632 status open
47633
47634 \begin_layout Plain Layout
47635 W
47636 \end_layout
47637
47638 \end_inset
47639
47640
47641 \begin_inset ERT
47642 status collapsed
47643
47644 \begin_layout Plain Layout
47645
47646 }
47647 \end_layout
47648
47649 \end_inset
47650
47651  OrangeRed
47652 \end_layout
47653
47654 \end_inset
47655 </cell>
47656 <cell alignment="left" valignment="top" usebox="none">
47657 \begin_inset Text
47658
47659 \begin_layout Plain Layout
47660 \begin_inset ERT
47661 status collapsed
47662
47663 \begin_layout Plain Layout
47664
47665
47666 \backslash
47667 fcolorbox{black}{
47668 \end_layout
47669
47670 \end_inset
47671
47672 Orchid
47673 \begin_inset ERT
47674 status collapsed
47675
47676 \begin_layout Plain Layout
47677
47678 }{
47679 \end_layout
47680
47681 \end_inset
47682
47683
47684 \begin_inset Phantom Phantom
47685 status open
47686
47687 \begin_layout Plain Layout
47688 W
47689 \end_layout
47690
47691 \end_inset
47692
47693
47694 \begin_inset ERT
47695 status collapsed
47696
47697 \begin_layout Plain Layout
47698
47699 }
47700 \end_layout
47701
47702 \end_inset
47703
47704  Orchid
47705 \end_layout
47706
47707 \end_inset
47708 </cell>
47709 <cell alignment="left" valignment="top" usebox="none">
47710 \begin_inset Text
47711
47712 \begin_layout Plain Layout
47713 \begin_inset ERT
47714 status collapsed
47715
47716 \begin_layout Plain Layout
47717
47718
47719 \backslash
47720 fcolorbox{black}{
47721 \end_layout
47722
47723 \end_inset
47724
47725 Peach
47726 \begin_inset ERT
47727 status collapsed
47728
47729 \begin_layout Plain Layout
47730
47731 }{
47732 \end_layout
47733
47734 \end_inset
47735
47736
47737 \begin_inset Phantom Phantom
47738 status open
47739
47740 \begin_layout Plain Layout
47741 W
47742 \end_layout
47743
47744 \end_inset
47745
47746
47747 \begin_inset ERT
47748 status collapsed
47749
47750 \begin_layout Plain Layout
47751
47752 }
47753 \end_layout
47754
47755 \end_inset
47756
47757  Peach
47758 \end_layout
47759
47760 \end_inset
47761 </cell>
47762 <cell alignment="left" valignment="top" usebox="none">
47763 \begin_inset Text
47764
47765 \begin_layout Plain Layout
47766 \begin_inset ERT
47767 status collapsed
47768
47769 \begin_layout Plain Layout
47770
47771
47772 \backslash
47773 fcolorbox{black}{
47774 \end_layout
47775
47776 \end_inset
47777
47778 Periwinkle
47779 \begin_inset ERT
47780 status collapsed
47781
47782 \begin_layout Plain Layout
47783
47784 }{
47785 \end_layout
47786
47787 \end_inset
47788
47789
47790 \begin_inset Phantom Phantom
47791 status open
47792
47793 \begin_layout Plain Layout
47794 W
47795 \end_layout
47796
47797 \end_inset
47798
47799
47800 \begin_inset ERT
47801 status collapsed
47802
47803 \begin_layout Plain Layout
47804
47805 }
47806 \end_layout
47807
47808 \end_inset
47809
47810  Periwinkle
47811 \end_layout
47812
47813 \end_inset
47814 </cell>
47815 </row>
47816 <row>
47817 <cell alignment="left" valignment="top" usebox="none">
47818 \begin_inset Text
47819
47820 \begin_layout Plain Layout
47821 \begin_inset ERT
47822 status collapsed
47823
47824 \begin_layout Plain Layout
47825
47826
47827 \backslash
47828 fcolorbox{black}{
47829 \end_layout
47830
47831 \end_inset
47832
47833 PineGreen
47834 \begin_inset ERT
47835 status collapsed
47836
47837 \begin_layout Plain Layout
47838
47839 }{
47840 \end_layout
47841
47842 \end_inset
47843
47844
47845 \begin_inset Phantom Phantom
47846 status open
47847
47848 \begin_layout Plain Layout
47849 W
47850 \end_layout
47851
47852 \end_inset
47853
47854
47855 \begin_inset ERT
47856 status collapsed
47857
47858 \begin_layout Plain Layout
47859
47860 }
47861 \end_layout
47862
47863 \end_inset
47864
47865  PineGreen
47866 \end_layout
47867
47868 \end_inset
47869 </cell>
47870 <cell alignment="left" valignment="top" usebox="none">
47871 \begin_inset Text
47872
47873 \begin_layout Plain Layout
47874 \begin_inset ERT
47875 status collapsed
47876
47877 \begin_layout Plain Layout
47878
47879
47880 \backslash
47881 fcolorbox{black}{
47882 \end_layout
47883
47884 \end_inset
47885
47886 Plum
47887 \begin_inset ERT
47888 status collapsed
47889
47890 \begin_layout Plain Layout
47891
47892 }{
47893 \end_layout
47894
47895 \end_inset
47896
47897
47898 \begin_inset Phantom Phantom
47899 status open
47900
47901 \begin_layout Plain Layout
47902 W
47903 \end_layout
47904
47905 \end_inset
47906
47907
47908 \begin_inset ERT
47909 status collapsed
47910
47911 \begin_layout Plain Layout
47912
47913 }
47914 \end_layout
47915
47916 \end_inset
47917
47918  Plum
47919 \end_layout
47920
47921 \end_inset
47922 </cell>
47923 <cell alignment="left" valignment="top" usebox="none">
47924 \begin_inset Text
47925
47926 \begin_layout Plain Layout
47927 \begin_inset ERT
47928 status collapsed
47929
47930 \begin_layout Plain Layout
47931
47932
47933 \backslash
47934 fcolorbox{black}{
47935 \end_layout
47936
47937 \end_inset
47938
47939 ProcessBlue
47940 \begin_inset ERT
47941 status collapsed
47942
47943 \begin_layout Plain Layout
47944
47945 }{
47946 \end_layout
47947
47948 \end_inset
47949
47950
47951 \begin_inset Phantom Phantom
47952 status open
47953
47954 \begin_layout Plain Layout
47955 W
47956 \end_layout
47957
47958 \end_inset
47959
47960
47961 \begin_inset ERT
47962 status collapsed
47963
47964 \begin_layout Plain Layout
47965
47966 }
47967 \end_layout
47968
47969 \end_inset
47970
47971  ProcessBlue
47972 \end_layout
47973
47974 \end_inset
47975 </cell>
47976 <cell alignment="left" valignment="top" usebox="none">
47977 \begin_inset Text
47978
47979 \begin_layout Plain Layout
47980 \begin_inset ERT
47981 status collapsed
47982
47983 \begin_layout Plain Layout
47984
47985
47986 \backslash
47987 fcolorbox{black}{
47988 \end_layout
47989
47990 \end_inset
47991
47992 Purple
47993 \begin_inset ERT
47994 status collapsed
47995
47996 \begin_layout Plain Layout
47997
47998 }{
47999 \end_layout
48000
48001 \end_inset
48002
48003
48004 \begin_inset Phantom Phantom
48005 status open
48006
48007 \begin_layout Plain Layout
48008 W
48009 \end_layout
48010
48011 \end_inset
48012
48013
48014 \begin_inset ERT
48015 status collapsed
48016
48017 \begin_layout Plain Layout
48018
48019 }
48020 \end_layout
48021
48022 \end_inset
48023
48024  Purple
48025 \end_layout
48026
48027 \end_inset
48028 </cell>
48029 </row>
48030 <row>
48031 <cell alignment="left" valignment="top" usebox="none">
48032 \begin_inset Text
48033
48034 \begin_layout Plain Layout
48035 \begin_inset ERT
48036 status collapsed
48037
48038 \begin_layout Plain Layout
48039
48040
48041 \backslash
48042 fcolorbox{black}{
48043 \end_layout
48044
48045 \end_inset
48046
48047 RawSienna
48048 \begin_inset ERT
48049 status collapsed
48050
48051 \begin_layout Plain Layout
48052
48053 }{
48054 \end_layout
48055
48056 \end_inset
48057
48058
48059 \begin_inset Phantom Phantom
48060 status open
48061
48062 \begin_layout Plain Layout
48063 W
48064 \end_layout
48065
48066 \end_inset
48067
48068
48069 \begin_inset ERT
48070 status collapsed
48071
48072 \begin_layout Plain Layout
48073
48074 }
48075 \end_layout
48076
48077 \end_inset
48078
48079  RawSienna
48080 \end_layout
48081
48082 \end_inset
48083 </cell>
48084 <cell alignment="left" valignment="top" usebox="none">
48085 \begin_inset Text
48086
48087 \begin_layout Plain Layout
48088 \begin_inset ERT
48089 status collapsed
48090
48091 \begin_layout Plain Layout
48092
48093
48094 \backslash
48095 fcolorbox{black}{
48096 \end_layout
48097
48098 \end_inset
48099
48100 RedOrange
48101 \begin_inset ERT
48102 status collapsed
48103
48104 \begin_layout Plain Layout
48105
48106 }{
48107 \end_layout
48108
48109 \end_inset
48110
48111
48112 \begin_inset Phantom Phantom
48113 status open
48114
48115 \begin_layout Plain Layout
48116 W
48117 \end_layout
48118
48119 \end_inset
48120
48121
48122 \begin_inset ERT
48123 status collapsed
48124
48125 \begin_layout Plain Layout
48126
48127 }
48128 \end_layout
48129
48130 \end_inset
48131
48132  RedOrange
48133 \end_layout
48134
48135 \end_inset
48136 </cell>
48137 <cell alignment="left" valignment="top" usebox="none">
48138 \begin_inset Text
48139
48140 \begin_layout Plain Layout
48141 \begin_inset ERT
48142 status collapsed
48143
48144 \begin_layout Plain Layout
48145
48146
48147 \backslash
48148 fcolorbox{black}{
48149 \end_layout
48150
48151 \end_inset
48152
48153 RedViolet
48154 \begin_inset ERT
48155 status collapsed
48156
48157 \begin_layout Plain Layout
48158
48159 }{
48160 \end_layout
48161
48162 \end_inset
48163
48164
48165 \begin_inset Phantom Phantom
48166 status open
48167
48168 \begin_layout Plain Layout
48169 W
48170 \end_layout
48171
48172 \end_inset
48173
48174
48175 \begin_inset ERT
48176 status collapsed
48177
48178 \begin_layout Plain Layout
48179
48180 }
48181 \end_layout
48182
48183 \end_inset
48184
48185  RedViolet
48186 \end_layout
48187
48188 \end_inset
48189 </cell>
48190 <cell alignment="left" valignment="top" usebox="none">
48191 \begin_inset Text
48192
48193 \begin_layout Plain Layout
48194 \begin_inset ERT
48195 status collapsed
48196
48197 \begin_layout Plain Layout
48198
48199
48200 \backslash
48201 fcolorbox{black}{
48202 \end_layout
48203
48204 \end_inset
48205
48206 Rhodamine
48207 \begin_inset ERT
48208 status collapsed
48209
48210 \begin_layout Plain Layout
48211
48212 }{
48213 \end_layout
48214
48215 \end_inset
48216
48217
48218 \begin_inset Phantom Phantom
48219 status open
48220
48221 \begin_layout Plain Layout
48222 W
48223 \end_layout
48224
48225 \end_inset
48226
48227
48228 \begin_inset ERT
48229 status collapsed
48230
48231 \begin_layout Plain Layout
48232
48233 }
48234 \end_layout
48235
48236 \end_inset
48237
48238  Rhodamine
48239 \end_layout
48240
48241 \end_inset
48242 </cell>
48243 </row>
48244 <row>
48245 <cell alignment="left" valignment="top" usebox="none">
48246 \begin_inset Text
48247
48248 \begin_layout Plain Layout
48249 \begin_inset ERT
48250 status collapsed
48251
48252 \begin_layout Plain Layout
48253
48254
48255 \backslash
48256 fcolorbox{black}{
48257 \end_layout
48258
48259 \end_inset
48260
48261 RoyalBlue
48262 \begin_inset ERT
48263 status collapsed
48264
48265 \begin_layout Plain Layout
48266
48267 }{
48268 \end_layout
48269
48270 \end_inset
48271
48272
48273 \begin_inset Phantom Phantom
48274 status open
48275
48276 \begin_layout Plain Layout
48277 W
48278 \end_layout
48279
48280 \end_inset
48281
48282
48283 \begin_inset ERT
48284 status collapsed
48285
48286 \begin_layout Plain Layout
48287
48288 }
48289 \end_layout
48290
48291 \end_inset
48292
48293  RoyalBlue
48294 \end_layout
48295
48296 \end_inset
48297 </cell>
48298 <cell alignment="left" valignment="top" usebox="none">
48299 \begin_inset Text
48300
48301 \begin_layout Plain Layout
48302 \begin_inset ERT
48303 status collapsed
48304
48305 \begin_layout Plain Layout
48306
48307
48308 \backslash
48309 fcolorbox{black}{
48310 \end_layout
48311
48312 \end_inset
48313
48314 RoyalPurple
48315 \begin_inset ERT
48316 status collapsed
48317
48318 \begin_layout Plain Layout
48319
48320 }{
48321 \end_layout
48322
48323 \end_inset
48324
48325
48326 \begin_inset Phantom Phantom
48327 status open
48328
48329 \begin_layout Plain Layout
48330 W
48331 \end_layout
48332
48333 \end_inset
48334
48335
48336 \begin_inset ERT
48337 status collapsed
48338
48339 \begin_layout Plain Layout
48340
48341 }
48342 \end_layout
48343
48344 \end_inset
48345
48346  RoyalPurple
48347 \end_layout
48348
48349 \end_inset
48350 </cell>
48351 <cell alignment="left" valignment="top" usebox="none">
48352 \begin_inset Text
48353
48354 \begin_layout Plain Layout
48355 \begin_inset ERT
48356 status collapsed
48357
48358 \begin_layout Plain Layout
48359
48360
48361 \backslash
48362 fcolorbox{black}{
48363 \end_layout
48364
48365 \end_inset
48366
48367 RubineRed
48368 \begin_inset ERT
48369 status collapsed
48370
48371 \begin_layout Plain Layout
48372
48373 }{
48374 \end_layout
48375
48376 \end_inset
48377
48378
48379 \begin_inset Phantom Phantom
48380 status open
48381
48382 \begin_layout Plain Layout
48383 W
48384 \end_layout
48385
48386 \end_inset
48387
48388
48389 \begin_inset ERT
48390 status collapsed
48391
48392 \begin_layout Plain Layout
48393
48394 }
48395 \end_layout
48396
48397 \end_inset
48398
48399  RubineRed
48400 \end_layout
48401
48402 \end_inset
48403 </cell>
48404 <cell alignment="left" valignment="top" usebox="none">
48405 \begin_inset Text
48406
48407 \begin_layout Plain Layout
48408 \begin_inset ERT
48409 status collapsed
48410
48411 \begin_layout Plain Layout
48412
48413
48414 \backslash
48415 fcolorbox{black}{
48416 \end_layout
48417
48418 \end_inset
48419
48420 Salmon
48421 \begin_inset ERT
48422 status collapsed
48423
48424 \begin_layout Plain Layout
48425
48426 }{
48427 \end_layout
48428
48429 \end_inset
48430
48431
48432 \begin_inset Phantom Phantom
48433 status open
48434
48435 \begin_layout Plain Layout
48436 W
48437 \end_layout
48438
48439 \end_inset
48440
48441
48442 \begin_inset ERT
48443 status collapsed
48444
48445 \begin_layout Plain Layout
48446
48447 }
48448 \end_layout
48449
48450 \end_inset
48451
48452  Salmon
48453 \end_layout
48454
48455 \end_inset
48456 </cell>
48457 </row>
48458 <row>
48459 <cell alignment="left" valignment="top" usebox="none">
48460 \begin_inset Text
48461
48462 \begin_layout Plain Layout
48463 \begin_inset ERT
48464 status collapsed
48465
48466 \begin_layout Plain Layout
48467
48468
48469 \backslash
48470 fcolorbox{black}{
48471 \end_layout
48472
48473 \end_inset
48474
48475 SeaGreen
48476 \begin_inset ERT
48477 status collapsed
48478
48479 \begin_layout Plain Layout
48480
48481 }{
48482 \end_layout
48483
48484 \end_inset
48485
48486
48487 \begin_inset Phantom Phantom
48488 status open
48489
48490 \begin_layout Plain Layout
48491 W
48492 \end_layout
48493
48494 \end_inset
48495
48496
48497 \begin_inset ERT
48498 status collapsed
48499
48500 \begin_layout Plain Layout
48501
48502 }
48503 \end_layout
48504
48505 \end_inset
48506
48507  SeaGreen
48508 \end_layout
48509
48510 \end_inset
48511 </cell>
48512 <cell alignment="left" valignment="top" usebox="none">
48513 \begin_inset Text
48514
48515 \begin_layout Plain Layout
48516 \begin_inset ERT
48517 status collapsed
48518
48519 \begin_layout Plain Layout
48520
48521
48522 \backslash
48523 fcolorbox{black}{
48524 \end_layout
48525
48526 \end_inset
48527
48528 Sepia
48529 \begin_inset ERT
48530 status collapsed
48531
48532 \begin_layout Plain Layout
48533
48534 }{
48535 \end_layout
48536
48537 \end_inset
48538
48539
48540 \begin_inset Phantom Phantom
48541 status open
48542
48543 \begin_layout Plain Layout
48544 W
48545 \end_layout
48546
48547 \end_inset
48548
48549
48550 \begin_inset ERT
48551 status collapsed
48552
48553 \begin_layout Plain Layout
48554
48555 }
48556 \end_layout
48557
48558 \end_inset
48559
48560  Sepia
48561 \end_layout
48562
48563 \end_inset
48564 </cell>
48565 <cell alignment="left" valignment="top" usebox="none">
48566 \begin_inset Text
48567
48568 \begin_layout Plain Layout
48569 \begin_inset ERT
48570 status collapsed
48571
48572 \begin_layout Plain Layout
48573
48574
48575 \backslash
48576 fcolorbox{black}{
48577 \end_layout
48578
48579 \end_inset
48580
48581 SkyBlue
48582 \begin_inset ERT
48583 status collapsed
48584
48585 \begin_layout Plain Layout
48586
48587 }{
48588 \end_layout
48589
48590 \end_inset
48591
48592
48593 \begin_inset Phantom Phantom
48594 status open
48595
48596 \begin_layout Plain Layout
48597 W
48598 \end_layout
48599
48600 \end_inset
48601
48602
48603 \begin_inset ERT
48604 status collapsed
48605
48606 \begin_layout Plain Layout
48607
48608 }
48609 \end_layout
48610
48611 \end_inset
48612
48613  SkyBlue
48614 \end_layout
48615
48616 \end_inset
48617 </cell>
48618 <cell alignment="left" valignment="top" usebox="none">
48619 \begin_inset Text
48620
48621 \begin_layout Plain Layout
48622 \begin_inset ERT
48623 status collapsed
48624
48625 \begin_layout Plain Layout
48626
48627
48628 \backslash
48629 fcolorbox{black}{
48630 \end_layout
48631
48632 \end_inset
48633
48634 SpringGreen
48635 \begin_inset ERT
48636 status collapsed
48637
48638 \begin_layout Plain Layout
48639
48640 }{
48641 \end_layout
48642
48643 \end_inset
48644
48645
48646 \begin_inset Phantom Phantom
48647 status open
48648
48649 \begin_layout Plain Layout
48650 W
48651 \end_layout
48652
48653 \end_inset
48654
48655
48656 \begin_inset ERT
48657 status collapsed
48658
48659 \begin_layout Plain Layout
48660
48661 }
48662 \end_layout
48663
48664 \end_inset
48665
48666  SpringGreen
48667 \end_layout
48668
48669 \end_inset
48670 </cell>
48671 </row>
48672 <row>
48673 <cell alignment="left" valignment="top" usebox="none">
48674 \begin_inset Text
48675
48676 \begin_layout Plain Layout
48677 \begin_inset ERT
48678 status collapsed
48679
48680 \begin_layout Plain Layout
48681
48682
48683 \backslash
48684 fcolorbox{black}{
48685 \end_layout
48686
48687 \end_inset
48688
48689 Tan
48690 \begin_inset ERT
48691 status collapsed
48692
48693 \begin_layout Plain Layout
48694
48695 }{
48696 \end_layout
48697
48698 \end_inset
48699
48700
48701 \begin_inset Phantom Phantom
48702 status open
48703
48704 \begin_layout Plain Layout
48705 W
48706 \end_layout
48707
48708 \end_inset
48709
48710
48711 \begin_inset ERT
48712 status collapsed
48713
48714 \begin_layout Plain Layout
48715
48716 }
48717 \end_layout
48718
48719 \end_inset
48720
48721  Tan
48722 \end_layout
48723
48724 \end_inset
48725 </cell>
48726 <cell alignment="left" valignment="top" usebox="none">
48727 \begin_inset Text
48728
48729 \begin_layout Plain Layout
48730 \begin_inset ERT
48731 status collapsed
48732
48733 \begin_layout Plain Layout
48734
48735
48736 \backslash
48737 fcolorbox{black}{
48738 \end_layout
48739
48740 \end_inset
48741
48742 TealBlue
48743 \begin_inset ERT
48744 status collapsed
48745
48746 \begin_layout Plain Layout
48747
48748 }{
48749 \end_layout
48750
48751 \end_inset
48752
48753
48754 \begin_inset Phantom Phantom
48755 status open
48756
48757 \begin_layout Plain Layout
48758 W
48759 \end_layout
48760
48761 \end_inset
48762
48763
48764 \begin_inset ERT
48765 status collapsed
48766
48767 \begin_layout Plain Layout
48768
48769 }
48770 \end_layout
48771
48772 \end_inset
48773
48774  TealBlue
48775 \end_layout
48776
48777 \end_inset
48778 </cell>
48779 <cell alignment="left" valignment="top" usebox="none">
48780 \begin_inset Text
48781
48782 \begin_layout Plain Layout
48783 \begin_inset ERT
48784 status collapsed
48785
48786 \begin_layout Plain Layout
48787
48788
48789 \backslash
48790 fcolorbox{black}{
48791 \end_layout
48792
48793 \end_inset
48794
48795 Thistle
48796 \begin_inset ERT
48797 status collapsed
48798
48799 \begin_layout Plain Layout
48800
48801 }{
48802 \end_layout
48803
48804 \end_inset
48805
48806
48807 \begin_inset Phantom Phantom
48808 status open
48809
48810 \begin_layout Plain Layout
48811 W
48812 \end_layout
48813
48814 \end_inset
48815
48816
48817 \begin_inset ERT
48818 status collapsed
48819
48820 \begin_layout Plain Layout
48821
48822 }
48823 \end_layout
48824
48825 \end_inset
48826
48827  Thistle
48828 \end_layout
48829
48830 \end_inset
48831 </cell>
48832 <cell alignment="left" valignment="top" usebox="none">
48833 \begin_inset Text
48834
48835 \begin_layout Plain Layout
48836 \begin_inset ERT
48837 status collapsed
48838
48839 \begin_layout Plain Layout
48840
48841
48842 \backslash
48843 fcolorbox{black}{
48844 \end_layout
48845
48846 \end_inset
48847
48848 Turquoise
48849 \begin_inset ERT
48850 status collapsed
48851
48852 \begin_layout Plain Layout
48853
48854 }{
48855 \end_layout
48856
48857 \end_inset
48858
48859
48860 \begin_inset Phantom Phantom
48861 status open
48862
48863 \begin_layout Plain Layout
48864 W
48865 \end_layout
48866
48867 \end_inset
48868
48869
48870 \begin_inset ERT
48871 status collapsed
48872
48873 \begin_layout Plain Layout
48874
48875 }
48876 \end_layout
48877
48878 \end_inset
48879
48880  Turquoise
48881 \end_layout
48882
48883 \end_inset
48884 </cell>
48885 </row>
48886 <row>
48887 <cell alignment="left" valignment="top" usebox="none">
48888 \begin_inset Text
48889
48890 \begin_layout Plain Layout
48891 \begin_inset ERT
48892 status collapsed
48893
48894 \begin_layout Plain Layout
48895
48896
48897 \backslash
48898 fcolorbox{black}{
48899 \end_layout
48900
48901 \end_inset
48902
48903 Violet
48904 \begin_inset ERT
48905 status collapsed
48906
48907 \begin_layout Plain Layout
48908
48909 }{
48910 \end_layout
48911
48912 \end_inset
48913
48914
48915 \begin_inset Phantom Phantom
48916 status open
48917
48918 \begin_layout Plain Layout
48919 W
48920 \end_layout
48921
48922 \end_inset
48923
48924
48925 \begin_inset ERT
48926 status collapsed
48927
48928 \begin_layout Plain Layout
48929
48930 }
48931 \end_layout
48932
48933 \end_inset
48934
48935  Violet
48936 \end_layout
48937
48938 \end_inset
48939 </cell>
48940 <cell alignment="left" valignment="top" usebox="none">
48941 \begin_inset Text
48942
48943 \begin_layout Plain Layout
48944 \begin_inset ERT
48945 status collapsed
48946
48947 \begin_layout Plain Layout
48948
48949
48950 \backslash
48951 fcolorbox{black}{
48952 \end_layout
48953
48954 \end_inset
48955
48956 VioletRed
48957 \begin_inset ERT
48958 status collapsed
48959
48960 \begin_layout Plain Layout
48961
48962 }{
48963 \end_layout
48964
48965 \end_inset
48966
48967
48968 \begin_inset Phantom Phantom
48969 status open
48970
48971 \begin_layout Plain Layout
48972 W
48973 \end_layout
48974
48975 \end_inset
48976
48977
48978 \begin_inset ERT
48979 status collapsed
48980
48981 \begin_layout Plain Layout
48982
48983 }
48984 \end_layout
48985
48986 \end_inset
48987
48988  VioletRed
48989 \end_layout
48990
48991 \end_inset
48992 </cell>
48993 <cell alignment="left" valignment="top" usebox="none">
48994 \begin_inset Text
48995
48996 \begin_layout Plain Layout
48997 \begin_inset ERT
48998 status collapsed
48999
49000 \begin_layout Plain Layout
49001
49002
49003 \backslash
49004 fcolorbox{black}{
49005 \end_layout
49006
49007 \end_inset
49008
49009 WildStrawberry
49010 \begin_inset ERT
49011 status collapsed
49012
49013 \begin_layout Plain Layout
49014
49015 }{
49016 \end_layout
49017
49018 \end_inset
49019
49020
49021 \begin_inset Phantom Phantom
49022 status open
49023
49024 \begin_layout Plain Layout
49025 W
49026 \end_layout
49027
49028 \end_inset
49029
49030
49031 \begin_inset ERT
49032 status collapsed
49033
49034 \begin_layout Plain Layout
49035
49036 }
49037 \end_layout
49038
49039 \end_inset
49040
49041  WildStrawberry
49042 \end_layout
49043
49044 \end_inset
49045 </cell>
49046 <cell alignment="left" valignment="top" usebox="none">
49047 \begin_inset Text
49048
49049 \begin_layout Plain Layout
49050 \begin_inset ERT
49051 status collapsed
49052
49053 \begin_layout Plain Layout
49054
49055
49056 \backslash
49057 fcolorbox{black}{
49058 \end_layout
49059
49060 \end_inset
49061
49062 YellowGreen
49063 \begin_inset ERT
49064 status collapsed
49065
49066 \begin_layout Plain Layout
49067
49068 }{
49069 \end_layout
49070
49071 \end_inset
49072
49073
49074 \begin_inset Phantom Phantom
49075 status open
49076
49077 \begin_layout Plain Layout
49078 W
49079 \end_layout
49080
49081 \end_inset
49082
49083
49084 \begin_inset ERT
49085 status collapsed
49086
49087 \begin_layout Plain Layout
49088
49089 }
49090 \end_layout
49091
49092 \end_inset
49093
49094  YellowGreen
49095 \end_layout
49096
49097 \end_inset
49098 </cell>
49099 </row>
49100 <row>
49101 <cell alignment="left" valignment="top" usebox="none">
49102 \begin_inset Text
49103
49104 \begin_layout Plain Layout
49105 \begin_inset ERT
49106 status collapsed
49107
49108 \begin_layout Plain Layout
49109
49110
49111 \backslash
49112 fcolorbox{black}{
49113 \end_layout
49114
49115 \end_inset
49116
49117 YellowOrange
49118 \begin_inset ERT
49119 status collapsed
49120
49121 \begin_layout Plain Layout
49122
49123 }{
49124 \end_layout
49125
49126 \end_inset
49127
49128
49129 \begin_inset Phantom Phantom
49130 status open
49131
49132 \begin_layout Plain Layout
49133 W
49134 \end_layout
49135
49136 \end_inset
49137
49138
49139 \begin_inset ERT
49140 status collapsed
49141
49142 \begin_layout Plain Layout
49143
49144 }
49145 \end_layout
49146
49147 \end_inset
49148
49149  YellowOrange
49150 \end_layout
49151
49152 \end_inset
49153 </cell>
49154 <cell alignment="left" valignment="top" usebox="none">
49155 \begin_inset Text
49156
49157 \begin_layout Plain Layout
49158
49159 \end_layout
49160
49161 \end_inset
49162 </cell>
49163 <cell alignment="left" valignment="top" usebox="none">
49164 \begin_inset Text
49165
49166 \begin_layout Plain Layout
49167
49168 \end_layout
49169
49170 \end_inset
49171 </cell>
49172 <cell alignment="left" valignment="top" usebox="none">
49173 \begin_inset Text
49174
49175 \begin_layout Plain Layout
49176
49177 \end_layout
49178
49179 \end_inset
49180 </cell>
49181 </row>
49182 </lyxtabular>
49183
49184 \end_inset
49185
49186
49187 \end_layout
49188
49189 \begin_layout Chapter
49190 Explanation of Equation
49191 \begin_inset space ~
49192 \end_inset
49193
49194 (
49195 \begin_inset CommandInset ref
49196 LatexCommand ref
49197 reference "eq:Wgn"
49198
49199 \end_inset
49200
49201 )
49202 \begin_inset CommandInset label
49203 LatexCommand label
49204 name "cha:Explanation-of-Equation"
49205
49206 \end_inset
49207
49208
49209 \end_layout
49210
49211 \begin_layout Standard
49212 We can calculate the total width of 
49213 \emph on
49214 n
49215 \emph default
49216  table cells 
49217 \begin_inset Formula $W_{\mathrm{tot\,n}}$
49218 \end_inset
49219
49220  as follows:
49221 \begin_inset Formula 
49222 \begin{equation}
49223 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
49224 \end{equation}
49225
49226 \end_inset
49227
49228 where 
49229 \begin_inset Formula $W_{g\,n}$
49230 \end_inset
49231
49232  is the given width of all cells, 
49233 \series bold
49234
49235 \backslash
49236 tabcolsep
49237 \series default
49238  is the \SpecialChar LaTeX
49239 -length between the cell text and the cell border (its default value
49240  is 6
49241 \begin_inset space \thinspace{}
49242 \end_inset
49243
49244 pt).
49245  
49246 \series bold
49247
49248 \backslash
49249 arrayrulewidth
49250 \series default
49251  is the thickness of the cell border line, the default is 0.4
49252 \begin_inset space \thinspace{}
49253 \end_inset
49254
49255 pt.
49256 \end_layout
49257
49258 \begin_layout Standard
49259 Following equation
49260 \begin_inset space ~
49261 \end_inset
49262
49263
49264 \begin_inset CommandInset ref
49265 LatexCommand eqref
49266 reference "eq:Wtot_n"
49267
49268 \end_inset
49269
49270 , the total width of a multicolumn 
49271 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
49272 \end_inset
49273
49274  is
49275 \begin_inset Formula 
49276 \begin{equation}
49277 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
49278 \end{equation}
49279
49280 \end_inset
49281
49282
49283 \end_layout
49284
49285 \begin_layout Standard
49286 By setting equation
49287 \begin_inset space ~
49288 \end_inset
49289
49290
49291 \begin_inset CommandInset ref
49292 LatexCommand eqref
49293 reference "eq:Wtot_n"
49294
49295 \end_inset
49296
49297  and 
49298 \begin_inset CommandInset ref
49299 LatexCommand eqref
49300 reference "eq:Wtot_mult"
49301
49302 \end_inset
49303
49304  equal we can calculate the needed given width 
49305 \begin_inset Formula $W_{g\,n}$
49306 \end_inset
49307
49308  when 
49309 \emph on
49310 n
49311 \emph default
49312  columns are spanned, so that each column has a total width of 
49313 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
49314 \end_inset
49315
49316 :
49317 \begin_inset Formula 
49318 \begin{equation}
49319 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
49320 \end{equation}
49321
49322 \end_inset
49323
49324
49325 \end_layout
49326
49327 \begin_layout Bibliography
49328 \begin_inset CommandInset bibitem
49329 LatexCommand bibitem
49330 key "latexcompanion"
49331 literal "true"
49332
49333 \end_inset
49334
49335 Frank Mittelbach and Michel Goossens: 
49336 \emph on
49337 The \SpecialChar LaTeX
49338  Companion Second Edition.
49339
49340 \emph default
49341  Addison-Wesley, 2004
49342 \end_layout
49343
49344 \begin_layout Bibliography
49345 \begin_inset CommandInset bibitem
49346 LatexCommand bibitem
49347 key "latexguide"
49348 literal "true"
49349
49350 \end_inset
49351
49352 Helmut Kopka and Patrick W.
49353  Daly: 
49354 \emph on
49355 A Guide to \SpecialChar LaTeX
49356  Fourth Edition.
49357
49358 \emph default
49359  Addison-Wesley, 2003
49360 \end_layout
49361
49362 \begin_layout Bibliography
49363 \begin_inset CommandInset bibitem
49364 LatexCommand bibitem
49365 key "latexbook"
49366 literal "true"
49367
49368 \end_inset
49369
49370 Leslie Lamport: 
49371 \emph on
49372 \SpecialChar LaTeX
49373 : A Document Preparation System.
49374
49375 \emph default
49376  Addison-Wesley, second edition, 1994
49377 \end_layout
49378
49379 \begin_layout Bibliography
49380 \begin_inset CommandInset bibitem
49381 LatexCommand bibitem
49382 key "arydshln"
49383 literal "true"
49384
49385 \end_inset
49386
49387 Documentation of the \SpecialChar LaTeX
49388 -package 
49389 \series bold
49390
49391 \begin_inset CommandInset href
49392 LatexCommand href
49393 name "arydshln"
49394 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
49395 literal "false"
49396
49397 \end_inset
49398
49399
49400 \series default
49401
49402 \begin_inset Index idx
49403 range none
49404 pageformat default
49405 status collapsed
49406
49407 \begin_layout Plain Layout
49408 \SpecialChar LaTeX
49409  packages
49410 \begin_inset IndexMacro subentry
49411 status open
49412
49413 \begin_layout Plain Layout
49414 arydshln
49415 \end_layout
49416
49417 \end_inset
49418
49419
49420 \end_layout
49421
49422 \end_inset
49423
49424
49425 \end_layout
49426
49427 \begin_layout Bibliography
49428 \begin_inset CommandInset bibitem
49429 LatexCommand bibitem
49430 key "booktabs"
49431 literal "true"
49432
49433 \end_inset
49434
49435 Documentation of the \SpecialChar LaTeX
49436 -package 
49437 \series bold
49438
49439 \begin_inset CommandInset href
49440 LatexCommand href
49441 name "booktabs"
49442 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
49443 literal "false"
49444
49445 \end_inset
49446
49447
49448 \series default
49449
49450 \begin_inset Index idx
49451 range none
49452 pageformat default
49453 status collapsed
49454
49455 \begin_layout Plain Layout
49456 \SpecialChar LaTeX
49457  packages
49458 \begin_inset IndexMacro subentry
49459 status open
49460
49461 \begin_layout Plain Layout
49462 booktabs
49463 \end_layout
49464
49465 \end_inset
49466
49467
49468 \end_layout
49469
49470 \end_inset
49471
49472
49473 \end_layout
49474
49475 \begin_layout Bibliography
49476 \begin_inset CommandInset bibitem
49477 LatexCommand bibitem
49478 key "caption"
49479 literal "true"
49480
49481 \end_inset
49482
49483 Documentation of the \SpecialChar LaTeX
49484 -package 
49485 \series bold
49486
49487 \begin_inset CommandInset href
49488 LatexCommand href
49489 name "caption"
49490 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
49491 literal "false"
49492
49493 \end_inset
49494
49495
49496 \series default
49497
49498 \begin_inset Index idx
49499 range none
49500 pageformat default
49501 status collapsed
49502
49503 \begin_layout Plain Layout
49504 \SpecialChar LaTeX
49505  packages
49506 \begin_inset IndexMacro subentry
49507 status open
49508
49509 \begin_layout Plain Layout
49510 caption
49511 \end_layout
49512
49513 \end_inset
49514
49515
49516 \end_layout
49517
49518 \end_inset
49519
49520
49521 \end_layout
49522
49523 \begin_layout Bibliography
49524 \begin_inset CommandInset bibitem
49525 LatexCommand bibitem
49526 key "diagbox"
49527 literal "true"
49528
49529 \end_inset
49530
49531 Documentation of the \SpecialChar LaTeX
49532 -package 
49533 \series bold
49534
49535 \begin_inset CommandInset href
49536 LatexCommand href
49537 name "diagbox"
49538 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
49539 literal "false"
49540
49541 \end_inset
49542
49543
49544 \series default
49545
49546 \begin_inset Index idx
49547 range none
49548 pageformat default
49549 status collapsed
49550
49551 \begin_layout Plain Layout
49552 \SpecialChar LaTeX
49553  packages
49554 \begin_inset IndexMacro subentry
49555 status open
49556
49557 \begin_layout Plain Layout
49558 diagbox
49559 \end_layout
49560
49561 \end_inset
49562
49563
49564 \end_layout
49565
49566 \end_inset
49567
49568
49569 \end_layout
49570
49571 \begin_layout Bibliography
49572 \begin_inset CommandInset bibitem
49573 LatexCommand bibitem
49574 key "endfloat"
49575 literal "true"
49576
49577 \end_inset
49578
49579 Documentation of the \SpecialChar LaTeX
49580 -package 
49581 \series bold
49582
49583 \begin_inset CommandInset href
49584 LatexCommand href
49585 name "endfloat"
49586 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
49587 literal "false"
49588
49589 \end_inset
49590
49591
49592 \series default
49593
49594 \begin_inset Index idx
49595 range none
49596 pageformat default
49597 status collapsed
49598
49599 \begin_layout Plain Layout
49600 \SpecialChar LaTeX
49601  packages
49602 \begin_inset IndexMacro subentry
49603 status open
49604
49605 \begin_layout Plain Layout
49606 endfloat
49607 \end_layout
49608
49609 \end_inset
49610
49611
49612 \end_layout
49613
49614 \end_inset
49615
49616
49617 \end_layout
49618
49619 \begin_layout Bibliography
49620 \begin_inset CommandInset bibitem
49621 LatexCommand bibitem
49622 key "footmisc"
49623 literal "true"
49624
49625 \end_inset
49626
49627 Documentation of the \SpecialChar LaTeX
49628 -package 
49629 \series bold
49630
49631 \begin_inset CommandInset href
49632 LatexCommand href
49633 name "footmisc"
49634 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
49635 literal "false"
49636
49637 \end_inset
49638
49639
49640 \series default
49641
49642 \begin_inset Index idx
49643 range none
49644 pageformat default
49645 status collapsed
49646
49647 \begin_layout Plain Layout
49648 \SpecialChar LaTeX
49649  packages
49650 \begin_inset IndexMacro subentry
49651 status open
49652
49653 \begin_layout Plain Layout
49654 footmisc
49655 \end_layout
49656
49657 \end_inset
49658
49659
49660 \end_layout
49661
49662 \end_inset
49663
49664
49665 \end_layout
49666
49667 \begin_layout Bibliography
49668 \begin_inset CommandInset bibitem
49669 LatexCommand bibitem
49670 key "hypcap"
49671 literal "true"
49672
49673 \end_inset
49674
49675 Documentation of the \SpecialChar LaTeX
49676 -package 
49677 \series bold
49678
49679 \begin_inset CommandInset href
49680 LatexCommand href
49681 name "hypcap"
49682 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
49683 literal "false"
49684
49685 \end_inset
49686
49687
49688 \series default
49689
49690 \begin_inset Index idx
49691 range none
49692 pageformat default
49693 status collapsed
49694
49695 \begin_layout Plain Layout
49696 \SpecialChar LaTeX
49697  packages
49698 \begin_inset IndexMacro subentry
49699 status open
49700
49701 \begin_layout Plain Layout
49702 hyperref
49703 \end_layout
49704
49705 \end_inset
49706
49707
49708 \end_layout
49709
49710 \end_inset
49711
49712
49713 \end_layout
49714
49715 \begin_layout Bibliography
49716 \begin_inset CommandInset bibitem
49717 LatexCommand bibitem
49718 key "hyperref"
49719 literal "true"
49720
49721 \end_inset
49722
49723 Documentation of the \SpecialChar LaTeX
49724 -package 
49725 \series bold
49726
49727 \begin_inset CommandInset href
49728 LatexCommand href
49729 name "hyperref"
49730 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
49731 literal "false"
49732
49733 \end_inset
49734
49735
49736 \series default
49737
49738 \begin_inset Index idx
49739 range none
49740 pageformat default
49741 status collapsed
49742
49743 \begin_layout Plain Layout
49744 \SpecialChar LaTeX
49745  packages
49746 \begin_inset IndexMacro subentry
49747 status open
49748
49749 \begin_layout Plain Layout
49750 hyperref
49751 \end_layout
49752
49753 \end_inset
49754
49755
49756 \end_layout
49757
49758 \end_inset
49759
49760
49761 \end_layout
49762
49763 \begin_layout Bibliography
49764 \begin_inset CommandInset bibitem
49765 LatexCommand bibitem
49766 key "KOMA-Script"
49767 literal "true"
49768
49769 \end_inset
49770
49771 Documentation of the \SpecialChar LaTeX
49772 -package 
49773 \series bold
49774
49775 \begin_inset CommandInset href
49776 LatexCommand href
49777 name "KOMA-Script"
49778 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
49779 literal "false"
49780
49781 \end_inset
49782
49783
49784 \series default
49785
49786 \begin_inset Index idx
49787 range none
49788 pageformat default
49789 status collapsed
49790
49791 \begin_layout Plain Layout
49792 \SpecialChar LaTeX
49793  packages
49794 \begin_inset IndexMacro subentry
49795 status open
49796
49797 \begin_layout Plain Layout
49798 KOMA-Script
49799 \end_layout
49800
49801 \end_inset
49802
49803
49804 \end_layout
49805
49806 \end_inset
49807
49808
49809 \end_layout
49810
49811 \begin_layout Bibliography
49812 \begin_inset CommandInset bibitem
49813 LatexCommand bibitem
49814 key "lettrine"
49815 literal "true"
49816
49817 \end_inset
49818
49819 Documentation of the \SpecialChar LaTeX
49820 -package 
49821 \series bold
49822
49823 \begin_inset CommandInset href
49824 LatexCommand href
49825 name "lettrine"
49826 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
49827 literal "false"
49828
49829 \end_inset
49830
49831
49832 \series default
49833  and an 
49834 \begin_inset CommandInset href
49835 LatexCommand href
49836 name "example"
49837 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
49838 literal "false"
49839
49840 \end_inset
49841
49842
49843 \begin_inset Index idx
49844 range none
49845 pageformat default
49846 status collapsed
49847
49848 \begin_layout Plain Layout
49849 \SpecialChar LaTeX
49850  packages
49851 \begin_inset IndexMacro subentry
49852 status open
49853
49854 \begin_layout Plain Layout
49855 lettrine
49856 \end_layout
49857
49858 \end_inset
49859
49860
49861 \end_layout
49862
49863 \end_inset
49864
49865
49866 \end_layout
49867
49868 \begin_layout Bibliography
49869 \begin_inset CommandInset bibitem
49870 LatexCommand bibitem
49871 key "listings"
49872 literal "true"
49873
49874 \end_inset
49875
49876 Documentation of the \SpecialChar LaTeX
49877 -package 
49878 \series bold
49879
49880 \begin_inset CommandInset href
49881 LatexCommand href
49882 name "listings"
49883 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
49884 literal "false"
49885
49886 \end_inset
49887
49888
49889 \series default
49890
49891 \begin_inset Index idx
49892 range none
49893 pageformat default
49894 status collapsed
49895
49896 \begin_layout Plain Layout
49897 \SpecialChar LaTeX
49898  packages
49899 \begin_inset IndexMacro subentry
49900 status open
49901
49902 \begin_layout Plain Layout
49903 listings
49904 \end_layout
49905
49906 \end_inset
49907
49908
49909 \end_layout
49910
49911 \end_inset
49912
49913
49914 \end_layout
49915
49916 \begin_layout Bibliography
49917 \begin_inset CommandInset bibitem
49918 LatexCommand bibitem
49919 key "minted"
49920 literal "false"
49921
49922 \end_inset
49923
49924 Documentation of the \SpecialChar LaTeX
49925 -package 
49926 \series bold
49927
49928 \begin_inset CommandInset href
49929 LatexCommand href
49930 name "minted"
49931 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
49932 literal "false"
49933
49934 \end_inset
49935
49936
49937 \series default
49938
49939 \begin_inset Index idx
49940 range none
49941 pageformat default
49942 status collapsed
49943
49944 \begin_layout Plain Layout
49945 \SpecialChar LaTeX
49946  packages
49947 \begin_inset IndexMacro subentry
49948 status open
49949
49950 \begin_layout Plain Layout
49951 minted
49952 \end_layout
49953
49954 \end_inset
49955
49956
49957 \end_layout
49958
49959 \end_inset
49960
49961
49962 \end_layout
49963
49964 \begin_layout Bibliography
49965 \begin_inset CommandInset bibitem
49966 LatexCommand bibitem
49967 key "marginnote"
49968 literal "true"
49969
49970 \end_inset
49971
49972 Documentation of the \SpecialChar LaTeX
49973 -package 
49974 \series bold
49975
49976 \begin_inset CommandInset href
49977 LatexCommand href
49978 name "marginnote"
49979 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
49980 literal "false"
49981
49982 \end_inset
49983
49984
49985 \series default
49986
49987 \begin_inset Index idx
49988 range none
49989 pageformat default
49990 status collapsed
49991
49992 \begin_layout Plain Layout
49993 \SpecialChar LaTeX
49994  packages
49995 \begin_inset IndexMacro subentry
49996 status open
49997
49998 \begin_layout Plain Layout
49999 marginnote
50000 \end_layout
50001
50002 \end_inset
50003
50004
50005 \end_layout
50006
50007 \end_inset
50008
50009
50010 \end_layout
50011
50012 \begin_layout Bibliography
50013 \begin_inset CommandInset bibitem
50014 LatexCommand bibitem
50015 key "pdfpages"
50016 literal "true"
50017
50018 \end_inset
50019
50020 Documentation of the \SpecialChar LaTeX
50021 -package 
50022 \series bold
50023
50024 \begin_inset CommandInset href
50025 LatexCommand href
50026 name "pdfpages"
50027 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
50028 literal "false"
50029
50030 \end_inset
50031
50032
50033 \series default
50034
50035 \begin_inset Index idx
50036 range none
50037 pageformat default
50038 status collapsed
50039
50040 \begin_layout Plain Layout
50041 \SpecialChar LaTeX
50042  packages
50043 \begin_inset IndexMacro subentry
50044 status open
50045
50046 \begin_layout Plain Layout
50047 pdfpages
50048 \end_layout
50049
50050 \end_inset
50051
50052
50053 \end_layout
50054
50055 \end_inset
50056
50057
50058 \end_layout
50059
50060 \begin_layout Bibliography
50061 \begin_inset CommandInset bibitem
50062 LatexCommand bibitem
50063 key "prettyref"
50064 literal "true"
50065
50066 \end_inset
50067
50068 Documentation of the \SpecialChar LaTeX
50069 -package 
50070 \series bold
50071
50072 \begin_inset CommandInset href
50073 LatexCommand href
50074 name "prettyref"
50075 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
50076 literal "false"
50077
50078 \end_inset
50079
50080
50081 \series default
50082
50083 \begin_inset Index idx
50084 range none
50085 pageformat default
50086 status collapsed
50087
50088 \begin_layout Plain Layout
50089 \SpecialChar LaTeX
50090  packages
50091 \begin_inset IndexMacro subentry
50092 status open
50093
50094 \begin_layout Plain Layout
50095 prettyref
50096 \end_layout
50097
50098 \end_inset
50099
50100
50101 \end_layout
50102
50103 \end_inset
50104
50105
50106 \end_layout
50107
50108 \begin_layout Bibliography
50109 \begin_inset CommandInset bibitem
50110 LatexCommand bibitem
50111 key "pstricks"
50112 literal "true"
50113
50114 \end_inset
50115
50116 Web page of the \SpecialChar LaTeX
50117 -package 
50118 \series bold
50119
50120 \begin_inset CommandInset href
50121 LatexCommand href
50122 name "PSTricks"
50123 target "http://tug.org/PSTricks/"
50124 literal "false"
50125
50126 \end_inset
50127
50128
50129 \series default
50130
50131 \begin_inset Index idx
50132 range none
50133 pageformat default
50134 status collapsed
50135
50136 \begin_layout Plain Layout
50137 \SpecialChar LaTeX
50138  packages
50139 \begin_inset IndexMacro subentry
50140 status open
50141
50142 \begin_layout Plain Layout
50143 PSTricks
50144 \end_layout
50145
50146 \end_inset
50147
50148
50149 \end_layout
50150
50151 \end_inset
50152
50153
50154 \end_layout
50155
50156 \begin_layout Bibliography
50157 \begin_inset CommandInset bibitem
50158 LatexCommand bibitem
50159 key "refstyle"
50160 literal "true"
50161
50162 \end_inset
50163
50164 Documentation of the \SpecialChar LaTeX
50165 -package 
50166 \series bold
50167
50168 \begin_inset CommandInset href
50169 LatexCommand href
50170 name "refstyle"
50171 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
50172 literal "false"
50173
50174 \end_inset
50175
50176
50177 \series default
50178
50179 \begin_inset Index idx
50180 range none
50181 pageformat default
50182 status collapsed
50183
50184 \begin_layout Plain Layout
50185 \SpecialChar LaTeX
50186  packages
50187 \begin_inset IndexMacro subentry
50188 status open
50189
50190 \begin_layout Plain Layout
50191 refstyle
50192 \end_layout
50193
50194 \end_inset
50195
50196
50197 \end_layout
50198
50199 \end_inset
50200
50201
50202 \end_layout
50203
50204 \begin_layout Bibliography
50205 \begin_inset CommandInset bibitem
50206 LatexCommand bibitem
50207 key "sidecap"
50208 literal "true"
50209
50210 \end_inset
50211
50212 Documentation of the \SpecialChar LaTeX
50213 -package 
50214 \series bold
50215
50216 \begin_inset CommandInset href
50217 LatexCommand href
50218 name "sidecap"
50219 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
50220 literal "false"
50221
50222 \end_inset
50223
50224
50225 \series default
50226
50227 \begin_inset Index idx
50228 range none
50229 pageformat default
50230 status collapsed
50231
50232 \begin_layout Plain Layout
50233 \SpecialChar LaTeX
50234  packages
50235 \begin_inset IndexMacro subentry
50236 status open
50237
50238 \begin_layout Plain Layout
50239 sidecap
50240 \end_layout
50241
50242 \end_inset
50243
50244
50245 \end_layout
50246
50247 \end_inset
50248
50249
50250 \end_layout
50251
50252 \begin_layout Bibliography
50253 \begin_inset CommandInset bibitem
50254 LatexCommand bibitem
50255 key "Inkscape"
50256 literal "true"
50257
50258 \end_inset
50259
50260 Documentation of the option 
50261 \begin_inset CommandInset href
50262 LatexCommand href
50263 name "Omit text in PDF"
50264 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
50265 literal "false"
50266
50267 \end_inset
50268
50269  of the program 
50270 \noun on
50271
50272 \begin_inset CommandInset href
50273 LatexCommand href
50274 name "Inkscape"
50275 target "https://inkscape.org"
50276 literal "false"
50277
50278 \end_inset
50279
50280
50281 \end_layout
50282
50283 \begin_layout Standard
50284 \begin_inset CommandInset index_print
50285 LatexCommand printindex
50286 type "idx"
50287 name "Index"
50288 literal "false"
50289
50290 \end_inset
50291
50292
50293 \end_layout
50294
50295 \end_body
50296 \end_document