]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Move DrawStrategy enum to update_flags.h.
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 620
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_formatted_ref 0
226 \use_minted 0
227 \use_lineno 0
228 \notefontcolor #0000ff
229 \index Index
230 \shortcut idx
231 \color #008000
232 \end_index
233 \secnumdepth 3
234 \tocdepth 3
235 \paragraph_separation indent
236 \paragraph_indentation default
237 \is_math_indent 0
238 \math_numbering_side default
239 \quotes_style english
240 \dynamic_quotes 0
241 \papercolumns 1
242 \papersides 2
243 \paperpagestyle default
244 \tablestyle default
245 \tracking_changes false
246 \output_changes false
247 \change_bars false
248 \postpone_fragile_content false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \docbook_table_output 0
253 \docbook_mathml_prefix 1
254 \end_header
255
256 \begin_body
257
258 \begin_layout Title
259 \SpecialChar LyX
260 's detailed Figure,
261  Table,
262  Floats,
263  Notes,
264  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,
276  please send them to the \SpecialChar LyX
277  Documentation mailing list:
278  
279 \begin_inset CommandInset href
280 LatexCommand href
281 name "lyx-docs@lists.lyx.org"
282 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
283 type "mailto:"
284 literal "false"
285
286 \end_inset
287
288
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 author:
299  Uwe Stöhr
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 Version 2.4.x
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 To export all parts of this document to PDF,
332  PS,
333  or DVI the \SpecialChar LaTeX
334  packages 
335 \series bold
336 arydshln
337 \series default
338 ,
339  
340 \series bold
341 colortbl
342 \series default
343 ,
344  
345 \series bold
346 diagbox,
347  lettrine,
348  marginnote,
349  picinpar
350 \series default
351  and 
352 \series bold
353 sidecap
354 \series default
355  must be installed.
356  If they are not installed you can export the document anyway but the sections where the packages are required won't appear in the output.
357 \end_layout
358
359 \begin_layout Plain Layout
360 The latest PDF-version of this document can be found here:
361 \begin_inset Newline newline
362 \end_inset
363
364
365 \series bold
366 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
367 \end_layout
368
369 \end_inset
370
371
372 \end_layout
373
374 \begin_layout Chapter
375 Figures
376 \begin_inset Index idx
377 range none
378 pageformat default
379 status collapsed
380
381 \begin_layout Plain Layout
382 Figures
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset Index idx
389 range none
390 pageformat default
391 status collapsed
392
393 \begin_layout Plain Layout
394 Graphics
395 \begin_inset IndexMacro see
396 status open
397
398 \begin_layout Plain Layout
399 Figures
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Section
413 Graphics Dialog
414 \begin_inset Index idx
415 range none
416 pageformat default
417 status collapsed
418
419 \begin_layout Plain Layout
420 Figures
421 \begin_inset IndexMacro subentry
422 status open
423
424 \begin_layout Plain Layout
425 Graphics Dialog
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset CommandInset label
437 LatexCommand label
438 name "sec:Graphics-Dialog"
439
440 \end_inset
441
442
443 \end_layout
444
445 \begin_layout Standard
446 To insert an image into your document,
447  place the cursor at the text position you want and click on the toolbar icon 
448 \begin_inset Info
449 type  "icon"
450 arg   "dialog-show-new-inset graphics"
451 \end_inset
452
453  or use the menu 
454 \family sans
455 Insert\SpecialChar menuseparator
456 Graphics
457 \family default
458 .
459  Then a dialog will appear to choose the file to load.
460  The image will appear in the output exactly at the position where it is in the text.
461 \end_layout
462
463 \begin_layout Standard
464 The graphics dialog can be called at any time by clicking on an image.
465  This dialog has three tabs:
466 \end_layout
467
468 \begin_layout Description
469
470 \family sans
471 Graphics
472 \family default
473  Here you can choose an image file and adjust its appearance in the output.
474  The available units for the image size are explained in appendix
475 \begin_inset space ~
476 \end_inset
477
478
479 \begin_inset CommandInset ref
480 LatexCommand ref
481 reference "cha:Units-available-in"
482 nolink "false"
483
484 \end_inset
485
486 .
487 \begin_inset Newline newline
488 \end_inset
489
490
491 \begin_inset Index idx
492 range none
493 pageformat default
494 status collapsed
495
496 \begin_layout Plain Layout
497 Figures
498 \begin_inset IndexMacro subentry
499 status open
500
501 \begin_layout Plain Layout
502 rotated
503 \end_layout
504
505 \end_inset
506
507
508 \end_layout
509
510 \end_inset
511
512 You can rotate images counter-clockwise by setting a rotation angle and a rotation origin.
513  The image will also be rotated inside \SpecialChar LyX
514 .
515 \begin_inset Newline newline
516 \end_inset
517
518
519 \begin_inset Index idx
520 range none
521 pageformat default
522 status collapsed
523
524 \begin_layout Plain Layout
525 Figures
526 \begin_inset IndexMacro subentry
527 status open
528
529 \begin_layout Plain Layout
530 scaled
531 \end_layout
532
533 \end_inset
534
535
536 \end_layout
537
538 \end_inset
539
540 Images can be scaled by using a percentage value or by setting the width and height explicitly.
541  If you set only the width or only the height,
542  the other size will be determined automatically.
543  If you set both,
544  then the image will be transformed to the given size,
545  possibly distorting it.
546  To prevent the image from distortion,
547  use the option 
548 \family sans
549 Maintain aspect ratio
550 \family default
551 .
552  The image will then be scaled so that its width and height don't exceed the specified dimensions.
553 \begin_inset Newline newline
554 \end_inset
555
556 Images can be opened in a program of your choice by right-clicking on it and choosing the entry 
557 \family sans
558 Edit
559 \begin_inset space ~
560 \end_inset
561
562 externally
563 \family default
564  in the context menu.
565  The program can be set for every image format in the file format settings in \SpecialChar LyX
566 's preferences.
567 \end_layout
568
569 \begin_layout Description
570
571 \family sans
572 Coordinates
573 \begin_inset space ~
574 \end_inset
575
576 and
577 \begin_inset space ~
578 \end_inset
579
580 Clipping
581 \family default
582  Alternatively to the usage of scaling units it is possible to set image coordinates to adjust the height and width of the image in the output.
583  The coordinates can also be calculated automatically by pressing the button 
584 \family sans
585 Get
586 \begin_inset space ~
587 \end_inset
588
589 from
590 \begin_inset space ~
591 \end_inset
592
593 File
594 \family default
595 .
596  The option 
597 \family sans
598 Clip
599 \begin_inset space ~
600 \end_inset
601
602 to
603 \begin_inset space ~
604 \end_inset
605
606 bounding
607 \begin_inset space ~
608 \end_inset
609
610 box
611 \family default
612  will only print the image region within the given coordinates.
613  Normally you don't need to worry about image coordinates and can ignore this tab.
614 \end_layout
615
616 \begin_layout Description
617
618 \family sans
619 LaTeX
620 \begin_inset space ~
621 \end_inset
622
623 and
624 \begin_inset space ~
625 \end_inset
626
627 LyX
628 \begin_inset space ~
629 \end_inset
630
631 options
632 \family default
633  In this tab you can modify the appearance of the image within \SpecialChar LyX
634  and \SpecialChar LaTeX
635  experts can specify additional \SpecialChar LaTeX
636  options.
637 \begin_inset Newline newline
638 \end_inset
639
640 The option 
641 \family sans
642 Draft
643 \begin_inset space ~
644 \end_inset
645
646 mode
647 \family default
648  makes the image appear in the output only as a frame with the size of the 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,
683  so adjusting one image of the group automatically also adjusts all other images of the group in the same way.
684  So you can for example change the size for a bunch of images without the need to manually change each of them.
685  Joining an existing group can also be done using the context menu of the image by checking the name of the desired group.
686 \end_layout
687
688 \begin_layout Standard
689 \begin_inset VSpace bigskip
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 This is an example image in PDF format
697 \begin_inset Foot
698 status collapsed
699
700 \begin_layout Plain Layout
701 Image formats are explained in section
702 \begin_inset space ~
703 \end_inset
704
705
706 \begin_inset CommandInset ref
707 LatexCommand ref
708 reference "sec:Image-Formats"
709 nolink "false"
710
711 \end_inset
712
713 .
714 \end_layout
715
716 \end_inset
717
718  within a separate,
719  horizontally centered paragraph:
720 \end_layout
721
722 \begin_layout Standard
723 \align center
724 \begin_inset Graphics
725         filename clipart/2D-intensity-plot.pdf
726         scaleBeforeRotation
727         rotateOrigin center
728
729 \end_inset
730
731
732 \end_layout
733
734 \begin_layout Standard
735 This is the same image like the one above but in draft mode:
736 \end_layout
737
738 \begin_layout Standard
739 \align center
740 \begin_inset Graphics
741         filename clipart/2D-intensity-plot.pdf
742         draft
743         scaleBeforeRotation
744         rotateOrigin center
745
746 \end_inset
747
748
749 \end_layout
750
751 \begin_layout Standard
752 \begin_inset Newpage newpage
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Section
759 Figure Floats
760 \begin_inset CommandInset label
761 LatexCommand label
762 name "sec:Figure-Floats"
763
764 \end_inset
765
766
767 \begin_inset Index idx
768 range none
769 pageformat default
770 status collapsed
771
772 \begin_layout Plain Layout
773 Floats
774 \begin_inset IndexMacro subentry
775 status open
776
777 \begin_layout Plain Layout
778 Figures
779 \end_layout
780
781 \end_inset
782
783
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index idx
790 range none
791 pageformat default
792 status collapsed
793
794 \begin_layout Plain Layout
795 Figures
796 \begin_inset IndexMacro subentry
797 status open
798
799 \begin_layout Plain Layout
800 Floats
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Standard
814 For general explanations about floats,
815  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 nolink "false"
824
825 \end_inset
826
827 .
828 \end_layout
829
830 \begin_layout Standard
831 The toolbar button 
832 \begin_inset Info
833 type  "icon"
834 arg   "float-insert figure"
835 \end_inset
836
837  and the menu 
838 \family sans
839 Insert\SpecialChar menuseparator
840 Float\SpecialChar menuseparator
841 Figure
842 \family default
843  inserts a float with a caption that has the label 
844 \begin_inset Quotes eld
845 \end_inset
846
847 Figure
848 \begin_inset space ~
849 \end_inset
850
851 #:
852 \begin_inset Quotes erd
853 \end_inset
854
855  (# is the actual number).
856  You can insert the image above the caption,
857  like in Figure
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "fig:A-star-in"
865 nolink "false"
866
867 \end_inset
868
869  or below the caption,
870  like in Figure
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "fig:A-3D-object"
878 nolink "false"
879
880 \end_inset
881
882 .
883  More about caption placement is described in section
884 \begin_inset space ~
885 \end_inset
886
887
888 \begin_inset CommandInset ref
889 LatexCommand ref
890 reference "sec:Caption-Placement"
891 nolink "false"
892
893 \end_inset
894
895 .
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 placement document
901 alignment document
902 wide false
903 sideways false
904 status open
905
906 \begin_layout Plain Layout
907 \align center
908 \begin_inset Graphics
909         filename clipart/Star-structure.pdf
910         lyxscale 60
911         width 50col%
912         scaleBeforeRotation
913         rotateOrigin center
914
915 \end_inset
916
917
918 \end_layout
919
920 \begin_layout Plain Layout
921 \begin_inset Caption Standard
922
923 \begin_layout Plain Layout
924 \begin_inset CommandInset label
925 LatexCommand label
926 name "fig:A-star-in"
927
928 \end_inset
929
930 A star in a float.
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \end_inset
939
940
941 \end_layout
942
943 \begin_layout Standard
944 \begin_inset Float figure
945 placement document
946 alignment document
947 wide false
948 sideways false
949 status open
950
951 \begin_layout Plain Layout
952 \begin_inset Caption Standard
953
954 \begin_layout Plain Layout
955 \begin_inset CommandInset label
956 LatexCommand label
957 name "fig:A-3D-object"
958
959 \end_inset
960
961 A 3D object.
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Plain Layout
970 \align center
971 \begin_inset Graphics
972         filename clipart/3D-structure-distort.pdf
973         lyxscale 60
974         scale 80
975         scaleBeforeRotation
976         rotateOrigin center
977
978 \end_inset
979
980
981 \end_layout
982
983 \end_inset
984
985
986 \end_layout
987
988 \begin_layout Standard
989 \begin_inset Index idx
990 range none
991 pageformat default
992 status collapsed
993
994 \begin_layout Plain Layout
995 References
996 \begin_inset IndexMacro subentry
997 status open
998
999 \begin_layout Plain Layout
1000 to Figures
1001 \end_layout
1002
1003 \end_inset
1004
1005
1006 \end_layout
1007
1008 \end_inset
1009
1010 Figure
1011 \begin_inset space ~
1012 \end_inset
1013
1014
1015 \begin_inset CommandInset ref
1016 LatexCommand ref
1017 reference "fig:A-star-in"
1018 nolink "false"
1019
1020 \end_inset
1021
1022  and 
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "fig:A-3D-object"
1026 nolink "false"
1027
1028 \end_inset
1029
1030  are examples of referenced figures.
1031  Figures can be referenced in the text by referencing their label.
1032  To do this insert a label in the caption using the menu 
1033 \family sans
1034 Insert\SpecialChar menuseparator
1035 Label
1036 \family default
1037  or the toolbar button 
1038 \begin_inset Info
1039 type  "icon"
1040 arg   "label-insert"
1041 \end_inset
1042
1043 .
1044  You can now refer to the label using the menu 
1045 \family sans
1046 Insert\SpecialChar menuseparator
1047 Cross
1048 \begin_inset space ~
1049 \end_inset
1050
1051 reference
1052 \family default
1053  or the toolbar button 
1054 \begin_inset Info
1055 type  "icon"
1056 arg   "dialog-show-new-inset ref"
1057 \end_inset
1058
1059 .
1060  It is important to use references to floats,
1061  rather than using vague references like 
1062 \begin_inset Quotes eld
1063 \end_inset
1064
1065 the figure above
1066 \begin_inset Quotes erd
1067 \end_inset
1068
1069 ,
1070  because \SpecialChar LaTeX
1071  will reposition the floats in the final document and it might not be 
1072 \begin_inset Quotes eld
1073 \end_inset
1074
1075 above
1076 \begin_inset Quotes erd
1077 \end_inset
1078
1079  at all.
1080 \begin_inset Newline newline
1081 \end_inset
1082
1083 Referencing is explained in detail in section
1084 \begin_inset space ~
1085 \end_inset
1086
1087
1088 \begin_inset CommandInset ref
1089 LatexCommand ref
1090 reference "sec:Referencing-Floats"
1091 nolink "false"
1092
1093 \end_inset
1094
1095 .
1096 \end_layout
1097
1098 \begin_layout Standard
1099 Normally only one image is inserted to a figure float,
1100  but sometimes you might want to use two images with separate subcaptions.
1101  This can be done by inserting image floats into existing image floats.
1102  Note that only the main caption of the float is added to the List of Figures.
1103  Figure
1104 \begin_inset space ~
1105 \end_inset
1106
1107
1108 \begin_inset CommandInset ref
1109 LatexCommand ref
1110 reference "fig:Two-distorted-images"
1111 nolink "false"
1112
1113 \end_inset
1114
1115  is an example of a figure float with two images set side by side.
1116  You can also set the images one below the other.
1117  Figure
1118 \begin_inset space ~
1119 \end_inset
1120
1121
1122 \begin_inset CommandInset ref
1123 LatexCommand ref
1124 reference "fig:Pink-object"
1125 nolink "false"
1126
1127 \end_inset
1128
1129  and 
1130 \begin_inset CommandInset ref
1131 LatexCommand ref
1132 reference "fig:A-star"
1133 nolink "false"
1134
1135 \end_inset
1136
1137  are the subfigures.
1138 \end_layout
1139
1140 \begin_layout Standard
1141 \begin_inset Float figure
1142 placement document
1143 alignment document
1144 wide false
1145 sideways false
1146 status open
1147
1148 \begin_layout Plain Layout
1149 \begin_inset space \hfill{}
1150 \end_inset
1151
1152
1153 \begin_inset Float figure
1154 placement document
1155 alignment document
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption Standard
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:Pink-object"
1167
1168 \end_inset
1169
1170 Pink object.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/3D-structure-distort.pdf
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \begin_inset Float figure
1198 placement document
1199 alignment document
1200 wide false
1201 sideways false
1202 status collapsed
1203
1204 \begin_layout Plain Layout
1205 \begin_inset Caption Standard
1206
1207 \begin_layout Plain Layout
1208 \begin_inset CommandInset label
1209 LatexCommand label
1210 name "fig:A-star"
1211
1212 \end_inset
1213
1214 A star.
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \begin_layout Plain Layout
1223 \begin_inset Graphics
1224         filename clipart/Star-structure.pdf
1225         width 45col%
1226         scaleBeforeRotation
1227         groupId distorted
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \begin_inset space \hfill{}
1238 \end_inset
1239
1240
1241 \end_layout
1242
1243 \begin_layout Plain Layout
1244 \begin_inset Caption Standard
1245
1246 \begin_layout Plain Layout
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "fig:Two-distorted-images"
1250
1251 \end_inset
1252
1253 Two distorted images.
1254  Both images are in the image settings group named 
1255 \begin_inset Quotes eld
1256 \end_inset
1257
1258 distorted
1259 \begin_inset Quotes erd
1260 \end_inset
1261
1262 .
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \begin_layout Standard
1276 \begin_inset Newpage newpage
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \begin_layout Section
1283 Image Formats
1284 \begin_inset CommandInset label
1285 LatexCommand label
1286 name "sec:Image-Formats"
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 Image Formats
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \begin_inset Index idx
1304 range none
1305 pageformat default
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309 Figures
1310 \begin_inset IndexMacro subentry
1311 status open
1312
1313 \begin_layout Plain Layout
1314 Image Formats
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \end_layout
1321
1322 \end_inset
1323
1324
1325 \end_layout
1326
1327 \begin_layout Standard
1328 You can insert images in any known file format.
1329  But as explained in appendix
1330 \begin_inset space ~
1331 \end_inset
1332
1333
1334 \begin_inset CommandInset ref
1335 LatexCommand ref
1336 reference "cha:Output-File-Formats"
1337 nolink "false"
1338
1339 \end_inset
1340
1341 ,
1342  each output document format allows only a few image formats.
1343  \SpecialChar LyX
1344  uses therefore the program 
1345 \family typewriter
1346 ImageMagick
1347 \family default
1348  in the background to convert the images to the right format.
1349  To increase your work flow by avoiding these conversions in the background,
1350  you could choose to use only the image formats that can directly be embedded in the output file format.
1351  The output file formats are explained in appendix
1352 \begin_inset space ~
1353 \end_inset
1354
1355
1356 \begin_inset CommandInset ref
1357 LatexCommand ref
1358 reference "cha:Output-File-Formats"
1359 nolink "false"
1360
1361 \end_inset
1362
1363 .
1364 \end_layout
1365
1366 \begin_layout Standard
1367 Similar to fonts there are two types of image formats:
1368 \end_layout
1369
1370 \begin_layout Description
1371 Bitmap
1372 \begin_inset space ~
1373 \end_inset
1374
1375 images consist of pixel values,
1376  often in a compressed form.
1377  They are therefore not fully scalable and look pixelated in large zooms.
1378  Well-known bitmap image formats are 
1379 \begin_inset Quotes eld
1380 \end_inset
1381
1382 Graphics Interchange Format
1383 \begin_inset Quotes erd
1384 \end_inset
1385
1386  (GIF,
1387  file extension 
1388 \begin_inset Quotes eld
1389 \end_inset
1390
1391
1392 \family typewriter
1393 .gif
1394 \family default
1395
1396 \begin_inset Quotes erd
1397 \end_inset
1398
1399 )
1400 \begin_inset Index idx
1401 range none
1402 pageformat default
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 GIF
1407 \begin_inset IndexMacro see
1408 status open
1409
1410 \begin_layout Plain Layout
1411 Image formats
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \end_inset
1420
1421 ,
1422  
1423 \begin_inset Quotes eld
1424 \end_inset
1425
1426 Portable Network Graphics
1427 \begin_inset Quotes erd
1428 \end_inset
1429
1430  (PNG,
1431  file extension 
1432 \begin_inset Quotes eld
1433 \end_inset
1434
1435
1436 \family typewriter
1437 .png
1438 \family default
1439
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443 )
1444 \begin_inset Index idx
1445 range none
1446 pageformat default
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 PNG
1451 \begin_inset IndexMacro see
1452 status open
1453
1454 \begin_layout Plain Layout
1455 Image formats
1456 \end_layout
1457
1458 \end_inset
1459
1460
1461 \end_layout
1462
1463 \end_inset
1464
1465 ,
1466  and 
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 Joint Photographic Experts Group
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474  (JPG,
1475  file extension 
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479
1480 \family typewriter
1481 .jpg
1482 \family default
1483
1484 \begin_inset Quotes erd
1485 \end_inset
1486
1487  or 
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491
1492 \family typewriter
1493 .jpeg
1494 \family default
1495
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499 )
1500 \begin_inset Index idx
1501 range none
1502 pageformat default
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 JPG
1507 \begin_inset IndexMacro see
1508 status open
1509
1510 \begin_layout Plain Layout
1511 Image formats
1512 \end_layout
1513
1514 \end_inset
1515
1516
1517 \end_layout
1518
1519 \end_inset
1520
1521 .
1522 \end_layout
1523
1524 \begin_layout Description
1525 Vector
1526 \begin_inset space ~
1527 \end_inset
1528
1529 images consist of vectors and can therefore be scaled to any size without data loss.
1530  The scaling ability is necessary if you want to create presentations,
1531  because presentations are always scaled by the video projector.
1532  Scaling is also useful for online documents to let the user zoom into diagrams.
1533 \begin_inset Newline newline
1534 \end_inset
1535
1536 Well-known scalable image formats are 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540 Scalable Vector Graphics
1541 \begin_inset Quotes erd
1542 \end_inset
1543
1544  (SVG,
1545  file extension 
1546 \begin_inset Quotes eld
1547 \end_inset
1548
1549
1550 \family typewriter
1551 .svg
1552 \family default
1553
1554 \begin_inset Quotes erd
1555 \end_inset
1556
1557 )
1558 \begin_inset Index idx
1559 range none
1560 pageformat default
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564 SVG
1565 \begin_inset IndexMacro see
1566 status open
1567
1568 \begin_layout Plain Layout
1569 Image formats
1570 \end_layout
1571
1572 \end_inset
1573
1574
1575 \end_layout
1576
1577 \end_inset
1578
1579 ,
1580  
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584 Encapsulated PostScript
1585 \begin_inset Quotes erd
1586 \end_inset
1587
1588  (EPS,
1589  file extension 
1590 \begin_inset Quotes eld
1591 \end_inset
1592
1593
1594 \family typewriter
1595 .eps
1596 \family default
1597
1598 \begin_inset Quotes erd
1599 \end_inset
1600
1601 )
1602 \begin_inset Index idx
1603 range none
1604 pageformat default
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608 EPS
1609 \begin_inset IndexMacro see
1610 status open
1611
1612 \begin_layout Plain Layout
1613 Image formats
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \end_inset
1622
1623 ,
1624  
1625 \begin_inset Quotes eld
1626 \end_inset
1627
1628 Portable Document Format
1629 \begin_inset Quotes erd
1630 \end_inset
1631
1632  (PDF,
1633  file extension 
1634 \begin_inset Quotes eld
1635 \end_inset
1636
1637
1638 \family typewriter
1639 .pdf
1640 \family default
1641
1642 \begin_inset Quotes erd
1643 \end_inset
1644
1645 )
1646 \begin_inset Index idx
1647 range none
1648 pageformat default
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 PDF
1653 \end_layout
1654
1655 \end_inset
1656
1657 ,
1658  and 
1659 \begin_inset Quotes eld
1660 \end_inset
1661
1662 Windows Metafile
1663 \begin_inset Quotes erd
1664 \end_inset
1665
1666  (WMF,
1667  file extension 
1668 \begin_inset Quotes eld
1669 \end_inset
1670
1671
1672 \family typewriter
1673 .wmf
1674 \family default
1675
1676 \begin_inset Quotes erd
1677 \end_inset
1678
1679 )
1680 \begin_inset Index idx
1681 range none
1682 pageformat default
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 WMF
1687 \begin_inset IndexMacro see
1688 status open
1689
1690 \begin_layout Plain Layout
1691 Image formats
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701 .
1702  We wrote 
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706 can be
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710 ,
1711  because you can convert any bitmap image to a PDF or EPS-image and the result will still be a bitmap image.
1712  In such cases only a header with the image properties is added to the original image
1713 \begin_inset Foot
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 In the case of PDF,
1718  the original image is additionally compressed.
1719 \end_layout
1720
1721 \end_inset
1722
1723 .
1724  The PDF-files generated by 
1725 \family typewriter
1726 Adobe Photoshop
1727 \family default
1728  are for example bitmap images.
1729 \end_layout
1730
1731 \begin_layout Standard
1732 Normally it is not possible to convert a bitmap image into a scalable one,
1733  only vice versa.
1734  Only the image formats PDF and EPS can directly be embedded to PDF and PostScript output files,
1735  respectively.
1736  SVG and WMF-images are recalculated to bitmaps when the output file is generated because there is currently no adequate WMF/SVG
1737 \begin_inset Formula $\to$
1738 \end_inset
1739
1740 PDF/EPS converter available.
1741 \end_layout
1742
1743 \begin_layout Chapter
1744 Tables
1745 \begin_inset Index idx
1746 range none
1747 pageformat default
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751 Table
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \begin_layout Section
1760 Introduction
1761 \begin_inset Index idx
1762 range none
1763 pageformat default
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Table
1768 \begin_inset IndexMacro subentry
1769 status open
1770
1771 \begin_layout Plain Layout
1772 Introduction
1773 \end_layout
1774
1775 \end_inset
1776
1777
1778 \end_layout
1779
1780 \end_inset
1781
1782
1783 \end_layout
1784
1785 \begin_layout Standard
1786 You can insert a table using either the toolbar button 
1787 \begin_inset Info
1788 type  "icon"
1789 arg   "tabular-insert"
1790 \end_inset
1791
1792  or the menu 
1793 \family sans
1794 Insert\SpecialChar menuseparator
1795 Table
1796 \family default
1797 .
1798  The toolbar button offers you a graphical selection:
1799  move the mouse to set the column/row number of the table that should be created and then press a mouse button.
1800  When you use the menu to create a table,
1801  a dialog will appear,
1802  asking you for the number of rows and columns,
1803  and you can select a specific (border) style.
1804 \end_layout
1805
1806 \begin_layout Standard
1807 The default table has lines around any cell and the first row appears separated from the rest of the table.
1808  This separation occurs due to a double line:
1809  The cells of the first row have a line below them and the cells of the second row have a line above them.
1810  Here is an example table:
1811 \end_layout
1812
1813 \begin_layout Standard
1814 \align center
1815 \begin_inset Tabular
1816 <lyxtabular version="3" rows="4" columns="4">
1817 <features tabularvalignment="middle">
1818 <column alignment="center" valignment="top">
1819 <column alignment="center" valignment="top">
1820 <column alignment="center" valignment="top">
1821 <column alignment="center" valignment="top">
1822 <row>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \family roman
1838 \series medium
1839 \shape up
1840 \size normal
1841 \emph off
1842 \bar no
1843 \noun off
1844 \color none
1845 1
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 2
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863 3
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 </row>
1869 <row>
1870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \family roman
1876 \series medium
1877 \shape up
1878 \size normal
1879 \emph off
1880 \bar no
1881 \noun off
1882 \color none
1883 A
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 </row>
1916 <row>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \family roman
1923 \series medium
1924 \shape up
1925 \size normal
1926 \emph off
1927 \bar no
1928 \noun off
1929 \color none
1930 B
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 </row>
1963 <row>
1964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968
1969 \family roman
1970 \series medium
1971 \shape up
1972 \size normal
1973 \emph off
1974 \bar no
1975 \noun off
1976 \color none
1977 C
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Plain Layout
2004
2005 \end_layout
2006
2007 \end_inset
2008 </cell>
2009 </row>
2010 </lyxtabular>
2011
2012 \end_inset
2013
2014
2015 \end_layout
2016
2017 \begin_layout Standard
2018 This corresponds to the 
2019 \begin_inset Quotes eld
2020 \end_inset
2021
2022 Grid with Head
2023 \begin_inset Quotes erd
2024 \end_inset
2025
2026  table style listed in the style selection.
2027 \end_layout
2028
2029 \begin_layout Standard
2030 Other available styles include:
2031 \end_layout
2032
2033 \begin_layout Itemize
2034
2035 \begin_inset Quotes eld
2036 \end_inset
2037
2038 simple grid
2039 \begin_inset Quotes erd
2040 \end_inset
2041
2042  which looks line the above table,
2043  but without the first row being separated via double line,
2044 \end_layout
2045
2046 \begin_layout Itemize
2047 a border-less table with no lines at all,
2048 \end_layout
2049
2050 \begin_layout Itemize
2051 and a so-called 
2052 \begin_inset Quotes eld
2053 \end_inset
2054
2055 formal table
2056 \begin_inset Quotes erd
2057 \end_inset
2058
2059  as often used in professional publishing with horizontal lines only and bold top/bottom lines (see 
2060 \emph on
2061 Embedded Objects
2062 \emph default
2063  manual,
2064  section 
2065 \emph on
2066 Formal Tables
2067 \emph default
2068 ).
2069  It is also possible to have an horizontal (thin) Footline above the last line.
2070 \end_layout
2071
2072 \begin_layout Standard
2073 The default style used in the dialog as well as the style used by the toolbar button can be changed in 
2074 \family sans
2075 Document\SpecialChar menuseparator
2076 Settings\SpecialChar menuseparator
2077 Text Layout
2078 \family default
2079 .
2080  So if the default style above is not the one you need,
2081  you should alter this setting.
2082 \end_layout
2083
2084 \begin_layout Section
2085 Table Dialog
2086 \begin_inset Index idx
2087 range none
2088 pageformat default
2089 status collapsed
2090
2091 \begin_layout Plain Layout
2092 Table
2093 \begin_inset IndexMacro subentry
2094 status open
2095
2096 \begin_layout Plain Layout
2097 Dialog
2098 \end_layout
2099
2100 \end_inset
2101
2102
2103 \end_layout
2104
2105 \end_inset
2106
2107
2108 \end_layout
2109
2110 \begin_layout Standard
2111 You can alter a table by clicking on it with the right mouse button,
2112  which brings up the context menu.
2113  Under the menu entry 
2114 \family sans
2115 More
2116 \family default
2117  you can adjust the settings of that cell and row/column respectively where the cursor is currently placed.
2118  The context menu 
2119 \family sans
2120 More\SpecialChar menuseparator
2121 Settings
2122 \family default
2123  opens the table dialog where you can adjust more things.
2124  Most of the dialog options also work on selections.
2125  This means if you select more cells,
2126  columns or rows,
2127  the action is done for the whole selection.
2128  Note that there is a difference between selecting the 
2129 \emph on
2130 contents
2131 \emph default
2132  of the cell,
2133  and the cell itself.
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 With the dialog option 
2138 \family sans
2139 Immediate
2140 \begin_inset space ~
2141 \end_inset
2142
2143 Apply
2144 \family default
2145  every change you make in the dialog is directly applied.
2146  If you move the cursor to another table cell the dialog will then also be updated with the parameters of the new cell.
2147  If you change length values in the dialog you must press 
2148 \family sans
2149 Return
2150 \family default
2151  to get the change applied.
2152 \begin_inset Newline newline
2153 \end_inset
2154
2155 You can alter tables with the following tabs of the table dialog:
2156 \end_layout
2157
2158 \begin_layout Description
2159 Table
2160 \begin_inset space ~
2161 \end_inset
2162
2163 Settings Here you can set the table width
2164 \begin_inset Index idx
2165 range none
2166 pageformat default
2167 status collapsed
2168
2169 \begin_layout Plain Layout
2170 Table
2171 \begin_inset IndexMacro subentry
2172 status open
2173
2174 \begin_layout Plain Layout
2175 Width
2176 \end_layout
2177
2178 \end_inset
2179
2180
2181 \end_layout
2182
2183 \end_inset
2184
2185 ,
2186  and the horizontal alignment and the width of the current column.
2187  The alignment 
2188 \family sans
2189 At
2190 \begin_inset space ~
2191 \end_inset
2192
2193 Decimal
2194 \begin_inset space ~
2195 \end_inset
2196
2197 Separator
2198 \family default
2199  is described in section
2200 \begin_inset space ~
2201 \end_inset
2202
2203
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "subsec:Special-Cell-Alignment"
2207 nolink "false"
2208
2209 \end_inset
2210
2211 .
2212  When you have set a width you can also adjust the vertical alignment of the current row.
2213  A given width will allow the cell to have line breaks and multiple paragraphs of text,
2214  see sec.
2215 \begin_inset space \thinspace{}
2216 \end_inset
2217
2218
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "subsec:Multiple-Lines-in"
2222 nolink "false"
2223
2224 \end_inset
2225
2226 .
2227  If you set no width,
2228  the column is as wide as the content of its widest cell.
2229 \begin_inset Newline newline
2230 \end_inset
2231
2232 Furthermore,
2233  you can mark one or multiple cells of one row as a multicolumn cell,
2234  see sec.
2235 \begin_inset space \thinspace{}
2236 \end_inset
2237
2238
2239 \begin_inset CommandInset ref
2240 LatexCommand ref
2241 reference "subsec:Multicolumns"
2242 nolink "false"
2243
2244 \end_inset
2245
2246  or the cells of one column as multirow cell,
2247  see sec.
2248 \begin_inset space \thinspace{}
2249 \end_inset
2250
2251
2252 \begin_inset CommandInset ref
2253 LatexCommand ref
2254 reference "subsec:Multirows"
2255 nolink "false"
2256
2257 \end_inset
2258
2259 .
2260 \begin_inset Newline newline
2261 \end_inset
2262
2263 The rotate check boxes rotate the current cell,
2264  a selection,
2265  or the whole table counter-clockwise by 90
2266 \begin_inset space \thinspace{}
2267 \end_inset
2268
2269 °.
2270  The rotation is not shown within \SpecialChar LyX
2271 ,
2272  only in the output.
2273  For more information see sec.
2274 \begin_inset space \thinspace{}
2275 \end_inset
2276
2277
2278 \begin_inset CommandInset ref
2279 LatexCommand ref
2280 reference "sec:Rotated-Table-Cells"
2281 nolink "false"
2282
2283 \end_inset
2284
2285 .
2286 \begin_inset Newline newline
2287 \end_inset
2288
2289
2290 \begin_inset Note Greyedout
2291 status open
2292
2293 \begin_layout Plain Layout
2294
2295 \series bold
2296 Note:
2297
2298 \series default
2299  Not all DVI-viewers are able to display rotations.
2300 \end_layout
2301
2302 \end_inset
2303
2304
2305 \begin_inset Newline newline
2306 \end_inset
2307
2308 The table-wide vertical alignment is used for tables within text lines:
2309 \begin_inset Newline newline
2310 \end_inset
2311
2312 A line with tables with different alignments:
2313  
2314 \begin_inset Tabular
2315 <lyxtabular version="3" rows="2" columns="2">
2316 <features tabularvalignment="top">
2317 <column alignment="center" valignment="top" width="0pt">
2318 <column alignment="center" valignment="top">
2319 <row>
2320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Plain Layout
2324
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \family roman
2335 \series medium
2336 \shape up
2337 \size normal
2338 \emph off
2339 \bar no
2340 \noun off
2341 \color none
2342 1
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 </row>
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353
2354 \family roman
2355 \series medium
2356 \shape up
2357 \size normal
2358 \emph off
2359 \bar no
2360 \noun off
2361 \color none
2362 A
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 </row>
2377 </lyxtabular>
2378
2379 \end_inset
2380
2381  
2382 \begin_inset Tabular
2383 <lyxtabular version="3" rows="2" columns="2">
2384 <features tabularvalignment="middle">
2385 <column alignment="center" valignment="top">
2386 <column alignment="center" valignment="top">
2387 <row>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401
2402 \family roman
2403 \series medium
2404 \shape up
2405 \size normal
2406 \emph off
2407 \bar no
2408 \noun off
2409 \color none
2410 1
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 </row>
2416 <row>
2417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \family roman
2423 \series medium
2424 \shape up
2425 \size normal
2426 \emph off
2427 \bar no
2428 \noun off
2429 \color none
2430 A
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 </lyxtabular>
2446
2447 \end_inset
2448
2449  
2450 \begin_inset Tabular
2451 <lyxtabular version="3" rows="2" columns="2">
2452 <features tabularvalignment="bottom">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <column alignment="center" valignment="top">
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460
2461 \end_layout
2462
2463 \end_inset
2464 </cell>
2465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469
2470 \family roman
2471 \series medium
2472 \shape up
2473 \size normal
2474 \emph off
2475 \bar no
2476 \noun off
2477 \color none
2478 1
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 </row>
2484 <row>
2485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489
2490 \family roman
2491 \series medium
2492 \shape up
2493 \size normal
2494 \emph off
2495 \bar no
2496 \noun off
2497 \color none
2498 A
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 </row>
2513 </lyxtabular>
2514
2515 \end_inset
2516
2517
2518 \begin_inset Newline newline
2519 \end_inset
2520
2521 It is also possible to enter a \SpecialChar LaTeX
2522 -argument which is needed for special table formattings,
2523  see sec.
2524 \begin_inset space \thinspace{}
2525 \end_inset
2526
2527
2528 \begin_inset CommandInset ref
2529 LatexCommand ref
2530 reference "subsec:Multicolumn-Calculations"
2531 nolink "false"
2532
2533 \end_inset
2534
2535  and 
2536 \begin_inset CommandInset ref
2537 LatexCommand ref
2538 reference "sec:Colored-Tables"
2539 nolink "false"
2540
2541 \end_inset
2542
2543 .
2544 \end_layout
2545
2546 \begin_layout Description
2547 Borders In this tab you can add and delete border lines for the current row/column.
2548 \begin_inset Newline newline
2549 \end_inset
2550
2551 Using the style option 
2552 \family sans
2553 Formal
2554 \family default
2555  will convert the table to a formal table as described in sec.
2556 \begin_inset space \thinspace{}
2557 \end_inset
2558
2559
2560 \begin_inset CommandInset ref
2561 LatexCommand ref
2562 reference "sec:Formal-Tables"
2563 nolink "false"
2564
2565 \end_inset
2566
2567 .
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571 You can also add space here to table rows as described in sec.
2572 \begin_inset space \thinspace{}
2573 \end_inset
2574
2575
2576 \begin_inset CommandInset ref
2577 LatexCommand ref
2578 reference "subsec:Row-Spacing"
2579 nolink "false"
2580
2581 \end_inset
2582
2583 .
2584 \end_layout
2585
2586 \begin_layout Description
2587 Multi-page
2588 \begin_inset space ~
2589 \end_inset
2590
2591 table This tab is to make a table a multi-page table that can run over several pages.
2592  Sections
2593 \begin_inset space ~
2594 \end_inset
2595
2596
2597 \begin_inset CommandInset ref
2598 LatexCommand ref
2599 reference "sec:Multi-page-Tables"
2600 nolink "false"
2601
2602 \end_inset
2603
2604  and 
2605 \begin_inset CommandInset ref
2606 LatexCommand ref
2607 reference "sec:Special-Longtable-Issues"
2608 nolink "false"
2609
2610 \end_inset
2611
2612  describe the multi-page table features in detail.
2613 \end_layout
2614
2615 \begin_layout Section
2616 Table Toolbar
2617 \begin_inset Index idx
2618 range none
2619 pageformat default
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Table
2624 \begin_inset IndexMacro subentry
2625 status open
2626
2627 \begin_layout Plain Layout
2628 Toolbar
2629 \end_layout
2630
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637
2638
2639 \end_layout
2640
2641 \begin_layout Standard
2642 The table toolbar is an alternative to the table dialog to be able to alter tables faster.
2643  It should normally appear at the bottom of \SpecialChar LyX
2644 's main window when the cursor is inside a table.
2645  You can alternatively switch it on to appear always,
2646  by right-clicking in \SpecialChar LyX
2647 's main menu bar.
2648 \end_layout
2649
2650 \begin_layout Standard
2651 The toolbar has the following icons:
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "tabular-feature append-row"
2659 \end_inset
2660
2661  adds a row below the current cell or selection
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "tabular-feature append-column"
2669 \end_inset
2670
2671  adds a column right beside the current cell or selection
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "tabular-feature delete-row"
2679 \end_inset
2680
2681  deletes the current row or selection
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686 \begin_inset Info
2687 type  "icon"
2688 arg   "tabular-feature delete-column"
2689 \end_inset
2690
2691  deletes the current column or selection
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "tabular-feature move-row-up"
2699 \end_inset
2700
2701  moves the row up
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "tabular-feature move-column-left"
2709 \end_inset
2710
2711  moves the column to the left
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "tabular-feature move-row-down"
2719 \end_inset
2720
2721  moves the row down
2722 \end_layout
2723
2724 \begin_layout Labeling
2725 \labelwidthstring 00.00.0000
2726 \begin_inset Info
2727 type  "icon"
2728 arg   "tabular-feature move-column-right"
2729 \end_inset
2730
2731  moves the column to the right
2732 \end_layout
2733
2734 \begin_layout Labeling
2735 \labelwidthstring 00.00.0000
2736 \begin_inset Info
2737 type  "icon"
2738 arg   "tabular-feature toggle-line-top"
2739 \end_inset
2740
2741  toggles a line at the top of every cell for the currently selected cells
2742 \end_layout
2743
2744 \begin_layout Labeling
2745 \labelwidthstring 00.00.0000
2746 \begin_inset Info
2747 type  "icon"
2748 arg   "tabular-feature toggle-line-bottom"
2749 \end_inset
2750
2751  toggles a line at the bottom of every cell for the currently selected cells
2752 \end_layout
2753
2754 \begin_layout Labeling
2755 \labelwidthstring 00.00.0000
2756 \begin_inset Info
2757 type  "icon"
2758 arg   "tabular-feature toggle-line-left"
2759 \end_inset
2760
2761  toggles a line at the left side of every cell for the currently selected cells
2762 \end_layout
2763
2764 \begin_layout Labeling
2765 \labelwidthstring 00.00.0000
2766 \begin_inset Info
2767 type  "icon"
2768 arg   "tabular-feature toggle-line-right"
2769 \end_inset
2770
2771  toggles a line at the right side of every cell for the currently selected cells
2772 \end_layout
2773
2774 \begin_layout Labeling
2775 \labelwidthstring 00.00.0000
2776 \begin_inset Info
2777 type  "icon"
2778 arg   "tabular-feature toggle-border-lines"
2779 \end_inset
2780
2781  toggles a border around the currently selected cells
2782 \end_layout
2783
2784 \begin_layout Labeling
2785 \labelwidthstring 00.00.0000
2786 \begin_inset Info
2787 type  "icon"
2788 arg   "tabular-feature toggle-inner-lines"
2789 \end_inset
2790
2791  toggles inner lines for the currently selected cells
2792 \end_layout
2793
2794 \begin_layout Labeling
2795 \labelwidthstring 00.00.0000
2796 \begin_inset Info
2797 type  "icon"
2798 arg   "tabular-feature toggle-all-lines"
2799 \end_inset
2800
2801  adds lines around the current or selected cells - if the current cell is not a multicolumn cell this also affects the current row and column
2802 \end_layout
2803
2804 \begin_layout Labeling
2805 \labelwidthstring 00.00.0000
2806 \begin_inset Info
2807 type  "icon"
2808 arg   "tabular-feature unset-all-lines"
2809 \end_inset
2810
2811  deletes all lines of the current or selected cells - if the current cell is not a multicolumn cell this also affects the current row and column
2812 \end_layout
2813
2814 \begin_layout Labeling
2815 \labelwidthstring 00.00.0000
2816 \begin_inset Info
2817 type  "icon"
2818 arg   "tabular-feature reset-formal-default"
2819 \end_inset
2820
2821  If using a formal table,
2822  this resets the border to its default (only horizontal lines in top and bottom rows)
2823 \end_layout
2824
2825 \begin_layout Labeling
2826 \labelwidthstring 00.00.0000
2827 \begin_inset Info
2828 type  "icon"
2829 arg   "tabular-feature m-align-left"
2830 \end_inset
2831
2832  left-aligns the content of the current cell / column
2833 \end_layout
2834
2835 \begin_layout Labeling
2836 \labelwidthstring 00.00.0000
2837 \begin_inset Info
2838 type  "icon"
2839 arg   "tabular-feature m-align-center"
2840 \end_inset
2841
2842  centers the content of the current cell / column horizontally
2843 \end_layout
2844
2845 \begin_layout Labeling
2846 \labelwidthstring 00.00.0000
2847 \begin_inset Info
2848 type  "icon"
2849 arg   "tabular-feature m-align-right"
2850 \end_inset
2851
2852  right-aligns the content of the current cell / column
2853 \end_layout
2854
2855 \begin_layout Labeling
2856 \labelwidthstring 00.00.0000
2857 \begin_inset Info
2858 type  "icon"
2859 arg   "tabular-feature align-decimal"
2860 \end_inset
2861
2862  aligns the content of the current column at a character
2863 \end_layout
2864
2865 \begin_layout Labeling
2866 \labelwidthstring 00.00.0000
2867 \begin_inset Info
2868 type  "icon"
2869 arg   "tabular-feature m-valign-top"
2870 \end_inset
2871
2872  aligns the content of the current cell vertically to the top
2873 \end_layout
2874
2875 \begin_layout Labeling
2876 \labelwidthstring 00.00.0000
2877 \begin_inset Info
2878 type  "icon"
2879 arg   "tabular-feature m-valign-middle"
2880 \end_inset
2881
2882  centers the content of the current cell vertically
2883 \end_layout
2884
2885 \begin_layout Labeling
2886 \labelwidthstring 00.00.0000
2887 \begin_inset Info
2888 type  "icon"
2889 arg   "tabular-feature m-valign-bottom"
2890 \end_inset
2891
2892  aligns the content of the current cell vertically to the bottom
2893 \end_layout
2894
2895 \begin_layout Labeling
2896 \labelwidthstring 00.00.0000
2897 \begin_inset Info
2898 type  "icon"
2899 arg   "tabular-feature set-rotate-cell"
2900 \end_inset
2901
2902  rotates the current cell or selection counter-clockwise by 90°
2903 \end_layout
2904
2905 \begin_layout Labeling
2906 \labelwidthstring 00.00.0000
2907 \begin_inset Info
2908 type  "icon"
2909 arg   "tabular-feature set-rotate-tabular"
2910 \end_inset
2911
2912  rotates the whole table counter-clockwise by 90°
2913 \end_layout
2914
2915 \begin_layout Labeling
2916 \labelwidthstring 00.00.0000
2917 \begin_inset Info
2918 type  "icon"
2919 arg   "tabular-feature multicolumn"
2920 \end_inset
2921
2922  sets the current cell or selection as a multicolumn
2923 \end_layout
2924
2925 \begin_layout Labeling
2926 \labelwidthstring 00.00.0000
2927 \begin_inset Info
2928 type  "icon"
2929 arg   "tabular-feature multirow"
2930 \end_inset
2931
2932  sets the current cell or selection as a multirow
2933 \end_layout
2934
2935 \begin_layout Standard
2936 \begin_inset Note Greyedout
2937 status open
2938
2939 \begin_layout Plain Layout
2940
2941 \series bold
2942 Note:
2943
2944 \series default
2945  For the output the vertical alignment of the first cell in a row is used for all following cells in the row.
2946 \end_layout
2947
2948 \end_inset
2949
2950
2951 \end_layout
2952
2953 \begin_layout Section
2954 Edit Table Menu
2955 \begin_inset Index idx
2956 range none
2957 pageformat default
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961 Table
2962 \begin_inset IndexMacro subentry
2963 status open
2964
2965 \begin_layout Plain Layout
2966 Edit Menu
2967 \end_layout
2968
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \begin_layout Standard
2980 In addition to the table dialog and toolbar,
2981  the menu 
2982 \family sans
2983 Edit\SpecialChar menuseparator
2984 Table
2985 \family default
2986  allows you to add and delete border lines for the current row/column and to set the current selection as multicolumn.
2987  The menu is only available when the cursor is inside a table.
2988 \end_layout
2989
2990 \begin_layout Section
2991 Table Floats
2992 \begin_inset CommandInset label
2993 LatexCommand label
2994 name "sec:Table-Floats"
2995
2996 \end_inset
2997
2998
2999 \begin_inset Index idx
3000 range none
3001 pageformat default
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005 Floats
3006 \begin_inset IndexMacro subentry
3007 status open
3008
3009 \begin_layout Plain Layout
3010 Tables
3011 \end_layout
3012
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019
3020
3021 \begin_inset Index idx
3022 range none
3023 pageformat default
3024 status collapsed
3025
3026 \begin_layout Plain Layout
3027 Table
3028 \begin_inset IndexMacro subentry
3029 status open
3030
3031 \begin_layout Plain Layout
3032 Floats
3033 \end_layout
3034
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 For general explanations about floats,
3047  have a look at section
3048 \begin_inset space ~
3049 \end_inset
3050
3051
3052 \begin_inset CommandInset ref
3053 LatexCommand ref
3054 reference "sec:FloatIntroduction"
3055 nolink "false"
3056
3057 \end_inset
3058
3059 .
3060 \end_layout
3061
3062 \begin_layout Standard
3063 \begin_inset Float table
3064 placement h
3065 alignment document
3066 wide false
3067 sideways false
3068 status open
3069
3070 \begin_layout Plain Layout
3071 \begin_inset Caption Standard
3072
3073 \begin_layout Plain Layout
3074 \begin_inset CommandInset label
3075 LatexCommand label
3076 name "tab:a table float"
3077
3078 \end_inset
3079
3080 A table float.
3081 \end_layout
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \begin_layout Plain Layout
3089 \align center
3090 \begin_inset Tabular
3091 <lyxtabular version="3" rows="3" columns="3">
3092 <features tabularvalignment="middle">
3093 <column alignment="center" valignment="top" width="0pt">
3094 <column alignment="center" valignment="top" width="0pt">
3095 <column alignment="center" valignment="top" width="0pt">
3096 <row>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \family roman
3103 \series medium
3104 \shape up
3105 \size normal
3106 \emph off
3107 \bar no
3108 \noun off
3109 \color none
3110 1
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119
3120 \family roman
3121 \series medium
3122 \shape up
3123 \size normal
3124 \emph off
3125 \bar no
3126 \noun off
3127 \color none
3128 2
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \family roman
3139 \series medium
3140 \shape up
3141 \size normal
3142 \emph off
3143 \bar no
3144 \noun off
3145 \color none
3146 3
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \family roman
3159 \series medium
3160 \shape up
3161 \size normal
3162 \emph off
3163 \bar no
3164 \noun off
3165 \color none
3166 Joe
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \family roman
3177 \series medium
3178 \shape up
3179 \size normal
3180 \emph off
3181 \bar no
3182 \noun off
3183 \color none
3184 Mary
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \family roman
3195 \series medium
3196 \shape up
3197 \size normal
3198 \emph off
3199 \bar no
3200 \noun off
3201 \color none
3202 Ted
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row>
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \family roman
3215 \series medium
3216 \shape up
3217 \size normal
3218 \emph off
3219 \bar no
3220 \noun off
3221 \color none
3222 \begin_inset Formula $\int x^{2}dx$
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \family roman
3236 \series medium
3237 \shape up
3238 \size normal
3239 \emph off
3240 \bar no
3241 \noun off
3242 \color none
3243 \begin_inset Formula $\left[\begin{array}{cc}
3244 a & b\\
3245 c & d
3246 \end{array}\right]$
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 \begin_inset Formula $1+1=2$
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 </lyxtabular>
3277
3278 \end_inset
3279
3280
3281 \end_layout
3282
3283 \end_inset
3284
3285
3286 \end_layout
3287
3288 \begin_layout Standard
3289 Table floats can be inserted using the menu 
3290 \family sans
3291 Insert\SpecialChar menuseparator
3292 Float\SpecialChar menuseparator
3293 Table
3294 \family default
3295  or the toolbar button 
3296 \begin_inset Info
3297 type  "icon"
3298 arg   "float-insert table"
3299 \end_inset
3300
3301 .
3302 \end_layout
3303
3304 \begin_layout Standard
3305 The float appears as a collapsible box with a caption that has the label 
3306 \begin_inset Quotes eld
3307 \end_inset
3308
3309 Table
3310 \begin_inset space ~
3311 \end_inset
3312
3313 #:
3314 \begin_inset Quotes erd
3315 \end_inset
3316
3317  (# is the actual table number).
3318  You can insert tables in the float above or below the caption.
3319 \end_layout
3320
3321 \begin_layout Standard
3322 Table
3323 \begin_inset space ~
3324 \end_inset
3325
3326
3327 \begin_inset CommandInset ref
3328 LatexCommand ref
3329 reference "tab:a table float"
3330 nolink "false"
3331
3332 \end_inset
3333
3334  is an example table within a table float.
3335 \end_layout
3336
3337 \begin_layout Standard
3338 Having the caption above the table is the common rule that is unfortunately not supported in \SpecialChar LaTeX
3339 's standard classes.
3340  This means that,
3341  if you are using the document classes 
3342 \family sans
3343 article
3344 \family default
3345 ,
3346  
3347 \family sans
3348 book
3349 \family default
3350 ,
3351  
3352 \family sans
3353 letter
3354 \family default
3355 ,
3356  or 
3357 \family sans
3358 report
3359 \family default
3360 ,
3361  there will be no space between the caption and the table.
3362  To insert the needed space,
3363  add the following option to the load command of the \SpecialChar LaTeX
3364 -package 
3365 \series bold
3366 caption
3367 \series default
3368
3369 \begin_inset Index idx
3370 range none
3371 pageformat default
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375 \SpecialChar LaTeX
3376  packages
3377 \begin_inset IndexMacro subentry
3378 status open
3379
3380 \begin_layout Plain Layout
3381 caption
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \end_inset
3390
3391  in your document preamble:
3392 \begin_inset Foot
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396 For more information have a look at section
3397 \begin_inset space ~
3398 \end_inset
3399
3400
3401 \begin_inset CommandInset ref
3402 LatexCommand ref
3403 reference "sec:Caption-Placement"
3404 nolink "false"
3405
3406 \end_inset
3407
3408 .
3409 \end_layout
3410
3411 \end_inset
3412
3413
3414 \end_layout
3415
3416 \begin_layout Standard
3417
3418 \series bold
3419 tableposition=top
3420 \end_layout
3421
3422 \begin_layout Standard
3423 The package 
3424 \series bold
3425 caption
3426 \series default
3427 ,
3428  which is described in section
3429 \begin_inset space ~
3430 \end_inset
3431
3432
3433 \begin_inset CommandInset ref
3434 LatexCommand ref
3435 reference "sec:Caption-Formatting"
3436 nolink "false"
3437
3438 \end_inset
3439
3440 ,
3441  is used to adjust the caption format.
3442 \end_layout
3443
3444 \begin_layout Standard
3445 \begin_inset Index idx
3446 range none
3447 pageformat default
3448 status collapsed
3449
3450 \begin_layout Plain Layout
3451 References
3452 \begin_inset IndexMacro subentry
3453 status open
3454
3455 \begin_layout Plain Layout
3456 to Tables
3457 \end_layout
3458
3459 \end_inset
3460
3461
3462 \end_layout
3463
3464 \end_inset
3465
3466 Tables can be cross-referenced in the text by referencing their label.
3467  To do this insert a label in the caption using the menu 
3468 \family sans
3469 Insert\SpecialChar menuseparator
3470 Label
3471 \family default
3472  or the toolbar button 
3473 \begin_inset Info
3474 type  "icon"
3475 arg   "label-insert"
3476 \end_inset
3477
3478 .
3479  You can now refer to the label using the menu 
3480 \family sans
3481 Insert\SpecialChar menuseparator
3482 Cross
3483 \begin_inset space ~
3484 \end_inset
3485
3486 reference
3487 \family default
3488  or the toolbar button 
3489 \begin_inset Info
3490 type  "icon"
3491 arg   "dialog-show-new-inset ref"
3492 \end_inset
3493
3494 .
3495 \begin_inset Newline newline
3496 \end_inset
3497
3498 Referencing is explained in detail in section
3499 \begin_inset space ~
3500 \end_inset
3501
3502
3503 \begin_inset CommandInset ref
3504 LatexCommand ref
3505 reference "sec:Referencing-Floats"
3506 nolink "false"
3507
3508 \end_inset
3509
3510 .
3511 \end_layout
3512
3513 \begin_layout Section
3514
3515 \family sans
3516 Multi-page Table
3517 \family default
3518 s
3519 \begin_inset CommandInset label
3520 LatexCommand label
3521 name "sec:Multi-page-Tables"
3522
3523 \end_inset
3524
3525
3526 \begin_inset Index idx
3527 range none
3528 pageformat default
3529 status collapsed
3530
3531 \begin_layout Plain Layout
3532 Multi-page Table
3533 \end_layout
3534
3535 \end_inset
3536
3537
3538 \begin_inset Index idx
3539 range none
3540 pageformat default
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 Table
3545 \begin_inset IndexMacro subentry
3546 status open
3547
3548 \begin_layout Plain Layout
3549 Multi-page Table
3550 \end_layout
3551
3552 \end_inset
3553
3554
3555 \end_layout
3556
3557 \end_inset
3558
3559
3560 \end_layout
3561
3562 \begin_layout Standard
3563 If the table is too long to fit on one page,
3564  you can use the option 
3565 \family sans
3566 Use
3567 \begin_inset space ~
3568 \end_inset
3569
3570 multi-page
3571 \family default
3572  table in the tab 
3573 \family sans
3574 Multi-page
3575 \begin_inset space ~
3576 \end_inset
3577
3578 table
3579 \family default
3580  of the table dialog to split the table automatically over more pages.
3581  Doing this enables the following options:
3582 \end_layout
3583
3584 \begin_layout Description
3585 Header:
3586  The current row is defined to be a header row that appears on all pages of the multi-page table;
3587  except for the first page,
3588  if 
3589 \family sans
3590 First
3591 \begin_inset space ~
3592 \end_inset
3593
3594 header
3595 \family default
3596  is defined.
3597  This is therefore called the main header.
3598 \end_layout
3599
3600 \begin_layout Description
3601 First
3602 \begin_inset space ~
3603 \end_inset
3604
3605 header:
3606  The current row is defined to be a header row that appears on the first page of the multi-page table.
3607 \end_layout
3608
3609 \begin_layout Description
3610 Footer:
3611  The current row is defined to be a footer row that appears on all pages of the multi-page table;
3612  except for the last page,
3613  if 
3614 \family sans
3615 Last
3616 \begin_inset space ~
3617 \end_inset
3618
3619 footer
3620 \family default
3621  is defined.
3622 \end_layout
3623
3624 \begin_layout Description
3625 Last
3626 \begin_inset space ~
3627 \end_inset
3628
3629 footer:
3630  The current row is defined to be a footer row that appears on the last page of the multi-page table.
3631 \end_layout
3632
3633 \begin_layout Description
3634 Caption:
3635  The current row contains the table caption.
3636  The row is reset as single column and a caption is inserted.
3637  More about multi-page table captions is explained in sec.
3638 \begin_inset space \thinspace{}
3639 \end_inset
3640
3641
3642 \begin_inset CommandInset ref
3643 LatexCommand ref
3644 reference "subsec:Multi-page-Table-Captions"
3645 nolink "false"
3646
3647 \end_inset
3648
3649 .
3650 \end_layout
3651
3652 \begin_layout Standard
3653 You can also specify a row where the table is split.
3654  See the following multi-page table to see how it works:
3655 \end_layout
3656
3657 \begin_layout Standard
3658 \align center
3659 \begin_inset Tabular
3660 <lyxtabular version="3" rows="69" columns="3">
3661 <features islongtable="true" longtabularalignment="center">
3662 <column alignment="left" valignment="top" width="0cm">
3663 <column alignment="left" valignment="top" width="0pt">
3664 <column alignment="center" valignment="top" width="0pt">
3665 <row endfirsthead="true">
3666 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Example Phone List (ignore the names)
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row endfirsthead="true">
3697 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 NAME
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723 TEL.
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row endhead="true">
3730 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Example Phone List
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row endhead="true">
3761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 NAME
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 TEL.
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row endfoot="true">
3794 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798  continued on next page
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Annovi
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Silvia
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Bertoli
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Stefano
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Bozzi
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Walter
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Cachia
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Maria
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Cachia
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Maurizio
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Cinquemani
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Giusi
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Colin
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Bernard
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Concli
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Gianfranco
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Dal Bosco
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Carolina
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Dalpiaz
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Annamaria
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Feliciello
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Domenico
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Focarelli
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Paola
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Galletti
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Oreste
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Gasparini
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Franca
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Rizzardi
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Paola
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Lassini
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Giancarlo
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Malfatti
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Luciano
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 111
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Malfatti
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Valeriano
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 111
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Meneguzzo
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Roberto
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 111
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Mezzadra
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Roberto
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 111
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Pirpamer
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Erich
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 111
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Pochiesa
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Paolo
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 111,
4499  222
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Radina
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Claudio
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 111
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Stuffer
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Oskar
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 111
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572
4573 \series bold
4574 Tacchelli
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Ugo
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 111
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Tezzele
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Margit
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 111
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Unterkalmsteiner
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Frieda
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 111
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Vieider
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Hilde
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 111
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Vigna
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Jürgen
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 111
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Weber
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Maurizio
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 111
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Winkler
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Franz
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 111
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789  
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Annovi
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Silvia
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Bertoli
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Stefano
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Bozzi
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Walter
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Cachia
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Maria
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Cachia
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Maurizio
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Cinquemani
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Giusi
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Colin
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Bernard
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Concli
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Gianfranco
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Dal Bosco
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Carolina
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Dalpiaz
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Annamaria
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Feliciello
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Domenico
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Focarelli
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Paola
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Galletti
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Oreste
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Gasparini
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Franca
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 555
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Rizzardi
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Paola
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 555
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Lassini
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Giancarlo
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row>
5310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314
5315 \series bold
5316 Malfatti
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 Luciano
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 555
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 <row>
5341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345
5346 \series bold
5347 Malfatti
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 Valeriano
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 555
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 </row>
5371 <row>
5372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376
5377 \series bold
5378 Meneguzzo
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 Roberto
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 555
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 </row>
5402 <row>
5403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \series bold
5409 Mezzadra
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 Roberto
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 555
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
5433 <row>
5434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \series bold
5440 Pirpamer
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 Erich
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 555
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \series bold
5471 Pochiesa
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 Paolo
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 555,
5490  222
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 </row>
5496 <row>
5497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501
5502 \series bold
5503 Radina
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 Claudio
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 555
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532
5533 \series bold
5534 Stuffer
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 Oskar
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 555
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row>
5559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \series bold
5565 Tacchelli
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 Ugo
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 555
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 </row>
5589 <row>
5590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594
5595 \series bold
5596 Tezzele
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 Margit
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 555
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 </row>
5620 <row>
5621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625
5626 \series bold
5627 Unterkalmsteiner
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 Frieda
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 555
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 </row>
5651 <row>
5652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656
5657 \series bold
5658 Vieider
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 Hilde
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 555
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687
5688 \series bold
5689 Vigna
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 Jürgen
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 999
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718
5719 \series bold
5720 Weber
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 Maurizio
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 555
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \series bold
5751 Winkler
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 Franz
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 555
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 <row endlastfoot="true">
5776 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 end
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 </lyxtabular>
5805
5806 \end_inset
5807
5808
5809 \begin_inset ERT
5810 status collapsed
5811
5812 \begin_layout Plain Layout
5813
5814
5815 \backslash
5816 addtocounter{table}{-1}
5817 \end_layout
5818
5819 \end_inset
5820
5821
5822 \begin_inset Note Note
5823 status collapsed
5824
5825 \begin_layout Plain Layout
5826 See the first greyed-out note in section
5827 \begin_inset space ~
5828 \end_inset
5829
5830
5831 \begin_inset CommandInset ref
5832 LatexCommand ref
5833 reference "subsec:Multi-page-Table-Captions"
5834 nolink "false"
5835
5836 \end_inset
5837
5838  for an explanation of this command.
5839 \end_layout
5840
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \begin_layout Subsection
5847 Footnotes in Multi-page tables
5848 \begin_inset CommandInset label
5849 LatexCommand label
5850 name "subsec:Footnotes-in-Multi-page"
5851
5852 \end_inset
5853
5854
5855 \begin_inset Index idx
5856 range none
5857 pageformat default
5858 status collapsed
5859
5860 \begin_layout Plain Layout
5861 Table
5862 \begin_inset IndexMacro subentry
5863 status open
5864
5865 \begin_layout Plain Layout
5866 Multi-page Table
5867 \end_layout
5868
5869 \end_inset
5870
5871
5872 \begin_inset IndexMacro subentry
5873 status open
5874
5875 \begin_layout Plain Layout
5876 Footnotes
5877 \end_layout
5878
5879 \end_inset
5880
5881
5882 \end_layout
5883
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \begin_layout Standard
5890 Footnotes can be inserted to every Multi-page table cell.
5891  They appear at the bottom of the page where the table cell with the footnote appears.
5892  Table
5893 \begin_inset space ~
5894 \end_inset
5895
5896
5897 \begin_inset CommandInset ref
5898 LatexCommand ref
5899 reference "tab:DiffCaptions"
5900 nolink "false"
5901
5902 \end_inset
5903
5904  has for example a footnote.
5905 \end_layout
5906
5907 \begin_layout Subsection
5908 Multi-page Table Alignment
5909 \begin_inset Index idx
5910 range none
5911 pageformat default
5912 status collapsed
5913
5914 \begin_layout Plain Layout
5915 Table
5916 \begin_inset IndexMacro subentry
5917 status open
5918
5919 \begin_layout Plain Layout
5920 Multi-page Table
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \begin_inset IndexMacro subentry
5927 status open
5928
5929 \begin_layout Plain Layout
5930 Alignment
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939
5940
5941 \end_layout
5942
5943 \begin_layout Standard
5944 The horizontal alignment of multi-page tables can be set in the table settings dialog.
5945  For left- and right-alignment the table will be directly at the page border.
5946  To add space between the table and the border one has to set the alignment to center and change the value of the \SpecialChar LaTeX
5947 -lengths 
5948 \series bold
5949
5950 \backslash
5951 LTleft 
5952 \series default
5953 or 
5954 \series bold
5955
5956 \backslash
5957 LTright
5958 \series default
5959  by inserting this line as \SpecialChar TeX
5960  Code before the multi-page table:
5961 \end_layout
5962
5963 \begin_layout Standard
5964
5965 \series bold
5966
5967 \backslash
5968 setlength{
5969 \backslash
5970 LTleft}{value}
5971 \end_layout
5972
5973 \begin_layout Standard
5974 The value can have any of the units listed in Table
5975 \begin_inset space ~
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset ref
5980 LatexCommand ref
5981 reference "tab:Units"
5982 nolink "false"
5983
5984 \end_inset
5985
5986 .
5987  
5988 \series bold
5989
5990 \backslash
5991 LTleft
5992 \series default
5993  controls the horizontal distance from the left page border to the multi-page table,
5994  
5995 \series bold
5996
5997 \backslash
5998 LTright
5999 \series default
6000  the distance from the right side.
6001  The default value for both lengths is 
6002 \series bold
6003
6004 \backslash
6005 fill
6006 \series default
6007 ,
6008  which is in this case the same as an horizontal fill in \SpecialChar LyX
6009 .
6010 \end_layout
6011
6012 \begin_layout Standard
6013 The following multi-page table was centered and 
6014 \series bold
6015
6016 \backslash
6017 LTleft
6018 \series default
6019  set to 
6020 \family sans
6021 0.1
6022 \backslash
6023 columnwidth
6024 \family default
6025 :
6026 \begin_inset ERT
6027 status collapsed
6028
6029 \begin_layout Plain Layout
6030
6031
6032 \backslash
6033 setlength{
6034 \backslash
6035 LTleft}{0.1
6036 \backslash
6037 columnwidth}
6038 \end_layout
6039
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \begin_layout Standard
6046 \begin_inset Tabular
6047 <lyxtabular version="3" rows="5" columns="5">
6048 <features islongtable="true" longtabularalignment="center">
6049 <column alignment="center" valignment="top">
6050 <column alignment="center" valignment="top" width="0pt">
6051 <column alignment="center" valignment="top">
6052 <column alignment="center" valignment="top">
6053 <column alignment="center" valignment="top">
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 1
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 2
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 3
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 4
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 5
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 asd
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 s
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 s
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 s
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 <row>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 asd
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 s
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 s
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 s
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 asd
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 s
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 s
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 s
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 asd
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 asd
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 asd
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 asd
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 </lyxtabular>
6290
6291 \end_inset
6292
6293
6294 \begin_inset ERT
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298
6299
6300 \backslash
6301 setlength{
6302 \backslash
6303 LTleft}{
6304 \backslash
6305 fill}
6306 \end_layout
6307
6308 \end_inset
6309
6310
6311 \begin_inset ERT
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315
6316
6317 \backslash
6318 addtocounter{table}{-1}
6319 \end_layout
6320
6321 \end_inset
6322
6323
6324 \begin_inset Note Note
6325 status collapsed
6326
6327 \begin_layout Plain Layout
6328 See the first greyed-out note in section
6329 \begin_inset space ~
6330 \end_inset
6331
6332
6333 \begin_inset CommandInset ref
6334 LatexCommand ref
6335 reference "subsec:Multi-page-Table-Captions"
6336 nolink "false"
6337
6338 \end_inset
6339
6340  for an explanation of this command.
6341 \end_layout
6342
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \begin_layout Subsection
6349 Multi-page Table Captions
6350 \begin_inset Index idx
6351 range none
6352 pageformat default
6353 status collapsed
6354
6355 \begin_layout Plain Layout
6356 Table
6357 \begin_inset IndexMacro subentry
6358 status open
6359
6360 \begin_layout Plain Layout
6361 Multi-page Table
6362 \end_layout
6363
6364 \end_inset
6365
6366
6367 \begin_inset IndexMacro subentry
6368 status open
6369
6370 \begin_layout Plain Layout
6371 Captions
6372 \end_layout
6373
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \end_inset
6380
6381
6382 \begin_inset CommandInset label
6383 LatexCommand label
6384 name "subsec:Multi-page-Table-Captions"
6385
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \begin_layout Standard
6392 A multi-page table cannot be put into a table float because floats can only be on one page.
6393  But the caption environment of floats can also be used for multi-page tables when you use the multi-page table option 
6394 \family sans
6395 Caption
6396 \family default
6397  as described in sec.
6398 \begin_inset space \thinspace{}
6399 \end_inset
6400
6401
6402 \begin_inset CommandInset ref
6403 LatexCommand ref
6404 reference "sec:Multi-page-Tables"
6405 nolink "false"
6406
6407 \end_inset
6408
6409 .
6410  Only one table row should contain a caption,
6411  either a header or a footer row.
6412 \end_layout
6413
6414 \begin_layout Standard
6415 Here is a short multi-page table to see how it works:
6416 \end_layout
6417
6418 \begin_layout Standard
6419 \begin_inset Tabular
6420 <lyxtabular version="3" rows="6" columns="5">
6421 <features islongtable="true" longtabularalignment="center">
6422 <column alignment="center" valignment="top">
6423 <column alignment="center" valignment="top">
6424 <column alignment="center" valignment="top">
6425 <column alignment="center" valignment="top">
6426 <column alignment="center" valignment="top">
6427 <row endfirsthead="true" caption="true">
6428 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 \begin_inset Caption Standard
6433
6434 \begin_layout Plain Layout
6435 Multi-page table with caption
6436 \begin_inset Argument 1
6437 status open
6438
6439 \begin_layout Plain Layout
6440 Multi-page table
6441 \end_layout
6442
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 1
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 2
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 3
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 4
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 5
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 </row>
6633 <row>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 asd
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 s
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 s
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 s
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 <row>
6681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 asd
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 asd
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 asd
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 asd
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 </row>
6727 </lyxtabular>
6728
6729 \end_inset
6730
6731
6732 \end_layout
6733
6734 \begin_layout Standard
6735 \begin_inset VSpace medskip
6736 \end_inset
6737
6738
6739 \begin_inset Note Greyedout
6740 status open
6741
6742 \begin_layout Plain Layout
6743
6744 \series bold
6745 Note
6746 \begin_inset space ~
6747 \end_inset
6748
6749 1:
6750
6751 \series default
6752  The table number is increased for every multi-page table,
6753  even if you did not set a caption for it.
6754  For this reason you could have the case that e.
6755 \begin_inset space \thinspace{}
6756 \end_inset
6757
6758 g.
6759 \begin_inset space \space{}
6760 \end_inset
6761
6762 Table
6763 \begin_inset space ~
6764 \end_inset
6765
6766 2.4 follows Table
6767 \begin_inset space ~
6768 \end_inset
6769
6770 2.1 in the list of tables if there are two multi-page tables without captions.
6771  To avoid this you can add the following command in \SpecialChar TeX
6772  Code after every multi-page table without a caption:
6773 \end_layout
6774
6775 \begin_layout Plain Layout
6776
6777 \series bold
6778
6779 \backslash
6780 addtocounter{table}{-1}
6781 \end_layout
6782
6783 \begin_layout Plain Layout
6784 This is not needed when none of your multi-page tables has a caption and you add the following code to the document preamble:
6785 \end_layout
6786
6787 \begin_layout Plain Layout
6788
6789 \series bold
6790
6791 \backslash
6792 let
6793 \backslash
6794 myEnd
6795 \backslash
6796 endlongtable
6797 \begin_inset Newline newline
6798 \end_inset
6799
6800
6801 \backslash
6802 renewcommand{
6803 \backslash
6804 endlongtable}{
6805 \backslash
6806 myEnd
6807 \backslash
6808 addtocounter{table}{-1}}
6809 \end_layout
6810
6811 \end_inset
6812
6813
6814 \end_layout
6815
6816 \begin_layout Standard
6817 \begin_inset Note Greyedout
6818 status open
6819
6820 \begin_layout Plain Layout
6821
6822 \series bold
6823 Note
6824 \begin_inset space ~
6825 \end_inset
6826
6827 2:
6828
6829 \series default
6830  If you are using
6831 \series bold
6832  hyperref
6833 \series default
6834
6835 \begin_inset Index idx
6836 range none
6837 pageformat default
6838 status collapsed
6839
6840 \begin_layout Plain Layout
6841 \SpecialChar LaTeX
6842  packages
6843 \begin_inset IndexMacro subentry
6844 status open
6845
6846 \begin_layout Plain Layout
6847 hyperref
6848 \end_layout
6849
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856
6857  in the 
6858 \family sans
6859 PDF Properties
6860 \family default
6861  of the 
6862 \family sans
6863 Document Settings
6864 \family default
6865  dialog to link cross-references,
6866  the link to a multi-page table caption will always point to the beginning of the document.
6867 \end_layout
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \begin_layout Subsubsection
6875 References to multi-page tables
6876 \begin_inset Index idx
6877 range none
6878 pageformat default
6879 status collapsed
6880
6881 \begin_layout Plain Layout
6882 Table
6883 \begin_inset IndexMacro subentry
6884 status open
6885
6886 \begin_layout Plain Layout
6887 Multi-page Table
6888 \end_layout
6889
6890 \end_inset
6891
6892
6893 \begin_inset IndexMacro subentry
6894 status open
6895
6896 \begin_layout Plain Layout
6897 References
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \begin_layout Standard
6911 \begin_inset Tabular
6912 <lyxtabular version="3" rows="6" columns="5">
6913 <features islongtable="true" longtabularalignment="center">
6914 <column alignment="center" valignment="top">
6915 <column alignment="center" valignment="top">
6916 <column alignment="center" valignment="top">
6917 <column alignment="center" valignment="top">
6918 <column alignment="center" valignment="top">
6919 <row endfirsthead="true" caption="true">
6920 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 \begin_inset Caption Standard
6925
6926 \begin_layout Plain Layout
6927 Referenced multi-page table
6928 \begin_inset CommandInset label
6929 LatexCommand label
6930 name "tab:Referenced-multi-page-table"
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 1
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 2
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 3
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 4
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 5
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 s
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 s
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 s
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 sad
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 </row>
7216 </lyxtabular>
7217
7218 \end_inset
7219
7220
7221 \end_layout
7222
7223 \begin_layout Standard
7224 To reference a multi-page table,
7225  insert a label into the caption.
7226 \end_layout
7227
7228 \begin_layout Standard
7229 This is a reference to Table
7230 \begin_inset space ~
7231 \end_inset
7232
7233
7234 \begin_inset CommandInset ref
7235 LatexCommand ref
7236 reference "tab:Referenced-multi-page-table"
7237 nolink "false"
7238
7239 \end_inset
7240
7241 .
7242 \end_layout
7243
7244 \begin_layout Standard
7245 The caption layout can be set together with all other captions of your document using the \SpecialChar LaTeX
7246 -package 
7247 \series bold
7248 caption
7249 \series default
7250
7251 \begin_inset Index idx
7252 range none
7253 pageformat default
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257 \SpecialChar LaTeX
7258  packages
7259 \begin_inset IndexMacro subentry
7260 status open
7261
7262 \begin_layout Plain Layout
7263 caption
7264 \end_layout
7265
7266 \end_inset
7267
7268
7269 \end_layout
7270
7271 \end_inset
7272
7273 ,
7274  see section
7275 \begin_inset space ~
7276 \end_inset
7277
7278
7279 \begin_inset CommandInset ref
7280 LatexCommand ref
7281 reference "sec:Caption-Formatting"
7282 nolink "false"
7283
7284 \end_inset
7285
7286 .
7287 \end_layout
7288
7289 \begin_layout Subsubsection
7290 Caption Width
7291 \begin_inset Index idx
7292 range none
7293 pageformat default
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297 Table
7298 \begin_inset IndexMacro subentry
7299 status open
7300
7301 \begin_layout Plain Layout
7302 Multi-page Table
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \begin_inset IndexMacro subentry
7309 status open
7310
7311 \begin_layout Plain Layout
7312 Caption Width
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \begin_layout Standard
7326 The maximal width of caption lines is defined by the length 
7327 \series bold
7328
7329 \backslash
7330 LTcapwidth
7331 \series default
7332 .
7333  Its default value is 4
7334 \begin_inset space \thinspace{}
7335 \end_inset
7336
7337 in.
7338  To change it add the following command to your document preamble or as \SpecialChar TeX
7339  Code into your document before the multi-page table that should be affected
7340 \end_layout
7341
7342 \begin_layout Standard
7343
7344 \series bold
7345
7346 \backslash
7347 setlength{
7348 \backslash
7349 LTcapwidth}{width}
7350 \end_layout
7351
7352 \begin_layout Standard
7353 where the 
7354 \family sans
7355 width
7356 \family default
7357  can have one of the units listed in appendix
7358 \begin_inset space ~
7359 \end_inset
7360
7361
7362 \begin_inset CommandInset ref
7363 LatexCommand ref
7364 reference "cha:Units-available-in"
7365 nolink "false"
7366
7367 \end_inset
7368
7369 .
7370 \end_layout
7371
7372 \begin_layout Standard
7373 The following tables show the difference:
7374 \end_layout
7375
7376 \begin_layout Standard
7377 \begin_inset Tabular
7378 <lyxtabular version="3" rows="6" columns="5">
7379 <features islongtable="true" longtabularalignment="center">
7380 <column alignment="center" valignment="top">
7381 <column alignment="center" valignment="top">
7382 <column alignment="center" valignment="top">
7383 <column alignment="center" valignment="top">
7384 <column alignment="center" valignment="top">
7385 <row endfirsthead="true" caption="true">
7386 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 \begin_inset Caption Standard
7391
7392 \begin_layout Plain Layout
7393 Long full title with default width long full title with default width long full title with default width
7394 \begin_inset Argument 1
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398 caption with default width
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 1
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 2
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 3
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 4
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 5
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 s
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 asd
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 s
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 s
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 asd
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 sad
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 asd
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 </lyxtabular>
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \begin_layout Standard
7693 \begin_inset ERT
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697
7698
7699 \backslash
7700 setlength{
7701 \backslash
7702 LTcapwidth}{5cm}
7703 \end_layout
7704
7705 \end_inset
7706
7707
7708 \begin_inset Tabular
7709 <lyxtabular version="3" rows="6" columns="5">
7710 <features islongtable="true" longtabularalignment="center">
7711 <column alignment="center" valignment="top">
7712 <column alignment="center" valignment="top">
7713 <column alignment="center" valignment="top">
7714 <column alignment="center" valignment="top">
7715 <column alignment="center" valignment="top">
7716 <row endfirsthead="true" caption="true">
7717 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 \begin_inset Caption Standard
7722
7723 \begin_layout Plain Layout
7724 Long full title with width set to 5
7725 \begin_inset space \thinspace{}
7726 \end_inset
7727
7728 cm long full title with width set to 5
7729 \begin_inset space \thinspace{}
7730 \end_inset
7731
7732 cm long full title with width set to 5
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 cm
7737 \begin_inset Argument 1
7738 status collapsed
7739
7740 \begin_layout Plain Layout
7741 caption with width
7742 \begin_inset space \thinspace{}
7743 \end_inset
7744
7745 =
7746 \begin_inset space \thinspace{}
7747 \end_inset
7748
7749 5
7750 \begin_inset space \thinspace{}
7751 \end_inset
7752
7753 cm
7754 \end_layout
7755
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \end_inset
7762
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 1
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 2
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 3
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 4
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 5
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 asd
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 s
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 s
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 s
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 asd
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 <row>
7900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 asd
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 s
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 s
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 s
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 asd
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 asd
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 s
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 s
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 s
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 asd
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 asd
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 sad
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 asd
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 asd
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 asd
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 </lyxtabular>
8041
8042 \end_inset
8043
8044
8045 \end_layout
8046
8047 \begin_layout Standard
8048 \begin_inset ERT
8049 status collapsed
8050
8051 \begin_layout Plain Layout
8052
8053
8054 \backslash
8055 setlength{
8056 \backslash
8057 LTcapwidth}{4in}
8058 \end_layout
8059
8060 \end_inset
8061
8062
8063 \end_layout
8064
8065 \begin_layout Standard
8066 \begin_inset Note Greyedout
8067 status open
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Note:
8073
8074 \series default
8075  When the \SpecialChar LaTeX
8076 -package 
8077 \series bold
8078 caption
8079 \series default
8080
8081 \begin_inset Index idx
8082 range none
8083 pageformat default
8084 status collapsed
8085
8086 \begin_layout Plain Layout
8087 \SpecialChar LaTeX
8088  packages
8089 \begin_inset IndexMacro subentry
8090 status open
8091
8092 \begin_layout Plain Layout
8093 caption
8094 \end_layout
8095
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102
8103  is used,
8104  as in this document,
8105  the full page width is used for the caption when you use the default value of 4
8106 \begin_inset space \thinspace{}
8107 \end_inset
8108
8109 in for 
8110 \series bold
8111
8112 \backslash
8113 LTcapwidth
8114 \series default
8115 .
8116  To get in this case exactly a 4
8117 \begin_inset space \thinspace{}
8118 \end_inset
8119
8120 in wide caption,
8121  you can either use a value slightly different from 4.0
8122 \begin_inset space \thinspace{}
8123 \end_inset
8124
8125 in,
8126  e.
8127 \begin_inset space \thinspace{}
8128 \end_inset
8129
8130 g.
8131 \begin_inset space \space{}
8132 \end_inset
8133
8134 3.99
8135 \begin_inset space \thinspace{}
8136 \end_inset
8137
8138 in,
8139  or the \SpecialChar LaTeX
8140 -command 
8141 \series bold
8142
8143 \backslash
8144 captionsetup{width=value}
8145 \series default
8146  that is provided by the 
8147 \series bold
8148 caption
8149 \series default
8150 -package.
8151 \end_layout
8152
8153 \end_inset
8154
8155
8156 \end_layout
8157
8158 \begin_layout Subsubsection
8159 Different Captions for Table Pages
8160 \begin_inset Index idx
8161 range none
8162 pageformat default
8163 status collapsed
8164
8165 \begin_layout Plain Layout
8166 Table
8167 \begin_inset IndexMacro subentry
8168 status open
8169
8170 \begin_layout Plain Layout
8171 Multi-page Table
8172 \end_layout
8173
8174 \end_inset
8175
8176
8177 \begin_inset IndexMacro subentry
8178 status open
8179
8180 \begin_layout Plain Layout
8181 Different Captions for Pages
8182 \end_layout
8183
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \begin_layout Standard
8195 When the table captions for the following pages should differ from the one of the first table page,
8196  mark a empty row as header which contains a caption.
8197  Then right-click on the caption and select in the context menu 
8198 \family sans
8199 Caption
8200 \begin_inset space ~
8201 \end_inset
8202
8203 (Unnumbered)
8204 \family default
8205 .
8206  Table
8207 \begin_inset space ~
8208 \end_inset
8209
8210
8211 \begin_inset CommandInset ref
8212 LatexCommand ref
8213 reference "tab:DiffCaptions"
8214 nolink "false"
8215
8216 \end_inset
8217
8218  is an example of a multi-page table with different heading where the second caption does not include the table number.
8219 \end_layout
8220
8221 \begin_layout Standard
8222 \align center
8223 \begin_inset Tabular
8224 <lyxtabular version="3" rows="59" columns="3">
8225 <features islongtable="true" longtabularalignment="center">
8226 <column alignment="left" valignment="top" width="0cm">
8227 <column alignment="left" valignment="top" width="0pt">
8228 <column alignment="center" valignment="top" width="0pt">
8229 <row endfirsthead="true" caption="true">
8230 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Caption Standard
8235
8236 \begin_layout Plain Layout
8237 Example Phone List
8238 \begin_inset CommandInset label
8239 LatexCommand label
8240 name "tab:DiffCaptions"
8241
8242 \end_inset
8243
8244
8245 \begin_inset Argument 1
8246 status collapsed
8247
8248 \begin_layout Plain Layout
8249 Example Phone List
8250 \end_layout
8251
8252 \end_inset
8253
8254
8255 \end_layout
8256
8257 \end_inset
8258
8259
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row endfirsthead="true">
8284 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Example Phone List (ignore the names)
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row endfirsthead="true">
8315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321 NAME
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339
8340 \series bold
8341 TEL.
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row endhead="true" caption="true">
8348 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Caption Unnumbered
8353
8354 \begin_layout Plain Layout
8355 Continued Example Phone List
8356 \end_layout
8357
8358 \end_inset
8359
8360
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row endhead="true">
8385 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Example Phone List
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row endhead="true">
8416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 NAME
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 TEL.
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row endfoot="true">
8449 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 continued on next page
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Annovi
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Silvia
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Bertoli
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Stefano
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 111
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Bozzi
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Walter
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Cachia
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Maria
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Cachia
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Maurizio
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Cinquemani
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Giusi
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Colin
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Bernard
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Concli
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Gianfranco
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Dal Bosco
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Carolina
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Dalpiaz
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Annamaria
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Feliciello
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Domenico
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Focarelli
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Paola
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 111
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Galletti
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Oreste
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 111
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Gasparini
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Franca
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 111
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Rizzardi
8919 \series default
8920
8921 \begin_inset Foot
8922 status open
8923
8924 \begin_layout Plain Layout
8925 Example footnote
8926 \end_layout
8927
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Paola
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 111
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Lassini
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Giancarlo
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 111
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Malfatti
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Luciano
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 111
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Malfatti
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Valeriano
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 111
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \series bold
9054 Meneguzzo
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 Roberto
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 111
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Mezzadra
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Roberto
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 111
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Pirpamer
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Erich
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 111
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Pochiesa
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Paolo
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 111,
9166  222
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Radina
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Claudio
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 111
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Stuffer
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Oskar
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 111
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Tacchelli
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Ugo
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 111
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Tezzele
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Margit
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 111
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Unterkalmsteiner
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Frieda
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 111
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Vieider
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Hilde
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 111
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Vigna
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Jürgen
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 111
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Weber
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Maurizio
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 111
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Winkler
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Franz
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 111
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456  
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 </row>
9480 <row>
9481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485
9486 \series bold
9487 Annovi
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 Silvia
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 555
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 </row>
9511 <row>
9512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516
9517 \series bold
9518 Bertoli
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527 Stefano
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 555
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 <row>
9543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \series bold
9549 Bozzi
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 Walter
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 555
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \series bold
9580 Cachia
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589 Maria
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 555
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 </row>
9604 <row>
9605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \series bold
9611 Cachia
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620 Maurizio
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 555
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 </row>
9635 <row>
9636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \series bold
9642 Cinquemani
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 Giusi
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 555
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 <row>
9667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671
9672 \series bold
9673 Colin
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682 Bernard
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 555
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 </row>
9697 <row>
9698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702
9703 \series bold
9704 Concli
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 Gianfranco
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 555
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row>
9729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \series bold
9735 Dal Bosco
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744 Carolina
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 555
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \series bold
9766 Dalpiaz
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775 Annamaria
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 555
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \series bold
9797 Feliciello
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 Domenico
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 555
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \series bold
9828 Focarelli
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 Paola
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 555
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \series bold
9859 Galletti
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Oreste
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 555
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \series bold
9890 Gasparini
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 Franca
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 555
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 Rizzardi
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 Paola
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 555
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \series bold
9952 Lassini
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 Giancarlo
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 555
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983 Malfatti
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Luciano
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 555
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 Malfatti
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Valeriano
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 555
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 Meneguzzo
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 Roberto
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 555
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Mezzadra
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Roberto
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 555
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 </lyxtabular>
10101
10102 \end_inset
10103
10104
10105 \end_layout
10106
10107 \begin_layout Section
10108 Special Multi-page Table Issues
10109 \begin_inset CommandInset label
10110 LatexCommand label
10111 name "sec:Special-Longtable-Issues"
10112
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \begin_layout Subsection
10119 Multi-page Table Calculation
10120 \begin_inset Index idx
10121 range none
10122 pageformat default
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126 Table
10127 \begin_inset IndexMacro subentry
10128 status open
10129
10130 \begin_layout Plain Layout
10131 Multi-page Table
10132 \end_layout
10133
10134 \end_inset
10135
10136
10137 \begin_inset IndexMacro subentry
10138 status open
10139
10140 \begin_layout Plain Layout
10141 Calculation
10142 \end_layout
10143
10144 \end_inset
10145
10146
10147 \end_layout
10148
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \begin_layout Standard
10155 \SpecialChar LaTeX
10156  calculates the height of table pages and their page breaks using so called chunks.
10157  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
10158 's memory.
10159  The default value was historically set to only 20
10160 \begin_inset space ~
10161 \end_inset
10162
10163 table rows.
10164  If you are using multi-page tables with many pages this may slow down the creation of your document.
10165  You can safely increase the chunk size to values of 100
10166 \begin_inset space \thinspace{}
10167 \end_inset
10168
10169 --
10170 \begin_inset space \thinspace{}
10171 \end_inset
10172
10173 1000 by adding this command line to your document preamble:
10174 \end_layout
10175
10176 \begin_layout Standard
10177
10178 \series bold
10179
10180 \backslash
10181 setcounter{LTchunksize}{100}
10182 \end_layout
10183
10184 \begin_layout Subsection
10185 Floats and Multi-page Tables
10186 \begin_inset Index idx
10187 range none
10188 pageformat default
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192 Table
10193 \begin_inset IndexMacro subentry
10194 status open
10195
10196 \begin_layout Plain Layout
10197 Multi-page Table
10198 \end_layout
10199
10200 \end_inset
10201
10202
10203 \begin_inset IndexMacro subentry
10204 status open
10205
10206 \begin_layout Plain Layout
10207 Floats
10208 \end_layout
10209
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \begin_layout Standard
10221 There might be problems when a float appears on the same page where a multi-page table starts.
10222  To avoid such a situation,
10223  insert a 
10224 \begin_inset Quotes eld
10225 \end_inset
10226
10227 clear page
10228 \begin_inset Quotes erd
10229 \end_inset
10230
10231  (menu 
10232 \family sans
10233 Insert\SpecialChar menuseparator
10234 Formatting\SpecialChar menuseparator
10235 Clear
10236 \begin_inset space ~
10237 \end_inset
10238
10239 Page
10240 \family default
10241 ) before your multi-page table.
10242 \end_layout
10243
10244 \begin_layout Subsection
10245 Forced Page Breaks
10246 \begin_inset Index idx
10247 range none
10248 pageformat default
10249 status collapsed
10250
10251 \begin_layout Plain Layout
10252 Table
10253 \begin_inset IndexMacro subentry
10254 status open
10255
10256 \begin_layout Plain Layout
10257 Multi-page Table
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \begin_inset IndexMacro subentry
10264 status open
10265
10266 \begin_layout Plain Layout
10267 Forced Page Breaks
10268 \end_layout
10269
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \end_inset
10276
10277
10278 \end_layout
10279
10280 \begin_layout Standard
10281 By default tables are only broken between rows.
10282  If you have a cell with multiples lines and want to have a page break within the cell,
10283  insert the new line command 
10284 \begin_inset Quotes eld
10285 \end_inset
10286
10287
10288 \series bold
10289
10290 \backslash
10291
10292 \backslash
10293
10294 \series default
10295
10296 \begin_inset Quotes erd
10297 \end_inset
10298
10299  as \SpecialChar TeX
10300  Code at the point of the cell where it can be broken.
10301  Before the 
10302 \series bold
10303
10304 \backslash
10305
10306 \backslash
10307
10308 \series default
10309  command you have to insert in \SpecialChar TeX
10310  Code as many 
10311 \begin_inset Quotes eld
10312 \end_inset
10313
10314
10315 \series bold
10316 &
10317 \series default
10318
10319 \begin_inset Quotes erd
10320 \end_inset
10321
10322  characters as the number of the following table columns.
10323  The 
10324 \series bold
10325 &
10326 \series default
10327  is the character to separate table cells.
10328  Write in \SpecialChar TeX
10329  Code after each 
10330 \series bold
10331 &
10332 \series default
10333  the content of the corresponding following cell and delete the content of these cells.
10334 \begin_inset Newline newline
10335 \end_inset
10336
10337 After the 
10338 \series bold
10339
10340 \backslash
10341
10342 \backslash
10343
10344 \series default
10345  command,
10346  insert as many 
10347 \series bold
10348 &
10349 \series default
10350  characters as the number of table columns before the current column.
10351  In Table
10352 \begin_inset space ~
10353 \end_inset
10354
10355
10356 \begin_inset CommandInset ref
10357 LatexCommand ref
10358 reference "tab:ForcedPagebreak"
10359 nolink "false"
10360
10361 \end_inset
10362
10363  the cell that should be broken is in the second column followed by another column.
10364  Therefore the following command was inserted in the cell as \SpecialChar TeX
10365  Code after 
10366 \begin_inset Quotes eld
10367 \end_inset
10368
10369
10370 \emph on
10371 Castelchiodato,
10372 \emph default
10373
10374 \begin_inset Quotes erd
10375 \end_inset
10376
10377 :
10378 \end_layout
10379
10380 \begin_layout Standard
10381
10382 \series bold
10383 & 111
10384 \backslash
10385
10386 \backslash
10387  
10388 \backslash
10389 newpage
10390 \begin_inset Newline newline
10391 \end_inset
10392
10393 &
10394 \end_layout
10395
10396 \begin_layout Standard
10397 The 
10398 \begin_inset Quotes eld
10399 \end_inset
10400
10401 111
10402 \begin_inset Quotes erd
10403 \end_inset
10404
10405  in the third column of the row was deleted.
10406  
10407 \series bold
10408
10409 \backslash
10410 newpage
10411 \series default
10412  is only needed when a page break should definitely occur at this position,
10413  otherwise it would be a conditional break.
10414  If your footer row of the multi-page table has for a certain reason no upper line but you would have a horizontal line where the cell is broken,
10415  use this command instead:
10416 \end_layout
10417
10418 \begin_layout Standard
10419
10420 \series bold
10421 & 111
10422 \backslash
10423
10424 \backslash
10425
10426 \begin_inset Newline newline
10427 \end_inset
10428
10429
10430 \backslash
10431 hline &
10432 \end_layout
10433
10434 \begin_layout Standard
10435 When the cell to be broken is in the last column,
10436  the command
10437 \end_layout
10438
10439 \begin_layout Standard
10440
10441 \series bold
10442
10443 \backslash
10444 setlength{
10445 \backslash
10446 parfillskip}{0pt}
10447 \end_layout
10448
10449 \begin_layout Standard
10450 must be inserted as \SpecialChar TeX
10451  Code at the beginning of the cell.
10452  This ensures that the part of the cell that will be displayed on the new page appears with the full width.
10453 \end_layout
10454
10455 \begin_layout Standard
10456 \align center
10457 \begin_inset Tabular
10458 <lyxtabular version="3" rows="38" columns="3">
10459 <features islongtable="true" longtabularalignment="center">
10460 <column alignment="left" valignment="top" width="0cm">
10461 <column alignment="left" valignment="top" width="3cm">
10462 <column alignment="center" valignment="top" width="0pt">
10463 <row endfirsthead="true" caption="true">
10464 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Caption Standard
10469
10470 \begin_layout Plain Layout
10471 Table with forced page break in table cell
10472 \begin_inset CommandInset label
10473 LatexCommand label
10474 name "tab:ForcedPagebreak"
10475
10476 \end_inset
10477
10478
10479 \begin_inset Argument 1
10480 status collapsed
10481
10482 \begin_layout Plain Layout
10483 Table with forced page break in table cell
10484 \end_layout
10485
10486 \end_inset
10487
10488
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row endfirsthead="true">
10518 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Example Phone List (ignore the names)
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row endfirsthead="true">
10549 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 NAME
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \series bold
10575 TEL.
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row endhead="true" caption="true">
10582 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 \begin_inset Caption Unnumbered
10587
10588 \begin_layout Plain Layout
10589 Continued Example Phone List
10590 \end_layout
10591
10592 \end_inset
10593
10594
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 <row endhead="true">
10619 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623
10624 \series bold
10625 Example Phone List
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row endhead="true">
10650 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \series bold
10656 NAME
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 TEL.
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row endfoot="true">
10683 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 continued on next page
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 <row>
10712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \series bold
10718 Annovi
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Silvia
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 111
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row>
10743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \series bold
10749 Bertoli
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 Stefano
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 111
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \series bold
10780 Bozzi
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 Walter
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 111
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 <row>
10805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \series bold
10811 Cachia
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 Maria
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 111
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 </row>
10835 <row>
10836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \series bold
10842 Cachia
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 Maurizio
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 111
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 </row>
10866 <row>
10867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \series bold
10873 Cinquemani
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 Giusi
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 111
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 <row>
10898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \series bold
10904 Colin
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 Bernard
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 111
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \series bold
10935 Concli
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Gianfranco
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 111
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \series bold
10966 Dal Bosco
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 Carolina
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 111
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 </row>
10990 <row>
10991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \series bold
10997 Dalpiaz
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 Annamaria
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 111
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 </row>
11021 <row>
11022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \series bold
11028 Feliciello
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 Domenico
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 111
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \series bold
11059 Focarelli
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 Paola
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 111
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \series bold
11090 Galletti
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 Oreste
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 111
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \series bold
11121 Gasparini
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Franca
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 111
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 <row>
11146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150
11151 \series bold
11152 Lassini
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 Giancarlo
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 111
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 <row>
11177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \series bold
11183 Malfatti
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 Luciano
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 111
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 <row>
11208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \series bold
11214 Malfatti
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 Valeriano
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 111
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \series bold
11245 Meneguzzo
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 Roberto
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 111
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 <row>
11270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274
11275 \series bold
11276 Mezzadra
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 Roberto
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 111
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \series bold
11307 Pirpamer
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 Erich
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 111
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 </row>
11331 <row>
11332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \series bold
11338 Pochiesa
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 Paolo
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 111,
11357  222
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 </row>
11363 <row>
11364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368
11369 \series bold
11370 Radina
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 Claudio
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 111
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \series bold
11401 Rizzardi
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 Paolo,
11411  11.
11412  Fürst von Montecompatri,
11413  11.
11414  Fürst von Sulmona und Vivaro,
11415  10.
11416  Fürst von Rossano,
11417  5.
11418  Herzog von Canemorte,
11419  11.
11420  Herzog von Palombara,
11421  5.
11422  Herzog von Castelchiodato,
11423 \begin_inset ERT
11424 status open
11425
11426 \begin_layout Plain Layout
11427
11428 & 111
11429 \backslash
11430
11431 \backslash
11432  
11433 \backslash
11434 newpage
11435 \end_layout
11436
11437 \begin_layout Plain Layout
11438
11439 &
11440 \end_layout
11441
11442 \end_inset
11443
11444  11.
11445  Herzog von Poggionativo,
11446  11.
11447  Markis von Mentana,
11448  Norma,
11449  Civitella,
11450  Pratica,
11451  Moricone und Percille,
11452  11.
11453  Graf von Valinfreda,
11454  11.
11455  Baron von Cropalati,
11456  11.
11457  Herr von Scarpa,
11458  Edelmann von Rom,
11459  Patrizier von Venedig,
11460  Neapel und Genua
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480
11481 \series bold
11482 Stuffer
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 Oskar
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 111
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row>
11507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511
11512 \series bold
11513 Tacchelli
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 Ugo
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 111
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542
11543 \series bold
11544 Tezzele
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 Margit
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 111
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \series bold
11575 Unterkalmsteiner
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 Frieda
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 111
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 <row>
11600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604
11605 \series bold
11606 Vieider
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 Hilde
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 111
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 <row>
11631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635
11636 \series bold
11637 Vigna
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 Jürgen
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 111
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 <row>
11662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666
11667 \series bold
11668 Weber
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 Maurizio
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 111
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697
11698 \series bold
11699 Winkler
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 Franz
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 111
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 </lyxtabular>
11724
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \begin_layout Section
11731 Multiple Lines,
11732  Columns and Rows
11733 \end_layout
11734
11735 \begin_layout Subsection
11736 Multiple Lines in Table Cells
11737 \begin_inset CommandInset label
11738 LatexCommand label
11739 name "subsec:Multiple-Lines-in"
11740
11741 \end_inset
11742
11743
11744 \begin_inset Index idx
11745 range none
11746 pageformat default
11747 status collapsed
11748
11749 \begin_layout Plain Layout
11750 Multiple Lines in Table Cells
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \begin_inset Index idx
11757 range none
11758 pageformat default
11759 status collapsed
11760
11761 \begin_layout Plain Layout
11762 Table
11763 \begin_inset IndexMacro subentry
11764 status open
11765
11766 \begin_layout Plain Layout
11767 Linebreaks
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \end_layout
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \noindent
11782 \begin_inset Float table
11783 placement H
11784 alignment document
11785 wide false
11786 sideways false
11787 status open
11788
11789 \begin_layout Plain Layout
11790 \begin_inset Caption Standard
11791
11792 \begin_layout Plain Layout
11793 \begin_inset CommandInset label
11794 LatexCommand label
11795 name "tab:Table-with-multiple"
11796
11797 \end_inset
11798
11799 Table with multiple lines in cells
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Plain Layout
11808 \align center
11809 \begin_inset Tabular
11810 <lyxtabular version="3" rows="3" columns="3">
11811 <features tabularvalignment="middle">
11812 <column alignment="center" valignment="middle" width="2.5cm">
11813 <column alignment="center" valignment="middle">
11814 <column alignment="center" valignment="middle">
11815 <row>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 multiple
11821 \begin_inset Newline linebreak
11822 \end_inset
11823
11824 lines
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 b
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 c
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 </row>
11848 <row>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 d
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 e
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 f
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 g
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 h
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 i
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 </lyxtabular>
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \end_layout
11917
11918 \begin_layout Standard
11919 Setting a fixed width for a column enables you to enter text as a paragraph with multiple lines and hyphenation.
11920 \end_layout
11921
11922 \begin_layout Standard
11923 To produce Table
11924 \begin_inset space ~
11925 \end_inset
11926
11927
11928 \begin_inset CommandInset ref
11929 LatexCommand ref
11930 reference "tab:Table-with-multiple"
11931 nolink "false"
11932
11933 \end_inset
11934
11935 ,
11936  create a 3×3 table,
11937  mark the first cell and right-click on it.
11938  In the appearing table dialog we set a cell width of 2.5
11939 \begin_inset space \thinspace{}
11940 \end_inset
11941
11942 cm and choose centered for the vertical and horizontal alignment.
11943  The vertical alignment is used for all cells of the row.
11944  As our text is smaller than 2.5
11945 \begin_inset space \thinspace{}
11946 \end_inset
11947
11948 cm,
11949  only one line will appear.
11950  To get two lines,
11951  a justified line break (shortcut 
11952 \begin_inset Info
11953 type  "shortcut"
11954 arg   "newline-insert linebreak"
11955 \end_inset
11956
11957 ) was added.
11958  If the text is wider than the set cell width,
11959  it will automatically be broken to several lines.
11960 \end_layout
11961
11962 \begin_layout Standard
11963 If you have a long word in a cell with a fixed width,
11964  it cannot be hyphenated by \SpecialChar LaTeX
11965  if it is the first entry.
11966  Therefore you need to insert something to prevent the word not being the first entry.
11967  So add a horizontal space of 0
11968 \begin_inset space \thinspace{}
11969 \end_inset
11970
11971 pt before the word.
11972  As the space is zero,
11973  it doesn't change the output.
11974  Table
11975 \begin_inset space ~
11976 \end_inset
11977
11978
11979 \begin_inset CommandInset ref
11980 LatexCommand ref
11981 reference "tab:Table-with-and"
11982 nolink "false"
11983
11984 \end_inset
11985
11986  shows the effect.
11987 \end_layout
11988
11989 \begin_layout Standard
11990 \begin_inset Float table
11991 placement h
11992 alignment document
11993 wide false
11994 sideways false
11995 status open
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Caption Standard
11999
12000 \begin_layout Plain Layout
12001 \begin_inset CommandInset label
12002 LatexCommand label
12003 name "tab:Table-with-and"
12004
12005 \end_inset
12006
12007 Table with and without hyphenation
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Plain Layout
12016 \begin_inset space \hfill{}
12017 \end_inset
12018
12019
12020 \begin_inset Tabular
12021 <lyxtabular version="3" rows="3" columns="3">
12022 <features tabularvalignment="middle">
12023 <column alignment="center" valignment="middle" width="2.5cm">
12024 <column alignment="center" valignment="middle">
12025 <column alignment="center" valignment="middle">
12026 <row>
12027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 verylongtablecellword
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 b
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 c
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 </row>
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 d
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 e
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 f
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 g
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 h
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 i
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 </lyxtabular>
12114
12115 \end_inset
12116
12117
12118 \begin_inset space \hfill{}
12119 \end_inset
12120
12121
12122 \begin_inset Tabular
12123 <lyxtabular version="3" rows="3" columns="3">
12124 <features tabularvalignment="middle">
12125 <column alignment="center" valignment="middle" width="2.5cm">
12126 <column alignment="center" valignment="middle">
12127 <column alignment="center" valignment="middle">
12128 <row>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 \begin_inset space \hspace{}
12134 \length 0pt
12135 \end_inset
12136
12137 verylongtablecellword
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 b
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 c
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 </row>
12161 <row>
12162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 d
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 e
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 f
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 </row>
12190 <row>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 g
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 h
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 i
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 </row>
12219 </lyxtabular>
12220
12221 \end_inset
12222
12223
12224 \begin_inset space \hfill{}
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \begin_layout Subsection
12236 Multicolumns
12237 \begin_inset CommandInset label
12238 LatexCommand label
12239 name "subsec:Multicolumns"
12240
12241 \end_inset
12242
12243
12244 \begin_inset Index idx
12245 range none
12246 pageformat default
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250 Multicolumns
12251 \end_layout
12252
12253 \end_inset
12254
12255
12256 \begin_inset Index idx
12257 range none
12258 pageformat default
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262 Table
12263 \begin_inset IndexMacro subentry
12264 status open
12265
12266 \begin_layout Plain Layout
12267 Multicolumns
12268 \end_layout
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \end_layout
12279
12280 \begin_layout Subsubsection
12281 Multicolumn Basics
12282 \end_layout
12283
12284 \begin_layout Standard
12285 To merge cells over multiple columns,
12286  select as many cells within a row as you want to merge and use either the table-toolbar button 
12287 \begin_inset Info
12288 type  "icon"
12289 arg   "tabular-feature multicolumn"
12290 \end_inset
12291
12292 ,
12293  or the menu 
12294 \family sans
12295 Edit\SpecialChar menuseparator
12296 Table\SpecialChar menuseparator
12297 Multicolumn
12298 \family default
12299 ,
12300  or right click on the marked cells and choose 
12301 \family sans
12302 Multicolumn
12303 \family default
12304  in the context menu.
12305 \end_layout
12306
12307 \begin_layout Standard
12308 Multicolumns have their own cell settings.
12309  That means changing cell borders,
12310  cell alignment,
12311  and the width only affects the multicolumn.
12312  Here is an example table with a multicolumn cell in the first row and one in the last row without the upper border:
12313 \end_layout
12314
12315 \begin_layout Standard
12316 \align center
12317 \begin_inset Tabular
12318 <lyxtabular version="3" rows="3" columns="4">
12319 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12320 <column alignment="center" valignment="top" width="0pt">
12321 <column alignment="center" valignment="middle">
12322 <column alignment="center" valignment="top" width="0in">
12323 <column alignment="center" valignment="top" width="0pt">
12324 <row>
12325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 abc
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Plain Layout
12338 def ghi
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Plain Layout
12356 jkl
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 </row>
12362 <row>
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367
12368 \family roman
12369 \series medium
12370 \shape up
12371 \size normal
12372 \emph off
12373 \bar no
12374 \noun off
12375 \color none
12376 A
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 B
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12391 \begin_inset Text
12392
12393 \begin_layout Plain Layout
12394 C
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Plain Layout
12403 D
12404 \end_layout
12405
12406 \end_inset
12407 </cell>
12408 </row>
12409 <row>
12410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 1
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 2
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Plain Layout
12432 3
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441 4
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 </row>
12447 </lyxtabular>
12448
12449 \end_inset
12450
12451
12452 \end_layout
12453
12454 \begin_layout Subsubsection
12455 Multicolumn Calculations
12456 \begin_inset CommandInset label
12457 LatexCommand label
12458 name "subsec:Multicolumn-Calculations"
12459
12460 \end_inset
12461
12462
12463 \begin_inset Index idx
12464 range none
12465 pageformat default
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Multicolumns
12470 \begin_inset IndexMacro subentry
12471 status open
12472
12473 \begin_layout Plain Layout
12474 Calculations
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \begin_layout Standard
12488 \SpecialChar LyX
12489  supports multicolumns directly,
12490  but we have to take account of the cell width of the columns spanned by the multicolumn cell.
12491 \end_layout
12492
12493 \begin_layout Standard
12494 \begin_inset Float table
12495 placement h
12496 alignment document
12497 wide false
12498 sideways false
12499 status open
12500
12501 \begin_layout Plain Layout
12502 \begin_inset Caption Standard
12503
12504 \begin_layout Plain Layout
12505 \begin_inset CommandInset label
12506 LatexCommand label
12507 name "tab:Table-with-centered"
12508
12509 \end_inset
12510
12511 Table with centered multicolumn text above two columns that have exactly half the width of the multicolumn cell
12512 \begin_inset Argument 1
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516 Perfect multicolumn table
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Plain Layout
12530 \align center
12531 \begin_inset Tabular
12532 <lyxtabular version="3" rows="3" columns="3">
12533 <features tabularvalignment="middle">
12534 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12535 <column alignment="center" valignment="middle">
12536 <column alignment="center" valignment="top">
12537 <row>
12538 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 multiple lines multicolumn
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 c
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 </row>
12566 <row>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 d
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 e
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 f
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 <row>
12596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 g
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 h
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 i
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 </row>
12624 </lyxtabular>
12625
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \end_inset
12632
12633
12634 \end_layout
12635
12636 \begin_layout Standard
12637 To create for example Table
12638 \begin_inset space ~
12639 \end_inset
12640
12641
12642 \begin_inset CommandInset ref
12643 LatexCommand ref
12644 reference "tab:Table-with-centered"
12645 nolink "false"
12646
12647 \end_inset
12648
12649 ,
12650  mark the first two cells in the first row of a 3×3 table and right-click on them.
12651  Now choose for this cell 
12652 \emph on
12653 multicolumn
12654 \emph default
12655 ,
12656  
12657 \emph on
12658 centered alignment
12659 \emph default
12660  and a width of 2.5
12661 \begin_inset space \thinspace{}
12662 \end_inset
12663
12664 cm in the table dialog.
12665  The merged columns should have exactly half the width of the multicolumn cell,
12666  so that you would set a width of 1.25
12667 \begin_inset space \thinspace{}
12668 \end_inset
12669
12670 cm for the first column.
12671  The second column has then automatically a width of 1.25
12672 \begin_inset space \thinspace{}
12673 \end_inset
12674
12675 cm (multicolumn width - width of first column).
12676  This was done for Table
12677 \begin_inset space ~
12678 \end_inset
12679
12680
12681 \begin_inset CommandInset ref
12682 LatexCommand ref
12683 reference "tab:Table-without-half"
12684 nolink "false"
12685
12686 \end_inset
12687
12688 .
12689 \end_layout
12690
12691 \begin_layout Standard
12692 \begin_inset Float table
12693 placement document
12694 alignment document
12695 wide false
12696 sideways false
12697 status open
12698
12699 \begin_layout Plain Layout
12700 \begin_inset Caption Standard
12701
12702 \begin_layout Plain Layout
12703 \begin_inset CommandInset label
12704 LatexCommand label
12705 name "tab:Table-without-half"
12706
12707 \end_inset
12708
12709 Table where the spanned table columns are not exactly half the width of the multicolumn cell
12710 \begin_inset Argument 1
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714 Imperfect multicolumn table
12715 \end_layout
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \begin_layout Plain Layout
12728 \align center
12729 \begin_inset Tabular
12730 <lyxtabular version="3" rows="3" columns="3">
12731 <features tabularvalignment="middle">
12732 <column alignment="center" valignment="top" width="1.25cm">
12733 <column alignment="center" valignment="top">
12734 <column alignment="center" valignment="top">
12735 <row>
12736 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 multiple lines multicolumn
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 c
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 <row>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 d
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 e
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 f
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 </row>
12793 <row>
12794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 g
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 h
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 i
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 </lyxtabular>
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Standard
12835 You can see that the first column is not half the width of the multicolumn cell,
12836  it is a bit bigger.
12837  The reason is that the specified width of a cell 
12838 \begin_inset Formula $W_{g}$
12839 \end_inset
12840
12841  is not its total width 
12842 \begin_inset Formula $W_{\mathrm{tot}}$
12843 \end_inset
12844
12845  because a cell is always a bit larger than specified.
12846  Appendix
12847 \begin_inset space ~
12848 \end_inset
12849
12850
12851 \begin_inset CommandInset ref
12852 LatexCommand ref
12853 reference "cha:Explanation-of-Equation"
12854 nolink "false"
12855
12856 \end_inset
12857
12858  explains this in detail.
12859 \end_layout
12860
12861 \begin_layout Standard
12862 The width 
12863 \begin_inset Formula $W_{g\,n}$
12864 \end_inset
12865
12866  which the user needs to set when 
12867 \emph on
12868 n
12869 \emph default
12870  columns are spanned can be calculated,
12871  so that each column has a total width of 
12872 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12873 \end_inset
12874
12875 :
12876 \begin_inset Formula 
12877 \begin{equation}
12878 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12879 \end{equation}
12880
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887 In our case we have 
12888 \begin_inset Formula $n=2$
12889 \end_inset
12890
12891 ,
12892  
12893 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12894 \end_inset
12895
12896 cm and the default values for the lengths,
12897  so that equation 
12898 \begin_inset CommandInset ref
12899 LatexCommand ref
12900 reference "eq:Wgn"
12901 nolink "false"
12902
12903 \end_inset
12904
12905  becomes
12906 \begin_inset Formula 
12907 \begin{equation}
12908 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12909 \end{equation}
12910
12911 \end_inset
12912
12913
12914 \end_layout
12915
12916 \begin_layout Standard
12917 To enable calculations in \SpecialChar LaTeX
12918 ,
12919  the \SpecialChar LaTeX
12920 -package 
12921 \series bold
12922 calc
12923 \series default
12924  must be loaded with the document preamble line
12925 \begin_inset Index idx
12926 range none
12927 pageformat default
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931 \SpecialChar LaTeX
12932  packages
12933 \begin_inset IndexMacro subentry
12934 status open
12935
12936 \begin_layout Plain Layout
12937 calc
12938 \end_layout
12939
12940 \end_inset
12941
12942
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \end_layout
12949
12950 \begin_layout Standard
12951
12952 \series bold
12953
12954 \backslash
12955 usepackage{calc}
12956 \end_layout
12957
12958 \begin_layout Standard
12959 \SpecialChar LyX
12960  does not allow you to calculate lengths in the 
12961 \family sans
12962 Width
12963 \family default
12964  field of the table dialog.
12965  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12966 -argument in the dialog.
12967  Here is an overview about the arguments:
12968 \end_layout
12969
12970 \begin_layout Itemize
12971
12972 \series bold
12973 p{width}
12974 \series default
12975  creates cell with a fixed width,
12976  its text is vertically top-aligned
12977 \end_layout
12978
12979 \begin_layout Itemize
12980
12981 \series bold
12982 m{width}
12983 \series default
12984  creates cell with a fixed width,
12985  its text is vertically centered
12986 \end_layout
12987
12988 \begin_layout Itemize
12989
12990 \series bold
12991 b{width}
12992 \series default
12993  creates cell with a fixed width,
12994  its text is vertically bottom-aligned
12995 \end_layout
12996
12997 \begin_layout Standard
12998 By entering a \SpecialChar LaTeX
12999 -argument,
13000  all cell settings set in the table dialog are overwritten.
13001 \end_layout
13002
13003 \begin_layout Standard
13004 \begin_inset Note Greyedout
13005 status open
13006
13007 \begin_layout Plain Layout
13008
13009 \series bold
13010 Note:
13011
13012 \series default
13013  Due to a bug,
13014  \SpecialChar LyX
13015  shows the overwritten settings anyway.
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 As the text should be horizontally centered,
13025  the command 
13026 \series bold
13027
13028 \backslash
13029 centering
13030 \series default
13031  is added.
13032  You can now enter the following \SpecialChar LaTeX
13033 -argument for the first spanned column:
13034 \end_layout
13035
13036 \begin_layout Standard
13037
13038 \series bold
13039 >{
13040 \backslash
13041 centering}m{1.25cm-6.2pt}
13042 \end_layout
13043
13044 \begin_layout Standard
13045 The command 
13046 \series bold
13047 >{ }
13048 \series default
13049  means,
13050  that the commands inside the braces are applied before the cell is created.
13051 \end_layout
13052
13053 \begin_layout Standard
13054 Although we have chosen centered alignment for the text of the multicolumn cell,
13055  it is still left aligned.
13056  This is because \SpecialChar LyX
13057  only applies the alignment to single columns.
13058  So for the multicolumn cell we have to use the \SpecialChar LaTeX
13059 -argument
13060 \end_layout
13061
13062 \begin_layout Standard
13063
13064 \series bold
13065 >{
13066 \backslash
13067 centering}m{2.5cm}
13068 \end_layout
13069
13070 \begin_layout Subsection
13071 Multirows
13072 \begin_inset CommandInset label
13073 LatexCommand label
13074 name "subsec:Multirows"
13075
13076 \end_inset
13077
13078
13079 \begin_inset Index idx
13080 range none
13081 pageformat default
13082 status collapsed
13083
13084 \begin_layout Plain Layout
13085 Multirows
13086 \end_layout
13087
13088 \end_inset
13089
13090
13091 \begin_inset Index idx
13092 range none
13093 pageformat default
13094 status collapsed
13095
13096 \begin_layout Plain Layout
13097 Table
13098 \begin_inset IndexMacro subentry
13099 status open
13100
13101 \begin_layout Plain Layout
13102 Multirows
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \end_layout
13109
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \begin_layout Standard
13116 To merge cells over multiple rows,
13117  select as many cells within a column as you want to merge and use either the table-toolbar button 
13118 \begin_inset Info
13119 type  "icon"
13120 arg   "tabular-feature multirow"
13121 \end_inset
13122
13123 ,
13124  or the menu 
13125 \family sans
13126 Edit\SpecialChar menuseparator
13127 Table\SpecialChar menuseparator
13128 Multirow
13129 \family default
13130 ,
13131  or right click on the marked cells and choose 
13132 \family sans
13133 Multirow
13134 \family default
13135  in the context menu.
13136 \end_layout
13137
13138 \begin_layout Standard
13139 Here is an example table with a multirow in the first column:
13140 \end_layout
13141
13142 \begin_layout Standard
13143 \align center
13144 \begin_inset Tabular
13145 <lyxtabular version="3" rows="3" columns="3">
13146 <features tabularvalignment="middle">
13147 <column alignment="center" valignment="top" width="0pt">
13148 <column alignment="center" valignment="top">
13149 <column alignment="center" valignment="top">
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 a long cell entry
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 b
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 c
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 </row>
13179 <row>
13180 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 multirow
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 e
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 f
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 h
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 i
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 </row>
13237 </lyxtabular>
13238
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \begin_layout Standard
13245 The width of multirow cells is set by setting the width and alignment for the whole column.
13246  The 
13247 \family sans
13248 Vertical Offset
13249 \family default
13250  shifts the content of the multirow up/down if the offset is positive/negative.
13251 \end_layout
13252
13253 \begin_layout Standard
13254 If the column of a multirow cell has no explicit width,
13255  the multirow cell inherits the alignment of the column.
13256  Otherwise it is by default left-aligned.
13257  To override the default,
13258  renew the command 
13259 \series bold
13260
13261 \backslash
13262 multirowsetup
13263 \series default
13264  with the command
13265 \end_layout
13266
13267 \begin_layout Standard
13268
13269 \series bold
13270
13271 \backslash
13272 renewcommand{
13273 \backslash
13274 multirowsetup}{
13275 \backslash
13276 centering}
13277 \end_layout
13278
13279 \begin_layout Standard
13280 in the document preamble.
13281  Then all entries of multirow cells in the document are centered.
13282  If centering is only needed for several tables,
13283  you can renew the command in a \SpecialChar TeX
13284  Code box just before the table instead of the preamble.
13285  If the text should be right-aligned,
13286  replace 
13287 \series bold
13288
13289 \backslash
13290 centering
13291 \series default
13292  by 
13293 \series bold
13294
13295 \backslash
13296 raggedleft
13297 \series default
13298 .
13299  To return to left-alignment 
13300 \series bold
13301
13302 \backslash
13303 raggedright
13304 \series default
13305  is used.
13306 \end_layout
13307
13308 \begin_layout Standard
13309 This is an example table with a right-aligned multirow cell that has a vertical offset of -4
13310 \begin_inset space \thinspace{}
13311 \end_inset
13312
13313 mm and is in a 3
13314 \begin_inset space \thinspace{}
13315 \end_inset
13316
13317 cm wide column:
13318 \end_layout
13319
13320 \begin_layout Standard
13321 \noindent
13322 \align center
13323 \begin_inset ERT
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327
13328
13329 \backslash
13330 renewcommand{
13331 \backslash
13332 multirowsetup}{
13333 \backslash
13334 raggedleft}
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \begin_inset Tabular
13341 <lyxtabular version="3" rows="4" columns="3">
13342 <features tabularvalignment="middle">
13343 <column alignment="center" valignment="top" width="3cm">
13344 <column alignment="center" valignment="top">
13345 <column alignment="center" valignment="top">
13346 <row>
13347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 a long cell entry
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 b
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 c
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 </row>
13375 <row>
13376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 t
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 n
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 m
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 </row>
13404 <row>
13405 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 multirow
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 e
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 f
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 <row>
13434 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 h
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 i
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 </row>
13462 </lyxtabular>
13463
13464 \end_inset
13465
13466
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472
13473 \backslash
13474 renewcommand{
13475 \backslash
13476 multirowsetup}{
13477 \backslash
13478 raggedright}
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 To start a new line in a multirow you can use a forced line break (shortcut 
13488 \begin_inset Info
13489 type  "shortcut"
13490 arg   "newline-insert newline"
13491 \end_inset
13492
13493 ) but this will not respect the cell lines as demonstrated in this table:
13494 \end_layout
13495
13496 \begin_layout Standard
13497 \noindent
13498 \align center
13499 \begin_inset Tabular
13500 <lyxtabular version="3" rows="3" columns="2">
13501 <features tabularvalignment="middle">
13502 <column alignment="left" valignment="middle" width="2cm">
13503 <column alignment="center" valignment="top">
13504 <row>
13505 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 aaa
13510 \begin_inset Newline newline
13511 \end_inset
13512
13513 aaa
13514 \begin_inset Newline newline
13515 \end_inset
13516
13517 wrong cell
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 ccc
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 </row>
13532 <row>
13533 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 ddd
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 <row>
13553 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 bbb
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 eee
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 </lyxtabular>
13573
13574 \end_inset
13575
13576
13577 \end_layout
13578
13579 \begin_layout Standard
13580 Therefore be careful with forced line breaks.
13581 \end_layout
13582
13583 \begin_layout Subsection
13584 Cells with diagonal line(s)
13585 \end_layout
13586
13587 \begin_layout Standard
13588 To tell the reader what is meant by column and row headings in a table,
13589  it is helpful to split the first cell of the table by one or two diagonal lines.
13590  This can be achieved by loading the \SpecialChar LaTeX
13591  package 
13592 \series bold
13593 diagbox
13594 \series default
13595
13596 \begin_inset Index idx
13597 range none
13598 pageformat default
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 \SpecialChar LaTeX
13603  packages
13604 \begin_inset IndexMacro subentry
13605 status open
13606
13607 \begin_layout Plain Layout
13608 picinpar
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \end_layout
13615
13616 \end_inset
13617
13618  in the document preamble.
13619  The package provides the command 
13620 \series bold
13621
13622 \backslash
13623 diagbox
13624 \series default
13625  that is inserted as \SpecialChar TeX
13626  Code and that can take 2 or 3
13627 \begin_inset space ~
13628 \end_inset
13629
13630 arguments:
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 diagbox[options]{lower left}{upper right}
13639 \end_layout
13640
13641 \begin_layout Standard
13642
13643 \series bold
13644
13645 \backslash
13646 diagbox[options]{lower left}{upper left}{upper right}
13647 \end_layout
13648
13649 \begin_layout Standard
13650 The first scheme divides the cell by a single diagonal line and the arguments are placed below and above this line.
13651  The second scheme divides the cell by 2
13652 \begin_inset space ~
13653 \end_inset
13654
13655 lines.
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \begin_inset ERT
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663
13664
13665 \backslash
13666 ifdiagbox
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \begin_inset Note Note
13673 status open
13674
13675 \begin_layout Plain Layout
13676 The following section will only be displayed when the \SpecialChar LaTeX
13677 -package 
13678 \series bold
13679 diagbox
13680 \series default
13681  is installed.
13682 \end_layout
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690 Here is an example table where 
13691 \series bold
13692
13693 \backslash
13694 diagbox 
13695 \series default
13696 is used in the 2-argument scheme in the first cell:
13697 \begin_inset VSpace medskip
13698 \end_inset
13699
13700
13701 \end_layout
13702
13703 \begin_layout Standard
13704 \noindent
13705 \begin_inset Tabular
13706 <lyxtabular version="3" rows="4" columns="4">
13707 <features tabularvalignment="middle">
13708 <column alignment="center" valignment="top">
13709 <column alignment="center" valignment="top">
13710 <column alignment="center" valignment="top">
13711 <column alignment="center" valignment="top">
13712 <row>
13713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 \begin_inset ERT
13718 status collapsed
13719
13720 \begin_layout Plain Layout
13721
13722
13723 \backslash
13724 diagbox{
13725 \end_layout
13726
13727 \end_inset
13728
13729 Name
13730 \begin_inset ERT
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734
13735 }{
13736 \end_layout
13737
13738 \end_inset
13739
13740 Parameter
13741 \begin_inset ERT
13742 status collapsed
13743
13744 \begin_layout Plain Layout
13745
13746 }
13747 \end_layout
13748
13749 \end_inset
13750
13751
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 Thickness in nm
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 Transparency in %
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Hardness in MPa
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 </row>
13784 <row>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Perfect Green
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 45
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 80
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 504
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 </row>
13822 <row>
13823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 Dark Multi-P
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 60
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 72
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 982
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 Crystal Clear Pro
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 18
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 86
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 374
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 </lyxtabular>
13899
13900 \end_inset
13901
13902
13903 \begin_inset VSpace medskip
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Standard
13910 The 3-argument scheme is for example useful for cross-tables of sports leagues or distances:
13911 \end_layout
13912
13913 \begin_layout Standard
13914 \noindent
13915 \align center
13916 \begin_inset Tabular
13917 <lyxtabular version="3" rows="4" columns="4">
13918 <features tabularvalignment="middle">
13919 <column alignment="center" valignment="top" width="0pt">
13920 <column alignment="center" valignment="top">
13921 <column alignment="center" valignment="top">
13922 <column alignment="center" valignment="top">
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 \begin_inset ERT
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932
13933
13934 \backslash
13935 diagbox{
13936 \end_layout
13937
13938 \end_inset
13939
13940 Team home
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946 }{
13947 \end_layout
13948
13949 \end_inset
13950
13951 Result
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957 }{
13958 \end_layout
13959
13960 \end_inset
13961
13962 Team away
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968 }
13969 \end_layout
13970
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 Tigers
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 Panthers
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 Falcons
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 </row>
14006 <row>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 Tigers
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 —
14021
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 1:3
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 0:1
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 <row>
14046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 Panthers
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 3:1
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 —
14069
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 0:0
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 Falcons
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 1:0
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 0:0
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 —
14117
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 </row>
14123 </lyxtabular>
14124
14125 \end_inset
14126
14127
14128 \end_layout
14129
14130 \begin_layout Standard
14131 For larger cross-tables one might use split cells in 2 or every corner of the table like in this example:
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \noindent
14136 \align center
14137 \begin_inset Tabular
14138 <lyxtabular version="3" rows="5" columns="5">
14139 <features tabularvalignment="middle">
14140 <column alignment="center" valignment="top" width="0pt">
14141 <column alignment="center" valignment="top">
14142 <column alignment="center" valignment="top">
14143 <column alignment="center" valignment="top">
14144 <column alignment="center" valignment="top">
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 \begin_inset ERT
14151 status open
14152
14153 \begin_layout Plain Layout
14154
14155
14156 \backslash
14157 diagbox{
14158 \end_layout
14159
14160 \end_inset
14161
14162 Team home
14163 \begin_inset ERT
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167
14168 }{
14169 \end_layout
14170
14171 \end_inset
14172
14173 Result
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }{
14180 \end_layout
14181
14182 \end_inset
14183
14184 Team away
14185 \begin_inset ERT
14186 status collapsed
14187
14188 \begin_layout Plain Layout
14189
14190 }
14191 \end_layout
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Tigers
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 Panthers
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 Falcons
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 \begin_inset ERT
14232 status open
14233
14234 \begin_layout Plain Layout
14235
14236
14237 \backslash
14238 diagbox[dir=NE]{
14239 \end_layout
14240
14241 \end_inset
14242
14243 Team home
14244 \begin_inset ERT
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248
14249 }{
14250 \end_layout
14251
14252 \end_inset
14253
14254 Result
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }{
14261 \end_layout
14262
14263 \end_inset
14264
14265 Team away
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 }
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 </row>
14282 <row>
14283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 Tigers
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 —
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306 1:3
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 0:1
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 Tigers
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 </row>
14330 <row>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 Panthers
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 3:1
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 —
14354
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 0:0
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 Panthers
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 </row>
14378 <row>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 Falcons
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 1:0
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 0:0
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 —
14411
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 Falcons
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 \begin_inset ERT
14432 status open
14433
14434 \begin_layout Plain Layout
14435
14436
14437 \backslash
14438 diagbox[dir=SW]{
14439 \end_layout
14440
14441 \end_inset
14442
14443 Team home
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449 }{
14450 \end_layout
14451
14452 \end_inset
14453
14454 Result
14455 \begin_inset ERT
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 }{
14461 \end_layout
14462
14463 \end_inset
14464
14465 Team away
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471 }
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 Tigers
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 Panthers
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 Falcons
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 \begin_inset ERT
14513 status open
14514
14515 \begin_layout Plain Layout
14516
14517
14518 \backslash
14519 diagbox[dir=SE]{
14520 \end_layout
14521
14522 \end_inset
14523
14524 Team home
14525 \begin_inset ERT
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529
14530 }{
14531 \end_layout
14532
14533 \end_inset
14534
14535 Result
14536 \begin_inset ERT
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540
14541 }{
14542 \end_layout
14543
14544 \end_inset
14545
14546 Team away
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552 }
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 To rotate the diagonal lines,
14572  the command option 
14573 \series bold
14574 dir=direction
14575 \series default
14576  is used.
14577  
14578 \emph on
14579 direction
14580 \emph default
14581  is either 
14582 \series bold
14583 NE
14584 \series default
14585 ,
14586  
14587 \series bold
14588 SE
14589 \series default
14590 ,
14591  
14592 \series bold
14593 SW
14594 \series default
14595  or 
14596 \series bold
14597 NW
14598 \series default
14599  and represent a point of a compass.
14600  
14601 \series bold
14602 SW
14603 \series default
14604  is for example the south-west corner.
14605  Thus in the lower left cell of the above table the command
14606 \end_layout
14607
14608 \begin_layout Standard
14609
14610 \series bold
14611
14612 \backslash
14613 diagbox[dir=SW]{Team home}{Result}{Team away}
14614 \end_layout
14615
14616 \begin_layout Standard
14617 is used.
14618  If no direction is given,
14619  it will be NW.
14620 \end_layout
14621
14622 \begin_layout Standard
14623 The necessary width of split cells is automatically calculated.
14624  Thus if you set a fixed column width smaller than the calculated one,
14625  the cell's content will protrude the cell borders:
14626 \end_layout
14627
14628 \begin_layout Standard
14629 \noindent
14630 \align center
14631 \begin_inset Tabular
14632 <lyxtabular version="3" rows="2" columns="2">
14633 <features tabularvalignment="middle">
14634 <column alignment="center" valignment="top" width="3cm">
14635 <column alignment="center" valignment="top">
14636 <row>
14637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 \begin_inset ERT
14642 status collapsed
14643
14644 \begin_layout Plain Layout
14645
14646
14647 \backslash
14648 diagbox{
14649 \end_layout
14650
14651 \end_inset
14652
14653 Name
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659 }{
14660 \end_layout
14661
14662 \end_inset
14663
14664 Parameter
14665 \begin_inset ERT
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669
14670 }
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 Thickness in nm
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 Perfect Green
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 45
14705 \end_layout
14706
14707 \end_inset
14708 </cell>
14709 </row>
14710 </lyxtabular>
14711
14712 \end_inset
14713
14714
14715 \end_layout
14716
14717 \begin_layout Standard
14718 If you need a certain width for columns with a split cell,
14719  use the command option 
14720 \series bold
14721 width=3cm
14722 \series default
14723  (replace '3cm' by the width you need).
14724  In the following table the width of the first column is set to 4
14725 \begin_inset space \thinspace{}
14726 \end_inset
14727
14728 cm.
14729  For 
14730 \series bold
14731
14732 \backslash
14733 diagbox
14734 \series default
14735  a width of 4
14736 \begin_inset space \thinspace{}
14737 \end_inset
14738
14739 cm + 2
14740 \begin_inset space \thinspace{}
14741 \end_inset
14742
14743
14744 \backslash
14745 tabcolsep is necessary because the overall width is the width for the text (in this case the 4
14746 \begin_inset space \thinspace{}
14747 \end_inset
14748
14749 cm) plus two times the separation of the text and the cell border.
14750  The calculation of the width cannot be done in the command option of 
14751 \series bold
14752
14753 \backslash
14754 diagbox
14755 \series default
14756  so one needs to create a new length which can be used later.
14757  This is done with the \SpecialChar TeX
14758  Code commands
14759 \end_layout
14760
14761 \begin_layout Standard
14762
14763 \series bold
14764
14765 \backslash
14766 newlength{
14767 \backslash
14768 diagtest}
14769 \begin_inset Newline newline
14770 \end_inset
14771
14772
14773 \backslash
14774 setlength{
14775 \backslash
14776 diagtest}{4cm+2
14777 \backslash
14778 tabcolsep}
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset ERT
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786
14787
14788 \backslash
14789 newlength{
14790 \backslash
14791 diagtest}
14792 \end_layout
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 setlength{
14799 \backslash
14800 diagtest}{4cm+2
14801 \backslash
14802 tabcolsep}
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 To enable calculations in \SpecialChar LaTeX
14812  one needs to load the package 
14813 \series bold
14814 calc
14815 \series default
14816
14817 \begin_inset Index idx
14818 range none
14819 pageformat default
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 \SpecialChar LaTeX
14824  packages
14825 \begin_inset IndexMacro subentry
14826 status open
14827
14828 \begin_layout Plain Layout
14829 calc
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \end_inset
14838
14839  in the document preamble.
14840 \end_layout
14841
14842 \begin_layout Standard
14843 In this table you can now use the command
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849
14850 \backslash
14851 diagbox[width=
14852 \backslash
14853 diagtest]{A}{B}
14854 \end_layout
14855
14856 \begin_layout Standard
14857 in the first cell:
14858 \end_layout
14859
14860 \begin_layout Standard
14861 \noindent
14862 \align center
14863 \begin_inset Tabular
14864 <lyxtabular version="3" rows="2" columns="2">
14865 <features tabularvalignment="middle">
14866 <column alignment="center" valignment="top" width="4cm">
14867 <column alignment="center" valignment="top">
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 \begin_inset ERT
14874 status open
14875
14876 \begin_layout Plain Layout
14877
14878
14879 \backslash
14880 diagbox[width=
14881 \backslash
14882 diagtest]{
14883 \end_layout
14884
14885 \end_inset
14886
14887 A
14888 \begin_inset ERT
14889 status collapsed
14890
14891 \begin_layout Plain Layout
14892
14893 }{
14894 \end_layout
14895
14896 \end_inset
14897
14898 B
14899 \begin_inset ERT
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903
14904 }
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 Thickness in nm
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row>
14925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 Perfect Green
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 45
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 </row>
14944 </lyxtabular>
14945
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \begin_layout Standard
14952 Note that the split cell needs to be the widest one in the column.
14953  Otherwise the length of the diagonal line cannot be calculated correctly like in this table:
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \noindent
14958 \align center
14959 \begin_inset Tabular
14960 <lyxtabular version="3" rows="2" columns="2">
14961 <features tabularvalignment="middle">
14962 <column alignment="center" valignment="top" width="0pt">
14963 <column alignment="center" valignment="top">
14964 <row>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 \begin_inset ERT
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973
14974
14975 \backslash
14976 diagbox{
14977 \end_layout
14978
14979 \end_inset
14980
14981 A
14982 \begin_inset ERT
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986
14987 }{
14988 \end_layout
14989
14990 \end_inset
14991
14992 B
14993 \begin_inset ERT
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997
14998 }
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 Thickness in nm
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 Perfect Green
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 45
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 </row>
15038 </lyxtabular>
15039
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \begin_layout Standard
15046 In this case use the 
15047 \series bold
15048 width
15049 \series default
15050  option of the 
15051 \series bold
15052
15053 \backslash
15054 diagbox
15055 \series default
15056  command.
15057  It is then not necessary to add 2
15058 \backslash
15059 tabcolsep because the cell width is now the width of the column.
15060  In this table a width of 3
15061 \begin_inset space \thinspace{}
15062 \end_inset
15063
15064 cm is used:
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \noindent
15069 \align center
15070 \begin_inset Tabular
15071 <lyxtabular version="3" rows="2" columns="2">
15072 <features tabularvalignment="middle">
15073 <column alignment="center" valignment="top" width="0pt">
15074 <column alignment="center" valignment="top">
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 \begin_inset ERT
15081 status open
15082
15083 \begin_layout Plain Layout
15084
15085
15086 \backslash
15087 diagbox[width=3cm]{
15088 \end_layout
15089
15090 \end_inset
15091
15092 A
15093 \begin_inset ERT
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097
15098 }{
15099 \end_layout
15100
15101 \end_inset
15102
15103 B
15104 \begin_inset ERT
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108
15109 }
15110 \end_layout
15111
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 Thickness in nm
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 </row>
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 Perfect Green
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 45
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 </lyxtabular>
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \begin_layout Standard
15157 For multiple text lines in split cells one needs some extra height to fit the text to the cell.
15158  This can be achieved with the 
15159 \series bold
15160
15161 \backslash
15162 diagbox
15163 \series default
15164  option 
15165 \series bold
15166 height=3cm
15167 \series default
15168  (replace '3cm' by the height you need).
15169  In the following table the command
15170 \end_layout
15171
15172 \begin_layout Standard
15173
15174 \series bold
15175
15176 \backslash
15177 diagbox[width=3cm,height=1.4cm]{A
15178 \backslash
15179
15180 \backslash
15181 B}{C
15182 \backslash
15183
15184 \backslash
15185 D}
15186 \end_layout
15187
15188 \begin_layout Standard
15189 is used in the first cell.
15190  The command 
15191 \series bold
15192
15193 \backslash
15194
15195 \backslash
15196
15197 \series default
15198  creates hereby the line break.
15199 \begin_inset Foot
15200 status collapsed
15201
15202 \begin_layout Plain Layout
15203 Breaking lines with 
15204 \family sans
15205 Ctrl+Return
15206 \family default
15207  is only possible when the column has a fixed width.
15208 \end_layout
15209
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \begin_layout Standard
15216 \noindent
15217 \align center
15218 \begin_inset Tabular
15219 <lyxtabular version="3" rows="2" columns="2">
15220 <features tabularvalignment="middle">
15221 <column alignment="center" valignment="top">
15222 <column alignment="center" valignment="top">
15223 <row>
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 \begin_inset ERT
15229 status open
15230
15231 \begin_layout Plain Layout
15232
15233
15234 \backslash
15235 diagbox[width=3cm,height=1.4cm]{
15236 \end_layout
15237
15238 \end_inset
15239
15240 A
15241 \begin_inset ERT
15242 status collapsed
15243
15244 \begin_layout Plain Layout
15245
15246
15247 \backslash
15248
15249 \backslash
15250
15251 \end_layout
15252
15253 \end_inset
15254
15255 B
15256 \begin_inset ERT
15257 status collapsed
15258
15259 \begin_layout Plain Layout
15260
15261 }{
15262 \end_layout
15263
15264 \end_inset
15265
15266 C
15267 \begin_inset ERT
15268 status collapsed
15269
15270 \begin_layout Plain Layout
15271
15272
15273 \backslash
15274
15275 \backslash
15276
15277 \end_layout
15278
15279 \end_inset
15280
15281 D
15282 \begin_inset ERT
15283 status collapsed
15284
15285 \begin_layout Plain Layout
15286
15287 }
15288 \end_layout
15289
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301 Thickness in nm
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 </row>
15307 <row>
15308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 Perfect Green
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 45
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 </lyxtabular>
15328
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \begin_layout Standard
15335 \begin_inset ERT
15336 status collapsed
15337
15338 \begin_layout Plain Layout
15339
15340
15341 \backslash
15342 else
15343 \end_layout
15344
15345 \end_inset
15346
15347
15348 \begin_inset Note Note
15349 status open
15350
15351 \begin_layout Plain Layout
15352 The following will be displayed when the \SpecialChar LaTeX
15353 -package 
15354 \series bold
15355 diagbox
15356 \series default
15357  is not installed:
15358 \end_layout
15359
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \begin_layout Standard
15366 You need to install the \SpecialChar LaTeX
15367 -package 
15368 \series bold
15369 diagbox
15370 \series default
15371  to see the following part of this section in the output.
15372 \end_layout
15373
15374 \begin_layout Standard
15375 \begin_inset ERT
15376 status collapsed
15377
15378 \begin_layout Plain Layout
15379
15380
15381 \backslash
15382 fi
15383 \end_layout
15384
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \begin_layout Standard
15391 For more info about the \SpecialChar LaTeX
15392 -package 
15393 \series bold
15394 diagbox
15395 \series default
15396 ,
15397  see its documentation,
15398  
15399 \begin_inset CommandInset citation
15400 LatexCommand cite
15401 key "diagbox"
15402 literal "true"
15403
15404 \end_inset
15405
15406 .
15407 \end_layout
15408
15409 \begin_layout Section
15410 Formal Tables
15411 \begin_inset CommandInset label
15412 LatexCommand label
15413 name "sec:Formal-Tables"
15414
15415 \end_inset
15416
15417
15418 \begin_inset Index idx
15419 range none
15420 pageformat default
15421 status collapsed
15422
15423 \begin_layout Plain Layout
15424 Table
15425 \begin_inset IndexMacro subentry
15426 status open
15427
15428 \begin_layout Plain Layout
15429 Formal
15430 \end_layout
15431
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \begin_layout Standard
15443 Tables are often typeset in books similar to Table
15444 \begin_inset space ~
15445 \end_inset
15446
15447
15448 \begin_inset CommandInset ref
15449 LatexCommand ref
15450 reference "tab:Example-booktabs-table"
15451 nolink "false"
15452
15453 \end_inset
15454
15455 .
15456  This kind of tables is called 
15457 \begin_inset Quotes eld
15458 \end_inset
15459
15460
15461 \emph on
15462 formal
15463 \emph default
15464
15465 \begin_inset Quotes erd
15466 \end_inset
15467
15468 .
15469  To make a table a formal table,
15470  select the table style 
15471 \begin_inset Quotes eld
15472 \end_inset
15473
15474 Formal\SpecialChar ldots
15475
15476 \begin_inset Quotes erd
15477 \end_inset
15478
15479  in the Table Creation dialog or use the option 
15480 \family sans
15481 Formal
15482 \family default
15483  in the 
15484 \family sans
15485 Borders
15486 \family default
15487  tab of the table dialog (if you additionally check the option 
15488 \family sans
15489 Use Default Formal Style
15490 \family default
15491 ,
15492  the border lines are adapted to a sensible default).
15493 \end_layout
15494
15495 \begin_layout Standard
15496 \begin_inset Float table
15497 placement h
15498 alignment document
15499 wide false
15500 sideways false
15501 status open
15502
15503 \begin_layout Plain Layout
15504 \begin_inset Caption Standard
15505
15506 \begin_layout Plain Layout
15507 \begin_inset CommandInset label
15508 LatexCommand label
15509 name "tab:Example-booktabs-table"
15510
15511 \end_inset
15512
15513 Example formal table
15514 \end_layout
15515
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \begin_layout Plain Layout
15522 \align center
15523 \begin_inset Tabular
15524 <lyxtabular version="3" rows="8" columns="4">
15525 <features booktabs="true" tabularvalignment="middle">
15526 <column alignment="center" valignment="top">
15527 <column alignment="center" valignment="top" width="0pt">
15528 <column alignment="center" valignment="top" width="0pt">
15529 <column alignment="center" valignment="top">
15530 <row>
15531 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 System
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 Chip
15545 \begin_inset space \thinspace{}
15546 \end_inset
15547
15548 1
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557 Chip
15558 \begin_inset space \thinspace{}
15559 \end_inset
15560
15561 2
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 </row>
15576 <row>
15577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 Detector thickness in Âµm
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 300
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599 300
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 700
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 </row>
15614 <row>
15615 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 Edge angle in Â°
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628 3.55
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637 2.71
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 7.99
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 <row topspace="default">
15653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 Spatial resolution in Âµm
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 4.26
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 10.17
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 10.56
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row topspace="default">
15691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 MTF at 
15696 \begin_inset Formula $f_{\mathrm{max}}$
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \end_inset
15703 </cell>
15704 <cell alignment="center" valignment="top" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708 0.53
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 0.37
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 0.39
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row topspace="default">
15733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 LSF-spatial resolution
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 </row>
15770 <row>
15771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 in Âµm
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 129.7
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 52.75
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 50.78
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 in % of pixel size
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 76.3
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 95.9
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 92.3
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 </row>
15846 </lyxtabular>
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \begin_layout Standard
15859 Spaces to table rows can be added using the 
15860 \family sans
15861 Borders
15862 \family default
15863  tab of the table dialog as described in section
15864 \begin_inset space ~
15865 \end_inset
15866
15867
15868 \begin_inset CommandInset ref
15869 LatexCommand ref
15870 reference "subsec:Row-Spacing"
15871 nolink "false"
15872
15873 \end_inset
15874
15875 .
15876 \end_layout
15877
15878 \begin_layout Standard
15879 Unlike normal tables,
15880  formal tables have no vertical table lines.
15881  The horizontal table lines can be set as for normal tables but they appear with different widths in the output:
15882 \begin_inset Newline newline
15883 \end_inset
15884
15885 The first and the last table line have a default width of 0.08
15886 \begin_inset space \thinspace{}
15887 \end_inset
15888
15889 em while the other lines have a default width of 0.05
15890 \begin_inset space \thinspace{}
15891 \end_inset
15892
15893 em.
15894 \end_layout
15895
15896 \begin_layout Standard
15897 The default widths can be changed with the following preamble lines
15898 \end_layout
15899
15900 \begin_layout Standard
15901
15902 \series bold
15903
15904 \backslash
15905 let
15906 \backslash
15907 mytoprule
15908 \backslash
15909 toprule
15910 \begin_inset Newline newline
15911 \end_inset
15912
15913
15914 \backslash
15915 renewcommand{
15916 \backslash
15917 toprule}{
15918 \backslash
15919 mytoprule[width]}
15920 \end_layout
15921
15922 \begin_layout Standard
15923 This example is for the first line,
15924  the so called 
15925 \series bold
15926 toprule
15927 \series default
15928 .
15929  If you want to change the width for the last line,
15930  replace 
15931 \series bold
15932 toprule
15933 \series default
15934  by 
15935 \series bold
15936 bottomrule
15937 \series default
15938 .
15939  To change the width for the other lines replace 
15940 \series bold
15941 toprule
15942 \series default
15943  by 
15944 \series bold
15945 midrule
15946 \series default
15947 .
15948  You can use all units listed in appendix
15949 \begin_inset space ~
15950 \end_inset
15951
15952
15953 \begin_inset CommandInset ref
15954 LatexCommand ref
15955 reference "cha:Units-available-in"
15956 nolink "false"
15957
15958 \end_inset
15959
15960  to set the width.
15961 \end_layout
15962
15963 \begin_layout Standard
15964 As in table
15965 \begin_inset space ~
15966 \end_inset
15967
15968
15969 \begin_inset CommandInset ref
15970 LatexCommand ref
15971 reference "tab:Example-booktabs-table"
15972 nolink "false"
15973
15974 \end_inset
15975
15976 ,
15977  formal tables often use shortened lines to group columns.
15978  This can be done in the borders widget of the table dialog.
15979  With formal tables,
15980  the top and bottom borders have to small offset lines to the left and the right.
15981  Clicking on these will trim the line respectively.
15982 \end_layout
15983
15984 \begin_layout Standard
15985 If you need to adjust the length of the trimming or the height of the rules,
15986  you have to resort to \SpecialChar TeX
15987  Code.
15988  The respective command (which is also used for the trimmed mid rules) is this:
15989 \end_layout
15990
15991 \begin_layout Standard
15992
15993 \series bold
15994
15995 \backslash
15996 cmidrule[height](trim){startcol-endcol}
15997 \end_layout
15998
15999 \begin_layout Standard
16000 The default for the optional 
16001 \series bold
16002 height
16003 \series default
16004  is 0.03
16005 \begin_inset space \thinspace{}
16006 \end_inset
16007
16008 em.
16009  
16010 \series bold
16011 startcol
16012 \series default
16013  is the number of the column where the line starts and 
16014 \series bold
16015 endcol
16016 \series default
16017  the column number where the line ends.
16018  The 
16019 \series bold
16020 endcol
16021 \series default
16022  always needs to be specified,
16023  also when the line should span only one column.
16024  The optional parameter 
16025 \series bold
16026 trim
16027 \series default
16028  could either be 
16029 \emph on
16030 l{trimwidth}
16031 \emph default
16032  or 
16033 \emph on
16034 r{trimwidth}
16035 \emph default
16036  where the 
16037 \emph on
16038 trimwidth
16039 \emph default
16040  is also optional.
16041  Using for example the parameter 
16042 \emph on
16043 l{2pt}
16044 \emph default
16045  means that the line is trimmed from its left end by 2
16046 \begin_inset space \thinspace{}
16047 \end_inset
16048
16049 pt.
16050  If you don't specify the 
16051 \emph on
16052 trimwidth
16053 \emph default
16054  the line is trimmed by the default of 0.5
16055 \begin_inset space \thinspace{}
16056 \end_inset
16057
16058 em (this is what is done if you use trimming from the dialog).
16059 \end_layout
16060
16061 \begin_layout Standard
16062 The 
16063 \emph on
16064 height
16065 \emph default
16066  option of 
16067 \series bold
16068
16069 \backslash
16070 cmidrule
16071 \series default
16072  is currently not supported by \SpecialChar LyX
16073 ,
16074  and neither are the 
16075 \emph on
16076 trimwidth
16077 \emph default
16078  parameters.
16079  If you need this you can manually insert a 
16080 \series bold
16081
16082 \backslash
16083 cmidrule
16084 \series default
16085  with the respective settings as \SpecialChar TeX
16086  Code as the first cell entry of the first cell of a row.
16087  The line is then drawn in the output above the current row.
16088  Table
16089 \begin_inset space ~
16090 \end_inset
16091
16092
16093 \begin_inset CommandInset ref
16094 LatexCommand ref
16095 reference "tab:Special-booktabs-table"
16096 nolink "false"
16097
16098 \end_inset
16099
16100  exemplifies this (in the sixth row).
16101 \end_layout
16102
16103 \begin_layout Standard
16104 You also might want to have overlapping 
16105 \series bold
16106
16107 \backslash
16108 cmidrule
16109 \series default
16110 s as exemplified as well in Table
16111 \begin_inset space ~
16112 \end_inset
16113
16114
16115 \begin_inset CommandInset ref
16116 LatexCommand ref
16117 reference "tab:Special-booktabs-table"
16118 nolink "false"
16119
16120 \end_inset
16121
16122 ,
16123  even though this is considered bad style (so only use it if you really need to).
16124  This can be achieved with the \SpecialChar TeX
16125  Code command
16126 \end_layout
16127
16128 \begin_layout Standard
16129
16130 \series bold
16131
16132 \backslash
16133 morecmidrules
16134 \end_layout
16135
16136 \begin_layout Standard
16137 The command that was used for the second row of Table
16138 \begin_inset space ~
16139 \end_inset
16140
16141
16142 \begin_inset CommandInset ref
16143 LatexCommand ref
16144 reference "tab:Special-booktabs-table"
16145 nolink "false"
16146
16147 \end_inset
16148
16149  is
16150 \end_layout
16151
16152 \begin_layout Standard
16153
16154 \series bold
16155
16156 \backslash
16157 morecmidrules
16158 \backslash
16159 cmidrule{2-4}
16160 \end_layout
16161
16162 \begin_layout Standard
16163 The command for the sixth row is
16164 \end_layout
16165
16166 \begin_layout Standard
16167
16168 \series bold
16169
16170 \backslash
16171 morecmidrules
16172 \backslash
16173 cmidrule{3-4}
16174 \end_layout
16175
16176 \begin_layout Standard
16177 \begin_inset VSpace bigskip
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \begin_layout Standard
16184 If you are in any way not satisfied with the border line spacing,
16185  you can use the following command to produce lines that span over all table columns
16186 \series bold
16187 :
16188 \end_layout
16189
16190 \begin_layout Standard
16191
16192 \series bold
16193
16194 \backslash
16195 specialrule{width}{space above}{space below}
16196 \end_layout
16197
16198 \begin_layout Standard
16199 For more information about these features,
16200  refer to the manual of the \SpecialChar LaTeX
16201 -package 
16202 \series bold
16203 booktabs
16204 \series default
16205  
16206 \begin_inset CommandInset citation
16207 LatexCommand cite
16208 key "booktabs"
16209 literal "true"
16210
16211 \end_inset
16212
16213 .
16214 \begin_inset Index idx
16215 range none
16216 pageformat default
16217 status collapsed
16218
16219 \begin_layout Plain Layout
16220 \SpecialChar LaTeX
16221  packages
16222 \begin_inset IndexMacro subentry
16223 status open
16224
16225 \begin_layout Plain Layout
16226 booktabs
16227 \end_layout
16228
16229 \end_inset
16230
16231
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset Float table
16241 placement h
16242 alignment document
16243 wide false
16244 sideways false
16245 status open
16246
16247 \begin_layout Plain Layout
16248 \begin_inset Caption Standard
16249
16250 \begin_layout Plain Layout
16251 \begin_inset CommandInset label
16252 LatexCommand label
16253 name "tab:Special-booktabs-table"
16254
16255 \end_inset
16256
16257 Special (ugly) formal table
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \begin_layout Plain Layout
16266 \align center
16267 \begin_inset Tabular
16268 <lyxtabular version="3" rows="8" columns="4">
16269 <features booktabs="true" tabularvalignment="middle">
16270 <column alignment="center" valignment="top">
16271 <column alignment="center" valignment="top" width="0pt">
16272 <column alignment="center" valignment="top" width="0pt">
16273 <column alignment="center" valignment="top" width="0pt">
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 System
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 Chip
16289 \begin_inset space \thinspace{}
16290 \end_inset
16291
16292 1
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 Chip
16302 \begin_inset space \thinspace{}
16303 \end_inset
16304
16305 2
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 </row>
16320 <row>
16321 <cell alignment="center" valignment="top" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 \begin_inset ERT
16326 status collapsed
16327
16328 \begin_layout Plain Layout
16329
16330
16331 \backslash
16332 morecmidrules 
16333 \end_layout
16334
16335 \end_inset
16336
16337
16338 \begin_inset ERT
16339 status open
16340
16341 \begin_layout Plain Layout
16342
16343
16344 \backslash
16345 cmidrule{2-4}
16346 \end_layout
16347
16348 \end_inset
16349
16350 Detector thickness in Âµm
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 300
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 300
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 700
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" topline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 Edge angle in Â°
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 <cell alignment="center" valignment="top" topline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 3.55
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 2.71
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 7.99
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row topspace="default">
16422 <cell alignment="center" valignment="top" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 Spatial resolution in Âµm
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 4.26
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 10.17
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 10.56
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 <row topspace="default">
16460 <cell alignment="center" valignment="top" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 MTF at 
16465 \begin_inset Formula $f_{\mathrm{max}}$
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 0.53
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 0.37
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 0.39
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 morecmidrules 
16514 \end_layout
16515
16516 \end_inset
16517
16518
16519 \begin_inset ERT
16520 status open
16521
16522 \begin_layout Plain Layout
16523
16524
16525 \backslash
16526 cmidrule[2pt](l{7pt}){3-4}
16527 \end_layout
16528
16529 \end_inset
16530
16531 LSF-spatial resolution
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="center" valignment="top" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 in Âµm
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell alignment="center" valignment="top" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578 129.7
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell alignment="center" valignment="top" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 52.75
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 50.78
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 in % of pixel size
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 76.3
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 95.9
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 92.3
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 </lyxtabular>
16641
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Section
16653 Vertical Table Alignment
16654 \begin_inset Index idx
16655 range none
16656 pageformat default
16657 status collapsed
16658
16659 \begin_layout Plain Layout
16660 Table
16661 \begin_inset IndexMacro subentry
16662 status open
16663
16664 \begin_layout Plain Layout
16665 Alignment
16666 \end_layout
16667
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \begin_layout Standard
16679 To align tables vertically in a text line,
16680  the table must be inside a box.
16681  The box can then be vertically aligned as described in section
16682 \begin_inset space ~
16683 \end_inset
16684
16685
16686 \begin_inset CommandInset ref
16687 LatexCommand ref
16688 reference "sec:Box-Dialog"
16689 nolink "false"
16690
16691 \end_inset
16692
16693 .
16694 \end_layout
16695
16696 \begin_layout Standard
16697 In the following example the tables are inside a minipage
16698 \begin_inset Foot
16699 status collapsed
16700
16701 \begin_layout Plain Layout
16702 Minipages are described in section
16703 \begin_inset space ~
16704 \end_inset
16705
16706
16707 \begin_inset CommandInset ref
16708 LatexCommand ref
16709 reference "sec:Minipages"
16710 nolink "false"
16711
16712 \end_inset
16713
16714 .
16715 \end_layout
16716
16717 \end_inset
16718
16719  box that has a width of 15
16720 \begin_inset space \thinspace{}
16721 \end_inset
16722
16723 col%:
16724 \end_layout
16725
16726 \begin_layout Itemize
16727 test 
16728 \begin_inset Box Frameless
16729 position "t"
16730 hor_pos "c"
16731 has_inner_box 1
16732 inner_pos "c"
16733 use_parbox 0
16734 use_makebox 0
16735 width "15col%"
16736 special "none"
16737 height "1in"
16738 height_special "totalheight"
16739 thickness "0.4pt"
16740 separation "3pt"
16741 shadowsize "4pt"
16742 framecolor "black"
16743 backgroundcolor "none"
16744 status collapsed
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Tabular
16748 <lyxtabular version="3" rows="3" columns="3">
16749 <features tabularvalignment="middle">
16750 <column alignment="center" valignment="top">
16751 <column alignment="center" valignment="top">
16752 <column alignment="center" valignment="top">
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 a
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 d
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 g
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 b
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 e
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 h
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 c
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 f
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 i
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 </lyxtabular>
16841
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848
16849  test 
16850 \begin_inset ERT
16851 status collapsed
16852
16853 \begin_layout Plain Layout
16854
16855
16856 \backslash
16857 raisebox{0.85
16858 \backslash
16859 baselineskip}{
16860 \end_layout
16861
16862 \end_inset
16863
16864
16865 \begin_inset Box Frameless
16866 position "t"
16867 hor_pos "c"
16868 has_inner_box 1
16869 inner_pos "c"
16870 use_parbox 0
16871 use_makebox 0
16872 width "15col%"
16873 special "none"
16874 height "1in"
16875 height_special "totalheight"
16876 thickness "0.4pt"
16877 separation "3pt"
16878 shadowsize "4pt"
16879 framecolor "black"
16880 backgroundcolor "none"
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884 \begin_inset Tabular
16885 <lyxtabular version="3" rows="3" columns="3">
16886 <features tabularvalignment="middle">
16887 <column alignment="center" valignment="top">
16888 <column alignment="center" valignment="top">
16889 <column alignment="center" valignment="top">
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 a
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 d
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 g
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 b
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 e
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 h
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 c
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 f
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 i
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 </lyxtabular>
16978
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985
16986
16987 \begin_inset ERT
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991
16992 }
16993 \end_layout
16994
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \begin_layout Itemize
17001 test 
17002 \begin_inset Box Frameless
17003 position "c"
17004 hor_pos "c"
17005 has_inner_box 1
17006 inner_pos "c"
17007 use_parbox 0
17008 use_makebox 0
17009 width "15col%"
17010 special "none"
17011 height "1in"
17012 height_special "totalheight"
17013 thickness "0.4pt"
17014 separation "3pt"
17015 shadowsize "4pt"
17016 framecolor "black"
17017 backgroundcolor "none"
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Tabular
17022 <lyxtabular version="3" rows="3" columns="3">
17023 <features tabularvalignment="middle">
17024 <column alignment="center" valignment="top">
17025 <column alignment="center" valignment="top">
17026 <column alignment="center" valignment="top">
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 a
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 d
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 g
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 b
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 e
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 h
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 <row>
17086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 c
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 f
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 i
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 </lyxtabular>
17115
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \begin_layout Itemize
17127 test 
17128 \begin_inset Box Frameless
17129 position "b"
17130 hor_pos "c"
17131 has_inner_box 1
17132 inner_pos "c"
17133 use_parbox 0
17134 use_makebox 0
17135 width "15col%"
17136 special "none"
17137 height "1in"
17138 height_special "totalheight"
17139 thickness "0.4pt"
17140 separation "3pt"
17141 shadowsize "4pt"
17142 framecolor "black"
17143 backgroundcolor "none"
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Tabular
17148 <lyxtabular version="3" rows="3" columns="3">
17149 <features tabularvalignment="middle">
17150 <column alignment="center" valignment="top">
17151 <column alignment="center" valignment="top">
17152 <column alignment="center" valignment="top">
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 a
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167 d
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176 g
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 </row>
17182 <row>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 b
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 e
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 h
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 c
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 f
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 i
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 </lyxtabular>
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248
17249  test 
17250 \begin_inset ERT
17251 status collapsed
17252
17253 \begin_layout Plain Layout
17254
17255
17256 \backslash
17257 raisebox{-0.32
17258 \backslash
17259 baselineskip}{
17260 \end_layout
17261
17262 \end_inset
17263
17264
17265 \begin_inset Box Frameless
17266 position "b"
17267 hor_pos "c"
17268 has_inner_box 1
17269 inner_pos "c"
17270 use_parbox 0
17271 use_makebox 0
17272 width "15col%"
17273 special "none"
17274 height "1in"
17275 height_special "totalheight"
17276 thickness "0.4pt"
17277 separation "3pt"
17278 shadowsize "4pt"
17279 framecolor "black"
17280 backgroundcolor "none"
17281 status collapsed
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Tabular
17285 <lyxtabular version="3" rows="3" columns="3">
17286 <features tabularvalignment="middle">
17287 <column alignment="center" valignment="top">
17288 <column alignment="center" valignment="top">
17289 <column alignment="center" valignment="top">
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 a
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304 d
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 g
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 </row>
17319 <row>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 b
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333 e
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 h
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 </row>
17348 <row>
17349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 c
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 f
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 i
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 </lyxtabular>
17378
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385
17386
17387 \begin_inset ERT
17388 status collapsed
17389
17390 \begin_layout Plain Layout
17391
17392 }
17393 \end_layout
17394
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \begin_layout Standard
17401 As you will see,
17402  the content of the first and last table row is not correctly aligned.
17403  To get this alignment,
17404  the minipage box must be set into a raisebox.
17405 \begin_inset Foot
17406 status collapsed
17407
17408 \begin_layout Plain Layout
17409 Raiseboxes are described in section
17410 \begin_inset space ~
17411 \end_inset
17412
17413
17414 \begin_inset CommandInset ref
17415 LatexCommand ref
17416 reference "subsec:Vertical-Alignment"
17417 nolink "false"
17418
17419 \end_inset
17420
17421 .
17422 \end_layout
17423
17424 \end_inset
17425
17426  In the example above the second table in the first item is aligned using the \SpecialChar TeX
17427  Code command
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433
17434 \backslash
17435 raisebox{0.85
17436 \backslash
17437 baselineskip}{
17438 \end_layout
17439
17440 \begin_layout Standard
17441 before the box.
17442  After the box the closing brace 
17443 \series bold
17444 }
17445 \series default
17446  is inserted as \SpecialChar TeX
17447  Code.
17448  For the second table in the last item the command
17449 \end_layout
17450
17451 \begin_layout Standard
17452
17453 \series bold
17454
17455 \backslash
17456 raisebox{-0.32
17457 \backslash
17458 baselineskip}{
17459 \end_layout
17460
17461 \begin_layout Standard
17462 is used.
17463 \end_layout
17464
17465 \begin_layout Standard
17466 \begin_inset Note Greyedout
17467 status open
17468
17469 \begin_layout Plain Layout
17470
17471 \series bold
17472 Note:
17473
17474 \series default
17475  The alignment of the table row content to the surrounding text line is not exact.
17476  The required value for the 
17477 \series bold
17478
17479 \backslash
17480 raisebox
17481 \series default
17482  command for this alignment depends on the document font,
17483  the font size,
17484  and the table line thickness.
17485 \end_layout
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \begin_layout Section
17493 Colored Tables
17494 \begin_inset CommandInset label
17495 LatexCommand label
17496 name "sec:Colored-Tables"
17497
17498 \end_inset
17499
17500
17501 \begin_inset Index idx
17502 range none
17503 pageformat default
17504 status collapsed
17505
17506 \begin_layout Plain Layout
17507 Table
17508 \begin_inset IndexMacro subentry
17509 status open
17510
17511 \begin_layout Plain Layout
17512 Color
17513 \end_layout
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \begin_layout Subsection
17526 Colored Cells
17527 \begin_inset Index idx
17528 range none
17529 pageformat default
17530 status collapsed
17531
17532 \begin_layout Plain Layout
17533 Table Color
17534 \begin_inset IndexMacro subentry
17535 status open
17536
17537 \begin_layout Plain Layout
17538 for Cells
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \begin_inset Index idx
17550 range none
17551 pageformat default
17552 status collapsed
17553
17554 \begin_layout Plain Layout
17555 Color
17556 \begin_inset IndexMacro subentry
17557 status open
17558
17559 \begin_layout Plain Layout
17560 for Table Cells
17561 \end_layout
17562
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \begin_layout Standard
17574 \begin_inset Float table
17575 placement h
17576 alignment document
17577 wide false
17578 sideways false
17579 status open
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Caption Standard
17583
17584 \begin_layout Plain Layout
17585 \begin_inset CommandInset label
17586 LatexCommand label
17587 name "tab:Table-colored-without"
17588
17589 \end_inset
17590
17591 Table colored without using the package 
17592 \series bold
17593 colortbl
17594 \series default
17595
17596 \begin_inset Argument 1
17597 status collapsed
17598
17599 \begin_layout Plain Layout
17600 Table without colortbl
17601 \end_layout
17602
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Plain Layout
17614 \align center
17615 \begin_inset Tabular
17616 <lyxtabular version="3" rows="3" columns="3">
17617 <features tabularvalignment="middle">
17618 <column alignment="center" valignment="top">
17619 <column alignment="center" valignment="top">
17620 <column alignment="center" valignment="top">
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \color green
17628 a
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \color red
17639 b
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \color red
17650 c
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \color green
17663 d
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672
17673 \color blue
17674 e
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683
17684 \color blue
17685 f
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row>
17692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696
17697 \color green
17698 g
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \color blue
17709 h
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \color blue
17720 i
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 </row>
17726 </lyxtabular>
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Standard
17739 If you only need colored text,
17740  mark the cells and choose a color in the 
17741 \family sans
17742 Text
17743 \begin_inset space ~
17744 \end_inset
17745
17746 Style
17747 \family default
17748  dialog (toolbar button 
17749 \begin_inset Info
17750 type  "icon"
17751 arg   "dialog-show character"
17752 \end_inset
17753
17754 ).
17755  This was used to create Table
17756 \begin_inset space ~
17757 \end_inset
17758
17759
17760 \begin_inset CommandInset ref
17761 LatexCommand ref
17762 reference "tab:Table-colored-without"
17763 nolink "false"
17764
17765 \end_inset
17766
17767 .
17768  In any other case you have to use the \SpecialChar LaTeX
17769 -package 
17770 \series bold
17771 colortbl
17772 \series default
17773 .
17774 \begin_inset Index idx
17775 range none
17776 pageformat default
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780 \SpecialChar LaTeX
17781  packages
17782 \begin_inset IndexMacro subentry
17783 status open
17784
17785 \begin_layout Plain Layout
17786 colortbl
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Standard
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 ifcolortbl
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \begin_inset Note Note
17814 status open
17815
17816 \begin_layout Plain Layout
17817 The following section part will only be displayed when the \SpecialChar LaTeX
17818 -package 
17819 \series bold
17820 colortbl
17821 \series default
17822  is installed.
17823 \end_layout
17824
17825 \end_inset
17826
17827
17828 \end_layout
17829
17830 \begin_layout Standard
17831 To create colored tables,
17832  
17833 \series bold
17834 colortbl
17835 \series default
17836  must be loaded in the preamble with the line
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842
17843 \backslash
17844 usepackage{colortbl}
17845 \end_layout
17846
17847 \begin_layout Standard
17848 The color of a column is adjusted with the command
17849 \end_layout
17850
17851 \begin_layout Standard
17852
17853 \series bold
17854
17855 \backslash
17856 columncolor{name of color}
17857 \end_layout
17858
17859 \begin_layout Standard
17860 inside the command 
17861 \series bold
17862 >{ }
17863 \series default
17864 .
17865  More about the command 
17866 \series bold
17867 >{}
17868 \series default
17869  is contained in section
17870 \begin_inset space ~
17871 \end_inset
17872
17873
17874 \begin_inset CommandInset ref
17875 LatexCommand ref
17876 reference "subsec:Multicolumn-Calculations"
17877 nolink "false"
17878
17879 \end_inset
17880
17881 .
17882 \end_layout
17883
17884 \begin_layout Standard
17885 The following color names are predefined:
17886 \end_layout
17887
17888 \begin_layout Standard
17889
17890 \family sans
17891 red
17892 \family default
17893 ,
17894  
17895 \family sans
17896 green
17897 \family default
17898 ,
17899  
17900 \family sans
17901 yellow
17902 \family default
17903 ,
17904  
17905 \family sans
17906 blue
17907 \family default
17908 ,
17909  
17910 \family sans
17911 cyan
17912 \family default
17913 ,
17914  
17915 \family sans
17916 magenta
17917 \family default
17918 ,
17919  
17920 \family sans
17921 black
17922 \family default
17923  and 
17924 \family sans
17925 white
17926 \end_layout
17927
17928 \begin_layout Standard
17929 \begin_inset VSpace medskip
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \begin_layout Standard
17936 If you add the option
17937 \end_layout
17938
17939 \begin_layout Standard
17940
17941 \series bold
17942 dvipsnames
17943 \end_layout
17944
17945 \begin_layout Standard
17946 to the document class options in the document settings,
17947  you can additionally use further 61
17948 \begin_inset space ~
17949 \end_inset
17950
17951 colors.
17952  These colors are listed in appendix
17953 \begin_inset space ~
17954 \end_inset
17955
17956
17957 \begin_inset CommandInset ref
17958 LatexCommand ref
17959 reference "chap:List-of-dvips-colornames"
17960 nolink "false"
17961
17962 \end_inset
17963
17964 .
17965  One of these colors,
17966  
17967 \family sans
17968 Maroon
17969 \family default
17970 ,
17971  is used as example in Table
17972 \begin_inset space ~
17973 \end_inset
17974
17975
17976 \begin_inset CommandInset ref
17977 LatexCommand ref
17978 reference "tab:Table-colored-using"
17979 nolink "false"
17980
17981 \end_inset
17982
17983 .
17984 \end_layout
17985
17986 \begin_layout Standard
17987 \begin_inset VSpace medskip
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 You can also define your own color with the command
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 definecolor{color name}{color model}{color values}
18003 \end_layout
18004
18005 \begin_layout Standard
18006 The color model can be
18007 \end_layout
18008
18009 \begin_layout Labeling
18010 \labelwidthstring 00.00.0000
18011 cmyk:
18012  cyan,
18013  magenta,
18014  yellow,
18015  black
18016 \end_layout
18017
18018 \begin_layout Labeling
18019 \labelwidthstring 00.00.0000
18020 rgb:
18021  red,
18022  green blue
18023 \end_layout
18024
18025 \begin_layout Labeling
18026 \labelwidthstring 00.00.0000
18027 gray gray
18028 \end_layout
18029
18030 \begin_layout Standard
18031 and the color values are comma separated numbers between 0 and 1 describing the factor for the corresponding color of the color model.
18032 \end_layout
18033
18034 \begin_layout Standard
18035 You can e.
18036 \begin_inset space \thinspace{}
18037 \end_inset
18038
18039 g.
18040 \begin_inset space \space{}
18041 \end_inset
18042
18043 define the color "
18044 \emph on
18045 darkgreen
18046 \emph default
18047 " in the preamble with
18048 \end_layout
18049
18050 \begin_layout Standard
18051
18052 \series bold
18053
18054 \backslash
18055 definecolor{darkgreen}{cmyk}{0.5,
18056  0,
18057  1,
18058  0.5}
18059 \end_layout
18060
18061 \begin_layout Standard
18062 and the color "
18063 \emph on
18064 lightgray
18065 \emph default
18066 " with
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072
18073 \backslash
18074 definecolor{lightgray}{gray}{0.8}
18075 \end_layout
18076
18077 \begin_layout Standard
18078 \begin_inset VSpace medskip
18079 \end_inset
18080
18081
18082 \end_layout
18083
18084 \begin_layout Standard
18085 Lines are colored with the command
18086 \end_layout
18087
18088 \begin_layout Standard
18089
18090 \series bold
18091
18092 \backslash
18093 rowcolor{name of color}
18094 \end_layout
18095
18096 \begin_layout Standard
18097 and cells are colored with the command
18098 \end_layout
18099
18100 \begin_layout Standard
18101
18102 \series bold
18103
18104 \backslash
18105 cellcolor{name of color}
18106 \end_layout
18107
18108 \begin_layout Standard
18109 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
18110  Code.
18111 \end_layout
18112
18113 \begin_layout Standard
18114 To color characters in the table,
18115  mark the cells and use the 
18116 \family sans
18117 Text
18118 \begin_inset space ~
18119 \end_inset
18120
18121 Style
18122 \family default
18123  dialog.
18124  If a cell contains \SpecialChar TeX
18125  Code mark only the characters,
18126  otherwise the colored \SpecialChar TeX
18127  Code will cause \SpecialChar LaTeX
18128  errors.
18129 \end_layout
18130
18131 \begin_layout Standard
18132 \begin_inset Note Greyedout
18133 status open
18134
18135 \begin_layout Plain Layout
18136
18137 \series bold
18138 Note:
18139
18140 \series default
18141  Not all DVI-viewers are able to display self-defined colors.
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Standard
18150 \begin_inset VSpace bigskip
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 To create Table
18158 \begin_inset space ~
18159 \end_inset
18160
18161
18162 \begin_inset CommandInset ref
18163 LatexCommand ref
18164 reference "tab:Table-colored-using"
18165 nolink "false"
18166
18167 \end_inset
18168
18169  do the following:
18170  The color of the first column should be 
18171 \emph on
18172 darkgreen
18173 \emph default
18174 .
18175  So insert
18176 \end_layout
18177
18178 \begin_layout Standard
18179
18180 \series bold
18181 >{
18182 \backslash
18183 columncolor{darkgreen}
18184 \backslash
18185 centering}c
18186 \end_layout
18187
18188 \begin_layout Standard
18189 as \SpecialChar LaTeX
18190 -argument for this column.
18191  The first row should be light blue,
18192  therefore the \SpecialChar TeX
18193  Code command
18194 \end_layout
18195
18196 \begin_layout Standard
18197
18198 \series bold
18199
18200 \backslash
18201 rowcolor{cyan}
18202 \end_layout
18203
18204 \begin_layout Standard
18205 is inserted to the first cell of this row.
18206  Note that this overwrites the column color for the first cell.
18207  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
18208  Code command
18209 \end_layout
18210
18211 \begin_layout Standard
18212
18213 \series bold
18214
18215 \backslash
18216 cellcolor{Maroon}
18217 \end_layout
18218
18219 \begin_layout Standard
18220 The characters could now be colored using the menu 
18221 \family sans
18222 Edit\SpecialChar menuseparator
18223 Text
18224 \begin_inset space ~
18225 \end_inset
18226
18227 Style
18228 \family default
18229 .
18230 \end_layout
18231
18232 \begin_layout Standard
18233 \begin_inset Float table
18234 placement h
18235 alignment document
18236 wide false
18237 sideways false
18238 status open
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Caption Standard
18242
18243 \begin_layout Plain Layout
18244 \begin_inset CommandInset label
18245 LatexCommand label
18246 name "tab:Table-colored-using"
18247
18248 \end_inset
18249
18250 Table colored using the package 
18251 \series bold
18252 colortbl
18253 \series default
18254
18255 \begin_inset Argument 1
18256 status collapsed
18257
18258 \begin_layout Plain Layout
18259 Table with colortbl
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \begin_layout Plain Layout
18273 \align center
18274 \begin_inset Tabular
18275 <lyxtabular version="3" rows="3" columns="3">
18276 <features tabularvalignment="middle">
18277 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
18278 <column alignment="center" valignment="top">
18279 <column alignment="center" valignment="top">
18280 <row>
18281 <cell alignment="center" valignment="top" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 rowcolor{cyan}
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \color magenta
18299 a
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308
18309 \color red
18310 b
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \color red
18321 c
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 </row>
18327 <row>
18328 <cell alignment="center" valignment="top" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332
18333 \color yellow
18334 d
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \color blue
18345 e
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \color blue
18356 f
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 <row>
18363 <cell alignment="center" valignment="top" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \color yellow
18369 g
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \color blue
18380 h
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 \begin_inset ERT
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393
18394
18395 \backslash
18396 cellcolor{Maroon}
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \color green
18403 i
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 </row>
18409 </lyxtabular>
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Standard
18422 \begin_inset ERT
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426
18427
18428 \backslash
18429 else
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \begin_inset Note Note
18436 status open
18437
18438 \begin_layout Plain Layout
18439 The following will be displayed when the \SpecialChar LaTeX
18440 -package 
18441 \series bold
18442 colortbl
18443 \series default
18444  is not installed:
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 You need to install the package 
18454 \series bold
18455 colortbl
18456 \series default
18457  to see the content of this section in the output.
18458 \end_layout
18459
18460 \begin_layout Standard
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 fi
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 Colored Rows
18478 \begin_inset Index idx
18479 range none
18480 pageformat default
18481 status collapsed
18482
18483 \begin_layout Plain Layout
18484 Table Color
18485 \begin_inset IndexMacro subentry
18486 status open
18487
18488 \begin_layout Plain Layout
18489 for Rows
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \begin_inset Index idx
18501 range none
18502 pageformat default
18503 status collapsed
18504
18505 \begin_layout Plain Layout
18506 Color
18507 \begin_inset IndexMacro subentry
18508 status open
18509
18510 \begin_layout Plain Layout
18511 for Table Rows
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Standard
18525 In case every second table row needs to be colored there is an alternative to the method described in the previous section:
18526  One loads the package 
18527 \series bold
18528 xcolor
18529 \series default
18530
18531 \begin_inset Index idx
18532 range none
18533 pageformat default
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537 \SpecialChar LaTeX
18538  packages
18539 \begin_inset IndexMacro subentry
18540 status open
18541
18542 \begin_layout Plain Layout
18543 xcolor
18544 \end_layout
18545
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \end_inset
18552
18553  in the document preamble with the command
18554 \end_layout
18555
18556 \begin_layout Standard
18557
18558 \series bold
18559
18560 \backslash
18561 usepackage[table]{xcolor}
18562 \end_layout
18563
18564 \begin_layout Standard
18565
18566 \series bold
18567 xcolor
18568 \series default
18569  automatically loads also the package 
18570 \series bold
18571 colortbl
18572 \series default
18573
18574 \begin_inset Index idx
18575 range none
18576 pageformat default
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580 \SpecialChar LaTeX
18581  packages
18582 \begin_inset IndexMacro subentry
18583 status open
18584
18585 \begin_layout Plain Layout
18586 colortbl
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \end_inset
18595
18596 ,
18597  so 
18598 \series bold
18599 colortbl
18600 \series default
18601  must be installed in your \SpecialChar LaTeX
18602 -distribution,
18603  otherwise you get \SpecialChar LaTeX
18604 -errors.
18605 \end_layout
18606
18607 \begin_layout Standard
18608 \begin_inset ERT
18609 status collapsed
18610
18611 \begin_layout Plain Layout
18612
18613
18614 \backslash
18615 ifcolortbl
18616 \end_layout
18617
18618 \end_inset
18619
18620
18621 \begin_inset Note Note
18622 status open
18623
18624 \begin_layout Plain Layout
18625 The following section part will only be displayed when the \SpecialChar LaTeX
18626 -package 
18627 \series bold
18628 colortbl
18629 \series default
18630  is installed.
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \begin_layout Standard
18639 The table rows are colored with the command
18640 \end_layout
18641
18642 \begin_layout Standard
18643
18644 \series bold
18645
18646 \backslash
18647 rowcolors[commands]{row number}{odd row color}{even row color}
18648 \end_layout
18649
18650 \begin_layout Standard
18651 that is either inserted in the document preamble or as \SpecialChar TeX
18652  Code before the first table to be colored.
18653  row
18654 \begin_inset space ~
18655 \end_inset
18656
18657 number is the number of the first row which should be colored according to the odd row color.
18658  commands can be additional commands that are executed before every table row.
18659  So for example the command
18660 \end_layout
18661
18662 \begin_layout Standard
18663
18664 \series bold
18665
18666 \backslash
18667 rowcolors{1}{white}{lightgray}
18668 \end_layout
18669
18670 \begin_layout Standard
18671 leads to the coloring scheme of Table
18672 \begin_inset space ~
18673 \end_inset
18674
18675
18676 \begin_inset CommandInset ref
18677 LatexCommand ref
18678 reference "tab:Table-rowcolors"
18679 nolink "false"
18680
18681 \end_inset
18682
18683 .
18684  The command
18685 \end_layout
18686
18687 \begin_layout Standard
18688
18689 \series bold
18690
18691 \backslash
18692 rowcolors[
18693 \backslash
18694 hline]{1}{lightgray}{cyan}
18695 \end_layout
18696
18697 \begin_layout Standard
18698 leads to the coloring scheme of Table
18699 \begin_inset space ~
18700 \end_inset
18701
18702
18703 \begin_inset CommandInset ref
18704 LatexCommand ref
18705 reference "tab:Table-rowcolors-2"
18706 nolink "false"
18707
18708 \end_inset
18709
18710 .
18711  If odd
18712 \begin_inset space ~
18713 \end_inset
18714
18715 row
18716 \begin_inset space ~
18717 \end_inset
18718
18719 color and/or even
18720 \begin_inset space ~
18721 \end_inset
18722
18723 row
18724 \begin_inset space ~
18725 \end_inset
18726
18727 color are left empty,
18728  no color will be used so that the command
18729 \end_layout
18730
18731 \begin_layout Standard
18732
18733 \series bold
18734
18735 \backslash
18736 rowcolors{1}{}{}
18737 \end_layout
18738
18739 \begin_layout Standard
18740 deletes all colors.
18741  
18742 \series bold
18743
18744 \backslash
18745 rowcolors
18746 \series default
18747  affects all tables following that command.
18748 \end_layout
18749
18750 \begin_layout Standard
18751 \begin_inset ERT
18752 status open
18753
18754 \begin_layout Plain Layout
18755
18756
18757 \backslash
18758 rowcolors{1}{white}{lightgray}
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset Float table
18768 placement h
18769 alignment document
18770 wide false
18771 sideways false
18772 status open
18773
18774 \begin_layout Plain Layout
18775 \begin_inset Caption Standard
18776
18777 \begin_layout Plain Layout
18778 \begin_inset CommandInset label
18779 LatexCommand label
18780 name "tab:Table-rowcolors"
18781
18782 \end_inset
18783
18784 Table where every second row is colored light gray.
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Plain Layout
18793 \align center
18794 \begin_inset Tabular
18795 <lyxtabular version="3" rows="4" columns="3">
18796 <features tabularvalignment="middle">
18797 <column alignment="center" valignment="top">
18798 <column alignment="center" valignment="top" width="0pt">
18799 <column alignment="center" valignment="top" width="0pt">
18800 <row>
18801 <cell alignment="center" valignment="top" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 X
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 Y
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 <cell alignment="center" valignment="top" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823 Z
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 </row>
18829 <row>
18830 <cell alignment="center" valignment="top" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 1
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 2
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 3
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 <row>
18859 <cell alignment="center" valignment="top" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 4
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 5
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 6
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 <row>
18888 <cell alignment="center" valignment="top" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 7
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 8
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 9
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 </lyxtabular>
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 \begin_inset ERT
18930 status open
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 rowcolors[
18937 \backslash
18938 hline]{1}{lightgray}{cyan}
18939 \end_layout
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Standard
18947 \begin_inset Float table
18948 placement h
18949 alignment document
18950 wide false
18951 sideways false
18952 status open
18953
18954 \begin_layout Plain Layout
18955 \begin_inset Caption Standard
18956
18957 \begin_layout Plain Layout
18958 \begin_inset CommandInset label
18959 LatexCommand label
18960 name "tab:Table-rowcolors-2"
18961
18962 \end_inset
18963
18964 Table where every second row is colored cyan and at which there is a line between each row.
18965 \end_layout
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \begin_layout Plain Layout
18973 \align center
18974 \begin_inset Tabular
18975 <lyxtabular version="3" rows="4" columns="3">
18976 <features tabularvalignment="middle">
18977 <column alignment="center" valignment="top">
18978 <column alignment="center" valignment="top">
18979 <column alignment="center" valignment="top" width="0pt">
18980 <row>
18981 <cell alignment="center" valignment="top" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 X
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 Y
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003 Z
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 1
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 2
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 3
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 </row>
19038 <row>
19039 <cell alignment="center" valignment="top" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 4
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 5
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 6
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 7
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 8
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090 9
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 </lyxtabular>
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 \begin_inset ERT
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116 rowcolors{1}{}{}
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \begin_inset Note Note
19123 status collapsed
19124
19125 \begin_layout Plain Layout
19126 turns off the row coloring
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135 \begin_inset ERT
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139
19140
19141 \backslash
19142 else
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \begin_inset Note Note
19149 status open
19150
19151 \begin_layout Plain Layout
19152 The following will be displayed when the \SpecialChar LaTeX
19153 -package 
19154 \series bold
19155 colortbl
19156 \series default
19157  is not installed:
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Standard
19166 You need to install the package 
19167 \series bold
19168 colortbl
19169 \series default
19170  to see the content of this section in the output.
19171 \end_layout
19172
19173 \begin_layout Standard
19174 \begin_inset ERT
19175 status collapsed
19176
19177 \begin_layout Plain Layout
19178
19179
19180 \backslash
19181 fi
19182 \end_layout
19183
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \begin_layout Subsection
19190 Colored Lines
19191 \begin_inset Index idx
19192 range none
19193 pageformat default
19194 status collapsed
19195
19196 \begin_layout Plain Layout
19197 Table Color
19198 \begin_inset IndexMacro subentry
19199 status open
19200
19201 \begin_layout Plain Layout
19202 for Lines
19203 \end_layout
19204
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \end_inset
19211
19212
19213 \begin_inset Index idx
19214 range none
19215 pageformat default
19216 status collapsed
19217
19218 \begin_layout Plain Layout
19219 Color
19220 \begin_inset IndexMacro subentry
19221 status open
19222
19223 \begin_layout Plain Layout
19224 for Table Lines
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \begin_layout Standard
19238 As described in section
19239 \begin_inset space ~
19240 \end_inset
19241
19242
19243 \begin_inset CommandInset ref
19244 LatexCommand ref
19245 reference "subsec:Line-Thickness"
19246 nolink "false"
19247
19248 \end_inset
19249
19250 ,
19251  the line thickness for all lines in a table can be adjusted with the length 
19252 \series bold
19253
19254 \backslash
19255 arrayrulewidth
19256 \series default
19257 .
19258  It is set to 1.5
19259 \begin_inset space \thinspace{}
19260 \end_inset
19261
19262 pt for all tables of this section.
19263 \begin_inset ERT
19264 status collapsed
19265
19266 \begin_layout Plain Layout
19267
19268
19269 \backslash
19270 setlength{
19271 \backslash
19272 arrayrulewidth}{1.5pt}
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Standard
19281 To color vertical lines for example with green,
19282  create the following column format in the document preamble,
19283  according to the description in section
19284 \begin_inset space ~
19285 \end_inset
19286
19287
19288 \begin_inset CommandInset ref
19289 LatexCommand ref
19290 reference "subsec:Customized-Format"
19291 nolink "false"
19292
19293 \end_inset
19294
19295 :
19296 \end_layout
19297
19298 \begin_layout Standard
19299
19300 \series bold
19301
19302 \backslash
19303 newcolumntype{W}{!{
19304 \backslash
19305 color{green}
19306 \backslash
19307 vline}}
19308 \end_layout
19309
19310 \begin_layout Standard
19311 For Table
19312 \begin_inset space ~
19313 \end_inset
19314
19315
19316 \begin_inset CommandInset ref
19317 LatexCommand ref
19318 reference "tab:Table-with-vertical-colored"
19319 nolink "false"
19320
19321 \end_inset
19322
19323  the \SpecialChar LaTeX
19324 -argument
19325 \series bold
19326  WcW
19327 \series default
19328  was used for the last column and
19329 \series bold
19330  Wc
19331 \series default
19332  for the other columns.
19333 \end_layout
19334
19335 \begin_layout Standard
19336 If you want to have several colors,
19337  define more column formats.
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \begin_inset Float table
19342 placement h
19343 alignment document
19344 wide false
19345 sideways false
19346 status open
19347
19348 \begin_layout Plain Layout
19349 \begin_inset Caption Standard
19350
19351 \begin_layout Plain Layout
19352 \begin_inset CommandInset label
19353 LatexCommand label
19354 name "tab:Table-with-vertical-colored"
19355
19356 \end_inset
19357
19358 Table with colored vertical lines
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Plain Layout
19367 \align center
19368 \begin_inset Tabular
19369 <lyxtabular version="3" rows="3" columns="3">
19370 <features tabularvalignment="middle">
19371 <column alignment="center" valignment="top" special="Wc">
19372 <column alignment="center" valignment="top" special="Wc">
19373 <column alignment="center" valignment="top" special="WcW">
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 sd
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 sd
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 sd
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 </lyxtabular>
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \begin_layout Standard
19474 \begin_inset VSpace bigskip
19475 \end_inset
19476
19477 To color all horizontal lines for example with red,
19478  as in Table
19479 \begin_inset space ~
19480 \end_inset
19481
19482
19483 \begin_inset CommandInset ref
19484 LatexCommand ref
19485 reference "tab:Table-with-horizontal-colored"
19486 nolink "false"
19487
19488 \end_inset
19489
19490 ,
19491  insert these commands in \SpecialChar TeX
19492  code before the table or table float:
19493 \end_layout
19494
19495 \begin_layout Standard
19496
19497 \series bold
19498
19499 \backslash
19500 let
19501 \backslash
19502 myHlineC
19503 \backslash
19504 hline
19505 \begin_inset Newline newline
19506 \end_inset
19507
19508
19509 \backslash
19510 renewcommand{
19511 \backslash
19512 hline}
19513 \begin_inset Newline newline
19514 \end_inset
19515
19516
19517 \begin_inset Phantom HPhantom
19518 status open
19519
19520 \begin_layout Plain Layout
19521
19522 \series bold
19523 \begin_inset space ~
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530
19531 {
19532 \backslash
19533 arrayrulecolor{red}
19534 \backslash
19535 myHlineC
19536 \backslash
19537 arrayrulecolor{black}}
19538 \end_layout
19539
19540 \begin_layout Standard
19541 \begin_inset ERT
19542 status collapsed
19543
19544 \begin_layout Plain Layout
19545
19546
19547 \backslash
19548 let
19549 \backslash
19550 myHlineC
19551 \backslash
19552 hline
19553 \end_layout
19554
19555 \begin_layout Plain Layout
19556
19557
19558 \backslash
19559 renewcommand{
19560 \backslash
19561 hline}
19562 \end_layout
19563
19564 \begin_layout Plain Layout
19565
19566  {
19567 \backslash
19568 arrayrulecolor{red}
19569 \backslash
19570 myHlineC
19571 \backslash
19572 arrayrulecolor{black}}
19573 \end_layout
19574
19575 \end_inset
19576
19577
19578 \begin_inset Float table
19579 placement h
19580 alignment document
19581 wide false
19582 sideways false
19583 status open
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Caption Standard
19587
19588 \begin_layout Plain Layout
19589 \begin_inset CommandInset label
19590 LatexCommand label
19591 name "tab:Table-with-horizontal-colored"
19592
19593 \end_inset
19594
19595 Table with colored horizontal lines
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \begin_layout Plain Layout
19604 \align center
19605 \begin_inset Tabular
19606 <lyxtabular version="3" rows="3" columns="3">
19607 <features tabularvalignment="middle">
19608 <column alignment="center" valignment="top">
19609 <column alignment="center" valignment="top">
19610 <column alignment="center" valignment="top">
19611 <row>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 sd
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 sd
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 </row>
19669 <row>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 sd
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 </lyxtabular>
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \begin_layout Standard
19711 To return to the default line color black,
19712  insert this command in \SpecialChar TeX
19713  code after the table or table float:
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719
19720 \backslash
19721 renewcommand{
19722 \backslash
19723 hline}{
19724 \backslash
19725 myHlineC}
19726 \end_layout
19727
19728 \begin_layout Standard
19729 Table
19730 \begin_inset space ~
19731 \end_inset
19732
19733
19734 \begin_inset CommandInset ref
19735 LatexCommand ref
19736 reference "tab:Table-with-colored"
19737 nolink "false"
19738
19739 \end_inset
19740
19741  is an example with colored vertical and horizontal lines.
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset Float table
19746 placement h
19747 alignment document
19748 wide false
19749 sideways false
19750 status open
19751
19752 \begin_layout Plain Layout
19753 \begin_inset Caption Standard
19754
19755 \begin_layout Plain Layout
19756 \begin_inset CommandInset label
19757 LatexCommand label
19758 name "tab:Table-with-colored"
19759
19760 \end_inset
19761
19762 Table with colored lines
19763 \end_layout
19764
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Plain Layout
19771 \align center
19772 \begin_inset Tabular
19773 <lyxtabular version="3" rows="3" columns="3">
19774 <features tabularvalignment="middle">
19775 <column alignment="center" valignment="top" special="Wc">
19776 <column alignment="center" valignment="top" special="Wc">
19777 <column alignment="center" valignment="top" special="WcW">
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783 sd
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 sd
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row topspace="default">
19837 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 sd
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 </lyxtabular>
19866
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \begin_layout Standard
19878 \begin_inset ERT
19879 status collapsed
19880
19881 \begin_layout Plain Layout
19882
19883
19884 \backslash
19885 renewcommand{
19886 \backslash
19887 hline}{
19888 \backslash
19889 myHlineC}
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \begin_layout Standard
19898 \begin_inset ERT
19899 status collapsed
19900
19901 \begin_layout Plain Layout
19902
19903
19904 \backslash
19905 setlength{
19906 \backslash
19907 arrayrulewidth}{1.2pt}
19908 \end_layout
19909
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \begin_layout Standard
19916 To color only some of the table lines another strategy is necessary.
19917  To color all following horizontal lines,
19918  insert this command as \SpecialChar TeX
19919  code as last thing in the row that should be above the first colored line:
19920 \end_layout
19921
19922 \begin_layout Standard
19923
19924 \series bold
19925
19926 \backslash
19927
19928 \backslash
19929
19930 \backslash
19931 arrayrulecolor{blue}%
19932 \end_layout
19933
19934 \begin_layout Standard
19935 To go back to black lines,
19936  add this command as first thing in the row that is above the black lines:
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 arrayrulecolor{black}
19945 \end_layout
19946
19947 \begin_layout Standard
19948 With this one can color table lines like in Table
19949 \begin_inset space ~
19950 \end_inset
19951
19952
19953 \begin_inset CommandInset ref
19954 LatexCommand ref
19955 reference "tab:Table-with-different-hor"
19956 nolink "false"
19957
19958 \end_inset
19959
19960 .
19961  However,
19962  with this method it is not possible to color the line above the first row of a table.
19963 \end_layout
19964
19965 \begin_layout Standard
19966 \begin_inset Float table
19967 placement document
19968 alignment document
19969 wide false
19970 sideways false
19971 status open
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Caption Standard
19975
19976 \begin_layout Plain Layout
19977 \begin_inset CommandInset label
19978 LatexCommand label
19979 name "tab:Table-with-different-hor"
19980
19981 \end_inset
19982
19983 Table with different horizontal line colors.
19984 \end_layout
19985
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \begin_layout Plain Layout
19992 \align center
19993 \begin_inset Tabular
19994 <lyxtabular version="3" rows="6" columns="7">
19995 <features tabularvalignment="middle">
19996 <column alignment="center" valignment="top">
19997 <column alignment="center" valignment="top">
19998 <column alignment="center" valignment="top">
19999 <column alignment="center" valignment="top">
20000 <column alignment="center" valignment="top">
20001 <column alignment="center" valignment="top">
20002 <column alignment="center" valignment="top">
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 \begin_inset ERT
20063 status open
20064
20065 \begin_layout Plain Layout
20066
20067
20068 \backslash
20069
20070 \backslash
20071
20072 \backslash
20073 arrayrulecolor{blue}%
20074 \end_layout
20075
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 Y
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 <cell alignment="center" valignment="top" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143 Y
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154 \begin_inset ERT
20155 status open
20156
20157 \begin_layout Plain Layout
20158
20159
20160 \backslash
20161 arrayrulecolor{black}
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset ERT
20286 status collapsed
20287
20288 \begin_layout Plain Layout
20289
20290
20291 \backslash
20292
20293 \backslash
20294
20295 \backslash
20296 arrayrulecolor{green}%
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row>
20373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 \begin_inset ERT
20378 status collapsed
20379
20380 \begin_layout Plain Layout
20381
20382
20383 \backslash
20384 arrayrulecolor{black}
20385 \end_layout
20386
20387 \end_inset
20388
20389 B
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset ERT
20444 status collapsed
20445
20446 \begin_layout Plain Layout
20447
20448
20449 \backslash
20450
20451 \backslash
20452
20453 \backslash
20454 arrayrulecolor{blue}%
20455 \end_layout
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 </lyxtabular>
20466
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 To change the color of vertical lines within a row,
20479  like in Table
20480 \begin_inset space ~
20481 \end_inset
20482
20483
20484 \begin_inset CommandInset ref
20485 LatexCommand ref
20486 reference "tab:Table-with-different-ver"
20487 nolink "false"
20488
20489 \end_inset
20490
20491 ,
20492  one needs to use multicolumns.
20493  At first one needs to remove all vertical lines that don't run along the whole column.
20494  Now one colors all lines using the command
20495 \end_layout
20496
20497 \begin_layout Standard
20498
20499 \series bold
20500
20501 \backslash
20502
20503 \backslash
20504
20505 \backslash
20506 arrayrulecolor{blue}%
20507 \end_layout
20508
20509 \begin_layout Standard
20510 as above.
20511  Finally one inserts this command as \SpecialChar TeX
20512  code to every cell in the row where one needs a vertical line in a different color:
20513 \end_layout
20514
20515 \begin_layout Standard
20516
20517 \series bold
20518
20519 \backslash
20520 multicolumn{1}{!{
20521 \backslash
20522 color{green}
20523 \backslash
20524 vline}c!{
20525 \backslash
20526 color{red}
20527 \backslash
20528 vline}}{
20529 \end_layout
20530
20531 \begin_layout Standard
20532 This adds a vertical line to both sides of the cell.
20533  The left one will be green,
20534  the right one red.
20535  If no color change is necessary one can omit the 
20536 \series bold
20537
20538 \backslash
20539 color
20540 \series default
20541  command in the above command.
20542  To get for example a black left line and a blue right line you can write:
20543 \end_layout
20544
20545 \begin_layout Standard
20546
20547 \series bold
20548
20549 \backslash
20550 multicolumn{1}{!{
20551 \backslash
20552 color{black}
20553 \backslash
20554 vline}c|}{
20555 \end_layout
20556
20557 \begin_layout Standard
20558 because the color blue was already set for all lines.
20559  The 
20560 \series bold
20561 |
20562 \series default
20563  creates hereby the vertical line while 
20564 \series bold
20565
20566 \backslash
20567 vline
20568 \series default
20569  does this when 
20570 \series bold
20571
20572 \backslash
20573 color
20574 \series default
20575  is used.
20576  To set vertical lines without changing any color use
20577 \end_layout
20578
20579 \begin_layout Standard
20580
20581 \series bold
20582
20583 \backslash
20584 multicolumn{1}{|c|}{
20585 \end_layout
20586
20587 \begin_layout Standard
20588 After this command insert the cell content the normal way and end the cell with a closing brace 
20589 \series bold
20590 }
20591 \series default
20592  in \SpecialChar TeX
20593  code.
20594 \end_layout
20595
20596 \begin_layout Standard
20597 \begin_inset Float table
20598 placement document
20599 alignment document
20600 wide false
20601 sideways false
20602 status open
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Caption Standard
20606
20607 \begin_layout Plain Layout
20608 \begin_inset CommandInset label
20609 LatexCommand label
20610 name "tab:Table-with-different-ver"
20611
20612 \end_inset
20613
20614 Table with different vertical line colors in one row.
20615 \end_layout
20616
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \begin_layout Plain Layout
20623 \align center
20624 \begin_inset Tabular
20625 <lyxtabular version="3" rows="5" columns="7">
20626 <features tabularvalignment="middle">
20627 <column alignment="center" valignment="top">
20628 <column alignment="center" valignment="top">
20629 <column alignment="center" valignment="top">
20630 <column alignment="center" valignment="top">
20631 <column alignment="center" valignment="top">
20632 <column alignment="center" valignment="top">
20633 <column alignment="center" valignment="top">
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 \begin_inset ERT
20694 status open
20695
20696 \begin_layout Plain Layout
20697
20698
20699 \backslash
20700
20701 \backslash
20702
20703 \backslash
20704 arrayrulecolor{red}%
20705 \end_layout
20706
20707 \end_inset
20708
20709
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset ERT
20721 status open
20722
20723 \begin_layout Plain Layout
20724
20725
20726 \backslash
20727 multicolumn{1}{!{
20728 \backslash
20729 color{black}
20730 \backslash
20731 vline}c|}{
20732 \end_layout
20733
20734 \end_inset
20735
20736 Y
20737 \begin_inset ERT
20738 status collapsed
20739
20740 \begin_layout Plain Layout
20741
20742 }
20743 \end_layout
20744
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 \begin_inset ERT
20793 status open
20794
20795 \begin_layout Plain Layout
20796
20797
20798 \backslash
20799 multicolumn{1}{c|}{
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \begin_inset ERT
20806 status collapsed
20807
20808 \begin_layout Plain Layout
20809
20810 }
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 \begin_inset ERT
20825 status open
20826
20827 \begin_layout Plain Layout
20828
20829
20830 \backslash
20831 multicolumn{1}{c!{
20832 \backslash
20833 color{black}
20834 \backslash
20835 vline}}{
20836 \end_layout
20837
20838 \end_inset
20839
20840 Y
20841 \begin_inset ERT
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845
20846 }
20847 \end_layout
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset ERT
20863 status collapsed
20864
20865 \begin_layout Plain Layout
20866
20867
20868 \backslash
20869 arrayrulecolor{black}
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 <cell alignment="center" valignment="top" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928 \begin_inset ERT
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932
20933
20934 \backslash
20935
20936 \backslash
20937
20938 \backslash
20939 arrayrulecolor{magenta}%
20940 \end_layout
20941
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 </row>
20950 <row>
20951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset ERT
20956 status collapsed
20957
20958 \begin_layout Plain Layout
20959
20960
20961 \backslash
20962 multicolumn{1}{|c!{
20963 \backslash
20964 color{red}
20965 \backslash
20966 vline}}{
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \begin_inset ERT
20973 status collapsed
20974
20975 \begin_layout Plain Layout
20976
20977 }
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 \begin_inset ERT
20992 status collapsed
20993
20994 \begin_layout Plain Layout
20995
20996
20997 \backslash
20998 multicolumn{1}{c!{
20999 \backslash
21000 color{green}
21001 \backslash
21002 vline}}{
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \begin_inset ERT
21009 status collapsed
21010
21011 \begin_layout Plain Layout
21012
21013 }
21014 \end_layout
21015
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset ERT
21028 status collapsed
21029
21030 \begin_layout Plain Layout
21031
21032
21033 \backslash
21034 multicolumn{1}{c!{
21035 \backslash
21036 color{yellow}
21037 \backslash
21038 vline}}{
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \begin_inset ERT
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048
21049 }
21050 \end_layout
21051
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset ERT
21064 status collapsed
21065
21066 \begin_layout Plain Layout
21067
21068
21069 \backslash
21070 multicolumn{1}{c!{
21071 \backslash
21072 color{blue}
21073 \backslash
21074 vline}}{
21075 \end_layout
21076
21077 \end_inset
21078
21079
21080 \begin_inset ERT
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084
21085 }
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset ERT
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103
21104
21105 \backslash
21106 multicolumn{1}{c!{
21107 \backslash
21108 color{cyan}
21109 \backslash
21110 vline}}{
21111 \end_layout
21112
21113 \end_inset
21114
21115
21116 \begin_inset ERT
21117 status collapsed
21118
21119 \begin_layout Plain Layout
21120
21121 }
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset ERT
21136 status collapsed
21137
21138 \begin_layout Plain Layout
21139
21140
21141 \backslash
21142 multicolumn{1}{c!{
21143 \backslash
21144 color{black}
21145 \backslash
21146 vline}}{
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \begin_inset ERT
21153 status collapsed
21154
21155 \begin_layout Plain Layout
21156
21157 }
21158 \end_layout
21159
21160 \end_inset
21161
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 multicolumn{1}{c|}{
21179 \end_layout
21180
21181 \end_inset
21182
21183
21184 \begin_inset ERT
21185 status collapsed
21186
21187 \begin_layout Plain Layout
21188
21189 }
21190 \end_layout
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 <row>
21201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 \begin_inset ERT
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209
21210
21211 \backslash
21212 arrayrulecolor{black}
21213 \end_layout
21214
21215 \end_inset
21216
21217 B
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 </lyxtabular>
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \begin_layout Standard
21290 \begin_inset ERT
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294
21295
21296 \backslash
21297 setlength{
21298 \backslash
21299 arrayrulewidth}{0.4pt}
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Section
21308 Rotated Table Cells
21309 \begin_inset CommandInset label
21310 LatexCommand label
21311 name "sec:Rotated-Table-Cells"
21312
21313 \end_inset
21314
21315
21316 \begin_inset Index idx
21317 range none
21318 pageformat default
21319 status collapsed
21320
21321 \begin_layout Plain Layout
21322 Table
21323 \begin_inset IndexMacro subentry
21324 status open
21325
21326 \begin_layout Plain Layout
21327 Rotated Cells
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \begin_inset Index idx
21339 range none
21340 pageformat default
21341 status collapsed
21342
21343 \begin_layout Plain Layout
21344 Rotated Material
21345 \end_layout
21346
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \begin_layout Standard
21353 \begin_inset Note Greyedout
21354 status open
21355
21356 \begin_layout Plain Layout
21357
21358 \series bold
21359 Note:
21360
21361 \series default
21362  Not all DVI-viewers are able to display rotations.
21363 \end_layout
21364
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \begin_layout Standard
21371 Table
21372 \begin_inset space ~
21373 \end_inset
21374
21375
21376 \begin_inset CommandInset ref
21377 LatexCommand ref
21378 reference "tab:Table-with-rotated"
21379 plural "false"
21380 caps "false"
21381 noprefix "false"
21382 nolink "false"
21383
21384 \end_inset
21385
21386  is an example where 3
21387 \begin_inset space ~
21388 \end_inset
21389
21390 cells were rotated by 45
21391 \begin_inset space \thinspace{}
21392 \end_inset
21393
21394 °.
21395 \end_layout
21396
21397 \begin_layout Standard
21398 \begin_inset Float table
21399 placement h
21400 alignment document
21401 wide false
21402 sideways false
21403 status open
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Caption Standard
21407
21408 \begin_layout Plain Layout
21409 \begin_inset CommandInset label
21410 LatexCommand label
21411 name "tab:Table-with-rotated"
21412
21413 \end_inset
21414
21415 Table with rotated cells in the first row.
21416 \end_layout
21417
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \begin_layout Plain Layout
21424 \noindent
21425 \align center
21426 \begin_inset Tabular
21427 <lyxtabular version="3" rows="2" columns="3">
21428 <features tabularvalignment="middle">
21429 <column alignment="center" valignment="top" width="0pt">
21430 <column alignment="center" valignment="top" width="0pt">
21431 <column alignment="center" valignment="top" width="0pt">
21432 <row>
21433 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437 cups
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446 plates
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 saucers
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 </row>
21461 <row>
21462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 45
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 33
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 21
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 </lyxtabular>
21491
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 \begin_inset Note Greyedout
21504 status open
21505
21506 \begin_layout Plain Layout
21507
21508 \series bold
21509 Note:
21510
21511 \series default
21512  Line breaks (shortcut 
21513 \begin_inset Info
21514 type  "shortcut"
21515 arg   "newline-insert newline"
21516 \end_inset
21517
21518 ) are not allowed in rotated cells.
21519 \end_layout
21520
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \begin_layout Standard
21527 If you want to rotate table cells containing line breaks,
21528  you have to put the cell content into a minipage or a parbox.
21529 \begin_inset Foot
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533 For more about these boxes see sec.
21534 \begin_inset space \thinspace{}
21535 \end_inset
21536
21537
21538 \begin_inset CommandInset ref
21539 LatexCommand ref
21540 reference "sec:Minipages"
21541 nolink "false"
21542
21543 \end_inset
21544
21545  and 
21546 \begin_inset CommandInset ref
21547 LatexCommand ref
21548 reference "sec:Parboxes"
21549 nolink "false"
21550
21551 \end_inset
21552
21553 .
21554 \end_layout
21555
21556 \end_inset
21557
21558  If you rotate this cell by 90
21559 \begin_inset space \thinspace{}
21560 \end_inset
21561
21562 ° the width of the box is the height of the cell.
21563  To avoid to estimate a suitable box width one can use a minipage with a variable width.
21564  Such a box is inserted by loading the module 
21565 \family sans
21566 Variable-width
21567 \begin_inset space ~
21568 \end_inset
21569
21570 Minipages
21571 \family default
21572  in the document settings.
21573  Then one can use the menu 
21574 \family sans
21575 Insert\SpecialChar menuseparator
21576 Custom
21577 \begin_inset space ~
21578 \end_inset
21579
21580 Insets\SpecialChar menuseparator
21581 Minipage
21582 \begin_inset space ~
21583 \end_inset
21584
21585
21586 \family default
21587 (Var.
21588 \begin_inset space ~
21589 \end_inset
21590
21591 Width).
21592  Table
21593 \begin_inset space ~
21594 \end_inset
21595
21596
21597 \begin_inset CommandInset ref
21598 LatexCommand ref
21599 reference "tab:Table-with-rotated-multi"
21600 nolink "false"
21601
21602 \end_inset
21603
21604  is an example for a rotated multiline cell where a variable width minipage is used.
21605 \end_layout
21606
21607 \begin_layout Standard
21608 \begin_inset Float table
21609 placement document
21610 alignment document
21611 wide false
21612 sideways false
21613 status open
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Caption Standard
21617
21618 \begin_layout Plain Layout
21619 \begin_inset CommandInset label
21620 LatexCommand label
21621 name "tab:Table-with-rotated-multi"
21622
21623 \end_inset
21624
21625 Table with rotated multiline cell.
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Plain Layout
21634 \noindent
21635 \align center
21636 \begin_inset Tabular
21637 <lyxtabular version="3" rows="2" columns="3">
21638 <features tabularvalignment="middle">
21639 <column alignment="center" valignment="top">
21640 <column alignment="center" valignment="top" width="0pt">
21641 <column alignment="center" valignment="top">
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 a
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Flex Minipage (Var. Width)
21657 status open
21658
21659 \begin_layout Plain Layout
21660 rotated cell
21661 \begin_inset Newline newline
21662 \end_inset
21663
21664 with line break
21665 \begin_inset space ~
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 e
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 b
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 c
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 d
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 </lyxtabular>
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Section
21730 Table Width Calculation
21731 \begin_inset CommandInset label
21732 LatexCommand label
21733 name "sec:Table-Width-Calculation"
21734
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \begin_layout Standard
21741 For wide tables it is sometimes difficult to assure that the table does not protrude over the page margin.
21742  Setting a fixed width for every column of the table is the solution,
21743  but what amount of space is needed for each column?
21744 \end_layout
21745
21746 \begin_layout Standard
21747 The table width 
21748 \begin_inset Formula $W_{\mathrm{table}}$
21749 \end_inset
21750
21751  can be calculated:
21752  Every column has the width of the specified column width 
21753 \begin_inset Formula $W_{\mathrm{column}}$
21754 \end_inset
21755
21756  (that the content of the column can consume) plus two times the separation between the column content and the column border (\SpecialChar LaTeX
21757  length
21758 \series bold
21759  
21760 \backslash
21761 tabcolsep
21762 \series default
21763 ,
21764  default 6
21765 \begin_inset space \thinspace{}
21766 \end_inset
21767
21768 pt) plus the width of a border line (\SpecialChar LaTeX
21769  length 
21770 \series bold
21771
21772 \backslash
21773 arrayrulewidth
21774 \series default
21775 ,
21776  default 0.4
21777 \begin_inset space \thinspace{}
21778 \end_inset
21779
21780 pt):
21781  So if all 
21782 \begin_inset Formula $n$
21783 \end_inset
21784
21785
21786 \begin_inset space ~
21787 \end_inset
21788
21789 columns have the same width,
21790  the table width is
21791 \begin_inset Formula 
21792 \begin{equation}
21793 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21794 \end{equation}
21795
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \begin_layout Standard
21802 The available width for a table is the space between the page margins or the width of a text column (for a two-column document) (\SpecialChar LaTeX
21803  length 
21804 \series bold
21805
21806 \backslash
21807 columnwidth
21808 \series default
21809 ).
21810  If all table columns should have the same width and 
21811 \begin_inset Formula $W_{\mathrm{table}}$
21812 \end_inset
21813
21814  should be 1
21815 \begin_inset space \thinspace{}
21816 \end_inset
21817
21818
21819 \backslash
21820 columnwidth,
21821  
21822 \begin_inset Formula $W_{\mathrm{column}}$
21823 \end_inset
21824
21825  can easily be calculated.
21826 \end_layout
21827
21828 \begin_layout Standard
21829 To be able to perform calculations you need to load the \SpecialChar LaTeX
21830 -package 
21831 \series bold
21832 calc
21833 \series default
21834
21835 \begin_inset Index idx
21836 range none
21837 pageformat default
21838 status collapsed
21839
21840 \begin_layout Plain Layout
21841 \SpecialChar LaTeX
21842  packages
21843 \begin_inset IndexMacro subentry
21844 status open
21845
21846 \begin_layout Plain Layout
21847 calc
21848 \end_layout
21849
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856
21857  in the document preamble.
21858  To set the width in the table dialog you have to use the field 
21859 \family sans
21860 \SpecialChar LaTeX
21861  argument
21862 \family default
21863 .
21864  The command scheme for this field is the same that is explained in section
21865 \begin_inset space ~
21866 \end_inset
21867
21868
21869 \begin_inset CommandInset ref
21870 LatexCommand ref
21871 reference "subsec:Multicolumn-Calculations"
21872 nolink "false"
21873
21874 \end_inset
21875
21876 .
21877  For a table with 5
21878 \begin_inset space \thinspace{}
21879 \end_inset
21880
21881 columns with an uniform width and centered text,
21882  enter there for each column the command
21883 \end_layout
21884
21885 \begin_layout Standard
21886
21887 \series bold
21888 >{
21889 \backslash
21890 centering}p{(1
21891 \backslash
21892 columnwidth-62.4pt)/5}
21893 \end_layout
21894
21895 \begin_layout Standard
21896 For a table with 5
21897 \begin_inset space \thinspace{}
21898 \end_inset
21899
21900 columns where 2 should have 0.75
21901 \begin_inset space ~
21902 \end_inset
21903
21904 times the width than the 3 others,
21905  the calculation is
21906 \begin_inset Formula 
21907 \begin{align}
21908 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21909  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21910  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21911 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21912 \end{align}
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Standard
21920 In the table therefore the command
21921 \end_layout
21922
21923 \begin_layout Standard
21924
21925 \series bold
21926 >{
21927 \backslash
21928 centering}p{(1
21929 \backslash
21930 columnwidth-62.4pt)/
21931 \backslash
21932 real{4.5}}
21933 \end_layout
21934
21935 \begin_layout Standard
21936 is used for the wider columns and
21937 \end_layout
21938
21939 \begin_layout Standard
21940
21941 \series bold
21942 >{
21943 \backslash
21944 centering}p{(1
21945 \backslash
21946 columnwidth-62.4pt)/
21947 \backslash
21948 real{4.5}*
21949 \backslash
21950 real{0.75}}
21951 \end_layout
21952
21953 \begin_layout Standard
21954 for the smaller ones:
21955 \end_layout
21956
21957 \begin_layout Standard
21958 \begin_inset Tabular
21959 <lyxtabular version="3" rows="2" columns="5">
21960 <features tabularvalignment="middle">
21961 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21962 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21963 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21964 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21965 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21966 <row>
21967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 1
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980 2
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 3
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 4
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 5
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 </row>
22013 <row>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 111111 1111111 111111 111111111 11111 11111 1111
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 2222 22222 222222 222222222 2222222 22 22222
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 333333 333333 333333 33333 3333333 333
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 </lyxtabular>
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Section
22068 Table Customization
22069 \begin_inset Index idx
22070 range none
22071 pageformat default
22072 status collapsed
22073
22074 \begin_layout Plain Layout
22075 Table Customization
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \begin_inset Index idx
22082 range none
22083 pageformat default
22084 status collapsed
22085
22086 \begin_layout Plain Layout
22087 Table
22088 \begin_inset IndexMacro subentry
22089 status open
22090
22091 \begin_layout Plain Layout
22092 Customization
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \begin_layout Subsection
22106 Row Spacing
22107 \begin_inset CommandInset label
22108 LatexCommand label
22109 name "subsec:Row-Spacing"
22110
22111 \end_inset
22112
22113
22114 \begin_inset Index idx
22115 range none
22116 pageformat default
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 Table Customization
22121 \begin_inset IndexMacro subentry
22122 status open
22123
22124 \begin_layout Plain Layout
22125 Row Spacing
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \begin_layout Standard
22139 You can add vertical space to table rows in the 
22140 \family sans
22141 Borders
22142 \family default
22143  tab of the table dialog.
22144  You find there three possibilities:
22145 \end_layout
22146
22147 \begin_layout Description
22148 Top
22149 \begin_inset space ~
22150 \end_inset
22151
22152 of
22153 \begin_inset space ~
22154 \end_inset
22155
22156 row will add space above the characters of the table row.
22157  If the table is a formal table
22158 \begin_inset Foot
22159 status collapsed
22160
22161 \begin_layout Plain Layout
22162 Formal tables are explained in section
22163 \begin_inset space ~
22164 \end_inset
22165
22166
22167 \begin_inset CommandInset ref
22168 LatexCommand ref
22169 reference "sec:Formal-Tables"
22170 nolink "false"
22171
22172 \end_inset
22173
22174 .
22175 \end_layout
22176
22177 \end_inset
22178
22179  \SpecialChar LyX
22180  will insert as default 0.5
22181 \begin_inset space \thinspace{}
22182 \end_inset
22183
22184 em space.
22185  For normal tables the inserted space will unfortunately destroy the vertical table lines as in the following table:
22186 \begin_inset VSpace medskip
22187 \end_inset
22188
22189
22190 \begin_inset Newline newline
22191 \end_inset
22192
22193
22194 \begin_inset space \hspace*{}
22195 \length 0pt
22196 \end_inset
22197
22198
22199 \begin_inset space \hfill{}
22200 \end_inset
22201
22202
22203 \begin_inset Tabular
22204 <lyxtabular version="3" rows="3" columns="1">
22205 <features tabularvalignment="middle">
22206 <column alignment="center" valignment="top">
22207 <row>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 A
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row topspace="3mm">
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 3
22224 \begin_inset space \thinspace{}
22225 \end_inset
22226
22227 mm space top of row
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238 C
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 </lyxtabular>
22245
22246 \end_inset
22247
22248
22249 \begin_inset space \hfill{}
22250 \end_inset
22251
22252
22253 \begin_inset space \hspace*{}
22254 \length 0pt
22255 \end_inset
22256
22257
22258 \begin_inset VSpace medskip
22259 \end_inset
22260
22261
22262 \begin_inset Newline newline
22263 \end_inset
22264
22265 So inserting space in the top of row for normal tables is only useful when you don't have vertical lines.
22266 \end_layout
22267
22268 \begin_layout Description
22269 Bottom
22270 \begin_inset space ~
22271 \end_inset
22272
22273 of
22274 \begin_inset space ~
22275 \end_inset
22276
22277 row will add space below the characters of the table row.
22278  If the table is a formal table \SpecialChar LyX
22279  will insert as default 0.5
22280 \begin_inset space \thinspace{}
22281 \end_inset
22282
22283 em space,
22284  for normal tables the default size is 2
22285 \begin_inset space \thinspace{}
22286 \end_inset
22287
22288 pt.
22289 \end_layout
22290
22291 \begin_layout Description
22292 Between
22293 \begin_inset space ~
22294 \end_inset
22295
22296 rows adds space between the current and the following row.
22297  If the table is a formal table \SpecialChar LyX
22298  will insert as default 0.5
22299 \begin_inset space \thinspace{}
22300 \end_inset
22301
22302 em space.
22303  For normal tables the inserted space will unfortunately destroy the vertical table lines as in the following table:
22304 \begin_inset VSpace medskip
22305 \end_inset
22306
22307
22308 \begin_inset Newline newline
22309 \end_inset
22310
22311
22312 \begin_inset space \hspace*{}
22313 \length 0pt
22314 \end_inset
22315
22316
22317 \begin_inset space \hfill{}
22318 \end_inset
22319
22320
22321 \begin_inset Tabular
22322 <lyxtabular version="3" rows="3" columns="1">
22323 <features tabularvalignment="middle">
22324 <column alignment="center" valignment="top">
22325 <row>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 A
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row interlinespace="3mm">
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\downarrow$
22342 \end_inset
22343
22344  3
22345 \begin_inset space \thinspace{}
22346 \end_inset
22347
22348 mm space between row 
22349 \begin_inset Formula $\downarrow$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset Formula $\uparrow$
22364 \end_inset
22365
22366  3
22367 \begin_inset space \thinspace{}
22368 \end_inset
22369
22370 mm space between row 
22371 \begin_inset Formula $\uparrow$
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 </row>
22380 </lyxtabular>
22381
22382 \end_inset
22383
22384
22385 \begin_inset space \hfill{}
22386 \end_inset
22387
22388
22389 \begin_inset space \hspace*{}
22390 \length 0pt
22391 \end_inset
22392
22393
22394 \begin_inset VSpace medskip
22395 \end_inset
22396
22397
22398 \begin_inset Newline newline
22399 \end_inset
22400
22401 So inserting space between rows for normal tables is only useful when you don't have vertical lines.
22402 \end_layout
22403
22404 \begin_layout Standard
22405 \begin_inset VSpace bigskip
22406 \end_inset
22407
22408 When you want to add extra height to all cells of all tables,
22409  you can do this with the following preamble lines:
22410 \end_layout
22411
22412 \begin_layout Standard
22413
22414 \series bold
22415
22416 \backslash
22417 @ifundefined{extrarowheight}
22418 \begin_inset Newline newline
22419 \end_inset
22420
22421
22422 \begin_inset Phantom HPhantom
22423 status open
22424
22425 \begin_layout Plain Layout
22426
22427 \series bold
22428 \begin_inset space ~
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \end_inset
22435
22436 {
22437 \backslash
22438 usepackage{array}}{}
22439 \begin_inset Newline newline
22440 \end_inset
22441
22442
22443 \backslash
22444 setlength{
22445 \backslash
22446 extrarowheight}{height}
22447 \series default
22448
22449 \begin_inset Note Note
22450 status collapsed
22451
22452 \begin_layout Plain Layout
22453 The package 
22454 \series bold
22455 array
22456 \series default
22457  will be loaded automatically by \SpecialChar LyX
22458  when you use self defined table formats.
22459  To avoid that it is loaded twice the command 
22460 \series bold
22461
22462 \backslash
22463 @ifundefined
22464 \series default
22465  is used in the above command.
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \begin_layout Standard
22474 where the 
22475 \family sans
22476 height
22477 \family default
22478  can have one of the units listed in appendix
22479 \begin_inset space ~
22480 \end_inset
22481
22482
22483 \begin_inset CommandInset ref
22484 LatexCommand ref
22485 reference "cha:Units-available-in"
22486 nolink "false"
22487
22488 \end_inset
22489
22490 .
22491  But this has the disadvantage that the cell texts are no longer exactly vertically centered.
22492 \end_layout
22493
22494 \begin_layout Standard
22495 If you are using font sizes larger than the normal size,
22496  the table borders are often too close to the letters.
22497  This can be corrected by inserting the command 
22498 \series bold
22499
22500 \backslash
22501 strut
22502 \series default
22503  in \SpecialChar TeX
22504  Code at the beginning of a table row.
22505  Table
22506 \begin_inset space ~
22507 \end_inset
22508
22509
22510 \begin_inset CommandInset ref
22511 LatexCommand ref
22512 reference "tab:Vertical-alignment-of"
22513 nolink "false"
22514
22515 \end_inset
22516
22517  illustrates the effect.
22518 \end_layout
22519
22520 \begin_layout Standard
22521 \noindent
22522 \begin_inset Float table
22523 placement h
22524 alignment document
22525 wide false
22526 sideways false
22527 status open
22528
22529 \begin_layout Plain Layout
22530 \begin_inset Caption Standard
22531
22532 \begin_layout Plain Layout
22533 \begin_inset CommandInset label
22534 LatexCommand label
22535 name "tab:Vertical-alignment-of"
22536
22537 \end_inset
22538
22539 Vertical alignment of text with large font sizes.
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \begin_layout Plain Layout
22548 \begin_inset space \hfill{}
22549 \end_inset
22550
22551
22552 \begin_inset Float table
22553 placement document
22554 alignment document
22555 wide false
22556 sideways false
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Caption Standard
22561
22562 \begin_layout Plain Layout
22563 Normal table.
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \begin_layout Plain Layout
22572 \noindent
22573 \align center
22574 \begin_inset Tabular
22575 <lyxtabular version="3" rows="6" columns="1">
22576 <features tabularvalignment="middle">
22577 <column alignment="left" valignment="top">
22578 <row>
22579 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 Normal,
22584  g
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \size large
22597 Large
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 </row>
22603 <row>
22604 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608
22609 \size larger
22610 Larger
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 <row>
22617 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621
22622 \size largest
22623 Largest
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \size huge
22636 Huge
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 <row>
22643 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647
22648 \size huge
22649 Huger
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 </lyxtabular>
22656
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \begin_inset space \hfill{}
22666 \end_inset
22667
22668
22669 \begin_inset Float table
22670 placement document
22671 alignment document
22672 wide false
22673 sideways false
22674 status collapsed
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Caption Standard
22678
22679 \begin_layout Plain Layout
22680 Table using the command 
22681 \series bold
22682
22683 \backslash
22684 strut
22685 \series default
22686 .
22687 \end_layout
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Plain Layout
22695 \noindent
22696 \align center
22697 \begin_inset Tabular
22698 <lyxtabular version="3" rows="6" columns="1">
22699 <features tabularvalignment="middle">
22700 <column alignment="left" valignment="top">
22701 <row>
22702 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 Normal,
22707  g
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \size large
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 strut 
22728 \end_layout
22729
22730 \end_inset
22731
22732 Large
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \size larger
22745 \begin_inset ERT
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749
22750
22751 \backslash
22752 strut 
22753 \end_layout
22754
22755 \end_inset
22756
22757 Larger
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \size largest
22770 \begin_inset ERT
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774
22775
22776 \backslash
22777 strut 
22778 \end_layout
22779
22780 \end_inset
22781
22782 Largest
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \size huge
22795 \begin_inset ERT
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799
22800
22801 \backslash
22802 strut 
22803 \end_layout
22804
22805 \end_inset
22806
22807 Huge
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \size giant
22820 \begin_inset ERT
22821 status collapsed
22822
22823 \begin_layout Plain Layout
22824
22825
22826 \backslash
22827 strut 
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \size huge
22834 Huger
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 </lyxtabular>
22841
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848
22849
22850 \begin_inset space \hfill{}
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Subsection
22862 Special Cell Alignment
22863 \begin_inset CommandInset label
22864 LatexCommand label
22865 name "subsec:Special-Cell-Alignment"
22866
22867 \end_inset
22868
22869
22870 \begin_inset Index idx
22871 range none
22872 pageformat default
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876 Table Customization
22877 \begin_inset IndexMacro subentry
22878 status open
22879
22880 \begin_layout Plain Layout
22881 Special Cell Alignment
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Standard
22895 Sometimes it looks better when the cell entries of a column are aligned with a special character,
22896  e.
22897 \begin_inset space \thinspace{}
22898 \end_inset
22899
22900 g.
22901 \begin_inset space \space{}
22902 \end_inset
22903
22904 with the decimal separator as in Table
22905 \begin_inset space ~
22906 \end_inset
22907
22908
22909 \begin_inset CommandInset ref
22910 LatexCommand ref
22911 reference "tab:Table-cells-align"
22912 nolink "false"
22913
22914 \end_inset
22915
22916 .
22917  This alignment is achieved by setting the cursor into the column and then either pressing the toolbar button 
22918 \begin_inset Info
22919 type  "icon"
22920 arg   "tabular-feature align-decimal"
22921 \end_inset
22922
22923  or setting the alignment in the table settings to 
22924 \family sans
22925 At
22926 \begin_inset space ~
22927 \end_inset
22928
22929 Decimal
22930 \begin_inset space ~
22931 \end_inset
22932
22933 Separator
22934 \family default
22935 .
22936  The alignment character can be a character of your choice and is specified in the table settings.
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset Float table
22941 placement h
22942 alignment document
22943 wide false
22944 sideways false
22945 status open
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Caption Standard
22949
22950 \begin_layout Plain Layout
22951 \begin_inset CommandInset label
22952 LatexCommand label
22953 name "tab:Table-cells-align"
22954
22955 \end_inset
22956
22957 Table cells of a column aligned with the decimal separator.
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \begin_layout Plain Layout
22966 \align center
22967 \begin_inset Tabular
22968 <lyxtabular version="3" rows="4" columns="1">
22969 <features booktabs="true" tabularvalignment="middle">
22970 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22971 <row>
22972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 heading
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 12.6
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 <row>
22994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 0.68
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 -123.0
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 </lyxtabular>
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset Float table
23029 placement h
23030 alignment document
23031 wide false
23032 sideways false
23033 status open
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Caption Standard
23037
23038 \begin_layout Plain Layout
23039 \begin_inset CommandInset label
23040 LatexCommand label
23041 name "tab:Table-align-operator"
23042
23043 \end_inset
23044
23045 Table cells of a column aligned with the operators.
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Plain Layout
23054 \align center
23055 \begin_inset Tabular
23056 <lyxtabular version="3" rows="4" columns="2">
23057 <features booktabs="true" tabularvalignment="middle">
23058 <column alignment="right" valignment="top" width="0pt">
23059 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23060 <row>
23061 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 heading
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $12\,+$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset Formula $\,6$
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 \begin_inset Formula $0\,-$
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\,68$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $-123\,/$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\,0$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 </lyxtabular>
23159
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \begin_layout Standard
23171 For alignments at characters in formulas this method does not work because the field to specify the alignment character does not allow formulas.
23172  In this case one need to use the method from Table
23173 \begin_inset space ~
23174 \end_inset
23175
23176
23177 \begin_inset CommandInset ref
23178 LatexCommand ref
23179 reference "tab:Table-align-operator"
23180 nolink "false"
23181
23182 \end_inset
23183
23184 .
23185  This table was created with a 4×2 table.
23186  The heading is a centered multicolumn.
23187  The first column is right-aligned and contains the first part including the operator.
23188  The second column is left aligned and contains the rest.
23189  A small space was added at the beginning of each cell of the second column to get the space that is usually around operators.
23190  To omit the space that is normally between two table columns,
23191  the following \SpecialChar LaTeX
23192 -argument was used for the second column:
23193 \end_layout
23194
23195 \begin_layout Standard
23196
23197 \series bold
23198 @{}l
23199 \end_layout
23200
23201 \begin_layout Standard
23202 Table
23203 \begin_inset space ~
23204 \end_inset
23205
23206
23207 \begin_inset CommandInset ref
23208 LatexCommand ref
23209 reference "tab:Several-table-cell"
23210 nolink "false"
23211
23212 \end_inset
23213
23214  shows some example alignments.
23215  For the alignment with the relation sign,
23216  a small space was added like for the second column of Table
23217 \begin_inset space ~
23218 \end_inset
23219
23220
23221 \begin_inset CommandInset ref
23222 LatexCommand ref
23223 reference "tab:Table-align-operator"
23224 nolink "false"
23225
23226 \end_inset
23227
23228 .
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset Float table
23233 placement h
23234 alignment document
23235 wide false
23236 sideways false
23237 status open
23238
23239 \begin_layout Plain Layout
23240 \begin_inset Caption Standard
23241
23242 \begin_layout Plain Layout
23243 \begin_inset CommandInset label
23244 LatexCommand label
23245 name "tab:Several-table-cell"
23246
23247 \end_inset
23248
23249 Several table cell alignments.
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Plain Layout
23258 \align center
23259 \begin_inset Tabular
23260 <lyxtabular version="3" rows="4" columns="6">
23261 <features tabularvalignment="middle">
23262 <column alignment="right" valignment="top">
23263 <column alignment="left" valignment="top" special="@{}l">
23264 <column alignment="right" valignment="top">
23265 <column alignment="left" valignment="top" special="@{}l">
23266 <column alignment="right" valignment="top">
23267 <column alignment="left" valignment="top" special="@{}l">
23268 <row>
23269 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 units
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 exponents
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 relations
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 <row>
23325 <cell alignment="center" valignment="top" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 12×
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 24
23339 \begin_inset space \thinspace{}
23340 \end_inset
23341
23342 bottles
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Formula $10\cdot$
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 \begin_inset Formula $10^{\mbox{-}17}$
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $\Gamma(t)\propto$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 \begin_inset Formula $\:\Upsilon(t)$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 <row>
23397 <cell alignment="center" valignment="top" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 1024×
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 768
23411 \begin_inset space \thinspace{}
23412 \end_inset
23413
23414 Pixels
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 \begin_inset Formula $5.78\cdot$
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Formula $10^{7}$
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $A\ne$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\:B_{\mathrm{red}}$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 32×
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482 6
23483 \begin_inset space \thinspace{}
23484 \end_inset
23485
23486 cm
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 -
23496 \begin_inset Formula $33.5\cdot$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 \begin_inset Formula $10^{4}$
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 \begin_inset Formula $\sin(\alpha)\ge$
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 <cell alignment="center" valignment="top" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 \begin_inset Formula $\:\sin(\beta)$
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 </row>
23541 </lyxtabular>
23542
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \begin_layout Subsection
23554 Customized Cell/Column Format
23555 \begin_inset CommandInset label
23556 LatexCommand label
23557 name "subsec:Customized-Format"
23558
23559 \end_inset
23560
23561
23562 \begin_inset Index idx
23563 range none
23564 pageformat default
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568 Table Customization
23569 \begin_inset IndexMacro subentry
23570 status open
23571
23572 \begin_layout Plain Layout
23573 Cell/Column Format
23574 \end_layout
23575
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 Calculating the required width for normal columns as described in section
23588 \begin_inset space ~
23589 \end_inset
23590
23591
23592 \begin_inset CommandInset ref
23593 LatexCommand ref
23594 reference "sec:Table-Width-Calculation"
23595 nolink "false"
23596
23597 \end_inset
23598
23599  or for spanned columns as described in section
23600 \begin_inset space ~
23601 \end_inset
23602
23603
23604 \begin_inset CommandInset ref
23605 LatexCommand ref
23606 reference "subsec:Multicolumn-Calculations"
23607 nolink "false"
23608
23609 \end_inset
23610
23611  is very annoying if you have several tables where a calculation is necessary.
23612  To make life easier,
23613  you can define a cell/column format in the preamble,
23614  that can be used in all tables of the document.
23615  The format is defined with the command
23616 \end_layout
23617
23618 \begin_layout Standard
23619
23620 \series bold
23621
23622 \backslash
23623 newcolumntype{name of format}[number of arguments]{commands}
23624 \end_layout
23625
23626 \begin_layout Standard
23627 The format name may only consist of one letter.
23628  The letters 
23629 \emph on
23630 b
23631 \emph default
23632 ,
23633  
23634 \emph on
23635 c
23636 \emph default
23637 ,
23638  
23639 \emph on
23640 l
23641 \emph default
23642 ,
23643  
23644 \emph on
23645 m
23646 \emph default
23647 ,
23648  
23649 \emph on
23650 p
23651 \emph default
23652  and 
23653 \emph on
23654 r
23655 \emph default
23656  are predefined and cannot be used.
23657  But all letters are allowed as capitals.
23658 \end_layout
23659
23660 \begin_layout Standard
23661 \begin_inset VSpace medskip
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \begin_layout Standard
23668 For vertically and horizontally centered multicolumn cells with a fixed width you can define the cell format
23669 \end_layout
23670
23671 \begin_layout Standard
23672
23673 \series bold
23674
23675 \backslash
23676 newcolumntype{M}[1]{>{
23677 \backslash
23678 centering
23679 \backslash
23680 hspace{0pt}}m{#1}}
23681 \end_layout
23682
23683 \begin_layout Standard
23684 where 
23685 \series bold
23686
23687 \backslash
23688 hspace{0pt}
23689 \series default
23690  avoids the problem of hyphenating the first word,
23691  as described in section
23692 \begin_inset space ~
23693 \end_inset
23694
23695
23696 \begin_inset CommandInset ref
23697 LatexCommand ref
23698 reference "subsec:Multiple-Lines-in"
23699 nolink "false"
23700
23701 \end_inset
23702
23703 .
23704  Now you can simply enter
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \series bold
23710 M{width}
23711 \end_layout
23712
23713 \begin_layout Standard
23714 as 
23715 \family sans
23716 \SpecialChar LaTeX
23717 -argument
23718 \family default
23719  in the table dialog to create a multicolumn.
23720 \end_layout
23721
23722 \begin_layout Standard
23723 \begin_inset VSpace bigskip
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Standard
23730 For cells spanned by a multicolumn cell,
23731  you can define the format
23732 \end_layout
23733
23734 \begin_layout Standard
23735
23736 \series bold
23737
23738 \backslash
23739 newcolumntype{S}[2]{>{
23740 \backslash
23741 centering
23742 \backslash
23743 hspace{0pt}}
23744 \begin_inset Newline newline
23745 \end_inset
23746
23747
23748 \begin_inset Phantom HPhantom
23749 status open
23750
23751 \begin_layout Plain Layout
23752
23753 \series bold
23754
23755 \backslash
23756 newcolumntype
23757 \end_layout
23758
23759 \end_inset
23760
23761 m{(#1+(2
23762 \backslash
23763 tabcolsep+
23764 \backslash
23765 arrayrulewidth)*(1-#2))/#2}}
23766 \end_layout
23767
23768 \begin_layout Standard
23769 This format uses equation 
23770 \begin_inset CommandInset ref
23771 LatexCommand eqref
23772 reference "eq:Wgn"
23773 nolink "false"
23774
23775 \end_inset
23776
23777  to calculate the required width so that each spanned cell has the same width.
23778 \end_layout
23779
23780 \begin_layout Standard
23781 You can now enter
23782 \end_layout
23783
23784 \begin_layout Standard
23785
23786 \series bold
23787 S{width of multicolumn cell}{number of spanned columns}
23788 \end_layout
23789
23790 \begin_layout Standard
23791 as \SpecialChar LaTeX
23792 -argument of the column.
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset VSpace bigskip
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \begin_layout Standard
23803 For colored columns,
23804  you can define
23805 \end_layout
23806
23807 \begin_layout Standard
23808
23809 \series bold
23810
23811 \backslash
23812 newcolumntype{K}[1]{>{
23813 \backslash
23814 columncolor{#1}
23815 \backslash
23816 hspace{0pt}}c}
23817 \end_layout
23818
23819 \begin_layout Standard
23820 The 
23821 \begin_inset Quotes eld
23822 \end_inset
23823
23824 c
23825 \begin_inset Quotes erd
23826 \end_inset
23827
23828  at the end creates a column with a flexible width whose text is horizontally centered.
23829  You can now enter
23830 \end_layout
23831
23832 \begin_layout Standard
23833
23834 \series bold
23835 K{color name}
23836 \end_layout
23837
23838 \begin_layout Standard
23839 as \SpecialChar LaTeX
23840 -argument.
23841 \end_layout
23842
23843 \begin_layout Standard
23844 \begin_inset VSpace bigskip
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \begin_layout Standard
23851 To create Table
23852 \begin_inset space ~
23853 \end_inset
23854
23855
23856 \begin_inset CommandInset ref
23857 LatexCommand ref
23858 reference "tab:Table-using-user-defined"
23859 nolink "false"
23860
23861 \end_inset
23862
23863  use the \SpecialChar LaTeX
23864 -arguments
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870 M{2.5cm}
23871 \end_layout
23872
23873 \begin_layout Standard
23874 for the first column and the multicolumn,
23875 \end_layout
23876
23877 \begin_layout Standard
23878
23879 \series bold
23880 K{red}
23881 \end_layout
23882
23883 \begin_layout Standard
23884 for the last column,
23885  and
23886 \end_layout
23887
23888 \begin_layout Standard
23889
23890 \series bold
23891 S{2.5cm}{2}
23892 \end_layout
23893
23894 \begin_layout Standard
23895 for the cells in the second column.
23896 \end_layout
23897
23898 \begin_layout Standard
23899 \begin_inset Float table
23900 placement h
23901 alignment document
23902 wide false
23903 sideways false
23904 status open
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Caption Standard
23908
23909 \begin_layout Plain Layout
23910 \begin_inset CommandInset label
23911 LatexCommand label
23912 name "tab:Table-using-user-defined"
23913
23914 \end_inset
23915
23916 Table using user-defined table formats
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Plain Layout
23925 \align center
23926 \begin_inset Tabular
23927 <lyxtabular version="3" rows="3" columns="4">
23928 <features tabularvalignment="middle">
23929 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23930 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23931 <column alignment="center" valignment="middle">
23932 <column alignment="center" valignment="middle" special="K{red}">
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 verylongtablecellword
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 multiple lines multicolumn
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965 c
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 </row>
23971 <row>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 d
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 e
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 f
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 g
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 h
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 i
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 j
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 k
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 </lyxtabular>
24048
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \begin_layout Subsection
24060 Line Thickness
24061 \begin_inset CommandInset label
24062 LatexCommand label
24063 name "subsec:Line-Thickness"
24064
24065 \end_inset
24066
24067
24068 \begin_inset Index idx
24069 range none
24070 pageformat default
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074 Table Customization
24075 \begin_inset IndexMacro subentry
24076 status open
24077
24078 \begin_layout Plain Layout
24079 Line Thickness
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \begin_layout Standard
24093 The line thickness for all lines in a table can be adjusted with the length 
24094 \series bold
24095
24096 \backslash
24097 arrayrulewidth
24098 \series default
24099 .
24100  To set for example a line thickness of 1.5
24101 \begin_inset space \thinspace{}
24102 \end_inset
24103
24104 pt,
24105  as in Table
24106 \begin_inset space ~
24107 \end_inset
24108
24109
24110 \begin_inset CommandInset ref
24111 LatexCommand ref
24112 reference "tab:Table-with-1.5"
24113 nolink "false"
24114
24115 \end_inset
24116
24117 ,
24118  insert the command
24119 \end_layout
24120
24121 \begin_layout Standard
24122
24123 \series bold
24124
24125 \backslash
24126 setlength{
24127 \backslash
24128 arrayrulewidth}{1.5pt}
24129 \end_layout
24130
24131 \begin_layout Standard
24132 in \SpecialChar TeX
24133  Code before the table or table float.
24134  The changed thickness is valid for all subsequent tables.
24135  To use the default value again,
24136  set 
24137 \series bold
24138
24139 \backslash
24140 arrayrulewidth
24141 \series default
24142  to 0.4
24143 \begin_inset space \thinspace{}
24144 \end_inset
24145
24146 pt in \SpecialChar TeX
24147  Code after the table or table float.
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset ERT
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155
24156
24157 \backslash
24158 setlength{
24159 \backslash
24160 arrayrulewidth}{1.5pt}
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \begin_inset Float table
24167 placement document
24168 alignment document
24169 wide false
24170 sideways false
24171 status open
24172
24173 \begin_layout Plain Layout
24174 \begin_inset Caption Standard
24175
24176 \begin_layout Plain Layout
24177 \begin_inset CommandInset label
24178 LatexCommand label
24179 name "tab:Table-with-1.5"
24180
24181 \end_inset
24182
24183 Table with 1.5
24184 \begin_inset space \thinspace{}
24185 \end_inset
24186
24187 pt thick lines
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Plain Layout
24196 \align center
24197 \begin_inset Tabular
24198 <lyxtabular version="3" rows="3" columns="3">
24199 <features tabularvalignment="middle">
24200 <column alignment="center" valignment="top">
24201 <column alignment="center" valignment="top">
24202 <column alignment="center" valignment="top">
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 sd
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246 sd
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 </row>
24261 <row>
24262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 sd
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 </row>
24290 </lyxtabular>
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \begin_inset ERT
24301 status collapsed
24302
24303 \begin_layout Plain Layout
24304
24305
24306 \backslash
24307 setlength{
24308 \backslash
24309 arrayrulewidth}{0.4pt}
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 \begin_inset VSpace bigskip
24319 \end_inset
24320
24321 To set the line thickness to 1.5
24322 \begin_inset space \thinspace{}
24323 \end_inset
24324
24325 pt only for horizontal lines,
24326  as in Table
24327 \begin_inset space ~
24328 \end_inset
24329
24330
24331 \begin_inset CommandInset ref
24332 LatexCommand ref
24333 reference "tab:Table-with-horizontal"
24334 nolink "false"
24335
24336 \end_inset
24337
24338 ,
24339  insert these commands in \SpecialChar TeX
24340  Code before the table or table float:
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 let
24349 \backslash
24350 myHline
24351 \backslash
24352 hline
24353 \begin_inset Newline newline
24354 \end_inset
24355
24356
24357 \backslash
24358 renewcommand{
24359 \backslash
24360 hline}
24361 \begin_inset Newline newline
24362 \end_inset
24363
24364  {
24365 \backslash
24366 noalign{
24367 \backslash
24368 global
24369 \backslash
24370 arrayrulewidth 1.5pt}
24371 \begin_inset Newline newline
24372 \end_inset
24373
24374  
24375 \backslash
24376 myHline
24377 \backslash
24378 noalign{
24379 \backslash
24380 global
24381 \backslash
24382 arrayrulewidth 0.4pt}}
24383 \end_layout
24384
24385 \begin_layout Standard
24386 To return to the default line thickness,
24387  insert this command in \SpecialChar TeX
24388  Code after the table or table float:
24389 \end_layout
24390
24391 \begin_layout Standard
24392
24393 \series bold
24394
24395 \backslash
24396 renewcommand{
24397 \backslash
24398 hline}{
24399 \backslash
24400 myHline}
24401 \end_layout
24402
24403 \begin_layout Standard
24404 \begin_inset ERT
24405 status collapsed
24406
24407 \begin_layout Plain Layout
24408
24409
24410 \backslash
24411 let
24412 \backslash
24413 myHline
24414 \backslash
24415 hline
24416 \end_layout
24417
24418 \begin_layout Plain Layout
24419
24420
24421 \backslash
24422 renewcommand{
24423 \backslash
24424 hline}
24425 \end_layout
24426
24427 \begin_layout Plain Layout
24428
24429  {
24430 \backslash
24431 noalign{
24432 \backslash
24433 global
24434 \backslash
24435 arrayrulewidth 1.5pt}
24436 \end_layout
24437
24438 \begin_layout Plain Layout
24439
24440   
24441 \backslash
24442 myHline
24443 \backslash
24444 noalign{
24445 \backslash
24446 global
24447 \backslash
24448 arrayrulewidth 0.4pt}}
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \begin_inset Float table
24455 placement document
24456 alignment document
24457 wide false
24458 sideways false
24459 status open
24460
24461 \begin_layout Plain Layout
24462 \begin_inset Caption Standard
24463
24464 \begin_layout Plain Layout
24465 \begin_inset CommandInset label
24466 LatexCommand label
24467 name "tab:Table-with-horizontal"
24468
24469 \end_inset
24470
24471 Table with 1.5
24472 \begin_inset space \thinspace{}
24473 \end_inset
24474
24475 pt thick horizontal lines
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Plain Layout
24484 \align center
24485 \begin_inset Tabular
24486 <lyxtabular version="3" rows="3" columns="3">
24487 <features tabularvalignment="middle">
24488 <column alignment="center" valignment="top">
24489 <column alignment="center" valignment="top">
24490 <column alignment="center" valignment="top">
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 sd
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 </row>
24520 <row>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 sd
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 </row>
24549 <row>
24550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572 sd
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 </row>
24578 </lyxtabular>
24579
24580 \end_inset
24581
24582
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \begin_inset ERT
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592
24593
24594 \backslash
24595 renewcommand{
24596 \backslash
24597 hline}{
24598 \backslash
24599 myHline}
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Standard
24608 \begin_inset VSpace bigskip
24609 \end_inset
24610
24611 To set the line thickness to 1.5
24612 \begin_inset space \thinspace{}
24613 \end_inset
24614
24615 pt only for vertical lines,
24616  create the following column format in the document preamble,
24617  according to the description in section
24618 \begin_inset space ~
24619 \end_inset
24620
24621
24622 \begin_inset CommandInset ref
24623 LatexCommand ref
24624 reference "subsec:Customized-Format"
24625 nolink "false"
24626
24627 \end_inset
24628
24629 :
24630 \end_layout
24631
24632 \begin_layout Standard
24633
24634 \series bold
24635
24636 \backslash
24637 newcolumntype{V}{!{
24638 \backslash
24639 vrule width 1.5pt}}
24640 \end_layout
24641
24642 \begin_layout Standard
24643 For Table
24644 \begin_inset space ~
24645 \end_inset
24646
24647
24648 \begin_inset CommandInset ref
24649 LatexCommand ref
24650 reference "tab:Table-with-vertical"
24651 nolink "false"
24652
24653 \end_inset
24654
24655  the \SpecialChar LaTeX
24656 -argument
24657 \end_layout
24658
24659 \begin_layout Standard
24660
24661 \series bold
24662 VcV
24663 \end_layout
24664
24665 \begin_layout Standard
24666 was used for the last column and
24667 \end_layout
24668
24669 \begin_layout Standard
24670
24671 \series bold
24672 Vc
24673 \end_layout
24674
24675 \begin_layout Standard
24676 for the other columns.
24677 \end_layout
24678
24679 \begin_layout Standard
24680 \begin_inset Float table
24681 placement document
24682 alignment document
24683 wide false
24684 sideways false
24685 status open
24686
24687 \begin_layout Plain Layout
24688 \begin_inset Caption Standard
24689
24690 \begin_layout Plain Layout
24691 \begin_inset CommandInset label
24692 LatexCommand label
24693 name "tab:Table-with-vertical"
24694
24695 \end_inset
24696
24697 Table with 1.5
24698 \begin_inset space \thinspace{}
24699 \end_inset
24700
24701 pt thick vertical lines
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \begin_layout Plain Layout
24710 \align center
24711 \begin_inset Tabular
24712 <lyxtabular version="3" rows="3" columns="3">
24713 <features tabularvalignment="middle">
24714 <column alignment="center" valignment="top" special="Vc">
24715 <column alignment="center" valignment="top" special="Vc">
24716 <column alignment="center" valignment="top" special="VcV">
24717 <row>
24718 <cell alignment="center" valignment="top" topline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722 sd
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" topline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760 sd
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798 sd
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 </row>
24804 </lyxtabular>
24805
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \begin_layout Subsection
24817 Dashed Lines
24818 \begin_inset Index idx
24819 range none
24820 pageformat default
24821 status collapsed
24822
24823 \begin_layout Plain Layout
24824 Table Customization
24825 \begin_inset IndexMacro subentry
24826 status open
24827
24828 \begin_layout Plain Layout
24829 Dashed Lines
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset ERT
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848
24849 \backslash
24850 ifarydshln
24851 \end_layout
24852
24853 \end_inset
24854
24855
24856 \begin_inset Note Note
24857 status open
24858
24859 \begin_layout Plain Layout
24860 The following section will only be displayed when the \SpecialChar LaTeX
24861 -package 
24862 \series bold
24863 arydshln
24864 \series default
24865  is installed.
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset Float table
24875 placement H
24876 alignment document
24877 wide false
24878 sideways false
24879 status open
24880
24881 \begin_layout Plain Layout
24882 \begin_inset Caption Standard
24883
24884 \begin_layout Plain Layout
24885 \begin_inset CommandInset label
24886 LatexCommand label
24887 name "tab:Table-with-dashed"
24888
24889 \end_inset
24890
24891 Table with dashed lines
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Plain Layout
24900 \align center
24901 \begin_inset Tabular
24902 <lyxtabular version="3" rows="5" columns="5">
24903 <features tabularvalignment="middle">
24904 <column alignment="center" valignment="top">
24905 <column alignment="center" valignment="top">
24906 <column alignment="center" valignment="top" special=":c">
24907 <column alignment="center" valignment="top">
24908 <column alignment="center" valignment="top">
24909 <row>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 a
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 b
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 c
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 d
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 e
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 </row>
24956 <row>
24957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 f
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 g
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" topline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 h
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 i
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 j
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 </row>
25003 <row>
25004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 \begin_inset ERT
25009 status collapsed
25010
25011 \begin_layout Plain Layout
25012
25013
25014 \backslash
25015 hdashline 
25016 \end_layout
25017
25018 \end_inset
25019
25020 k
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029 l
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 m
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 n
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 o
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 </row>
25062 <row>
25063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 \begin_inset ERT
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071
25072
25073 \backslash
25074 cdashline{4-5}
25075 \end_layout
25076
25077 \end_inset
25078
25079 p
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088 q
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097 r
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106 s
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 </row>
25121 <row>
25122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126 t
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135 u
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144 v
25145 \end_layout
25146
25147 \end_inset
25148 </cell>
25149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153 w
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 x
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 </row>
25168 </lyxtabular>
25169
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \begin_layout Standard
25181 \SpecialChar LyX
25182  does not natively support dashed lines,
25183  so you have to use \SpecialChar TeX
25184  Code.
25185  As a prerequisite the \SpecialChar LaTeX
25186  package 
25187 \series bold
25188 arydshln
25189 \series default
25190
25191 \begin_inset Index idx
25192 range none
25193 pageformat default
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 \SpecialChar LaTeX
25198  packages
25199 \begin_inset IndexMacro subentry
25200 status open
25201
25202 \begin_layout Plain Layout
25203 arydshln
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212
25213  must be loaded in the document preamble with the command
25214 \end_layout
25215
25216 \begin_layout Standard
25217
25218 \series bold
25219
25220 \backslash
25221 usepackage{arydshln}
25222 \end_layout
25223
25224 \begin_layout Standard
25225 To make a vertical line dashed,
25226  enter the colon 
25227 \begin_inset Quotes eld
25228 \end_inset
25229
25230 :
25231 \begin_inset Quotes erd
25232 \end_inset
25233
25234  together with the character for the horizontal alignment as \SpecialChar LaTeX
25235  argument in the table cell dialog.
25236 \end_layout
25237
25238 \begin_layout Standard
25239 For a horizontal dashed line add the command
25240 \end_layout
25241
25242 \begin_layout Standard
25243
25244 \series bold
25245
25246 \backslash
25247 hdashline
25248 \end_layout
25249
25250 \begin_layout Standard
25251 in \SpecialChar TeX
25252  Code as first element of the first cell in the table row.
25253 \end_layout
25254
25255 \begin_layout Standard
25256 For dashed multicolumn lines use the command
25257 \end_layout
25258
25259 \begin_layout Standard
25260
25261 \series bold
25262
25263 \backslash
25264 cdashline{line number
25265 \series default
25266 }
25267 \end_layout
25268
25269 \begin_layout Standard
25270 in \SpecialChar TeX
25271  Code as the first element of the first cell in the table row.
25272  If you have for example a multicolumn spanning columns 2 to 4 and you want to have a dashed line above,
25273  add the command
25274 \end_layout
25275
25276 \begin_layout Standard
25277
25278 \series bold
25279
25280 \backslash
25281 cdashline{2-4}
25282 \end_layout
25283
25284 \begin_layout Standard
25285 as the first element of the first cell in the row of the multicolumn.
25286 \end_layout
25287
25288 \begin_layout Standard
25289 \begin_inset VSpace bigskip
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \begin_layout Standard
25296 Table
25297 \begin_inset space ~
25298 \end_inset
25299
25300
25301 \begin_inset CommandInset ref
25302 LatexCommand ref
25303 reference "tab:Table-with-dashed"
25304 nolink "false"
25305
25306 \end_inset
25307
25308  was created using 
25309 \begin_inset Quotes eld
25310 \end_inset
25311
25312
25313 \series bold
25314 :c
25315 \series default
25316
25317 \begin_inset Quotes erd
25318 \end_inset
25319
25320  as \SpecialChar LaTeX
25321  argument of the third column.
25322  The \SpecialChar TeX
25323  Code command 
25324 \series bold
25325
25326 \backslash
25327 hdashline
25328 \series default
25329  was inserted in the first cell of the third row and the \SpecialChar TeX
25330  Code command
25331 \begin_inset Newline newline
25332 \end_inset
25333
25334  
25335 \series bold
25336
25337 \backslash
25338 cdashline{4-5}
25339 \series default
25340  was inserted in the first cell of the fourth row.
25341 \end_layout
25342
25343 \begin_layout Standard
25344 \begin_inset VSpace bigskip
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Standard
25351 Tables with dashed lines can also be colored as shown by Table
25352 \begin_inset space ~
25353 \end_inset
25354
25355
25356 \begin_inset CommandInset ref
25357 LatexCommand ref
25358 reference "tab:Colored-table-with"
25359 nolink "false"
25360
25361 \end_inset
25362
25363 .
25364 \end_layout
25365
25366 \begin_layout Standard
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372
25373 \backslash
25374 setlength{
25375 \backslash
25376 arrayrulewidth}{1pt}
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset Note Note
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386 thicker lines for better visualization of the line color
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \begin_layout Standard
25395 \begin_inset ERT
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400
25401 \backslash
25402 dashgapcolor{green}
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \begin_inset Note Note
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412 color gaps between dashes green
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Standard
25421 \begin_inset ERT
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425
25426
25427 \backslash
25428 let
25429 \backslash
25430 myHdashline
25431 \backslash
25432 hdashline
25433 \end_layout
25434
25435 \begin_layout Plain Layout
25436
25437
25438 \backslash
25439 renewcommand{
25440 \backslash
25441 hdashline}
25442 \end_layout
25443
25444 \begin_layout Plain Layout
25445
25446  {
25447 \backslash
25448 arrayrulecolor{red}
25449 \backslash
25450 myHdashline
25451 \backslash
25452 arrayrulecolor{black}}
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \begin_inset Note Note
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 color horizontal,
25463  dashed lines red
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 \begin_inset ERT
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476
25477
25478 \backslash
25479 let
25480 \backslash
25481 myCdashline
25482 \backslash
25483 cdashline
25484 \end_layout
25485
25486 \begin_layout Plain Layout
25487
25488
25489 \backslash
25490 renewcommand{
25491 \backslash
25492 cdashline}[1]
25493 \end_layout
25494
25495 \begin_layout Plain Layout
25496
25497  {
25498 \backslash
25499 arrayrulecolor{yellow}
25500 \backslash
25501 myCdashline{#1}
25502 \backslash
25503 arrayrulecolor{black}}
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Note Note
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 color partial horizontal,
25514  dashed lines yellow
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset Float table
25524 placement h
25525 alignment document
25526 wide false
25527 sideways false
25528 status open
25529
25530 \begin_layout Plain Layout
25531 \begin_inset Caption Standard
25532
25533 \begin_layout Plain Layout
25534 \begin_inset CommandInset label
25535 LatexCommand label
25536 name "tab:Colored-table-with"
25537
25538 \end_inset
25539
25540 Colored table with dashed lines
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \begin_layout Plain Layout
25549 \align center
25550 \begin_inset Tabular
25551 <lyxtabular version="3" rows="5" columns="5">
25552 <features tabularvalignment="middle">
25553 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
25554 <column alignment="center" valignment="top" width="0pt">
25555 <column alignment="center" valignment="top" width="0pt" special=":c">
25556 <column alignment="center" valignment="top">
25557 <column alignment="center" valignment="top">
25558 <row>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563 a
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 b
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 c
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590 d
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 e
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 </row>
25605 <row>
25606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 f
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 g
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 <cell alignment="center" valignment="top" topline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 h
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 i
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 j
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 <row>
25653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 \begin_inset ERT
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661
25662
25663 \backslash
25664 hdashline 
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \begin_inset ERT
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674
25675
25676 \backslash
25677 rowcolor{Gray}
25678 \end_layout
25679
25680 \end_inset
25681
25682 k
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 l
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 m
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709 n
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718 o
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 </row>
25724 <row>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734
25735 \backslash
25736 cdashline{4-5}
25737 \end_layout
25738
25739 \end_inset
25740
25741 p
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 q
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 r
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 s
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 </row>
25783 <row>
25784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788 t
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 u
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 v
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 w
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 \begin_inset ERT
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828
25829
25830 \backslash
25831 cellcolor{Maroon}
25832 \end_layout
25833
25834 \end_inset
25835
25836 i
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 </row>
25842 </lyxtabular>
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \begin_layout Standard
25855 \begin_inset ERT
25856 status collapsed
25857
25858 \begin_layout Plain Layout
25859
25860
25861 \backslash
25862 renewcommand{
25863 \backslash
25864 hdashline}{
25865 \backslash
25866 myHdashline}
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \begin_inset Note Note
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876 reset to default
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \begin_inset ERT
25886 status collapsed
25887
25888 \begin_layout Plain Layout
25889
25890
25891 \backslash
25892 renewcommand{
25893 \backslash
25894 cdashline}{
25895 \backslash
25896 myCdashline}
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \begin_inset Note Note
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906 reset to default
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \begin_layout Standard
25915 \begin_inset ERT
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919
25920
25921 \backslash
25922 nodashgapcolor
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \begin_inset Note Note
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932 reset to default
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \begin_layout Standard
25941 \begin_inset ERT
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945
25946
25947 \backslash
25948 setlength{
25949 \backslash
25950 arrayrulewidth}{0.4pt}
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \begin_inset Note Note
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960 reset to default
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 The coloring of lines,
25970  columns and lines works as decribed in section
25971 \begin_inset space ~
25972 \end_inset
25973
25974
25975 \begin_inset CommandInset ref
25976 LatexCommand ref
25977 reference "sec:Colored-Tables"
25978 nolink "false"
25979
25980 \end_inset
25981
25982 .
25983  Coloring horizontal lines works analogically as described there as well,
25984  one only needs to replace in the commands 
25985 \series bold
25986
25987 \backslash
25988 myHlineC
25989 \series default
25990  by 
25991 \series bold
25992
25993 \backslash
25994 myHdashline
25995 \series default
25996  and 
25997 \backslash
25998
25999 \series bold
26000 hline
26001 \series default
26002  by 
26003 \series bold
26004
26005 \backslash
26006 hdashline
26007 \series default
26008 ;
26009  so one uses the command
26010 \end_layout
26011
26012 \begin_layout Standard
26013
26014 \series bold
26015
26016 \backslash
26017 let
26018 \backslash
26019 myHdashline
26020 \backslash
26021 hdashline
26022 \begin_inset Newline newline
26023 \end_inset
26024
26025
26026 \backslash
26027 renewcommand{
26028 \backslash
26029 hdashline}
26030 \begin_inset Newline newline
26031 \end_inset
26032
26033
26034 \begin_inset Phantom HPhantom
26035 status open
26036
26037 \begin_layout Plain Layout
26038 \begin_inset space ~
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045
26046 {
26047 \backslash
26048 arrayrulecolor{red}
26049 \backslash
26050 myHdashline
26051 \backslash
26052 arrayrulecolor{black}}
26053 \end_layout
26054
26055 \begin_layout Standard
26056 To color 
26057 \series bold
26058
26059 \backslash
26060 cdashline
26061 \series default
26062 ,
26063  the command is
26064 \end_layout
26065
26066 \begin_layout Standard
26067
26068 \series bold
26069
26070 \backslash
26071 let
26072 \backslash
26073 myCdashline
26074 \backslash
26075 cdashline
26076 \begin_inset Newline newline
26077 \end_inset
26078
26079
26080 \backslash
26081 renewcommand{
26082 \backslash
26083 cdashline}[1]
26084 \begin_inset Newline newline
26085 \end_inset
26086
26087
26088 \begin_inset Phantom HPhantom
26089 status open
26090
26091 \begin_layout Plain Layout
26092 \begin_inset space ~
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \end_inset
26099
26100 {
26101 \backslash
26102 arrayrulecolor{red}
26103 \backslash
26104 myCdashline{#1}
26105 \backslash
26106 arrayrulecolor{black}}
26107 \end_layout
26108
26109 \begin_layout Standard
26110 To get back the black line color,
26111  one needs to insert the following commands as \SpecialChar TeX
26112  Code behind the table:
26113 \end_layout
26114
26115 \begin_layout Standard
26116 For 
26117 \series bold
26118
26119 \backslash
26120 hdashline
26121 \end_layout
26122
26123 \begin_layout Standard
26124
26125 \series bold
26126
26127 \backslash
26128 renewcommand{
26129 \backslash
26130 hdashline}{
26131 \backslash
26132 myHdashline}
26133 \end_layout
26134
26135 \begin_layout Standard
26136 and for 
26137 \series bold
26138
26139 \backslash
26140 cdashline
26141 \end_layout
26142
26143 \begin_layout Standard
26144
26145 \series bold
26146
26147 \backslash
26148 renewcommand{
26149 \backslash
26150 cdashline}{
26151 \backslash
26152 myCdashline}
26153 \end_layout
26154
26155 \begin_layout Standard
26156 To color the gaps between the dashes the command
26157 \end_layout
26158
26159 \begin_layout Standard
26160
26161 \series bold
26162
26163 \backslash
26164 dashgapcolor{color}
26165 \end_layout
26166
26167 \begin_layout Standard
26168 can be used in front of a table as \SpecialChar TeX
26169  Code.
26170  color is hereby the name of a defined color.
26171  The command
26172 \end_layout
26173
26174 \begin_layout Standard
26175
26176 \series bold
26177
26178 \backslash
26179 nodashgapcolor
26180 \end_layout
26181
26182 \begin_layout Standard
26183 unsets the changes made by 
26184 \series bold
26185
26186 \backslash
26187 dashgapcolor
26188 \series default
26189 .
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset Note Greyedout
26194 status open
26195
26196 \begin_layout Plain Layout
26197
26198 \series bold
26199 \color none
26200 Note
26201 \series default
26202 :
26203  If there are multiple commands in a cell,
26204  the command of 
26205 \series bold
26206 arydshln
26207 \series default
26208  needs to be the first one in the cell.
26209  Therefore in cell 
26210 \emph on
26211 k
26212 \emph default
26213  of Table
26214 \begin_inset space ~
26215 \end_inset
26216
26217
26218 \begin_inset CommandInset ref
26219 LatexCommand ref
26220 reference "tab:Colored-table-with"
26221 nolink "false"
26222
26223 \end_inset
26224
26225  the command 
26226 \series bold
26227
26228 \backslash
26229 hdashline
26230 \series default
26231  is before 
26232 \series bold
26233
26234 \backslash
26235 rowcolor
26236 \series default
26237 .
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset Note Greyedout
26247 status open
26248
26249 \begin_layout Plain Layout
26250
26251 \series bold
26252 \color none
26253 Note:
26254
26255 \series default
26256  The \SpecialChar LaTeX
26257 -package 
26258 \series bold
26259 arydshln
26260 \series default
26261  must be loaded in the document preamble before the \SpecialChar LaTeX
26262 -package 
26263 \series bold
26264 colortbl
26265 \series default
26266
26267 \begin_inset Index idx
26268 range none
26269 pageformat default
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273 \SpecialChar LaTeX
26274  packages
26275 \begin_inset IndexMacro subentry
26276 status open
26277
26278 \begin_layout Plain Layout
26279 colortbl
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288
26289 .
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 \begin_inset ERT
26299 status collapsed
26300
26301 \begin_layout Plain Layout
26302
26303
26304 \backslash
26305 else
26306 \end_layout
26307
26308 \end_inset
26309
26310
26311 \begin_inset Note Note
26312 status open
26313
26314 \begin_layout Plain Layout
26315 The following will be displayed when the \SpecialChar LaTeX
26316 -package 
26317 \series bold
26318 arydshln
26319 \series default
26320  is not installed:
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \begin_layout Standard
26329 You need to install the package 
26330 \series bold
26331 arydshln
26332 \series default
26333  to see the content of this section in the output.
26334 \end_layout
26335
26336 \begin_layout Standard
26337 \begin_inset ERT
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341
26342
26343 \backslash
26344 fi
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 For more information about dashed lines see the documentation of 
26354 \series bold
26355 arydshln
26356 \series default
26357 ,
26358  
26359 \begin_inset CommandInset citation
26360 LatexCommand cite
26361 key "arydshln"
26362 literal "true"
26363
26364 \end_inset
26365
26366 .
26367 \end_layout
26368
26369 \begin_layout Chapter
26370 Floats
26371 \begin_inset CommandInset label
26372 LatexCommand label
26373 name "chap:Floats"
26374
26375 \end_inset
26376
26377
26378 \begin_inset Index idx
26379 range none
26380 pageformat default
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384 Floats
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Section
26393 Introduction
26394 \begin_inset CommandInset label
26395 LatexCommand label
26396 name "sec:FloatIntroduction"
26397
26398 \end_inset
26399
26400
26401 \begin_inset Index idx
26402 range none
26403 pageformat default
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407 Floats
26408 \begin_inset IndexMacro subentry
26409 status open
26410
26411 \begin_layout Plain Layout
26412 Introduction
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \begin_layout Standard
26426 A float is a block of text associated with some sort of label,
26427  which doesn't have a fixed location.
26428  It can 
26429 \begin_inset Quotes eld
26430 \end_inset
26431
26432 float
26433 \begin_inset Quotes erd
26434 \end_inset
26435
26436  forward or backward a page or two,
26437  to wherever it fits best.
26438  
26439 \family sans
26440 Footnotes
26441 \family default
26442  and 
26443 \family sans
26444 Margin
26445 \begin_inset space ~
26446 \end_inset
26447
26448 Notes
26449 \family default
26450  are also floats because they can float to the next page when there are too many notes on the page.
26451 \end_layout
26452
26453 \begin_layout Standard
26454 Floats allow a high quality layout.
26455  Images and tables can be spread evenly among the pages to avoid white space and pages without text.
26456  As the floating often destroys the context between the text and the image/table,
26457  every float can be referenced in the text.
26458  Floats are therefore numbered.
26459  Referencing is described in section
26460 \begin_inset space ~
26461 \end_inset
26462
26463
26464 \begin_inset CommandInset ref
26465 LatexCommand ref
26466 reference "sec:Referencing-Floats"
26467 nolink "false"
26468
26469 \end_inset
26470
26471 .
26472 \end_layout
26473
26474 \begin_layout Standard
26475 To insert a float,
26476  use the menu 
26477 \family sans
26478 Insert\SpecialChar menuseparator
26479 Float
26480 \family default
26481  (toolbar button 
26482 \begin_inset Info
26483 type  "icon"
26484 arg   "float-insert figure"
26485 \end_inset
26486
26487  or 
26488 \begin_inset Info
26489 type  "icon"
26490 arg   "float-insert table"
26491 \end_inset
26492
26493 ).
26494  This inserts the 
26495 \family sans
26496 Caption
26497 \family default
26498  inset,
26499  a box with a label.
26500  The label will automatically be translated to the document language in the output.
26501  After the label you can insert the caption text.
26502  The image or table is inserted above or below the caption in a separate paragraph within the float.
26503  More about the caption placement is contained in section
26504 \begin_inset space ~
26505 \end_inset
26506
26507
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "sec:Caption-Placement"
26511 nolink "false"
26512
26513 \end_inset
26514
26515 .
26516  To keep your \SpecialChar LyX
26517  document readable,
26518  you can open and close the float box by left-clicking on the box label.
26519  A closed float box looks like this:
26520  
26521 \begin_inset Graphics
26522         filename clipart/float.png
26523         scale 95
26524         scaleBeforeRotation
26525
26526 \end_inset
26527
26528  â€“ a gray button with a red label.
26529 \end_layout
26530
26531 \begin_layout Standard
26532 It is recommended that you insert floats as separate standard paragraphs to avoid possible \SpecialChar LaTeX
26533 -errors that can occur when the surrounding text is specially formatted.
26534 \end_layout
26535
26536 \begin_layout Standard
26537 Existing figures or tables can be put into a float by highlighting them and then pressing the corresponding toolbar button for a new float.
26538 \end_layout
26539
26540 \begin_layout Section
26541 Float Types
26542 \end_layout
26543
26544 \begin_layout Standard
26545 Besides figure and table floats that are described in sections
26546 \begin_inset space ~
26547 \end_inset
26548
26549
26550 \begin_inset CommandInset ref
26551 LatexCommand ref
26552 reference "sec:Figure-Floats"
26553 nolink "false"
26554
26555 \end_inset
26556
26557  and 
26558 \begin_inset CommandInset ref
26559 LatexCommand ref
26560 reference "sec:Table-Floats"
26561 nolink "false"
26562
26563 \end_inset
26564
26565  respectively,
26566  \SpecialChar LyX
26567  offers the float types 
26568 \family sans
26569 Algorithm
26570 \family default
26571  and 
26572 \family sans
26573 Wrap
26574 \family default
26575 .
26576  The latter are explained in sec.
26577 \begin_inset space \thinspace{}
26578 \end_inset
26579
26580
26581 \begin_inset CommandInset ref
26582 LatexCommand ref
26583 reference "sec:Wrap-Floats"
26584 nolink "false"
26585
26586 \end_inset
26587
26588 .
26589 \end_layout
26590
26591 \begin_layout Subsection
26592 Algorithm Floats
26593 \begin_inset Index idx
26594 range none
26595 pageformat default
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 Floats
26600 \begin_inset IndexMacro subentry
26601 status open
26602
26603 \begin_layout Plain Layout
26604 Algorithms
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Standard
26618 \begin_inset Float algorithm
26619 placement h
26620 alignment document
26621 wide false
26622 sideways false
26623 status open
26624
26625 \begin_layout Plain Layout
26626 \begin_inset Caption Standard
26627
26628 \begin_layout Plain Layout
26629 \begin_inset CommandInset label
26630 LatexCommand label
26631 name "alg:Example-Algorithm-float"
26632
26633 \end_inset
26634
26635 Example Algorithm float
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout LyX-Code
26644 for I in 1..N loop
26645 \begin_inset Newline newline
26646 \end_inset
26647
26648  Sum := Sum + A(I);
26649  /* comment */
26650 \begin_inset Newline newline
26651 \end_inset
26652
26653 end loop
26654 \begin_inset VSpace -4mm
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Standard
26666 This float type is inserted with the menu 
26667 \family sans
26668 Insert\SpecialChar menuseparator
26669 Float\SpecialChar menuseparator
26670 Algorithm
26671 \family default
26672 .
26673  It is used for program codes and descriptions of algorithms and can be seen as an alternative to program code listings that are explained in chapter
26674 \begin_inset space ~
26675 \end_inset
26676
26677
26678 \begin_inset CommandInset ref
26679 LatexCommand ref
26680 reference "cha:Program-Code-Listings"
26681 nolink "false"
26682
26683 \end_inset
26684
26685 .
26686  A possible environment for algorithms is the 
26687 \family sans
26688 \SpecialChar LyX
26689  Code
26690 \family default
26691 ,
26692  described in \SpecialChar LyX
26693 's 
26694 \emph on
26695 Userguide
26696 \emph default
26697 .
26698  Algorithm
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \begin_inset CommandInset ref
26704 LatexCommand ref
26705 reference "alg:Example-Algorithm-float"
26706 nolink "false"
26707
26708 \end_inset
26709
26710  is an example of an algorithm float where -4
26711 \begin_inset space \thinspace{}
26712 \end_inset
26713
26714 mm vertical space was added at the end of the float to have the bottom rule exactly below the last text line.
26715 \end_layout
26716
26717 \begin_layout Standard
26718 The float label is not automatically translated into the document language.
26719  If your document is not in English,
26720  you have to do this manually by adding the following line to the document preamble
26721 \series bold
26722 :
26723 \end_layout
26724
26725 \begin_layout Standard
26726
26727 \series bold
26728
26729 \backslash
26730 floatname{algorithm}{your
26731 \begin_inset space ~
26732 \end_inset
26733
26734 name}
26735 \end_layout
26736
26737 \begin_layout Standard
26738 where 
26739 \family sans
26740 your
26741 \begin_inset space ~
26742 \end_inset
26743
26744 name
26745 \family default
26746  is the word 
26747 \begin_inset Quotes eld
26748 \end_inset
26749
26750
26751 \emph on
26752 algorithm
26753 \emph default
26754
26755 \begin_inset Quotes erd
26756 \end_inset
26757
26758  in your language.
26759 \end_layout
26760
26761 \begin_layout Standard
26762 To insert the list of algorithms you can use the menu 
26763 \family sans
26764 Insert\SpecialChar menuseparator
26765 List
26766 \begin_inset space \thinspace{}
26767 \end_inset
26768
26769 /
26770 \begin_inset space \thinspace{}
26771 \end_inset
26772
26773 TOC\SpecialChar menuseparator
26774 List of Algorithms
26775 \family default
26776  when your document has the same language as \SpecialChar LyX
26777 's menu names.
26778  In other cases use this command in \SpecialChar TeX
26779  Code instead:
26780 \end_layout
26781
26782 \begin_layout Standard
26783
26784 \series bold
26785
26786 \backslash
26787 listof{algorithm}{your
26788 \begin_inset space ~
26789 \end_inset
26790
26791 name}
26792 \end_layout
26793
26794 \begin_layout Standard
26795 where 
26796 \family sans
26797 your
26798 \begin_inset space ~
26799 \end_inset
26800
26801 name
26802 \family default
26803  is the word 
26804 \begin_inset Quotes eld
26805 \end_inset
26806
26807
26808 \emph on
26809 List of Algorithm
26810 \emph default
26811 s
26812 \begin_inset Quotes erd
26813 \end_inset
26814
26815  in your language.
26816 \end_layout
26817
26818 \begin_layout Standard
26819 Algorithm floats are not by default numbered in the scheme 
26820 \begin_inset Quotes eld
26821 \end_inset
26822
26823 chapter.algorithm
26824 \begin_inset Quotes erd
26825 \end_inset
26826
26827  as is the case for table and figure floats in many document-classes.
26828  To number algorithm floats in the same scheme,
26829  add this command to your document preamble:
26830 \end_layout
26831
26832 \begin_layout Standard
26833
26834 \series bold
26835
26836 \backslash
26837 numberwithin{algorithm}{chapter}
26838 \end_layout
26839
26840 \begin_layout Standard
26841 To be able to use the command 
26842 \series bold
26843
26844 \backslash
26845 numberwithin
26846 \series default
26847 ,
26848  set in the tab 
26849 \family sans
26850 Math
26851 \begin_inset space ~
26852 \end_inset
26853
26854 Options
26855 \family default
26856  in the document settings the option 
26857 \family sans
26858 Use
26859 \begin_inset space ~
26860 \end_inset
26861
26862 AMS
26863 \begin_inset space ~
26864 \end_inset
26865
26866 math
26867 \begin_inset space ~
26868 \end_inset
26869
26870 package
26871 \family default
26872 .
26873 \end_layout
26874
26875 \begin_layout Section
26876 Float Numbering
26877 \begin_inset Index idx
26878 range none
26879 pageformat default
26880 status collapsed
26881
26882 \begin_layout Plain Layout
26883 Floats
26884 \begin_inset IndexMacro subentry
26885 status open
26886
26887 \begin_layout Plain Layout
26888 Numbering
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Standard
26902 Floats are usually numbered either independently from the sections the floats are in,
26903  or in the scheme 
26904 \begin_inset Quotes eld
26905 \end_inset
26906
26907 chapter.number
26908 \begin_inset Quotes erd
26909 \end_inset
26910
26911  or 
26912 \begin_inset Quotes eld
26913 \end_inset
26914
26915 section.number
26916 \begin_inset Quotes erd
26917 \end_inset
26918
26919 .
26920  This depends on the document class used.
26921 \end_layout
26922
26923 \begin_layout Standard
26924 To change section-independent numbering,
26925  you can use this command in the document preamble:
26926 \end_layout
26927
26928 \begin_layout Standard
26929
26930 \series bold
26931
26932 \backslash
26933 renewcommand{
26934 \backslash
26935 thetable}{
26936 \backslash
26937 roman{table}}
26938 \end_layout
26939
26940 \begin_layout Standard
26941
26942 \series bold
26943
26944 \backslash
26945 thetable
26946 \series default
26947  is the command that prints the table number.
26948  For figure floats,
26949  the command would be 
26950 \series bold
26951
26952 \backslash
26953 thefigure
26954 \series default
26955 .
26956  
26957 \series bold
26958
26959 \backslash
26960 roman
26961 \series default
26962  in the command above prints the table number as a small roman number.
26963 \end_layout
26964
26965 \begin_layout Standard
26966 To change the numbering scheme for example to 
26967 \begin_inset Quotes eld
26968 \end_inset
26969
26970 subsection.number
26971 \begin_inset Quotes erd
26972 \end_inset
26973
26974 ,
26975  use this command in the preamble:
26976 \end_layout
26977
26978 \begin_layout Standard
26979
26980 \series bold
26981
26982 \backslash
26983 numberwithin{table}{subsection}
26984 \end_layout
26985
26986 \begin_layout Standard
26987 To be able to use the command 
26988 \series bold
26989
26990 \backslash
26991 numberwithin
26992 \series default
26993 ,
26994  set in the tab 
26995 \family sans
26996 Math
26997 \begin_inset space ~
26998 \end_inset
26999
27000 Options
27001 \family default
27002  in the document settings the option 
27003 \family sans
27004 Use
27005 \begin_inset space ~
27006 \end_inset
27007
27008 AMS
27009 \begin_inset space ~
27010 \end_inset
27011
27012 math
27013 \begin_inset space ~
27014 \end_inset
27015
27016 package
27017 \family default
27018 .
27019 \end_layout
27020
27021 \begin_layout Standard
27022 Please also have a look at section
27023 \begin_inset space ~
27024 \end_inset
27025
27026
27027 \begin_inset CommandInset ref
27028 LatexCommand ref
27029 reference "subsec:Footnote-Numbering"
27030 nolink "false"
27031
27032 \end_inset
27033
27034  for the details and important notes about the numbering commands.
27035 \end_layout
27036
27037 \begin_layout Section
27038 Referencing Floats
27039 \begin_inset CommandInset label
27040 LatexCommand label
27041 name "sec:Referencing-Floats"
27042
27043 \end_inset
27044
27045
27046 \begin_inset Index idx
27047 range none
27048 pageformat default
27049 status collapsed
27050
27051 \begin_layout Plain Layout
27052 Floats
27053 \begin_inset IndexMacro subentry
27054 status open
27055
27056 \begin_layout Plain Layout
27057 References
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \begin_inset Index idx
27069 range none
27070 pageformat default
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074 References
27075 \begin_inset IndexMacro subentry
27076 status open
27077
27078 \begin_layout Plain Layout
27079 to Floats
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Standard
27093 To reference a float,
27094  insert a label into its caption using the menu 
27095 \family sans
27096 Insert\SpecialChar menuseparator
27097 Label
27098 \family default
27099  or the toolbar button 
27100 \begin_inset Info
27101 type  "icon"
27102 arg   "label-insert"
27103 \end_inset
27104
27105 .
27106  A grey label box like this one:
27107  
27108 \begin_inset Graphics
27109         filename clipart/label.png
27110         scaleBeforeRotation
27111
27112 \end_inset
27113
27114  will be inserted and the label window pops up asking for the label text.
27115  \SpecialChar LyX
27116  offers as text the first words of the caption with a prefix.
27117  The prefix depends on the float type,
27118  e.
27119 \begin_inset space \thinspace{}
27120 \end_inset
27121
27122 g.
27123 \begin_inset space \space{}
27124 \end_inset
27125
27126 for figure floats the prefix will be "
27127 \family sans
27128 fig:
27129 \family default
27130 ".
27131 \end_layout
27132
27133 \begin_layout Standard
27134 The label is used as anchor and name for the reference.
27135  You can refer to the label using the menu 
27136 \family sans
27137 Insert\SpecialChar menuseparator
27138 Cross-reference
27139 \family default
27140  or the toolbar button 
27141 \begin_inset Info
27142 type  "icon"
27143 arg   "dialog-show-new-inset ref"
27144 \end_inset
27145
27146 .
27147  The cross-reference window appears showing all labels of the document.
27148  If you have multiple \SpecialChar LyX
27149  documents opened,
27150  choose the one you are working on from the drop-list at the top of the dialog.
27151  You can now sort the labels alphabetically and then choose one.
27152  A grey cross-reference box like this one:
27153  
27154 \begin_inset Graphics
27155         filename clipart/reference.png
27156         scaleBeforeRotation
27157
27158 \end_inset
27159
27160  will be inserted.
27161  At the position of the cross-reference box the float number will appear in the output.
27162 \end_layout
27163
27164 \begin_layout Standard
27165 It is recommended that you use a non-breaking space between the cross-reference name and its number to avoid line breaks between them.
27166  If a cross-reference refers to a non-existing label,
27167  you will see two question marks in the output instead of the reference.
27168 \end_layout
27169
27170 \begin_layout Standard
27171 You can change labels at any time by clicking on the label box.
27172  References to the changed label will automatically update their links to the new label text.
27173 \end_layout
27174
27175 \begin_layout Standard
27176 The button 
27177 \family sans
27178 Go
27179 \begin_inset space ~
27180 \end_inset
27181
27182 to
27183 \begin_inset space ~
27184 \end_inset
27185
27186 Label
27187 \family default
27188  in the cross-reference window sets the cursor before the referred label.
27189  The button text changes then to Go
27190 \begin_inset space ~
27191 \end_inset
27192
27193 Back and you can use it to set the cursor back to the cross-reference.
27194 \end_layout
27195
27196 \begin_layout Subsection
27197 Cross-Reference Formats
27198 \begin_inset CommandInset label
27199 LatexCommand label
27200 name "subsec:Cross-Reference-Formats"
27201
27202 \end_inset
27203
27204
27205 \begin_inset Index idx
27206 range none
27207 pageformat default
27208 status collapsed
27209
27210 \begin_layout Plain Layout
27211 References
27212 \begin_inset IndexMacro subentry
27213 status open
27214
27215 \begin_layout Plain Layout
27216 Formats
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \begin_layout Standard
27230 There are six varieties of cross-references:
27231 \end_layout
27232
27233 \begin_layout Description
27234 <reference>:
27235  prints the float number,
27236  this is the default:
27237  
27238 \begin_inset CommandInset ref
27239 LatexCommand ref
27240 reference "fig:Two-distorted-images"
27241 nolink "false"
27242
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \begin_layout Description
27249 (<reference>):
27250  prints the float number within two parentheses,
27251  this is the style normally used to reference formulas,
27252  especially when the reference name 
27253 \begin_inset Quotes eld
27254 \end_inset
27255
27256 Equation
27257 \begin_inset Quotes erd
27258 \end_inset
27259
27260  is omitted:
27261  
27262 \begin_inset CommandInset ref
27263 LatexCommand eqref
27264 reference "eq:Wgn"
27265 nolink "false"
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Description
27273 <page>:
27274  prints the page number:
27275  Page
27276 \begin_inset space ~
27277 \end_inset
27278
27279
27280 \begin_inset CommandInset ref
27281 LatexCommand pageref
27282 reference "fig:Two-distorted-images"
27283 nolink "false"
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Description
27291 on
27292 \begin_inset space ~
27293 \end_inset
27294
27295 page
27296 \begin_inset space ~
27297 \end_inset
27298
27299 <page>:
27300  prints the text "on page" and the page number:
27301  
27302 \begin_inset CommandInset ref
27303 LatexCommand vpageref
27304 reference "fig:Two-distorted-images"
27305 nolink "false"
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Description
27313 <reference>
27314 \begin_inset space ~
27315 \end_inset
27316
27317 on
27318 \begin_inset space ~
27319 \end_inset
27320
27321 page
27322 \begin_inset space ~
27323 \end_inset
27324
27325 <page>:
27326  prints the float number,
27327  the text "on page",
27328  and the page number:
27329  
27330 \begin_inset CommandInset ref
27331 LatexCommand vref
27332 reference "fig:Two-distorted-images"
27333 nolink "false"
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Description
27341 Formatted
27342 \begin_inset space ~
27343 \end_inset
27344
27345 reference:
27346  prints a self-defined cross-reference format.
27347 \begin_inset Newline newline
27348 \end_inset
27349
27350
27351 \begin_inset Note Greyedout
27352 status open
27353
27354 \begin_layout Plain Layout
27355
27356 \series bold
27357 Note:
27358
27359 \series default
27360  This feature is only available when you have the \SpecialChar LaTeX
27361 -package 
27362 \series bold
27363 prettyref
27364 \series default
27365  or 
27366 \series bold
27367 refstyle
27368 \series default
27369
27370 \begin_inset Index idx
27371 range none
27372 pageformat default
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376 \SpecialChar LaTeX
27377  packages
27378 \begin_inset IndexMacro subentry
27379 status open
27380
27381 \begin_layout Plain Layout
27382 prettyref
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \begin_inset Index idx
27394 range none
27395 pageformat default
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 \SpecialChar LaTeX
27400  packages
27401 \begin_inset IndexMacro subentry
27402 status open
27403
27404 \begin_layout Plain Layout
27405 refstyle
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \end_inset
27414
27415  installed.
27416 \end_layout
27417
27418 \end_inset
27419
27420
27421 \begin_inset Newline newline
27422 \end_inset
27423
27424 You can select which \SpecialChar LaTeX
27425 -package should be used for this feature by setting the option 
27426 \family sans
27427 Use refstyle (not prettyref) for cross-references
27428 \family default
27429  in the menu 
27430 \family sans
27431 Document\SpecialChar menuseparator
27432 Settings\SpecialChar menuseparator
27433 Document Class
27434 \family default
27435 .
27436  The format is specified by adding the command 
27437 \series bold
27438
27439 \backslash
27440 newrefformat
27441 \series default
27442  (prettyref) or 
27443 \series bold
27444
27445 \backslash
27446 newref
27447 \series default
27448  (refstyle) to the preamble of the document.
27449  For example redefining all references to figures (which have the label prefix 
27450 \begin_inset Quotes eld
27451 \end_inset
27452
27453
27454 \family sans
27455 fig
27456 \family default
27457
27458 \begin_inset Quotes erd
27459 \end_inset
27460
27461 ) can be done with this command
27462 \begin_inset Newline newline
27463 \end_inset
27464
27465
27466 \series bold
27467
27468 \backslash
27469 newref{fig}{refcmd={Image on page 
27470 \backslash
27471 pageref{#1}}}
27472 \series default
27473
27474 \begin_inset Newline newline
27475 \end_inset
27476
27477 For more information about the format,
27478  have a look at the package documentations,
27479  
27480 \begin_inset CommandInset citation
27481 LatexCommand cite
27482 key "prettyref,refstyle"
27483 literal "true"
27484
27485 \end_inset
27486
27487 .
27488 \begin_inset Newline newline
27489 \end_inset
27490
27491 The options 
27492 \family sans
27493 Plural
27494 \family default
27495  and 
27496 \family sans
27497 Capitalized
27498 \family default
27499  are only available if you use the \SpecialChar LaTeX
27500 -package 
27501 \series bold
27502 refstyle
27503 \series default
27504 .
27505  
27506 \family sans
27507 Plural
27508 \family default
27509  adds an 
27510 \emph on
27511 s
27512 \emph default
27513  to the name,
27514  e.
27515 \begin_inset space \thinspace{}
27516 \end_inset
27517
27518 g.
27519 \begin_inset space \space{}
27520 \end_inset
27521
27522
27523 \begin_inset Quotes eld
27524 \end_inset
27525
27526 figures
27527 \begin_inset Quotes erd
27528 \end_inset
27529
27530 ;
27531  
27532 \family sans
27533 Capitalized
27534 \family default
27535  outputs the name capitalized,
27536  e.
27537 \begin_inset space \thinspace{}
27538 \end_inset
27539
27540 g.
27541 \begin_inset space \space{}
27542 \end_inset
27543
27544
27545 \begin_inset Quotes eld
27546 \end_inset
27547
27548 Figure
27549 \begin_inset Quotes erd
27550 \end_inset
27551
27552 .
27553  Both options can be combined to get e.
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 g.
27558 \begin_inset space \space{}
27559 \end_inset
27560
27561
27562 \begin_inset Quotes eld
27563 \end_inset
27564
27565 Figures
27566 \begin_inset Quotes erd
27567 \end_inset
27568
27569 .
27570 \end_layout
27571
27572 \begin_layout Description
27573 Textual
27574 \begin_inset space ~
27575 \end_inset
27576
27577 reference:
27578  prints the caption of the reference:
27579  
27580 \begin_inset CommandInset ref
27581 LatexCommand nameref
27582 reference "fig:Two-distorted-images"
27583 nolink "false"
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Description
27591 Label
27592 \begin_inset space ~
27593 \end_inset
27594
27595 only:
27596  prints only the \SpecialChar LaTeX
27597  label for the reference:
27598  
27599 \begin_inset CommandInset ref
27600 LatexCommand labelonly
27601 reference "fig:Two-distorted-images"
27602 plural "false"
27603 caps "false"
27604 noprefix "false"
27605 nolink "false"
27606
27607 \end_inset
27608
27609
27610 \begin_inset Newline newline
27611 \end_inset
27612
27613 This allows to use the label for commands in \SpecialChar TeX
27614  code.
27615  With the option 
27616 \family sans
27617 No Prefix
27618 \family default
27619  one can omit the prefix of the label name:
27620  
27621 \begin_inset CommandInset ref
27622 LatexCommand labelonly
27623 reference "fig:Two-distorted-images"
27624 plural "false"
27625 caps "false"
27626 noprefix "true"
27627 nolink "false"
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Standard
27635
27636 \family sans
27637 <page>
27638 \family default
27639  will not print the page number if the label is on the previous,
27640  the same,
27641  or the next page.
27642  You will e.
27643 \begin_inset space \thinspace{}
27644 \end_inset
27645
27646 g.
27647 \begin_inset space \space{}
27648 \end_inset
27649
27650 see the text 
27651 \begin_inset Quotes eld
27652 \end_inset
27653
27654
27655 \family sans
27656 on this page
27657 \family default
27658
27659 \begin_inset Quotes erd
27660 \end_inset
27661
27662  instead.
27663  The style 
27664 \family sans
27665 <reference> on page <page>
27666 \family default
27667  will not print anything about the page if the label is on the same page.
27668 \end_layout
27669
27670 \begin_layout Standard
27671 The number and current page of the part of the document referred to in the output is automatically calculated by \SpecialChar LaTeX
27672 .
27673  The varieties are adjusted in the field 
27674 \family sans
27675 Format
27676 \family default
27677  of the cross-reference window that appears when you click on the cross-reference box.
27678 \end_layout
27679
27680 \begin_layout Standard
27681 \begin_inset Note Greyedout
27682 status open
27683
27684 \begin_layout Plain Layout
27685
27686 \series bold
27687 Note:
27688
27689 \series default
27690  It is recommended to use the \SpecialChar LaTeX
27691 -package 
27692 \series bold
27693 refstyle
27694 \series default
27695
27696 \begin_inset Index idx
27697 range none
27698 pageformat default
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 \SpecialChar LaTeX
27703  packages
27704 \begin_inset IndexMacro subentry
27705 status open
27706
27707 \begin_layout Plain Layout
27708 refstyle
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \end_inset
27717
27718  because 
27719 \series bold
27720 prettyref
27721 \series default
27722
27723 \begin_inset Index idx
27724 range none
27725 pageformat default
27726 status collapsed
27727
27728 \begin_layout Plain Layout
27729 \SpecialChar LaTeX
27730  packages
27731 \begin_inset IndexMacro subentry
27732 status open
27733
27734 \begin_layout Plain Layout
27735 prettyref
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \end_inset
27744
27745  does not know all of \SpecialChar LyX
27746 's possible label shortcuts
27747 \begin_inset Foot
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 \begin_inset Quotes eld
27752 \end_inset
27753
27754 fig:
27755 \begin_inset Quotes erd
27756 \end_inset
27757
27758  is for example \SpecialChar LyX
27759 's shortcut for labels in figure captions.
27760 \end_layout
27761
27762 \end_inset
27763
27764  and is not internationalized.
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Subsection
27773 Automatic Reference Naming
27774 \begin_inset Index idx
27775 range none
27776 pageformat default
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 References
27781 \begin_inset IndexMacro subentry
27782 status open
27783
27784 \begin_layout Plain Layout
27785 Automatic Reference Naming
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799 The \SpecialChar LaTeX
27800 -package 
27801 \series bold
27802 hyperref
27803 \series default
27804
27805 \begin_inset Index idx
27806 range none
27807 pageformat default
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 \SpecialChar LaTeX
27812  packages
27813 \begin_inset IndexMacro subentry
27814 status open
27815
27816 \begin_layout Plain Layout
27817 hyperref
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \end_inset
27826
27827 ,
27828  that is enabled in the 
27829 \family sans
27830 PDF Properties
27831 \family default
27832  of the 
27833 \family sans
27834 Document Settings
27835 \family default
27836  dialog,
27837  provides a very useful feature that cross-references automatically include the name of the referenced floats (or text parts like 
27838 \emph on
27839 section
27840 \emph default
27841 ).
27842  So you will save having to write e.
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 g.
27847 \begin_inset space \space{}
27848 \end_inset
27849
27850 the name 
27851 \begin_inset Quotes eld
27852 \end_inset
27853
27854 Figure
27855 \begin_inset Quotes erd
27856 \end_inset
27857
27858  before every reference to a figure.
27859  To use this feature,
27860  enable 
27861 \series bold
27862 hyperref
27863 \series default
27864  and insert this line to the \SpecialChar LaTeX
27865  preamble:
27866 \end_layout
27867
27868 \begin_layout Standard
27869
27870 \series bold
27871
27872 \backslash
27873 AtBeginDocument{
27874 \backslash
27875 renewcommand{
27876 \backslash
27877 ref}[1]{
27878 \backslash
27879 mbox{
27880 \backslash
27881 autoref{#1}}}}
27882 \end_layout
27883
27884 \begin_layout Standard
27885 When you prefer other reference names than the default ones,
27886  for example you want instead of 
27887 \begin_inset Quotes eld
27888 \end_inset
27889
27890 section
27891 \begin_inset Quotes erd
27892 \end_inset
27893
27894  the name 
27895 \begin_inset Quotes eld
27896 \end_inset
27897
27898 sec.
27899 \begin_inset space \thinspace{}
27900 \end_inset
27901
27902
27903 \begin_inset Quotes eld
27904 \end_inset
27905
27906 ,
27907  you can redefine the name by inserting this in the preamble:
27908 \end_layout
27909
27910 \begin_layout Standard
27911
27912 \series bold
27913
27914 \backslash
27915 addto
27916 \backslash
27917 extrasenglish{
27918 \backslash
27919 renewcommand{
27920 \backslash
27921 sectionautorefname}
27922 \begin_inset Newline newline
27923 \end_inset
27924
27925
27926 \begin_inset Phantom HPhantom
27927 status open
27928
27929 \begin_layout Plain Layout
27930
27931 \series bold
27932 \begin_inset space ~
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939
27940 {sec.
27941 \backslash
27942 negthinspace}}
27943 \end_layout
27944
27945 \begin_layout Standard
27946 When you are using another document language than English,
27947  replace
27948 \begin_inset Newline newline
27949 \end_inset
27950
27951
27952 \series bold
27953
27954 \backslash
27955 extrasenglish
27956 \series default
27957  by 
27958 \series bold
27959
27960 \backslash
27961 extras***
27962 \series default
27963 ,
27964  where *** is the name of the language used.
27965 \end_layout
27966
27967 \begin_layout Standard
27968 To get automatic names,
27969  but not for certain reference types,
27970  for example not for equations,
27971  use this preamble code:
27972 \end_layout
27973
27974 \begin_layout Standard
27975
27976 \series bold
27977
27978 \backslash
27979 addto
27980 \backslash
27981 extrasenglish{
27982 \backslash
27983 renewcommand*{
27984 \backslash
27985 equationautorefname}[1]{}}
27986 \end_layout
27987
27988 \begin_layout Standard
27989 More about this topic can be found in 
27990 \series bold
27991 hyperref
27992 \series default
27993 's documentation 
27994 \begin_inset CommandInset citation
27995 LatexCommand cite
27996 key "hyperref"
27997 literal "true"
27998
27999 \end_inset
28000
28001 .
28002 \end_layout
28003
28004 \begin_layout Standard
28005 \begin_inset Note Greyedout
28006 status open
28007
28008 \begin_layout Plain Layout
28009
28010 \series bold
28011 Note:
28012
28013 \series default
28014  Automatic reference naming cannot be used when you use cross-references in the 
28015 \family sans
28016 Formatted
28017 \begin_inset space ~
28018 \end_inset
28019
28020 reference
28021 \family default
28022  style,
28023  as described in section
28024 \begin_inset space ~
28025 \end_inset
28026
28027
28028 \begin_inset CommandInset ref
28029 LatexCommand ref
28030 reference "subsec:Cross-Reference-Formats"
28031 nolink "false"
28032
28033 \end_inset
28034
28035 .
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Standard
28044 The 
28045 \emph on
28046 Math
28047 \emph default
28048  manual is an example where automatic reference naming is used.
28049 \end_layout
28050
28051 \begin_layout Subsection
28052 Reference Position
28053 \begin_inset CommandInset label
28054 LatexCommand label
28055 name "subsec:Reference-Position"
28056
28057 \end_inset
28058
28059
28060 \begin_inset Index idx
28061 range none
28062 pageformat default
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066 References
28067 \begin_inset IndexMacro subentry
28068 status open
28069
28070 \begin_layout Plain Layout
28071 Reference Position
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \begin_layout Standard
28085 If you use 
28086 \series bold
28087 hyperref
28088 \series default
28089
28090 \begin_inset Index idx
28091 range none
28092 pageformat default
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 \SpecialChar LaTeX
28097  packages
28098 \begin_inset IndexMacro subentry
28099 status open
28100
28101 \begin_layout Plain Layout
28102 hyperref
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112  in the 
28113 \family sans
28114 PDF Properties
28115 \family default
28116  of the 
28117 \family sans
28118 Document Settings
28119 \family default
28120  dialog to link cross-references in the output,
28121  you will see that clicking on an image float reference jumps to the image label.
28122  The caption will be the first text part on the screen,
28123  so that you cannot see the image without scrolling.
28124  This is because the reference link anchor is placed at the position of the label.
28125  With the use of the package 
28126 \series bold
28127 hypcap
28128 \series default
28129
28130 \begin_inset Index idx
28131 range none
28132 pageformat default
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 \SpecialChar LaTeX
28137  packages
28138 \begin_inset IndexMacro subentry
28139 status open
28140
28141 \begin_layout Plain Layout
28142 hypcap
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \end_inset
28151
28152 ,
28153  which is part of the \SpecialChar LaTeX
28154 -package 
28155 \series bold
28156 oberdiek
28157 \series default
28158
28159 \begin_inset Index idx
28160 range none
28161 pageformat default
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 \SpecialChar LaTeX
28166  packages
28167 \begin_inset IndexMacro subentry
28168 status open
28169
28170 \begin_layout Plain Layout
28171 oberdiek
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \end_inset
28180
28181 ,
28182  the link anchor is placed at the beginning of a float.
28183  To use this feature for figure floats,
28184  load 
28185 \series bold
28186 hypcap
28187 \series default
28188  in the document preamble with the line
28189 \end_layout
28190
28191 \begin_layout Standard
28192
28193 \series bold
28194
28195 \backslash
28196 usepackage[figure]{hypcap}
28197 \end_layout
28198
28199 \begin_layout Standard
28200 You can also use 
28201 \series bold
28202 hypcap
28203 \series default
28204  for all float types but this is not recommended for stability reasons.
28205  For more information,
28206  have a look at 
28207 \series bold
28208 hypcap
28209 \series default
28210 's manual 
28211 \begin_inset CommandInset citation
28212 LatexCommand cite
28213 key "hypcap"
28214 literal "true"
28215
28216 \end_inset
28217
28218 .
28219 \end_layout
28220
28221 \begin_layout Standard
28222 \begin_inset Note Greyedout
28223 status open
28224
28225 \begin_layout Plain Layout
28226
28227 \series bold
28228 Note:
28229
28230 \series default
28231  
28232 \series bold
28233 hypcap
28234 \series default
28235  has no effect on references to subfigures.
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \begin_layout Section
28244 Float Settings
28245 \begin_inset CommandInset label
28246 LatexCommand label
28247 name "sec:Float-Settings"
28248
28249 \end_inset
28250
28251
28252 \begin_inset Index idx
28253 range none
28254 pageformat default
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 Floats
28259 \begin_inset IndexMacro subentry
28260 status open
28261
28262 \begin_layout Plain Layout
28263 Settings
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Float Settings can be adjusted at two places in \SpecialChar LyX
28278 :
28279  in 
28280 \family sans
28281 Document\SpecialChar menuseparator
28282 Settings\SpecialChar ldots
28283 \SpecialChar menuseparator
28284 Float Settings
28285 \family default
28286 ,
28287  you can set some options that are used by default for all floats of the document (placement on page and alignment of contents),
28288  unless you modify the local settings of a float.
28289 \end_layout
28290
28291 \begin_layout Standard
28292 The latter can be done by right-clicking on a float-box and clicking on 
28293 \family sans
28294 Settings\SpecialChar ldots
28295
28296 \family default
28297  This opens a dialog where you can,
28298  now only for the given float,
28299  alter the global placement and alignment options,
28300  and adapt some other options that are only available for single floats.
28301  All these options,
28302  both for 
28303 \family sans
28304 Document\SpecialChar menuseparator
28305 Settings\SpecialChar menuseparator
28306 Float Settings
28307 \family default
28308  and for local 
28309 \family sans
28310 Float Settings
28311 \family default
28312 ,
28313  are described in turn.
28314 \end_layout
28315
28316 \begin_layout Subsection
28317 Float Placement
28318 \begin_inset CommandInset label
28319 LatexCommand label
28320 name "sec:Float-Placement"
28321
28322 \end_inset
28323
28324
28325 \begin_inset Index idx
28326 range none
28327 pageformat default
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 Floats
28332 \begin_inset IndexMacro subentry
28333 status open
28334
28335 \begin_layout Plain Layout
28336 Placement
28337 \end_layout
28338
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Both in 
28351 \family sans
28352 Document\SpecialChar menuseparator
28353 Settings\SpecialChar menuseparator
28354 Float Settings
28355 \family default
28356  and in the local 
28357 \family sans
28358 Float Settings
28359 \family default
28360  dialog,
28361  you can modify the placement algorithm that \SpecialChar LaTeX
28362  uses for positioning floats on the page,
28363  either for all floats (
28364 \family sans
28365 Document\SpecialChar menuseparator
28366 Settings\SpecialChar menuseparator
28367 Float Settings
28368 \family default
28369 ) or a particular float (local 
28370 \family sans
28371 Float Settings
28372 \family default
28373  dialog).
28374  This is done via 
28375 \family sans
28376 Placement Settings
28377 \family default
28378 .
28379  By default,
28380  this is set to 
28381 \family sans
28382 Class Default
28383 \family default
28384  in 
28385 \family sans
28386 Document\SpecialChar menuseparator
28387 Settings\SpecialChar menuseparator
28388 Float Settings
28389 \family default
28390  (meaning that the default placement algorithm of the document class is used) or 
28391 \family sans
28392 Document Default
28393 \family default
28394  in the local 
28395 \family sans
28396 Float Settings
28397 \family default
28398  dialog (meaning that the settings in 
28399 \family sans
28400 Document\SpecialChar menuseparator
28401 Settings\SpecialChar menuseparator
28402 Float Settings
28403 \family default
28404  are used,
28405  which are the Class Defaults by default).
28406  If you want to change this,
28407  select 
28408 \family sans
28409 Placement Settings:
28410
28411 \family default
28412  
28413 \family sans
28414 Custom.
28415
28416 \family default
28417  This allows you to select one or more from:
28418 \end_layout
28419
28420 \begin_layout Description
28421 Here
28422 \begin_inset space ~
28423 \end_inset
28424
28425 if
28426 \begin_inset space ~
28427 \end_inset
28428
28429 possible try to place the float on the position where it has been inserted
28430 \end_layout
28431
28432 \begin_layout Description
28433 Here,
28434 \begin_inset space ~
28435 \end_inset
28436
28437 definitely forces the placement of the float on the position where it has been inserted
28438 \end_layout
28439
28440 \begin_layout Description
28441 Top
28442 \begin_inset space ~
28443 \end_inset
28444
28445 of
28446 \begin_inset space ~
28447 \end_inset
28448
28449 page try to place the float at the top of the current page
28450 \end_layout
28451
28452 \begin_layout Description
28453 Bottom
28454 \begin_inset space ~
28455 \end_inset
28456
28457 of
28458 \begin_inset space ~
28459 \end_inset
28460
28461 page try to place the float at the bottom of the current page
28462 \end_layout
28463
28464 \begin_layout Description
28465 Page
28466 \begin_inset space ~
28467 \end_inset
28468
28469 of
28470 \begin_inset space ~
28471 \end_inset
28472
28473 floats try to place the float on its own page
28474 \end_layout
28475
28476 \begin_layout Standard
28477 The order of the above option is 
28478 \emph on
28479 always
28480 \emph default
28481  used by \SpecialChar LaTeX
28482 .
28483  That means,
28484  if you use the default placement,
28485  \SpecialChar LaTeX
28486  will first try out 
28487 \family sans
28488 Here
28489 \begin_inset space ~
28490 \end_inset
28491
28492 if
28493 \begin_inset space ~
28494 \end_inset
28495
28496 possible
28497 \family default
28498 ,
28499  then 
28500 \family sans
28501 Top
28502 \begin_inset space ~
28503 \end_inset
28504
28505 of
28506 \begin_inset space ~
28507 \end_inset
28508
28509 page
28510 \family default
28511 ,
28512  and then the others.
28513  If you do not use the default,
28514  \SpecialChar LaTeX
28515  will try only the checked options but in the same order.
28516  If none of the 4
28517 \begin_inset space ~
28518 \end_inset
28519
28520 placements is possible the procedure is internally repeated trying to put the float on the following page.
28521 \end_layout
28522
28523 \begin_layout Standard
28524 By default,
28525  each option has its own rules:
28526 \end_layout
28527
28528 \begin_layout Labeling
28529 \labelwidthstring 00.00.0000
28530
28531 \family sans
28532 Top
28533 \begin_inset space ~
28534 \end_inset
28535
28536 of
28537 \begin_inset space ~
28538 \end_inset
28539
28540 page
28541 \family default
28542  only floats occupying less than 70
28543 \begin_inset space \thinspace{}
28544 \end_inset
28545
28546 % of the page can be placed at the top of a page (
28547 \series bold
28548
28549 \backslash
28550 topfraction
28551 \series default
28552 )
28553 \end_layout
28554
28555 \begin_layout Labeling
28556 \labelwidthstring 00.00.0000
28557
28558 \family sans
28559 Bottom
28560 \begin_inset space ~
28561 \end_inset
28562
28563 of
28564 \begin_inset space ~
28565 \end_inset
28566
28567 page
28568 \family default
28569 :
28570  only floats occupying less than 30
28571 \begin_inset space \thinspace{}
28572 \end_inset
28573
28574 % of the page can be placed at the bottom of a page.
28575  (
28576 \series bold
28577
28578 \backslash
28579 bottomfraction
28580 \series default
28581 )
28582 \end_layout
28583
28584 \begin_layout Labeling
28585 \labelwidthstring 00.00.0000
28586
28587 \family sans
28588 Page
28589 \begin_inset space ~
28590 \end_inset
28591
28592 of
28593 \begin_inset space ~
28594 \end_inset
28595
28596 floats
28597 \family default
28598 :
28599  only if more than 50
28600 \begin_inset space \thinspace{}
28601 \end_inset
28602
28603 % of the page is occupied by floats,
28604  several floats can be set together on a page.
28605  (
28606 \series bold
28607
28608 \backslash
28609 floatpagefraction
28610 \series default
28611 )
28612 \end_layout
28613
28614 \begin_layout Standard
28615 If you don't like these rules,
28616  you can ignore them by using the additional option 
28617 \family sans
28618 Ignore
28619 \begin_inset space ~
28620 \end_inset
28621
28622 \SpecialChar LaTeX
28623
28624 \begin_inset space ~
28625 \end_inset
28626
28627 rules
28628 \family default
28629 .
28630 \begin_inset Newline newline
28631 \end_inset
28632
28633 You can also redefine the rules with \SpecialChar LaTeX
28634 -commands that are given in parentheses after the rules description above.
28635  To increase for example the often too small default of the bottom-rule to 50
28636 \begin_inset space \thinspace{}
28637 \end_inset
28638
28639 % of the page,
28640  add this line to your document preamble:
28641 \end_layout
28642
28643 \begin_layout Standard
28644
28645 \series bold
28646
28647 \backslash
28648 renewcommand{
28649 \backslash
28650 bottomfraction}{0.5}
28651 \end_layout
28652
28653 \begin_layout Standard
28654 Sometimes you might need,
28655  under all circumstances,
28656  a float to be placed exactly at the position where it is inserted.
28657  For this case you can use the option 
28658 \family sans
28659 Here
28660 \begin_inset space ~
28661 \end_inset
28662
28663 definitely
28664 \family default
28665 .
28666  Use this option very rarely and only if the document is almost ready to be printed,
28667  because the float is then no longer able to 
28668 \begin_inset Quotes eld
28669 \end_inset
28670
28671 float
28672 \begin_inset Quotes erd
28673 \end_inset
28674
28675  when you change your document and this will often destroy the page layout.
28676 \end_layout
28677
28678 \begin_layout Standard
28679 There are no placement options for text wrap floats,
28680  because they are always surrounded by the text of a certain paragraph.
28681 \begin_inset VSpace bigskip
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 Sometimes you have the problem that a float is placed at the top of a page while its corresponding section starts at the middle of the page,
28689  so that the reader could think the float is part of the previous section.
28690  To avoid this the \SpecialChar LaTeX
28691 -command 
28692 \series bold
28693
28694 \backslash
28695 suppressfloats
28696 \series default
28697  can be used.
28698  It suppresses a given float placement for the page where it is inserted and can therefore be used to avoid floats being set before a section starts.
28699  To get this,
28700  add these commands to your document preamble:
28701 \end_layout
28702
28703 \begin_layout Standard
28704
28705 \series bold
28706
28707 \backslash
28708 let
28709 \backslash
28710 mySection
28711 \backslash
28712 section
28713 \begin_inset Newline newline
28714 \end_inset
28715
28716
28717 \backslash
28718 renewcommand{
28719 \backslash
28720 section}{
28721 \backslash
28722 suppressfloats[t]
28723 \backslash
28724 mySection}
28725 \end_layout
28726
28727 \begin_layout Standard
28728 You can define the same for all section headings,
28729  like chapters and subsections.
28730  This definition is not recommended to be used for small text parts like subsubsections because \SpecialChar LaTeX
28731  may then have problems finding a suitable placement.
28732 \end_layout
28733
28734 \begin_layout Standard
28735 \begin_inset VSpace bigskip
28736 \end_inset
28737
28738 In some cases it is required to have all figures/tables at the end of the document.
28739  For this purpose the \SpecialChar LaTeX
28740 -package 
28741 \series bold
28742 endfloat
28743 \series default
28744
28745 \begin_inset Index idx
28746 range none
28747 pageformat default
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751 \SpecialChar LaTeX
28752  packages
28753 \begin_inset IndexMacro subentry
28754 status open
28755
28756 \begin_layout Plain Layout
28757 endfloat
28758 \end_layout
28759
28760 \end_inset
28761
28762
28763 \end_layout
28764
28765 \end_inset
28766
28767  was developed.
28768  It puts all figure and table floats at the end of the document into their own sections.
28769  At the original float position a text hint like 
28770 \begin_inset Quotes eld
28771 \end_inset
28772
28773
28774 \family sans
28775 [Figure
28776 \begin_inset space ~
28777 \end_inset
28778
28779 3.2 about here.]
28780 \family default
28781
28782 \begin_inset Quotes erd
28783 \end_inset
28784
28785  is inserted.
28786  The endfloat-package is loaded in the preamble with the line
28787 \end_layout
28788
28789 \begin_layout Standard
28790
28791 \series bold
28792
28793 \backslash
28794 usepackage[options]{endfloat}
28795 \end_layout
28796
28797 \begin_layout Standard
28798 There are various package options to format the created figure/table sections.
28799  For more information we refer you to the 
28800 \series bold
28801 endfloat
28802 \series default
28803  documentation 
28804 \begin_inset CommandInset citation
28805 LatexCommand cite
28806 key "endfloat"
28807 literal "true"
28808
28809 \end_inset
28810
28811 .
28812 \begin_inset Newline newline
28813 \end_inset
28814
28815
28816 \begin_inset Note Greyedout
28817 status open
28818
28819 \begin_layout Plain Layout
28820
28821 \series bold
28822 Note:
28823  endfloat
28824 \series default
28825  doesn't provide an automatic translation for the text hint,
28826  you have to do this manually,
28827  see section
28828 \begin_inset space ~
28829 \end_inset
28830
28831 4 in 
28832 \begin_inset CommandInset citation
28833 LatexCommand cite
28834 key "endfloat"
28835 literal "true"
28836
28837 \end_inset
28838
28839 .
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \begin_inset Newline newline
28846 \end_inset
28847
28848
28849 \begin_inset Note Greyedout
28850 status open
28851
28852 \begin_layout Plain Layout
28853
28854 \series bold
28855 Note:
28856
28857 \series default
28858  There is currently a bug in 
28859 \series bold
28860 endfloat
28861 \series default
28862  when the caption contains a German 
28863 \begin_inset Quotes eld
28864 \end_inset
28865
28866 ß
28867 \begin_inset Quotes erd
28868 \end_inset
28869
28870 .
28871  Use in this case the command 
28872 \begin_inset Quotes eld
28873 \end_inset
28874
28875
28876 \series bold
28877
28878 \backslash
28879 ss
28880 \series default
28881
28882 \begin_inset Quotes erd
28883 \end_inset
28884
28885  in \SpecialChar TeX
28886  Code instead of 
28887 \begin_inset Quotes eld
28888 \end_inset
28889
28890 ß
28891 \begin_inset Quotes erd
28892 \end_inset
28893
28894 .
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \begin_layout Standard
28903 \begin_inset VSpace bigskip
28904 \end_inset
28905
28906 For more details about float placements,
28907  have a look at \SpecialChar LaTeX
28908  books,
28909  
28910 \begin_inset CommandInset citation
28911 LatexCommand cite
28912 key "latexcompanion,latexguide,latexbook"
28913 literal "true"
28914
28915 \end_inset
28916
28917 .
28918 \end_layout
28919
28920 \begin_layout Subsection
28921 Alignment of Float Contents
28922 \end_layout
28923
28924 \begin_layout Standard
28925 In this list of options,
28926  you can define how the contents of a float (or all floats by default,
28927  if selected from 
28928 \family sans
28929 Document\SpecialChar menuseparator
28930 Settings
28931 \family default
28932 ) are aligned.
28933  
28934 \family sans
28935 Class Default
28936 \family default
28937  means that the alignment of the class,
28938  or the default alignment of \SpecialChar LaTeX
28939 ,
28940  is used.
28941  
28942 \family sans
28943 Document Default
28944 \family default
28945  (only visible in the 
28946 \family sans
28947 Float Settings
28948 \family default
28949  dialog,
28950  not in 
28951 \family sans
28952 Document\SpecialChar menuseparator
28953 Settings
28954 \family default
28955 ) takes the setting specified in 
28956 \family sans
28957 Document\SpecialChar menuseparator
28958 Settings\SpecialChar menuseparator
28959 Float Settings
28960 \family default
28961 .
28962  The other three options,
28963  
28964 \family sans
28965 Left
28966 \family default
28967 ,
28968  
28969 \family sans
28970 Center
28971 \family default
28972 ,
28973  or 
28974 \family sans
28975 Right
28976 \family default
28977 ,
28978  are self-explanatory.
28979  If one of these is selected in 
28980 \family sans
28981 Document\SpecialChar menuseparator
28982 Settings\SpecialChar menuseparator
28983 Float Settings
28984 \family default
28985 ,
28986  all floats of the document will have this setting by default (so it is fairly easy,
28987  for instance,
28988  to center all floats).
28989 \end_layout
28990
28991 \begin_layout Subsection
28992 Other Float Options
28993 \end_layout
28994
28995 \begin_layout Standard
28996 These two options are only visible in the local 
28997 \family sans
28998 Float Settings
28999 \family default
29000  dialog,
29001  not in 
29002 \family sans
29003 Document\SpecialChar menuseparator
29004 Settings.
29005 \end_layout
29006
29007 \begin_layout Standard
29008 The option 
29009 \family sans
29010 Span
29011 \begin_inset space ~
29012 \end_inset
29013
29014 columns
29015 \family default
29016  is useful for two-column documents:
29017  If you select it,
29018  the float will span both columns on the page instead of being confined to just one.
29019 \end_layout
29020
29021 \begin_layout Standard
29022 The option 
29023 \family sans
29024 Rotate
29025 \begin_inset space ~
29026 \end_inset
29027
29028 sideways
29029 \family default
29030  is used to rotate floats,
29031  see section 
29032 \begin_inset CommandInset ref
29033 LatexCommand ref
29034 reference "sec:Rotated-Floats"
29035 nolink "false"
29036
29037 \end_inset
29038
29039 .
29040 \end_layout
29041
29042 \begin_layout Section
29043 Rotated Floats
29044 \begin_inset CommandInset label
29045 LatexCommand label
29046 name "sec:Rotated-Floats"
29047
29048 \end_inset
29049
29050
29051 \begin_inset Index idx
29052 range none
29053 pageformat default
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Floats
29058 \begin_inset IndexMacro subentry
29059 status open
29060
29061 \begin_layout Plain Layout
29062 Rotating
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 Especially for wide tables you might have floats rotated.
29077  To rotate a whole float including the caption,
29078  right-click on the float-box and use the option 
29079 \family sans
29080 Rotate
29081 \begin_inset space ~
29082 \end_inset
29083
29084 sideways
29085 \family default
29086 .
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Rotated floats are always placed on a page of their own (or column of their own;
29091  in case you have a multi-column document).
29092  You can let them span several columns using the float settings option 
29093 \family sans
29094 Span
29095 \begin_inset space ~
29096 \end_inset
29097
29098 columns
29099 \family default
29100 .
29101  Floats are rotated so that you can read them from the outside margin.
29102  To force a certain rotation direction for all pages,
29103  you can add either the option 
29104 \series bold
29105 figuresleft
29106 \series default
29107  or 
29108 \series bold
29109 figuresright
29110 \series default
29111  to the document class options.
29112 \end_layout
29113
29114 \begin_layout Standard
29115 Referencing rotated floats is the same as for normal floats,
29116  the caption format is also the same:
29117  Table
29118 \begin_inset space ~
29119 \end_inset
29120
29121
29122 \begin_inset CommandInset ref
29123 LatexCommand ref
29124 reference "tab:Rotated-table"
29125 nolink "false"
29126
29127 \end_inset
29128
29129  is an example of a rotated table float.
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset Note Greyedout
29134 status open
29135
29136 \begin_layout Plain Layout
29137
29138 \series bold
29139 Note:
29140
29141 \series default
29142  Not all DVI-viewers are able to display rotated floats.
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 \begin_inset Float table
29152 placement document
29153 alignment document
29154 wide false
29155 sideways true
29156 status open
29157
29158 \begin_layout Plain Layout
29159 \begin_inset Caption Standard
29160
29161 \begin_layout Plain Layout
29162 \begin_inset CommandInset label
29163 LatexCommand label
29164 name "tab:Rotated-table"
29165
29166 \end_inset
29167
29168  Rotated table
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Plain Layout
29177 \align center
29178 \begin_inset Tabular
29179 <lyxtabular version="3" rows="1" columns="5">
29180 <features tabularvalignment="middle">
29181 <column alignment="center" valignment="top">
29182 <column alignment="center" valignment="top">
29183 <column alignment="center" valignment="top">
29184 <column alignment="center" valignment="top">
29185 <column alignment="center" valignment="top">
29186 <row>
29187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191 test
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 b
29201 \end_layout
29202
29203 \end_inset
29204 </cell>
29205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209 c
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29215 \begin_inset Text
29216
29217 \begin_layout Plain Layout
29218 d
29219 \end_layout
29220
29221 \end_inset
29222 </cell>
29223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29224 \begin_inset Text
29225
29226 \begin_layout Plain Layout
29227 e
29228 \end_layout
29229
29230 \end_inset
29231 </cell>
29232 </row>
29233 </lyxtabular>
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Section
29246 Subfloats
29247 \begin_inset Index idx
29248 range none
29249 pageformat default
29250 status collapsed
29251
29252 \begin_layout Plain Layout
29253 Floats
29254 \begin_inset IndexMacro subentry
29255 status open
29256
29257 \begin_layout Plain Layout
29258 Subfloats
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Standard
29272 Subfloats are for example used when a figure consists of several images.
29273  They are created by inserting a float into an existing float.
29274  The placement of the subfloats can be controlled in the same way as for paragraphs as shown in table
29275 \begin_inset space ~
29276 \end_inset
29277
29278
29279 \begin_inset CommandInset ref
29280 LatexCommand ref
29281 reference "tab:Two-subtables-side"
29282 nolink "false"
29283
29284 \end_inset
29285
29286  and 
29287 \begin_inset CommandInset ref
29288 LatexCommand ref
29289 reference "tab:Two-subtables-upon"
29290 nolink "false"
29291
29292 \end_inset
29293
29294 .
29295 \end_layout
29296
29297 \begin_layout Standard
29298 Referencing subfloats works as for normal floats:
29299  Table
29300 \begin_inset space ~
29301 \end_inset
29302
29303
29304 \begin_inset CommandInset ref
29305 LatexCommand ref
29306 reference "tab:This-is-subtable-a"
29307 nolink "false"
29308
29309 \end_inset
29310
29311  and 
29312 \begin_inset CommandInset ref
29313 LatexCommand ref
29314 reference "tab:This-is-subtable-b"
29315 nolink "false"
29316
29317 \end_inset
29318
29319  are subtables of table
29320 \begin_inset space ~
29321 \end_inset
29322
29323
29324 \begin_inset CommandInset ref
29325 LatexCommand ref
29326 reference "tab:Two-subtables-side"
29327 nolink "false"
29328
29329 \end_inset
29330
29331 .
29332 \end_layout
29333
29334 \begin_layout Standard
29335 \begin_inset Float table
29336 placement document
29337 alignment document
29338 wide false
29339 sideways false
29340 status open
29341
29342 \begin_layout Plain Layout
29343 \begin_inset Caption Standard
29344
29345 \begin_layout Plain Layout
29346 \begin_inset CommandInset label
29347 LatexCommand label
29348 name "tab:Two-subtables-side"
29349
29350 \end_inset
29351
29352 Two subtables placed side by side.
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \begin_layout Plain Layout
29361 \align center
29362 \begin_inset space \hfill{}
29363 \end_inset
29364
29365
29366 \begin_inset Float table
29367 placement document
29368 alignment document
29369 wide false
29370 sideways false
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 \begin_inset Caption Standard
29375
29376 \begin_layout Plain Layout
29377 \begin_inset CommandInset label
29378 LatexCommand label
29379 name "tab:This-is-subtable-a"
29380
29381 \end_inset
29382
29383 This is subtable a.
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \begin_layout Plain Layout
29392 \align center
29393 \begin_inset Tabular
29394 <lyxtabular version="3" rows="1" columns="5">
29395 <features tabularvalignment="middle">
29396 <column alignment="center" valignment="top">
29397 <column alignment="center" valignment="top">
29398 <column alignment="center" valignment="top">
29399 <column alignment="center" valignment="top">
29400 <column alignment="center" valignment="top">
29401 <row>
29402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Plain Layout
29406 test
29407 \end_layout
29408
29409 \end_inset
29410 </cell>
29411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 b
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 c
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433 d
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29439 \begin_inset Text
29440
29441 \begin_layout Plain Layout
29442 e
29443 \end_layout
29444
29445 \end_inset
29446 </cell>
29447 </row>
29448 </lyxtabular>
29449
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \begin_inset space \hfill{}
29459 \end_inset
29460
29461
29462 \begin_inset Float table
29463 placement document
29464 alignment document
29465 wide false
29466 sideways false
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470 \begin_inset Caption Standard
29471
29472 \begin_layout Plain Layout
29473 \begin_inset CommandInset label
29474 LatexCommand label
29475 name "tab:This-is-subtable-b"
29476
29477 \end_inset
29478
29479 This is subtable b.
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Plain Layout
29488 \align center
29489 \begin_inset Tabular
29490 <lyxtabular version="3" rows="1" columns="5">
29491 <features tabularvalignment="middle">
29492 <column alignment="center" valignment="top">
29493 <column alignment="center" valignment="top">
29494 <column alignment="center" valignment="top">
29495 <column alignment="center" valignment="top">
29496 <column alignment="center" valignment="top">
29497 <row>
29498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29499 \begin_inset Text
29500
29501 \begin_layout Plain Layout
29502 e
29503 \end_layout
29504
29505 \end_inset
29506 </cell>
29507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29508 \begin_inset Text
29509
29510 \begin_layout Plain Layout
29511 d
29512 \end_layout
29513
29514 \end_inset
29515 </cell>
29516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29517 \begin_inset Text
29518
29519 \begin_layout Plain Layout
29520 c
29521 \end_layout
29522
29523 \end_inset
29524 </cell>
29525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Plain Layout
29529 b
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29535 \begin_inset Text
29536
29537 \begin_layout Plain Layout
29538 test
29539 \end_layout
29540
29541 \end_inset
29542 </cell>
29543 </row>
29544 </lyxtabular>
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \begin_inset space \hfill{}
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Standard
29566 \begin_inset Float table
29567 placement document
29568 alignment document
29569 wide false
29570 sideways false
29571 status open
29572
29573 \begin_layout Plain Layout
29574 \begin_inset Caption Standard
29575
29576 \begin_layout Plain Layout
29577 \begin_inset CommandInset label
29578 LatexCommand label
29579 name "tab:Two-subtables-upon"
29580
29581 \end_inset
29582
29583 Two subtables placed one above the other.
29584  (a) table with 4 cells,
29585  (b) table with 5 cells.
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Plain Layout
29594 \align center
29595 \begin_inset Float table
29596 placement document
29597 alignment document
29598 wide false
29599 sideways false
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603 \begin_inset Caption Standard
29604
29605 \begin_layout Plain Layout
29606
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Plain Layout
29615 \align center
29616 \begin_inset Tabular
29617 <lyxtabular version="3" rows="1" columns="4">
29618 <features tabularvalignment="middle">
29619 <column alignment="center" valignment="top">
29620 <column alignment="center" valignment="top">
29621 <column alignment="center" valignment="top">
29622 <column alignment="center" valignment="top">
29623 <row>
29624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29625 \begin_inset Text
29626
29627 \begin_layout Plain Layout
29628 test
29629 \end_layout
29630
29631 \end_inset
29632 </cell>
29633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29634 \begin_inset Text
29635
29636 \begin_layout Plain Layout
29637 test
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29643 \begin_inset Text
29644
29645 \begin_layout Plain Layout
29646 test
29647 \end_layout
29648
29649 \end_inset
29650 </cell>
29651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29652 \begin_inset Text
29653
29654 \begin_layout Plain Layout
29655 test
29656 \end_layout
29657
29658 \end_inset
29659 </cell>
29660 </row>
29661 </lyxtabular>
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Plain Layout
29674 \align center
29675 \begin_inset Float table
29676 placement document
29677 alignment document
29678 wide false
29679 sideways false
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 \begin_inset Caption Standard
29684
29685 \begin_layout Plain Layout
29686
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \begin_layout Plain Layout
29695 \align center
29696 \begin_inset Tabular
29697 <lyxtabular version="3" rows="1" columns="5">
29698 <features tabularvalignment="middle">
29699 <column alignment="center" valignment="top">
29700 <column alignment="center" valignment="top">
29701 <column alignment="center" valignment="top">
29702 <column alignment="center" valignment="top">
29703 <column alignment="center" valignment="top">
29704 <row>
29705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29706 \begin_inset Text
29707
29708 \begin_layout Plain Layout
29709 a
29710 \end_layout
29711
29712 \end_inset
29713 </cell>
29714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29715 \begin_inset Text
29716
29717 \begin_layout Plain Layout
29718 b
29719 \end_layout
29720
29721 \end_inset
29722 </cell>
29723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29724 \begin_inset Text
29725
29726 \begin_layout Plain Layout
29727 c
29728 \end_layout
29729
29730 \end_inset
29731 </cell>
29732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29733 \begin_inset Text
29734
29735 \begin_layout Plain Layout
29736 d
29737 \end_layout
29738
29739 \end_inset
29740 </cell>
29741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29742 \begin_inset Text
29743
29744 \begin_layout Plain Layout
29745 e
29746 \end_layout
29747
29748 \end_inset
29749 </cell>
29750 </row>
29751 </lyxtabular>
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Section
29769 Floats Side by Side
29770 \begin_inset Index idx
29771 range none
29772 pageformat default
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 Floats
29777 \begin_inset IndexMacro subentry
29778 status open
29779
29780 \begin_layout Plain Layout
29781 Side by side
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \end_layout
29793
29794 \begin_layout Standard
29795 To place floats side by side,
29796  as in Figures
29797 \begin_inset space ~
29798 \end_inset
29799
29800
29801 \begin_inset CommandInset ref
29802 LatexCommand ref
29803 reference "fig:Float-left"
29804 nolink "false"
29805
29806 \end_inset
29807
29808  and 
29809 \begin_inset CommandInset ref
29810 LatexCommand ref
29811 reference "fig:Float-right"
29812 nolink "false"
29813
29814 \end_inset
29815
29816 ,
29817  only 
29818 \emph on
29819 one
29820 \emph default
29821  float is used.
29822  In it two minipage boxes are inserted.
29823 \begin_inset Foot
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827 Minipages are explained in section
29828 \begin_inset space ~
29829 \end_inset
29830
29831
29832 \begin_inset CommandInset ref
29833 LatexCommand ref
29834 reference "sec:Minipages"
29835 nolink "false"
29836
29837 \end_inset
29838
29839 .
29840 \end_layout
29841
29842 \end_inset
29843
29844  The width is set to 45
29845 \begin_inset space \thinspace{}
29846 \end_inset
29847
29848 -50
29849 \begin_inset space \thinspace{}
29850 \end_inset
29851
29852 column% and the box alignment to 
29853 \family sans
29854 Bottom
29855 \family default
29856  for each minipage.
29857  The minipage boxes contain the image and the caption in the same way as they are in a float.
29858  The only difference is that the image unit 
29859 \family sans
29860 Column
29861 \begin_inset space ~
29862 \end_inset
29863
29864 Width
29865 \begin_inset space ~
29866 \end_inset
29867
29868 %
29869 \family default
29870  is now calculated according to the width of the minipage boxes.
29871 \end_layout
29872
29873 \begin_layout Standard
29874 \begin_inset Float figure
29875 placement document
29876 alignment document
29877 wide false
29878 sideways false
29879 status open
29880
29881 \begin_layout Plain Layout
29882 \begin_inset Box Frameless
29883 position "b"
29884 hor_pos "c"
29885 has_inner_box 1
29886 inner_pos "t"
29887 use_parbox 0
29888 use_makebox 0
29889 width "45col%"
29890 special "none"
29891 height "1in"
29892 height_special "totalheight"
29893 thickness "0.4pt"
29894 separation "3pt"
29895 shadowsize "4pt"
29896 framecolor "black"
29897 backgroundcolor "none"
29898 status open
29899
29900 \begin_layout Plain Layout
29901 \align center
29902 \begin_inset Graphics
29903         filename clipart/2D-intensity-plot.pdf
29904         width 100col%
29905         scaleBeforeRotation
29906
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Plain Layout
29913 \begin_inset Caption Standard
29914
29915 \begin_layout Plain Layout
29916 \begin_inset CommandInset label
29917 LatexCommand label
29918 name "fig:Float-left"
29919
29920 \end_inset
29921
29922 Float on the left side.
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \begin_inset space \hfill{}
29934 \end_inset
29935
29936
29937 \begin_inset Box Frameless
29938 position "b"
29939 hor_pos "c"
29940 has_inner_box 1
29941 inner_pos "t"
29942 use_parbox 0
29943 use_makebox 0
29944 width "45col%"
29945 special "none"
29946 height "1in"
29947 height_special "totalheight"
29948 thickness "0.4pt"
29949 separation "3pt"
29950 shadowsize "4pt"
29951 framecolor "black"
29952 backgroundcolor "none"
29953 status open
29954
29955 \begin_layout Plain Layout
29956 \align center
29957 \begin_inset Graphics
29958         filename clipart/Star-structure.pdf
29959         width 100col%
29960         scaleBeforeRotation
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Plain Layout
29968 \begin_inset Caption Standard
29969
29970 \begin_layout Plain Layout
29971 \begin_inset CommandInset label
29972 LatexCommand label
29973 name "fig:Float-right"
29974
29975 \end_inset
29976
29977 Float on the right side.
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 An alternative and simpler solution is to use the module 
29997 \family sans
29998 Variable-width Minipages
29999 \family default
30000 ,
30001  see sec.
30002 \begin_inset space \thinspace{}
30003 \end_inset
30004
30005
30006 \begin_inset CommandInset ref
30007 LatexCommand ref
30008 reference "sec:Minipages"
30009 nolink "false"
30010
30011 \end_inset
30012
30013 .
30014  Variable-width minipages adapt automatically to the width of the figures and tables.
30015  They do not require an explicit width to be given,
30016  and they improve the horizontal alignment of the figures.
30017  The LyX example file 
30018 \emph on
30019 varwidth-floats-side-by-side
30020 \emph default
30021  gives examples of how to do this.
30022 \end_layout
30023
30024 \begin_layout Section
30025 Caption Formatting
30026 \begin_inset Index idx
30027 range none
30028 pageformat default
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Caption
30033 \begin_inset IndexMacro subentry
30034 status open
30035
30036 \begin_layout Plain Layout
30037 Formatting
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \begin_inset Index idx
30049 range none
30050 pageformat default
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 Floats
30055 \begin_inset IndexMacro subentry
30056 status open
30057
30058 \begin_layout Plain Layout
30059 Caption Formatting
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \begin_inset CommandInset label
30071 LatexCommand label
30072 name "sec:Caption-Formatting"
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Standard
30080 The 
30081 \family sans
30082 Caption
30083 \family default
30084  environment is the default paragraph environment for 
30085 \family sans
30086 Floats
30087 \family default
30088 .
30089  On the \SpecialChar LyX
30090  screen captions appear as a label,
30091  e.
30092 \begin_inset space \thinspace{}
30093 \end_inset
30094
30095 g.
30096 \begin_inset space \space{}
30097 \end_inset
30098
30099
30100 \begin_inset Quotes eld
30101 \end_inset
30102
30103
30104 \family sans
30105 Figure #:
30106 \family default
30107
30108 \begin_inset Quotes erd
30109 \end_inset
30110
30111  followed by the caption text.
30112  
30113 \begin_inset Quotes eld
30114 \end_inset
30115
30116 #
30117 \begin_inset Quotes erd
30118 \end_inset
30119
30120  is the actual reference number.
30121  By default the label and the number are in the same font as the caption text and a colon follows the number to divide the label from the text.
30122  This caption format is suitable for many but not all documents.
30123  
30124 \end_layout
30125
30126 \begin_layout Standard
30127 To change the default caption format,
30128  load the \SpecialChar LaTeX
30129 -package 
30130 \series bold
30131 caption
30132 \series default
30133
30134 \begin_inset Index idx
30135 range none
30136 pageformat default
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 \SpecialChar LaTeX
30141  packages
30142 \begin_inset IndexMacro subentry
30143 status open
30144
30145 \begin_layout Plain Layout
30146 caption
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \end_inset
30155
30156  in the document preamble with this line:
30157 \end_layout
30158
30159 \begin_layout Standard
30160
30161 \series bold
30162
30163 \backslash
30164 usepackage[format definition]{caption}
30165 \end_layout
30166
30167 \begin_layout Standard
30168 To have for example the label and the number in sans-serif,
30169  bold font and the table captions always above the table as in this document,
30170  use the following command:
30171 \end_layout
30172
30173 \begin_layout Standard
30174
30175 \series bold
30176
30177 \backslash
30178 usepackage[labelfont={bf,sf},
30179  tableposition=top]{caption}
30180 \end_layout
30181
30182 \begin_layout Standard
30183 You can also define different caption formats for the different float types.
30184  In this case load the 
30185 \series bold
30186 caption
30187 \series default
30188  package without format specific options and define the different formats with the help of the command
30189 \end_layout
30190
30191 \begin_layout Standard
30192
30193 \series bold
30194
30195 \backslash
30196 captionsetup[float type]{format definition}
30197 \end_layout
30198
30199 \begin_layout Standard
30200 in the document preamble.
30201  For example the caption formats of Figure
30202 \begin_inset space ~
30203 \end_inset
30204
30205
30206 \begin_inset CommandInset ref
30207 LatexCommand ref
30208 reference "fig:This-is-an-fig"
30209 nolink "false"
30210
30211 \end_inset
30212
30213  and Table
30214 \begin_inset space ~
30215 \end_inset
30216
30217
30218 \begin_inset CommandInset ref
30219 LatexCommand ref
30220 reference "tab:This-is-an-tab"
30221 nolink "false"
30222
30223 \end_inset
30224
30225  can be created using these commands in the document preamble:
30226 \end_layout
30227
30228 \begin_layout Standard
30229
30230 \series bold
30231
30232 \backslash
30233 usepackage[tableposition=top]{caption}
30234 \series default
30235
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239
30240 \series bold
30241
30242 \backslash
30243 captionsetup[figure]{labelfont={tt},
30244  textfont=it,
30245  indention=1cm,%
30246 \begin_inset Newline newline
30247 \end_inset
30248
30249
30250 \begin_inset Phantom HPhantom
30251 status open
30252
30253 \begin_layout Plain Layout
30254
30255 \series bold
30256
30257 \backslash
30258 captionsetup[figure]{
30259 \end_layout
30260
30261 \end_inset
30262
30263 labelsep=period}
30264 \begin_inset Newline newline
30265 \end_inset
30266
30267
30268 \backslash
30269 captionsetup[table]{labelfont={bf,sf}}
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset Note Greyedout
30274 status open
30275
30276 \begin_layout Plain Layout
30277
30278 \series bold
30279 Note:
30280
30281 \series default
30282  The option 
30283 \series bold
30284 tableposition=top
30285 \series default
30286  has no effect when a 
30287 \series bold
30288 KOMA-Script
30289 \series default
30290
30291 \begin_inset Index idx
30292 range none
30293 pageformat default
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297 \SpecialChar LaTeX
30298  packages
30299 \begin_inset IndexMacro subentry
30300 status open
30301
30302 \begin_layout Plain Layout
30303 KOMA-Script
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \end_inset
30312
30313  document class is used.
30314  In this case the document class option 
30315 \series bold
30316 captions=tableheading
30317 \series default
30318  must be used.
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \end_layout
30325
30326 \begin_layout Standard
30327 For more information about the package 
30328 \series bold
30329 caption
30330 \series default
30331  we refer to its documentation 
30332 \begin_inset CommandInset citation
30333 LatexCommand cite
30334 key "caption"
30335 literal "true"
30336
30337 \end_inset
30338
30339 .
30340 \end_layout
30341
30342 \begin_layout Standard
30343 To change the label name from e.
30344 \begin_inset space \thinspace{}
30345 \end_inset
30346
30347 g.
30348 \begin_inset space \space{}
30349 \end_inset
30350
30351
30352 \begin_inset Quotes eld
30353 \end_inset
30354
30355 Figure
30356 \begin_inset Quotes erd
30357 \end_inset
30358
30359  to 
30360 \begin_inset Quotes eld
30361 \end_inset
30362
30363 Image
30364 \begin_inset Quotes erd
30365 \end_inset
30366
30367  use this preamble command:
30368 \end_layout
30369
30370 \begin_layout Standard
30371
30372 \series bold
30373
30374 \backslash
30375 renewcommand{
30376 \backslash
30377 fnum@figure}{Image~
30378 \backslash
30379 thefigure}
30380 \end_layout
30381
30382 \begin_layout Standard
30383 where 
30384 \series bold
30385
30386 \backslash
30387 thefigure
30388 \series default
30389  inserts the figure number and
30390 \series bold
30391  
30392 \begin_inset Quotes eld
30393 \end_inset
30394
30395 ~
30396 \series default
30397
30398 \begin_inset Quotes erd
30399 \end_inset
30400
30401  creates a non-breaking space.
30402 \end_layout
30403
30404 \begin_layout Standard
30405 \begin_inset VSpace bigskip
30406 \end_inset
30407
30408 If you are using a 
30409 \series bold
30410 KOMA-Script
30411 \series default
30412
30413 \begin_inset Index idx
30414 range none
30415 pageformat default
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 \SpecialChar LaTeX
30420  packages
30421 \begin_inset IndexMacro subentry
30422 status open
30423
30424 \begin_layout Plain Layout
30425 KOMA-Script
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \end_inset
30434
30435  document class (
30436 \family sans
30437 article (KOMA-Script)
30438 \family default
30439 ,
30440  
30441 \family sans
30442 book (KOMA-Script)
30443 \family default
30444 ,
30445  
30446 \family sans
30447 letter (KOMA-Script)
30448 \family default
30449 ,
30450  or 
30451 \family sans
30452 report (KOMA-Script)
30453 \family default
30454
30455 \begin_inset space \thinspace{}
30456 \end_inset
30457
30458 ),
30459  you can alternatively to the 
30460 \series bold
30461 caption
30462 \series default
30463  package use 
30464 \series bold
30465 KOMA-Script
30466 \series default
30467 's built-in command 
30468 \series bold
30469
30470 \backslash
30471 setkomafont
30472 \series default
30473 .
30474  For example,
30475  to have the caption label in bold,
30476  add this command to your document preamble:
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 setkomafont{captionlabel}{
30485 \backslash
30486 bfseries}
30487 \end_layout
30488
30489 \begin_layout Standard
30490 For more information about 
30491 \series bold
30492
30493 \backslash
30494 setkomafont
30495 \series default
30496  we refer to the 
30497 \series bold
30498 KOMA-Script
30499 \series default
30500  documentation 
30501 \begin_inset CommandInset citation
30502 LatexCommand cite
30503 key "KOMA-Script"
30504 literal "true"
30505
30506 \end_inset
30507
30508 .
30509 \end_layout
30510
30511 \begin_layout Standard
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 captionsetup[figure]{labelfont={tt},
30520  textfont=it,
30521  indention=1cm,
30522  labelsep=period}
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \begin_inset Note Note
30529 status open
30530
30531 \begin_layout Plain Layout
30532 The caption format is changed only for this example.
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Standard
30541 \begin_inset Float figure
30542 placement !p
30543 alignment document
30544 wide false
30545 sideways false
30546 status open
30547
30548 \begin_layout Plain Layout
30549 \align center
30550 \begin_inset Graphics
30551         filename clipart/2D-intensity-plot.pdf
30552         scaleBeforeRotation
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \begin_layout Plain Layout
30560 \begin_inset Caption Standard
30561
30562 \begin_layout Plain Layout
30563 \begin_inset CommandInset label
30564 LatexCommand label
30565 name "fig:This-is-an-fig"
30566
30567 \end_inset
30568
30569 This is an example figure caption that is longer than one line to show the different caption format.
30570  Here a self-defined caption format is used.
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 \begin_inset ERT
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588
30589
30590 \backslash
30591 captionsetup[figure]{labelfont={bf,sf},
30592  textfont=rm,
30593  indention=0cm,
30594  labelsep=colon}
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Standard
30603 \begin_inset Float table
30604 placement !p
30605 alignment document
30606 wide false
30607 sideways false
30608 status open
30609
30610 \begin_layout Plain Layout
30611 \begin_inset Caption Standard
30612
30613 \begin_layout Plain Layout
30614 \begin_inset CommandInset label
30615 LatexCommand label
30616 name "tab:This-is-an-tab"
30617
30618 \end_inset
30619
30620 This is an example table caption that is longer than one line to show the different caption format.
30621  Here the standard caption format for tables in this document is used.
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Plain Layout
30630 \align center
30631 \begin_inset Tabular
30632 <lyxtabular version="3" rows="1" columns="5">
30633 <features tabularvalignment="middle">
30634 <column alignment="center" valignment="top">
30635 <column alignment="center" valignment="top">
30636 <column alignment="center" valignment="top">
30637 <column alignment="center" valignment="top">
30638 <column alignment="center" valignment="top">
30639 <row>
30640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644 a
30645 \end_layout
30646
30647 \end_inset
30648 </cell>
30649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30650 \begin_inset Text
30651
30652 \begin_layout Plain Layout
30653 b
30654 \end_layout
30655
30656 \end_inset
30657 </cell>
30658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30659 \begin_inset Text
30660
30661 \begin_layout Plain Layout
30662 c
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 d
30672 \end_layout
30673
30674 \end_inset
30675 </cell>
30676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680 e
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 </row>
30686 </lyxtabular>
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Section
30699 Caption Placement
30700 \begin_inset Index idx
30701 range none
30702 pageformat default
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706 Caption
30707 \begin_inset IndexMacro subentry
30708 status open
30709
30710 \begin_layout Plain Layout
30711 Placement
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset Index idx
30723 range none
30724 pageformat default
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728 Floats
30729 \begin_inset IndexMacro subentry
30730 status open
30731
30732 \begin_layout Plain Layout
30733 Caption Placement
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \begin_inset CommandInset label
30745 LatexCommand label
30746 name "sec:Caption-Placement"
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 The common caption placement rule is:
30755 \end_layout
30756
30757 \begin_layout Description
30758 Figure:
30759  Caption is set below the figure
30760 \end_layout
30761
30762 \begin_layout Description
30763 Table:
30764  Caption is set above the table
30765 \end_layout
30766
30767 \begin_layout Standard
30768 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
30769 's standard classes.
30770  That means if you are using the document classes 
30771 \family sans
30772 article
30773 \family default
30774 ,
30775  
30776 \family sans
30777 book
30778 \family default
30779 ,
30780  
30781 \family sans
30782 letter
30783 \family default
30784 ,
30785  or 
30786 \family sans
30787 report
30788 \family default
30789  there will be no space between the caption and the table.
30790  To insert the necessary space,
30791  load the \SpecialChar LaTeX
30792 -package 
30793 \series bold
30794 caption
30795 \series default
30796
30797 \begin_inset Index idx
30798 range none
30799 pageformat default
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803 \SpecialChar LaTeX
30804  packages
30805 \begin_inset IndexMacro subentry
30806 status open
30807
30808 \begin_layout Plain Layout
30809 caption
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \end_inset
30818
30819  in your document preamble with the option
30820 \begin_inset Foot
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824 See section
30825 \begin_inset space ~
30826 \end_inset
30827
30828
30829 \begin_inset CommandInset ref
30830 LatexCommand ref
30831 reference "sec:Caption-Formatting"
30832 nolink "false"
30833
30834 \end_inset
30835
30836  for more information of the package 
30837 \series bold
30838 caption
30839 \series default
30840 .
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Standard
30849
30850 \series bold
30851 tableposition=top
30852 \end_layout
30853
30854 \begin_layout Standard
30855 If you are using a 
30856 \series bold
30857 KOMA-Script
30858 \series default
30859
30860 \begin_inset Index idx
30861 range none
30862 pageformat default
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866 \SpecialChar LaTeX
30867  packages
30868 \begin_inset IndexMacro subentry
30869 status open
30870
30871 \begin_layout Plain Layout
30872 KOMA-Script
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \end_layout
30879
30880 \end_inset
30881
30882  document class (
30883 \family sans
30884 article (KOMA-Script)
30885 \family default
30886 ,
30887  
30888 \family sans
30889 book (KOMA-Script)
30890 \family default
30891 ,
30892  
30893 \family sans
30894 letter (KOMA-Script)
30895 \family default
30896 ,
30897  or 
30898 \family sans
30899 report (KOMA-Script)
30900 \family default
30901
30902 \begin_inset space \thinspace{}
30903 \end_inset
30904
30905 ),
30906  you can alternatively to the 
30907 \series bold
30908 caption
30909 \series default
30910  package set the document class option
30911 \begin_inset Foot
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915 That option is used in this document.
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \begin_layout Standard
30924
30925 \series bold
30926 captions=tableheading
30927 \end_layout
30928
30929 \begin_layout Standard
30930 In documents with a KOMA-Script document class you can also right-click on a caption and mark in the context menu if this should be a caption above or below the table/figure.
30931  This way you can override the document-wide caption placement for certain captions.
30932  Table
30933 \begin_inset space ~
30934 \end_inset
30935
30936
30937 \begin_inset CommandInset ref
30938 LatexCommand ref
30939 reference "tab:A-caption-marked"
30940 nolink "false"
30941
30942 \end_inset
30943
30944  is an example where the caption is marked a being below the table while it is above.
30945  For comparison the caption in Table
30946 \begin_inset space ~
30947 \end_inset
30948
30949
30950 \begin_inset CommandInset ref
30951 LatexCommand ref
30952 reference "tab:A-standard-table"
30953 nolink "false"
30954
30955 \end_inset
30956
30957  is not marked.
30958 \end_layout
30959
30960 \begin_layout Standard
30961 \begin_inset Float table
30962 placement document
30963 alignment document
30964 wide false
30965 sideways false
30966 status open
30967
30968 \begin_layout Plain Layout
30969 \begin_inset Caption Below
30970
30971 \begin_layout Plain Layout
30972 \begin_inset CommandInset label
30973 LatexCommand label
30974 name "tab:A-caption-marked"
30975
30976 \end_inset
30977
30978 A caption marked as being below the table.
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Plain Layout
30987 \align center
30988 \begin_inset Tabular
30989 <lyxtabular version="3" rows="3" columns="3">
30990 <features tabularvalignment="middle">
30991 <column alignment="center" valignment="top" width="0pt">
30992 <column alignment="center" valignment="top" width="0pt">
30993 <column alignment="center" valignment="top" width="0pt">
30994 <row>
30995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999 1
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 2
31009 \end_layout
31010
31011 \end_inset
31012 </cell>
31013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017 3
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 </row>
31023 <row>
31024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31025 \begin_inset Text
31026
31027 \begin_layout Plain Layout
31028 Joe
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037 Mary
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046 Ted
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 </row>
31052 <row>
31053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31054 \begin_inset Text
31055
31056 \begin_layout Plain Layout
31057 \begin_inset Formula $\int x^{2}dx$
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \end_inset
31064 </cell>
31065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout Plain Layout
31069 \begin_inset Formula $\left[\begin{array}{cc}
31070 a & b\\
31071 c & d
31072 \end{array}\right]$
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \end_inset
31079 </cell>
31080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31081 \begin_inset Text
31082
31083 \begin_layout Plain Layout
31084 \begin_inset Formula $1+1=2$
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \end_inset
31091 </cell>
31092 </row>
31093 </lyxtabular>
31094
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset Float table
31107 placement document
31108 alignment document
31109 wide false
31110 sideways false
31111 status open
31112
31113 \begin_layout Plain Layout
31114 \begin_inset Caption Standard
31115
31116 \begin_layout Plain Layout
31117 \begin_inset CommandInset label
31118 LatexCommand label
31119 name "tab:A-standard-table"
31120
31121 \end_inset
31122
31123 A standard table caption.
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \begin_layout Plain Layout
31132 \align center
31133 \begin_inset Tabular
31134 <lyxtabular version="3" rows="3" columns="3">
31135 <features tabularvalignment="middle">
31136 <column alignment="center" valignment="top" width="0pt">
31137 <column alignment="center" valignment="top" width="0pt">
31138 <column alignment="center" valignment="top" width="0pt">
31139 <row>
31140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144 1
31145 \end_layout
31146
31147 \end_inset
31148 </cell>
31149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31150 \begin_inset Text
31151
31152 \begin_layout Plain Layout
31153 2
31154 \end_layout
31155
31156 \end_inset
31157 </cell>
31158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31159 \begin_inset Text
31160
31161 \begin_layout Plain Layout
31162 3
31163 \end_layout
31164
31165 \end_inset
31166 </cell>
31167 </row>
31168 <row>
31169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31170 \begin_inset Text
31171
31172 \begin_layout Plain Layout
31173 Joe
31174 \end_layout
31175
31176 \end_inset
31177 </cell>
31178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182 Mary
31183 \end_layout
31184
31185 \end_inset
31186 </cell>
31187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout Plain Layout
31191 Ted
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 </row>
31197 <row>
31198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31199 \begin_inset Text
31200
31201 \begin_layout Plain Layout
31202 \begin_inset Formula $\int x^{2}dx$
31203 \end_inset
31204
31205
31206 \end_layout
31207
31208 \end_inset
31209 </cell>
31210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31211 \begin_inset Text
31212
31213 \begin_layout Plain Layout
31214 \begin_inset Formula $\left[\begin{array}{cc}
31215 a & b\\
31216 c & d
31217 \end{array}\right]$
31218 \end_inset
31219
31220
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 \begin_inset Formula $1+1=2$
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 </row>
31238 </lyxtabular>
31239
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \end_layout
31249
31250 \begin_layout Standard
31251 \begin_inset VSpace bigskip
31252 \end_inset
31253
31254 It is also possible to set the caption beside a figure or table.
31255  To get this the \SpecialChar LaTeX
31256 -package 
31257 \series bold
31258 sidecap
31259 \series default
31260
31261 \begin_inset Index idx
31262 range none
31263 pageformat default
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 \SpecialChar LaTeX
31268  packages
31269 \begin_inset IndexMacro subentry
31270 status open
31271
31272 \begin_layout Plain Layout
31273 sidecap
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \end_layout
31280
31281 \end_inset
31282
31283  has to be loaded in the document preamble with the line
31284 \end_layout
31285
31286 \begin_layout Standard
31287
31288 \series bold
31289
31290 \backslash
31291 usepackage[option]{sidecap}
31292 \end_layout
31293
31294 \begin_layout Standard
31295 If you set no option,
31296  the caption is placed on the side of the outer page margin â€“ to the right on odd pages,
31297  to the left on even pages.
31298  You can change the placement to inner margin with the option 
31299 \series bold
31300 innercaption
31301 \series default
31302 .
31303  To force the placement always to the right or left,
31304  use the option 
31305 \series bold
31306 rightcaption
31307 \series default
31308  or 
31309 \series bold
31310 leftcaption
31311 \series default
31312 ,
31313  respectively.
31314 \end_layout
31315
31316 \begin_layout Standard
31317 \begin_inset ERT
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322
31323 \backslash
31324 ifsidecap
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \begin_inset Note Note
31331 status open
31332
31333 \begin_layout Plain Layout
31334 The following section will only be displayed when the \SpecialChar LaTeX
31335 -package 
31336 \series bold
31337 sidecap
31338 \series default
31339  is installed.
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Standard
31348 To place in \SpecialChar LyX
31349  the caption of a float on the side,
31350  it is necessary to add these commands to the document preamble:
31351 \end_layout
31352
31353 \begin_layout Standard
31354 \noindent
31355 \begin_inset CommandInset line
31356 LatexCommand rule
31357 offset "0.5ex"
31358 width "100line%"
31359 height "1pt"
31360
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \begin_layout Standard
31367
31368 \series bold
31369
31370 \backslash
31371 newcommand{
31372 \backslash
31373 TabBesBeg}[1][1.0]{%
31374 \begin_inset Newline newline
31375 \end_inset
31376
31377
31378 \begin_inset Phantom HPhantom
31379 status open
31380
31381 \begin_layout Plain Layout
31382 \begin_inset space ~
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \backslash
31392 let
31393 \backslash
31394 MyTable
31395 \backslash
31396 table
31397 \begin_inset Newline newline
31398 \end_inset
31399
31400
31401 \begin_inset Phantom HPhantom
31402 status open
31403
31404 \begin_layout Plain Layout
31405
31406 \series medium
31407 \begin_inset space ~
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \end_inset
31414
31415
31416 \backslash
31417 let
31418 \backslash
31419 MyEndtable
31420 \backslash
31421 endtable
31422 \begin_inset Newline newline
31423 \end_inset
31424
31425
31426 \begin_inset Phantom HPhantom
31427 status open
31428
31429 \begin_layout Plain Layout
31430
31431 \series medium
31432 \begin_inset space ~
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \backslash
31442 renewenvironment{table}[1]{
31443 \backslash
31444 begin{SCtable}[#1]##1}{
31445 \backslash
31446 end{SCtable}}}
31447 \end_layout
31448
31449 \begin_layout Standard
31450
31451 \series bold
31452
31453 \backslash
31454 newcommand{
31455 \backslash
31456 TabBesEnd}{%
31457 \begin_inset Newline newline
31458 \end_inset
31459
31460
31461 \begin_inset Phantom HPhantom
31462 status open
31463
31464 \begin_layout Plain Layout
31465 \begin_inset space ~
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \backslash
31475 let
31476 \backslash
31477 table
31478 \backslash
31479 MyTable
31480 \begin_inset Newline newline
31481 \end_inset
31482
31483
31484 \begin_inset Phantom HPhantom
31485 status open
31486
31487 \begin_layout Plain Layout
31488 \begin_inset space ~
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \backslash
31498 let
31499 \backslash
31500 endtable
31501 \backslash
31502 MyEndtable
31503 \end_layout
31504
31505 \begin_layout Standard
31506
31507 \series bold
31508
31509 \backslash
31510 newcommand{
31511 \backslash
31512 FigBesBeg}[1][1.0]{%
31513 \begin_inset Newline newline
31514 \end_inset
31515
31516
31517 \begin_inset Phantom HPhantom
31518 status open
31519
31520 \begin_layout Plain Layout
31521 \begin_inset space ~
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \backslash
31531 let
31532 \backslash
31533 MyFigure
31534 \backslash
31535 figure
31536 \begin_inset Newline newline
31537 \end_inset
31538
31539
31540 \begin_inset Phantom HPhantom
31541 status open
31542
31543 \begin_layout Plain Layout
31544 \begin_inset space ~
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \backslash
31554 let
31555 \backslash
31556 MyEndfigure
31557 \backslash
31558 endfigure
31559 \begin_inset Newline newline
31560 \end_inset
31561
31562
31563 \begin_inset Phantom HPhantom
31564 status open
31565
31566 \begin_layout Plain Layout
31567 \begin_inset space ~
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \backslash
31577 renewenvironment{figure}[1]{
31578 \backslash
31579 begin{SCfigure}[#1]##1}{
31580 \backslash
31581 end{SCfigure}}}
31582 \end_layout
31583
31584 \begin_layout Standard
31585
31586 \series bold
31587
31588 \backslash
31589 newcommand{
31590 \backslash
31591 FigBesEnd}{%
31592 \begin_inset Newline newline
31593 \end_inset
31594
31595
31596 \begin_inset Phantom HPhantom
31597 status open
31598
31599 \begin_layout Plain Layout
31600 \begin_inset space ~
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \backslash
31610 let
31611 \backslash
31612 figure
31613 \backslash
31614 MyFigure
31615 \begin_inset Newline newline
31616 \end_inset
31617
31618
31619 \begin_inset Phantom HPhantom
31620 status open
31621
31622 \begin_layout Plain Layout
31623 \begin_inset space ~
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \backslash
31633 let
31634 \backslash
31635 endfigure
31636 \backslash
31637 MyEndfigure}
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \noindent
31642 \begin_inset CommandInset line
31643 LatexCommand rule
31644 offset "0.5ex"
31645 width "100line%"
31646 height "1pt"
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Standard
31654 The commands allow you to redefine the floats so that the caption is set on the side.
31655  For figure floats use the command
31656 \end_layout
31657
31658 \begin_layout Standard
31659
31660 \series bold
31661
31662 \backslash
31663 FigBesBeg
31664 \end_layout
31665
31666 \begin_layout Standard
31667 in \SpecialChar TeX
31668  Code before the float.
31669  And insert the command
31670 \end_layout
31671
31672 \begin_layout Standard
31673
31674 \series bold
31675
31676 \backslash
31677 FigBesEnd
31678 \end_layout
31679
31680 \begin_layout Standard
31681 in \SpecialChar TeX
31682  Code at the point where you want to get back to the original float definition.
31683 \end_layout
31684
31685 \begin_layout Standard
31686 For table floats use the corresponding commands
31687 \end_layout
31688
31689 \begin_layout Standard
31690
31691 \series bold
31692
31693 \backslash
31694 TabBesBeg
31695 \series default
31696  and 
31697 \series bold
31698
31699 \backslash
31700 TabBesEnd
31701 \end_layout
31702
31703 \begin_layout Standard
31704 Figure
31705 \begin_inset space ~
31706 \end_inset
31707
31708
31709 \begin_inset CommandInset ref
31710 LatexCommand ref
31711 reference "fig:cap-beside-fig"
31712 nolink "false"
31713
31714 \end_inset
31715
31716  and Table
31717 \begin_inset space ~
31718 \end_inset
31719
31720
31721 \begin_inset CommandInset ref
31722 LatexCommand ref
31723 reference "tab:cap-beside-tab"
31724 nolink "false"
31725
31726 \end_inset
31727
31728  are examples where the caption is set beside.
31729 \end_layout
31730
31731 \begin_layout Standard
31732 You can see in the examples that the caption text appears at the top of the floats for table floats and at the bottom for figure floats.
31733  To change this,
31734  you can use the command
31735 \end_layout
31736
31737 \begin_layout Standard
31738
31739 \series bold
31740
31741 \backslash
31742 sidecaptionvpos{float type}{placement}
31743 \end_layout
31744
31745 \begin_layout Standard
31746 in the document preamble or in \SpecialChar TeX
31747  Code before the float.
31748  The float type is either 
31749 \family sans
31750 figure
31751 \family default
31752  or 
31753 \family sans
31754 table
31755 \family default
31756 ,
31757  the placement can be 
31758 \begin_inset Quotes eld
31759 \end_inset
31760
31761
31762 \family sans
31763 t
31764 \family default
31765
31766 \begin_inset Quotes erd
31767 \end_inset
31768
31769  for top,
31770  
31771 \begin_inset Quotes eld
31772 \end_inset
31773
31774
31775 \family sans
31776 c
31777 \family default
31778
31779 \begin_inset Quotes erd
31780 \end_inset
31781
31782  for center,
31783  or 
31784 \begin_inset Quotes eld
31785 \end_inset
31786
31787
31788 \family sans
31789 b
31790 \family default
31791
31792 \begin_inset Quotes erd
31793 \end_inset
31794
31795  for bottom.
31796  To have for example the caption of figure floats vertically centered,
31797  use the command
31798 \end_layout
31799
31800 \begin_layout Standard
31801
31802 \series bold
31803
31804 \backslash
31805 sidecaptionvpos{figure}{c}
31806 \end_layout
31807
31808 \begin_layout Standard
31809 This was used for Figure
31810 \begin_inset space ~
31811 \end_inset
31812
31813
31814 \begin_inset CommandInset ref
31815 LatexCommand ref
31816 reference "fig:cap-beside-fig-2"
31817 nolink "false"
31818
31819 \end_inset
31820
31821 .
31822 \end_layout
31823
31824 \begin_layout Standard
31825 \begin_inset VSpace medskip
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Standard
31832 The default caption width is the width of the image/table.
31833  For thin image/tables,
31834  like in Table
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "tab:cap-beside-tab"
31842 nolink "false"
31843
31844 \end_inset
31845
31846 ,
31847  this leads to captions that are too thin.
31848  You can increase the width by specifying a factor that will be multiplied with the image/table width to get the caption width.
31849  The caption width will automatically be recalculated in case it would protrude over the page or column margin due to the specified width.
31850  The 
31851 \emph on
31852 factor
31853 \emph default
31854  can either be given as optional argument for 
31855 \series bold
31856
31857 \backslash
31858 FigBesBeg
31859 \series default
31860 :
31861 \end_layout
31862
31863 \begin_layout Standard
31864
31865 \series bold
31866
31867 \backslash
31868 FigBesBeg[factor]
31869 \end_layout
31870
31871 \begin_layout Standard
31872 or in the definition of 
31873 \series bold
31874
31875 \backslash
31876 FigBesBeg
31877 \series default
31878  by replacing the 
31879 \series bold
31880 1.0
31881 \series default
31882  with another value.
31883  If you do the latter,
31884  your factor will be the default if 
31885 \series bold
31886
31887 \backslash
31888 FigBesBeg
31889 \series default
31890  is used without an argument.
31891  For Table
31892 \begin_inset space ~
31893 \end_inset
31894
31895
31896 \begin_inset CommandInset ref
31897 LatexCommand ref
31898 reference "tab:cap-beside-tab-wider"
31899 nolink "false"
31900
31901 \end_inset
31902
31903  the factor 5 was used.
31904 \end_layout
31905
31906 \begin_layout Standard
31907 \begin_inset Note Greyedout
31908 status open
31909
31910 \begin_layout Plain Layout
31911
31912 \series bold
31913 Note:
31914
31915 \series default
31916  For floats with captions set beside,
31917  you cannot use the float placement option 
31918 \family sans
31919 Here
31920 \begin_inset space ~
31921 \end_inset
31922
31923 definitely
31924 \family default
31925  because it is not supported by 
31926 \series bold
31927 sidecap
31928 \series default
31929 .
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \begin_layout Standard
31938 \begin_inset VSpace medskip
31939 \end_inset
31940
31941 For more information about the package 
31942 \series bold
31943 sidecap
31944 \series default
31945  we refer to its documentation 
31946 \begin_inset CommandInset citation
31947 LatexCommand cite
31948 key "sidecap"
31949 literal "true"
31950
31951 \end_inset
31952
31953 .
31954 \end_layout
31955
31956 \begin_layout Standard
31957 \begin_inset Note Greyedout
31958 status open
31959
31960 \begin_layout Plain Layout
31961
31962 \series bold
31963 Note:
31964
31965 \series default
31966  The \SpecialChar LaTeX
31967 -package 
31968 \series bold
31969 hypcap
31970 \series default
31971
31972 \begin_inset Index idx
31973 range none
31974 pageformat default
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 \SpecialChar LaTeX
31979  packages
31980 \begin_inset IndexMacro subentry
31981 status open
31982
31983 \begin_layout Plain Layout
31984 hypcap
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \end_inset
31993
31994 ,
31995  described in section
31996 \begin_inset space ~
31997 \end_inset
31998
31999
32000 \begin_inset CommandInset ref
32001 LatexCommand ref
32002 reference "subsec:Reference-Position"
32003 nolink "false"
32004
32005 \end_inset
32006
32007 ,
32008  has no effect on floats with the caption set beside.
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \end_layout
32015
32016 \begin_layout Standard
32017 \begin_inset ERT
32018 status collapsed
32019
32020 \begin_layout Plain Layout
32021
32022
32023 \backslash
32024 FigBesBeg
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 \begin_inset Float figure
32034 placement document
32035 alignment document
32036 wide false
32037 sideways false
32038 status open
32039
32040 \begin_layout Plain Layout
32041 \begin_inset Graphics
32042         filename clipart/3D-structure-distort.pdf
32043         scale 50
32044         scaleBeforeRotation
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Plain Layout
32052 \begin_inset Caption Standard
32053
32054 \begin_layout Plain Layout
32055 \begin_inset CommandInset label
32056 LatexCommand label
32057 name "fig:cap-beside-fig"
32058
32059 \end_inset
32060
32061 This is a caption beside a figure.
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset ERT
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079
32080
32081 \backslash
32082 FigBesEnd
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 \begin_inset ERT
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095
32096
32097 \backslash
32098 TabBesBeg
32099 \end_layout
32100
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \begin_layout Standard
32107 \begin_inset Float table
32108 placement document
32109 alignment document
32110 wide false
32111 sideways false
32112 status open
32113
32114 \begin_layout Plain Layout
32115 \begin_inset Caption Standard
32116
32117 \begin_layout Plain Layout
32118 \begin_inset CommandInset label
32119 LatexCommand label
32120 name "tab:cap-beside-tab"
32121
32122 \end_inset
32123
32124 This is a caption beside a table.
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \begin_layout Plain Layout
32133 \begin_inset Tabular
32134 <lyxtabular version="3" rows="4" columns="5">
32135 <features tabularvalignment="middle">
32136 <column alignment="center" valignment="top">
32137 <column alignment="center" valignment="top">
32138 <column alignment="center" valignment="top">
32139 <column alignment="center" valignment="top">
32140 <column alignment="center" valignment="top">
32141 <row>
32142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 a
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 b
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182 c
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 </row>
32188 <row>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202 d
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 e
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 </row>
32235 <row>
32236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240 f
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 g
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 h
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 </row>
32282 <row>
32283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 i
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32311 \begin_inset Text
32312
32313 \begin_layout Plain Layout
32314 j
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32320 \begin_inset Text
32321
32322 \begin_layout Plain Layout
32323
32324 \end_layout
32325
32326 \end_inset
32327 </cell>
32328 </row>
32329 </lyxtabular>
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 \begin_inset ERT
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346
32347
32348 \backslash
32349 TabBesEnd
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Standard
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 FigBesBeg
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376
32377 \backslash
32378 sidecaptionvpos{figure}{c}
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \begin_inset Float figure
32385 placement document
32386 alignment document
32387 wide false
32388 sideways false
32389 status open
32390
32391 \begin_layout Plain Layout
32392 \begin_inset Graphics
32393         filename clipart/3D-structure-distort.pdf
32394         scale 50
32395         scaleBeforeRotation
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Plain Layout
32403 \begin_inset Caption Standard
32404
32405 \begin_layout Plain Layout
32406 \begin_inset CommandInset label
32407 LatexCommand label
32408 name "fig:cap-beside-fig-2"
32409
32410 \end_inset
32411
32412 This is a vertically centered caption beside a figure.
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430
32431
32432 \backslash
32433 FigBesEnd
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 \begin_inset ERT
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446
32447
32448 \backslash
32449 TabBesBeg[5]
32450 \end_layout
32451
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \begin_layout Standard
32458 \begin_inset Float table
32459 placement document
32460 alignment document
32461 wide false
32462 sideways false
32463 status open
32464
32465 \begin_layout Plain Layout
32466 \begin_inset Caption Standard
32467
32468 \begin_layout Plain Layout
32469 \begin_inset CommandInset label
32470 LatexCommand label
32471 name "tab:cap-beside-tab-wider"
32472
32473 \end_inset
32474
32475 This caption is wider than the one in Table
32476 \begin_inset space ~
32477 \end_inset
32478
32479
32480 \begin_inset CommandInset ref
32481 LatexCommand ref
32482 reference "tab:cap-beside-tab"
32483 nolink "false"
32484
32485 \end_inset
32486
32487 .
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \end_layout
32494
32495 \begin_layout Plain Layout
32496 \begin_inset Tabular
32497 <lyxtabular version="3" rows="4" columns="5">
32498 <features tabularvalignment="middle">
32499 <column alignment="center" valignment="top">
32500 <column alignment="center" valignment="top">
32501 <column alignment="center" valignment="top">
32502 <column alignment="center" valignment="top">
32503 <column alignment="center" valignment="top">
32504 <row>
32505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509 a
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 b
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32533 \begin_inset Text
32534
32535 \begin_layout Plain Layout
32536
32537 \end_layout
32538
32539 \end_inset
32540 </cell>
32541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 c
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 </row>
32551 <row>
32552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32553 \begin_inset Text
32554
32555 \begin_layout Plain Layout
32556
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 d
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32580 \begin_inset Text
32581
32582 \begin_layout Plain Layout
32583 e
32584 \end_layout
32585
32586 \end_inset
32587 </cell>
32588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 </row>
32598 <row>
32599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 f
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621 g
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32627 \begin_inset Text
32628
32629 \begin_layout Plain Layout
32630
32631 \end_layout
32632
32633 \end_inset
32634 </cell>
32635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32636 \begin_inset Text
32637
32638 \begin_layout Plain Layout
32639 h
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 </row>
32645 <row>
32646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32647 \begin_inset Text
32648
32649 \begin_layout Plain Layout
32650
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 i
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32665 \begin_inset Text
32666
32667 \begin_layout Plain Layout
32668
32669 \end_layout
32670
32671 \end_inset
32672 </cell>
32673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32674 \begin_inset Text
32675
32676 \begin_layout Plain Layout
32677 j
32678 \end_layout
32679
32680 \end_inset
32681 </cell>
32682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32683 \begin_inset Text
32684
32685 \begin_layout Plain Layout
32686
32687 \end_layout
32688
32689 \end_inset
32690 </cell>
32691 </row>
32692 </lyxtabular>
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 \begin_inset ERT
32706 status collapsed
32707
32708 \begin_layout Plain Layout
32709
32710
32711 \backslash
32712 TabBesEnd
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \begin_layout Standard
32721 \begin_inset ERT
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725
32726
32727 \backslash
32728 else
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \begin_inset Note Note
32735 status open
32736
32737 \begin_layout Plain Layout
32738 The following will be displayed when the \SpecialChar LaTeX
32739 -package 
32740 \series bold
32741 sidecap
32742 \series default
32743  is not installed:
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \end_layout
32750
32751 \begin_layout Standard
32752 You need to install the \SpecialChar LaTeX
32753 -package 
32754 \series bold
32755 sidecap
32756 \series default
32757  to see the following part of this section in the output.
32758 \end_layout
32759
32760 \begin_layout Standard
32761 \begin_inset ERT
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765
32766
32767 \backslash
32768 fi
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Section
32777 Listings of Floats
32778 \begin_inset Index idx
32779 range none
32780 pageformat default
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784 Floats
32785 \begin_inset IndexMacro subentry
32786 status open
32787
32788 \begin_layout Plain Layout
32789 Float Lists
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Similar to the table of contents where the sections of the document are listed,
32804  there are listings for all float types,
32805  like the figures of the documents.
32806  You can insert them via the 
32807 \family sans
32808 Insert\SpecialChar menuseparator
32809 List
32810 \begin_inset space ~
32811 \end_inset
32812
32813 /
32814 \begin_inset space ~
32815 \end_inset
32816
32817 TOC
32818 \family default
32819  sub menus.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 The list entries are the float captions or its short title,
32824  the float number,
32825  and the page number where they appear in the document.
32826 \end_layout
32827
32828 \begin_layout Standard
32829 You can find the list of figures and tables at the end of this document.
32830 \end_layout
32831
32832 \begin_layout Chapter
32833 Notes
32834 \end_layout
32835
32836 \begin_layout Section
32837 \SpecialChar LyX
32838  Notes
32839 \begin_inset Index idx
32840 range none
32841 pageformat default
32842 status collapsed
32843
32844 \begin_layout Plain Layout
32845 Notes
32846 \begin_inset IndexMacro subentry
32847 status open
32848
32849 \begin_layout Plain Layout
32850 \SpecialChar LyX
32851  Notes
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \begin_layout Standard
32865 Notes are inserted with the toolbar button 
32866 \begin_inset Info
32867 type  "icon"
32868 arg   "note-insert"
32869 \end_inset
32870
32871  or the menu 
32872 \family sans
32873 Insert\SpecialChar menuseparator
32874 Note
32875 \family default
32876 .
32877  There are three types of notes:
32878 \end_layout
32879
32880 \begin_layout Description
32881 \SpecialChar LyX
32882
32883 \begin_inset space ~
32884 \end_inset
32885
32886 Note This note type is for internal notes that won't appear in the output.
32887  Its note-box looks like this:
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \begin_inset Newline newline
32893 \end_inset
32894
32895
32896 \begin_inset Graphics
32897         filename clipart/LyXNoteImage.png
32898         display false
32899         scaleBeforeRotation
32900
32901 \end_inset
32902
32903  
32904 \begin_inset Note Note
32905 status open
32906
32907 \begin_layout Plain Layout
32908 This is text in a note box that doesn't appear in the output.
32909 \end_layout
32910
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Description
32917 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
32918 -comment,
32919  when you export the document to \SpecialChar LaTeX
32920  via the menu 
32921 \family sans
32922 File\SpecialChar menuseparator
32923 Export\SpecialChar menuseparator
32924 LaTeX
32925 \begin_inset space ~
32926 \end_inset
32927
32928 (pdflatex) / (plain)
32929 \family default
32930 .
32931  Its note-box looks like this:
32932 \begin_inset Newline newline
32933 \end_inset
32934
32935
32936 \begin_inset Newline newline
32937 \end_inset
32938
32939
32940 \begin_inset Graphics
32941         filename clipart/CommentNoteImage.png
32942         display false
32943         scaleBeforeRotation
32944
32945 \end_inset
32946
32947  
32948 \begin_inset Note Comment
32949 status open
32950
32951 \begin_layout Plain Layout
32952 This is text in a note box that only appears as comment in \SpecialChar LaTeX
32953 -files.
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Description
32962 Greyed
32963 \begin_inset space ~
32964 \end_inset
32965
32966 Out This note will appear in the output as grey text.
32967  Its note-box looks like this:
32968 \begin_inset Newline newline
32969 \end_inset
32970
32971
32972 \begin_inset Newline newline
32973 \end_inset
32974
32975
32976 \begin_inset Graphics
32977         filename clipart/GreyedOutNoteImage.png
32978         display false
32979         scaleBeforeRotation
32980
32981 \end_inset
32982
32983
32984 \begin_inset Newline newline
32985 \end_inset
32986
32987
32988 \begin_inset ERT
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992
32993
32994 \backslash
32995 renewenvironment{lyxgreyedout}
32996 \end_layout
32997
32998 \begin_layout Plain Layout
32999
33000 {
33001 \backslash
33002 textcolor[gray]{0.8}
33003 \backslash
33004 bgroup}{
33005 \backslash
33006 egroup}
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \begin_inset Note Greyedout
33013 status open
33014
33015 \begin_layout Plain Layout
33016 This is text of a comment that appears grey in the output.
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \begin_inset ERT
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026
33027
33028 \backslash
33029 renewenvironment{lyxgreyedout}
33030 \end_layout
33031
33032 \begin_layout Plain Layout
33033
33034 {
33035 \backslash
33036 textcolor{blue}
33037 \backslash
33038 bgroup}{
33039 \backslash
33040 egroup}
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \begin_inset Note Note
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 The greyed out note is here redefined to show it with the original \SpecialChar LyX
33051  definition because greyed out notes are redefined in the preamble of this document,
33052  as described below,
33053  to have blue text.
33054 \end_layout
33055
33056 \end_inset
33057
33058
33059 \begin_inset Newline newline
33060 \end_inset
33061
33062
33063 \begin_inset Newline newline
33064 \end_inset
33065
33066 As you can see in the example,
33067  the first line of greyed out notes is a bit indented and greyed out notes can have footnotes.
33068 \end_layout
33069
33070 \begin_layout Standard
33071 \begin_inset VSpace bigskip
33072 \end_inset
33073
33074 When you use the toolbar button 
33075 \begin_inset Info
33076 type  "icon"
33077 arg   "note-insert"
33078 \end_inset
33079
33080  to insert notes,
33081  a 
33082 \family sans
33083 \SpecialChar LyX
33084
33085 \begin_inset space ~
33086 \end_inset
33087
33088 Note
33089 \family default
33090  is inserted.
33091  You can switch between the three note types by right-clicking on the note-box.
33092  
33093 \family roman
33094 \series medium
33095 \bar no
33096 If you want to turn existing text into a note,
33097  mark it and click on the note
33098 \family default
33099 \series default
33100 \bar default
33101  toolbar 
33102 \family roman
33103 \series medium
33104 \bar no
33105 button
33106 \family default
33107 \series default
33108 \bar default
33109 .
33110  To change a note to text,
33111  press the backspace key when the cursor is in the first position of a note,
33112  or press the delete key when the cursor is in the very last position of the note,
33113  respectively.
33114 \end_layout
33115
33116 \begin_layout Standard
33117 \begin_inset VSpace bigskip
33118 \end_inset
33119
33120 You can change the text color of the greyed out notes in the menu 
33121 \family sans
33122 Document\SpecialChar menuseparator
33123 Settings\SpecialChar menuseparator
33124 Colors
33125 \family default
33126 .
33127 \end_layout
33128
33129 \begin_layout Section
33130 Footnotes
33131 \begin_inset CommandInset label
33132 LatexCommand label
33133 name "sec:Footnotes"
33134
33135 \end_inset
33136
33137
33138 \begin_inset Index idx
33139 range none
33140 pageformat default
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144 Notes
33145 \begin_inset IndexMacro subentry
33146 status open
33147
33148 \begin_layout Plain Layout
33149 Footnotes
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \begin_inset Index idx
33161 range none
33162 pageformat default
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166 Footnotes
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Standard
33175 Footnotes can be inserted using the toolbar button 
33176 \begin_inset Info
33177 type  "icon"
33178 arg   "footnote-insert"
33179 \end_inset
33180
33181  or the menu 
33182 \family sans
33183 Insert\SpecialChar menuseparator
33184 Footnote
33185 \family default
33186 .
33187  You will then see the following footnote-box:
33188  
33189 \begin_inset Graphics
33190         filename clipart/footnote.png
33191         scale 95
33192         scaleBeforeRotation
33193
33194 \end_inset
33195
33196  
33197 \family roman
33198 \series medium
33199 \bar no
33200 where you can enter the footnote text.
33201  If you want to turn existing text into a footnote,
33202  mark it and click on the footnote
33203 \family default
33204 \series default
33205 \bar default
33206  toolbar 
33207 \family roman
33208 \series medium
33209 \bar no
33210 button
33211 \family default
33212 \series default
33213 \bar default
33214 .
33215  To change a 
33216 \family roman
33217 \series medium
33218 \bar no
33219 footnote
33220 \family default
33221 \series default
33222 \bar default
33223  to text,
33224  press the 
33225 \family sans
33226 Backspace
33227 \family default
33228  key when the cursor is in the first position of a 
33229 \family roman
33230 \series medium
33231 \bar no
33232 footnote
33233 \family default
33234 \series default
33235 \bar default
33236 ,
33237  or press the 
33238 \family sans
33239 Delete
33240 \family default
33241  key when the cursor is in the very last position of the 
33242 \family roman
33243 \series medium
33244 \bar no
33245 footnote
33246 \family default
33247 \series default
33248 \bar default
33249 ,
33250  respectively.
33251 \end_layout
33252
33253 \begin_layout Standard
33254 Here is an example footnote:
33255 \family roman
33256 \series medium
33257 \bar no
33258
33259 \begin_inset Foot
33260 status open
33261
33262 \begin_layout Plain Layout
33263 \begin_inset CommandInset label
33264 LatexCommand label
33265 name "foot:This-is-an"
33266
33267 \end_inset
33268
33269 This is an example footnote.
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \family default
33276 \series default
33277 \bar default
33278
33279 \begin_inset ERT
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283
33284
33285 \backslash
33286 newcounter{MyRepeatFoot}
33287 \end_layout
33288
33289 \begin_layout Plain Layout
33290
33291
33292 \backslash
33293 setcounter{MyRepeatFoot}{
33294 \backslash
33295 thefootnote}
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \end_layout
33302
33303 \begin_layout Standard
33304 The footnote will appear in the output as a superscript number at the text position where the footnote box is placed.
33305  The footnote text is placed at the bottom of the current page.
33306  The footnote number is calculated by \SpecialChar LaTeX
33307 ;
33308  the numbers are consecutive.
33309  Whether the footnote number is reset for every chapter depends on your document class.
33310 \end_layout
33311
33312 \begin_layout Standard
33313 Footnotes can be referenced like floats:
33314  Insert a label into the footnote and cross-reference this label in the text as described in section
33315 \begin_inset space ~
33316 \end_inset
33317
33318
33319 \begin_inset CommandInset ref
33320 LatexCommand ref
33321 reference "sec:Referencing-Floats"
33322 nolink "false"
33323
33324 \end_inset
33325
33326 .
33327 \begin_inset Newline newline
33328 \end_inset
33329
33330 This is a cross-reference of Footnote
33331 \begin_inset space ~
33332 \end_inset
33333
33334
33335 \begin_inset CommandInset ref
33336 LatexCommand ref
33337 reference "foot:This-is-an"
33338 nolink "false"
33339
33340 \end_inset
33341
33342 .
33343 \end_layout
33344
33345 \begin_layout Standard
33346 \begin_inset VSpace defskip
33347 \end_inset
33348
33349 Footnotes in title environments are usually not numbered with symbols and they cannot contain several paragraphs.
33350  See for example the footnote in the titling of this document.
33351 \end_layout
33352
33353 \begin_layout Standard
33354 Footnotes in multi-page tables are described in section
33355 \begin_inset space ~
33356 \end_inset
33357
33358
33359 \begin_inset CommandInset ref
33360 LatexCommand ref
33361 reference "subsec:Footnotes-in-Multi-page"
33362 nolink "false"
33363
33364 \end_inset
33365
33366 .
33367 \end_layout
33368
33369 \begin_layout Standard
33370 \begin_inset VSpace defskip
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Standard
33377 Footnotes in minipage boxes are printed,
33378  but inside the box and with a different numbering because a minipage box is like a page inside a page.
33379  (For more about minipages,
33380  see section
33381 \begin_inset space ~
33382 \end_inset
33383
33384
33385 \begin_inset CommandInset ref
33386 LatexCommand ref
33387 reference "sec:Minipages"
33388 nolink "false"
33389
33390 \end_inset
33391
33392 .) To get a footnote in the minipage that is output at the bottom of the page like normal footnotes use this method:
33393  Instead of the footnote the command 
33394 \series bold
33395
33396 \backslash
33397 footnotemark{}
33398 \series default
33399  is inserted as \SpecialChar TeX
33400  code.
33401  The text of the footnote is entered as an argument of the \SpecialChar TeX
33402  code command 
33403 \series bold
33404
33405 \backslash
33406 footnotetext
33407 \series default
33408  after the minipage.
33409 \begin_inset Newline newline
33410 \end_inset
33411
33412 This was done for the following minipage with the command
33413 \end_layout
33414
33415 \begin_layout Standard
33416
33417 \series bold
33418
33419 \backslash
33420 footnotetext{
33421 \series default
33422 Footnote outside the minipage.
33423 \series bold
33424 }
33425 \end_layout
33426
33427 \begin_layout Standard
33428 \begin_inset Box Frameless
33429 position "t"
33430 hor_pos "c"
33431 has_inner_box 1
33432 inner_pos "t"
33433 use_parbox 0
33434 use_makebox 0
33435 width "100col%"
33436 special "none"
33437 height "1in"
33438 height_special "totalheight"
33439 thickness "0.4pt"
33440 separation "3pt"
33441 shadowsize "4pt"
33442 framecolor "black"
33443 backgroundcolor "none"
33444 status open
33445
33446 \begin_layout Plain Layout
33447 This an example text in a minipage.
33448 \begin_inset Foot
33449 status open
33450
33451 \begin_layout Plain Layout
33452 Footnote in the minipage.
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Plain Layout
33461 This an example text in a minipage.
33462 \begin_inset ERT
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466
33467
33468 \backslash
33469 footnotemark{}
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \begin_layout Standard
33483 \begin_inset ERT
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487
33488
33489 \backslash
33490 footnotetext{
33491 \end_layout
33492
33493 \end_inset
33494
33495 Footnote outside the minipage.
33496 \begin_inset ERT
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500
33501 }
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \end_layout
33508
33509 \begin_layout Standard
33510 \begin_inset VSpace defskip
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 To refer to the same footnote several times without printing the footnote text every time,
33518  use the command 
33519 \series bold
33520
33521 \backslash
33522 footnotemark[number]
33523 \series default
33524  in \SpecialChar TeX
33525  code.
33526 \begin_inset Newline newline
33527 \end_inset
33528
33529 As you do not know the number of the repeating footnote while you are writing the text,
33530  you have to store its number.
33531  For the following footnote mark example,
33532  these commands were inserted in \SpecialChar TeX
33533  code after Footnote
33534 \begin_inset space ~
33535 \end_inset
33536
33537
33538 \begin_inset CommandInset ref
33539 LatexCommand ref
33540 reference "foot:This-is-an"
33541 nolink "false"
33542
33543 \end_inset
33544
33545  to store the footnote number:
33546 \end_layout
33547
33548 \begin_layout Standard
33549
33550 \series bold
33551
33552 \backslash
33553 newcounter{MyRepeatFoot}
33554 \begin_inset Newline newline
33555 \end_inset
33556
33557
33558 \backslash
33559 setcounter{MyRepeatFoot}{
33560 \backslash
33561 thefootnote}
33562 \end_layout
33563
33564 \begin_layout Standard
33565 The footnote mark was then created with this command:
33566 \end_layout
33567
33568 \begin_layout Standard
33569
33570 \series bold
33571
33572 \backslash
33573 footnotemark[
33574 \backslash
33575 theMyRepeatFoot]
33576 \end_layout
33577
33578 \begin_layout Standard
33579 Here is a repeated footnote:
33580 \family roman
33581 \series medium
33582 \bar no
33583
33584 \begin_inset ERT
33585 status collapsed
33586
33587 \begin_layout Plain Layout
33588
33589
33590 \backslash
33591 footnotemark[
33592 \backslash
33593 theMyRepeatFoot]
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 If you want to repeat the previous footnote,
33603  you can omit the storage of the footnote number and just use this command instead:
33604 \end_layout
33605
33606 \begin_layout Standard
33607
33608 \series bold
33609
33610 \backslash
33611 footnotemark[
33612 \backslash
33613 thefootnote]
33614 \end_layout
33615
33616 \begin_layout Standard
33617 Here is another repeated footnote:
33618 \family roman
33619 \series medium
33620 \bar no
33621
33622 \begin_inset ERT
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626
33627
33628 \backslash
33629 footnotemark[
33630 \backslash
33631 thefootnote]
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \end_layout
33638
33639 \begin_layout Subsection
33640 Footnote Numbering
33641 \begin_inset CommandInset label
33642 LatexCommand label
33643 name "subsec:Footnote-Numbering"
33644
33645 \end_inset
33646
33647
33648 \begin_inset Index idx
33649 range none
33650 pageformat default
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654 Footnotes
33655 \begin_inset IndexMacro subentry
33656 status open
33657
33658 \begin_layout Plain Layout
33659 Numbering
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \begin_layout Standard
33673 To reset the footnote number back to 1 after each section
33674 \family roman
33675 ,
33676  add this command to your document preamble:
33677 \end_layout
33678
33679 \begin_layout Standard
33680
33681 \series bold
33682
33683 \backslash
33684 @addtoreset{footnote}{section}
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset VSpace bigskip
33689 \end_inset
33690
33691 The following preamble command changes the footnote numbering style to small roman numerals:
33692 \end_layout
33693
33694 \begin_layout Standard
33695
33696 \series bold
33697
33698 \backslash
33699 renewcommand{
33700 \backslash
33701 thefootnote}{
33702 \backslash
33703 roman{footnote}}
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712
33713 \backslash
33714 renewcommand{
33715 \backslash
33716 thefootnote}{
33717 \backslash
33718 roman{footnote}}
33719 \end_layout
33720
33721 \end_inset
33722
33723  This is a footnote with roman numbering:
33724 \begin_inset Foot
33725 status open
33726
33727 \begin_layout Plain Layout
33728 This is an example footnote with roman numbering.
33729 \end_layout
33730
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Standard
33737 To change the numbering style to capital roman numerals replace in the command above 
33738 \series bold
33739
33740 \backslash
33741 roman
33742 \series default
33743  by 
33744 \series bold
33745
33746 \backslash
33747 Roman
33748 \series default
33749 .
33750  To 
33751 \begin_inset Quotes eld
33752 \end_inset
33753
33754 number
33755 \begin_inset Quotes erd
33756 \end_inset
33757
33758  footnotes with capital or small Latin letters use 
33759 \series bold
33760
33761 \backslash
33762 Alph
33763 \series default
33764  or 
33765 \series bold
33766
33767 \backslash
33768 alph
33769 \series default
33770 ,
33771  respectively.
33772  To 
33773 \begin_inset Quotes eld
33774 \end_inset
33775
33776 number
33777 \begin_inset Quotes erd
33778 \end_inset
33779
33780  footnotes with symbols use 
33781 \series bold
33782
33783 \backslash
33784 fnsymbol
33785 \series default
33786 .
33787 \end_layout
33788
33789 \begin_layout Standard
33790 \begin_inset Note Greyedout
33791 status open
33792
33793 \begin_layout Plain Layout
33794
33795 \series bold
33796 Note:
33797
33798 \series default
33799  You can only number 26 footnotes with Latin letters,
33800  because this numbering is limited to single letters.
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \begin_inset Newline newline
33807 \end_inset
33808
33809
33810 \begin_inset Note Greyedout
33811 status open
33812
33813 \begin_layout Plain Layout
33814
33815 \series bold
33816 Note:
33817
33818 \series default
33819  You can only number 9 footnotes with symbols.
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Standard
33828 To return to the default numbering style after you have changed to another one,
33829  use 
33830 \series bold
33831
33832 \backslash
33833 arabic
33834 \series default
33835  instead of 
33836 \series bold
33837
33838 \backslash
33839 roman
33840 \series default
33841  in the command above.
33842 \begin_inset ERT
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846
33847
33848 \backslash
33849 renewcommand{
33850 \backslash
33851 thefootnote}{
33852 \backslash
33853 arabic{footnote}}
33854 \end_layout
33855
33856 \end_inset
33857
33858
33859 \end_layout
33860
33861 \begin_layout Standard
33862 \begin_inset VSpace bigskip
33863 \end_inset
33864
33865
33866 \end_layout
33867
33868 \begin_layout Standard
33869 If you want to have footnotes numbered in the scheme 
33870 \begin_inset Quotes eld
33871 \end_inset
33872
33873 chapter.footnote
33874 \begin_inset Quotes erd
33875 \end_inset
33876
33877 ,
33878  add the following command to your document preamble:
33879 \end_layout
33880
33881 \begin_layout Standard
33882
33883 \series bold
33884
33885 \backslash
33886 numberwithin{footnote}{chapter}
33887 \end_layout
33888
33889 \begin_layout Standard
33890 To be able to use the command 
33891 \series bold
33892
33893 \backslash
33894 numberwithin
33895 \series default
33896 ,
33897  set in the tab 
33898 \family sans
33899 Math
33900 \begin_inset space ~
33901 \end_inset
33902
33903 Options
33904 \family default
33905  in the document settings the option 
33906 \family sans
33907 Use
33908 \begin_inset space ~
33909 \end_inset
33910
33911 AMS
33912 \begin_inset space ~
33913 \end_inset
33914
33915 math
33916 \begin_inset space ~
33917 \end_inset
33918
33919 package
33920 \family default
33921 .
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset ERT
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929
33930
33931 \backslash
33932 numberwithin{footnote}{chapter}
33933 \end_layout
33934
33935 \end_inset
33936
33937 This is another example footnote:
33938 \series bold
33939
33940 \begin_inset Foot
33941 status open
33942
33943 \begin_layout Plain Layout
33944 This is a footnote numbered in the scheme 
33945 \begin_inset Quotes eld
33946 \end_inset
33947
33948 chapter.footnote
33949 \begin_inset Quotes erd
33950 \end_inset
33951
33952 .
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \series default
33959
33960 \begin_inset ERT
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964
33965
33966 \backslash
33967 renewcommand{
33968 \backslash
33969 thefootnote}{
33970 \backslash
33971 arabic{footnote}}
33972 \end_layout
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \begin_layout Standard
33980 \begin_inset Note Greyedout
33981 status open
33982
33983 \begin_layout Plain Layout
33984
33985 \series bold
33986 Note:
33987
33988 \series default
33989  
33990 \series bold
33991
33992 \backslash
33993 numberwithin
33994 \series default
33995  always prints out the footnote number as arabic number;
33996  previous redefinitions to get non-arabic numbers are overwritten.
33997 \end_layout
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \begin_layout Standard
34005 So to get for example the scheme 
34006 \begin_inset Quotes eld
34007 \end_inset
34008
34009 chapter.
34010 \backslash
34011 Roman{footnote}
34012 \begin_inset Quotes erd
34013 \end_inset
34014
34015 ,
34016  use this command instead of 
34017 \series bold
34018
34019 \backslash
34020 numberwithin
34021 \series default
34022 :
34023 \end_layout
34024
34025 \begin_layout Standard
34026
34027 \series bold
34028
34029 \backslash
34030 renewcommand{
34031 \backslash
34032 thefootnote}{
34033 \backslash
34034 thechapter.
34035 \backslash
34036 Roman{footnote}}
34037 \end_layout
34038
34039 \begin_layout Subsection
34040 Footnote Placement
34041 \begin_inset Index idx
34042 range none
34043 pageformat default
34044 status collapsed
34045
34046 \begin_layout Plain Layout
34047 Footnotes
34048 \begin_inset IndexMacro subentry
34049 status open
34050
34051 \begin_layout Plain Layout
34052 Placement
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Standard
34066 If you have several footnotes in one page,
34067  they appear without vertical space between them at the bottom of the page.
34068  To make them more readable you can e.
34069 \begin_inset space \thinspace{}
34070 \end_inset
34071
34072 g.
34073 \begin_inset space \space{}
34074 \end_inset
34075
34076 add 1.5
34077 \begin_inset space \thinspace{}
34078 \end_inset
34079
34080 mm space with the following preamble command:
34081 \end_layout
34082
34083 \begin_layout Standard
34084
34085 \series bold
34086
34087 \backslash
34088 let
34089 \backslash
34090 myFoot
34091 \backslash
34092 footnote
34093 \begin_inset Newline newline
34094 \end_inset
34095
34096
34097 \backslash
34098 renewcommand{
34099 \backslash
34100 footnote}[1]{
34101 \backslash
34102 myFoot{#1
34103 \backslash
34104 vspace{1.5mm}}}
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset VSpace bigskip
34109 \end_inset
34110
34111 In a two-column document the footnotes appear at the bottom of every column,
34112  see Figure
34113 \begin_inset space ~
34114 \end_inset
34115
34116
34117 \begin_inset CommandInset ref
34118 LatexCommand ref
34119 reference "fig:Standard-footnote-placement"
34120 nolink "false"
34121
34122 \end_inset
34123
34124 .
34125  If the footnotes should only appear at the bottom of the right column,
34126  as in Figure
34127 \begin_inset space ~
34128 \end_inset
34129
34130
34131 \begin_inset CommandInset ref
34132 LatexCommand ref
34133 reference "fig:Footnote-placement-in"
34134 nolink "false"
34135
34136 \end_inset
34137
34138 ,
34139  use the \SpecialChar LaTeX
34140 -package 
34141 \series bold
34142 ftnright
34143 \series default
34144
34145 \begin_inset Index idx
34146 range none
34147 pageformat default
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151 \SpecialChar LaTeX
34152  packages
34153 \begin_inset IndexMacro subentry
34154 status open
34155
34156 \begin_layout Plain Layout
34157 ftnright
34158 \end_layout
34159
34160 \end_inset
34161
34162
34163 \end_layout
34164
34165 \end_inset
34166
34167  with this command in the document preamble:
34168 \end_layout
34169
34170 \begin_layout Standard
34171
34172 \series bold
34173
34174 \backslash
34175 usepackage{ftnright}
34176 \end_layout
34177
34178 \begin_layout Standard
34179 \begin_inset Float figure
34180 placement !h
34181 alignment document
34182 wide false
34183 sideways false
34184 status open
34185
34186 \begin_layout Plain Layout
34187 \noindent
34188 \align center
34189 \begin_inset Box Boxed
34190 position "t"
34191 hor_pos "c"
34192 has_inner_box 0
34193 inner_pos "t"
34194 use_parbox 0
34195 use_makebox 0
34196 width ""
34197 special "none"
34198 height "1in"
34199 height_special "totalheight"
34200 thickness "0.4pt"
34201 separation "3pt"
34202 shadowsize "4pt"
34203 framecolor "black"
34204 backgroundcolor "none"
34205 status open
34206
34207 \begin_layout Plain Layout
34208 \begin_inset Graphics
34209         filename clipart/without_fntright.pdf
34210         width 100col%
34211         scaleBeforeRotation
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Plain Layout
34224 \begin_inset Caption Standard
34225
34226 \begin_layout Plain Layout
34227 \begin_inset CommandInset label
34228 LatexCommand label
34229 name "fig:Standard-footnote-placement"
34230
34231 \end_inset
34232
34233 Standard footnote placement in two-column documents.
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 \begin_inset Float figure
34248 placement !h
34249 alignment document
34250 wide false
34251 sideways false
34252 status open
34253
34254 \begin_layout Plain Layout
34255 \noindent
34256 \align center
34257 \begin_inset Box Boxed
34258 position "t"
34259 hor_pos "c"
34260 has_inner_box 0
34261 inner_pos "t"
34262 use_parbox 0
34263 use_makebox 0
34264 width ""
34265 special "none"
34266 height "1in"
34267 height_special "totalheight"
34268 thickness "0.4pt"
34269 separation "3pt"
34270 shadowsize "4pt"
34271 framecolor "black"
34272 backgroundcolor "none"
34273 status open
34274
34275 \begin_layout Plain Layout
34276 \begin_inset Graphics
34277         filename clipart/with_fntright.pdf
34278         width 100col%
34279         scaleBeforeRotation
34280
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Plain Layout
34292 \begin_inset Caption Standard
34293
34294 \begin_layout Plain Layout
34295 \begin_inset CommandInset label
34296 LatexCommand label
34297 name "fig:Footnote-placement-in"
34298
34299 \end_inset
34300
34301 Footnote placement in two-column documents when the \SpecialChar LaTeX
34302 -package 
34303 \series bold
34304 ftnright
34305 \series default
34306  is used.
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset VSpace bigskip
34321 \end_inset
34322
34323 In some scientific literature it is usual to collect the footnotes and print them in a separate paragraph at the end of a section,
34324  as in Figure
34325 \begin_inset space ~
34326 \end_inset
34327
34328
34329 \begin_inset CommandInset ref
34330 LatexCommand ref
34331 reference "fig:Endnotes"
34332 nolink "false"
34333
34334 \end_inset
34335
34336 .
34337  They are then called 
34338 \begin_inset Quotes eld
34339 \end_inset
34340
34341 endnotes
34342 \begin_inset Quotes erd
34343 \end_inset
34344
34345 .
34346 \begin_inset Index idx
34347 range none
34348 pageformat default
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Endnotes
34353 \end_layout
34354
34355 \end_inset
34356
34357  To use endnotes instead of footnotes in your document,
34358  load in the menu 
34359 \family sans
34360 Document\SpecialChar menuseparator
34361 Settings\SpecialChar menuseparator
34362 Modules 
34363 \family default
34364 the module 
34365 \family sans
34366 Foot
34367 \begin_inset space ~
34368 \end_inset
34369
34370 to
34371 \begin_inset space ~
34372 \end_inset
34373
34374 End
34375 \family default
34376 .
34377  To insert the collected footnotes,
34378  insert the command
34379 \end_layout
34380
34381 \begin_layout Standard
34382
34383 \series bold
34384
34385 \backslash
34386 theendnotes
34387 \end_layout
34388
34389 \begin_layout Standard
34390 in \SpecialChar TeX
34391  Code at the end of a section or chapter.
34392 \end_layout
34393
34394 \begin_layout Standard
34395 \begin_inset Float figure
34396 placement document
34397 alignment document
34398 wide false
34399 sideways false
34400 status open
34401
34402 \begin_layout Plain Layout
34403 \noindent
34404 \align center
34405 \begin_inset Box Boxed
34406 position "t"
34407 hor_pos "c"
34408 has_inner_box 0
34409 inner_pos "t"
34410 use_parbox 0
34411 use_makebox 0
34412 width ""
34413 special "none"
34414 height "1in"
34415 height_special "totalheight"
34416 thickness "0.4pt"
34417 separation "3pt"
34418 shadowsize "4pt"
34419 framecolor "black"
34420 backgroundcolor "none"
34421 status open
34422
34423 \begin_layout Plain Layout
34424 \begin_inset Graphics
34425         filename clipart/endnotes.pdf
34426         width 100col%
34427         scaleBeforeRotation
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Plain Layout
34440 \begin_inset Caption Standard
34441
34442 \begin_layout Plain Layout
34443 \begin_inset CommandInset label
34444 LatexCommand label
34445 name "fig:Endnotes"
34446
34447 \end_inset
34448
34449 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections or chapters.
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \begin_layout Standard
34463 \begin_inset VSpace medskip
34464 \end_inset
34465
34466 The paragraph heading for the endnotes isn't automatically translated into the document language,
34467  this must be done manually.
34468  The following preamble command translates the default English 
34469 \begin_inset Quotes eld
34470 \end_inset
34471
34472 Notes
34473 \begin_inset Quotes erd
34474 \end_inset
34475
34476  into the German 
34477 \begin_inset Quotes eld
34478 \end_inset
34479
34480 Anmerkungen
34481 \begin_inset Quotes erd
34482 \end_inset
34483
34484 :
34485 \end_layout
34486
34487 \begin_layout Standard
34488
34489 \series bold
34490
34491 \backslash
34492 renewcommand{
34493 \backslash
34494 notesname}{Anmerkungen}
34495 \end_layout
34496
34497 \begin_layout Standard
34498 \begin_inset VSpace medskip
34499 \end_inset
34500
34501 The numbering of endnotes can be changed like the footnote numbering as described in section
34502 \begin_inset space ~
34503 \end_inset
34504
34505
34506 \begin_inset CommandInset ref
34507 LatexCommand ref
34508 reference "subsec:Footnote-Numbering"
34509 nolink "false"
34510
34511 \end_inset
34512
34513 ;
34514  just replace the command 
34515 \series bold
34516
34517 \backslash
34518 thefootnote
34519 \series default
34520  by 
34521 \series bold
34522
34523 \backslash
34524 theendnote
34525 \series default
34526 .
34527  To reset the endnote number use the command 
34528 \series bold
34529
34530 \backslash
34531 @addtoreset
34532 \series default
34533  as described in section
34534 \begin_inset space ~
34535 \end_inset
34536
34537
34538 \begin_inset CommandInset ref
34539 LatexCommand ref
34540 reference "subsec:Footnote-Numbering"
34541 nolink "false"
34542
34543 \end_inset
34544
34545  and replace the command parameter 
34546 \series bold
34547 footnote
34548 \series default
34549  by 
34550 \series bold
34551 endnote
34552 \series default
34553 .
34554 \end_layout
34555
34556 \begin_layout Standard
34557 For endnotes there is the command 
34558 \series bold
34559
34560 \backslash
34561 endnotemark[number]
34562 \series default
34563  similar to the command 
34564 \series bold
34565
34566 \backslash
34567 footnotemark
34568 \series default
34569 ,
34570  that is described in section
34571 \begin_inset space ~
34572 \end_inset
34573
34574
34575 \begin_inset CommandInset ref
34576 LatexCommand ref
34577 reference "sec:Footnotes"
34578 nolink "false"
34579
34580 \end_inset
34581
34582 .
34583 \end_layout
34584
34585 \begin_layout Standard
34586 \begin_inset VSpace bigskip
34587 \end_inset
34588
34589 Footnotes can also be placed in the page margin and the footnote text alignment can be changed,
34590  see the \SpecialChar LaTeX
34591 -package 
34592 \series bold
34593 footmisc
34594 \series default
34595
34596 \begin_inset Index idx
34597 range none
34598 pageformat default
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602 \SpecialChar LaTeX
34603  packages
34604 \begin_inset IndexMacro subentry
34605 status open
34606
34607 \begin_layout Plain Layout
34608 footmisc
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \end_inset
34617
34618 ,
34619  
34620 \begin_inset CommandInset citation
34621 LatexCommand cite
34622 key "footmisc"
34623 literal "true"
34624
34625 \end_inset
34626
34627  for more information about this.
34628 \end_layout
34629
34630 \begin_layout Standard
34631 For various further footnote formatting issues have a look at \SpecialChar LaTeX
34632 -books,
34633  
34634 \begin_inset CommandInset citation
34635 LatexCommand cite
34636 key "latexcompanion,latexguide,latexbook"
34637 literal "true"
34638
34639 \end_inset
34640
34641 .
34642  If you are using a 
34643 \series bold
34644 KOMA-Script
34645 \series default
34646
34647 \begin_inset Index idx
34648 range none
34649 pageformat default
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653 \SpecialChar LaTeX
34654  packages
34655 \begin_inset IndexMacro subentry
34656 status open
34657
34658 \begin_layout Plain Layout
34659 KOMA-Script
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \end_inset
34668
34669  document class,
34670  you can adjust all footnote settings using class-specific commands,
34671  see 
34672 \begin_inset CommandInset citation
34673 LatexCommand cite
34674 key "KOMA-Script"
34675 literal "true"
34676
34677 \end_inset
34678
34679 .
34680 \end_layout
34681
34682 \begin_layout Section
34683 Margin Notes
34684 \begin_inset Index idx
34685 range none
34686 pageformat default
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690 Notes
34691 \begin_inset IndexMacro subentry
34692 status open
34693
34694 \begin_layout Plain Layout
34695 Margin Notes
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Standard
34709 Margin notes look and behave in \SpecialChar LyX
34710  like footnotes.
34711  They are inserted via the menu 
34712 \family sans
34713 Insert\SpecialChar menuseparator
34714 Marginal
34715 \begin_inset space ~
34716 \end_inset
34717
34718 Note
34719 \family default
34720  or the toolbar button 
34721 \begin_inset Info
34722 type  "icon"
34723 arg   "marginalnote-insert"
34724 \end_inset
34725
34726 .
34727  A grey 
34728 \family roman
34729 \series medium
34730 box with the
34731 \family default
34732 \series default
34733  red 
34734 \family roman
34735 \series medium
34736 label 
34737 \begin_inset Quotes eld
34738 \end_inset
34739
34740 margin
34741 \begin_inset Quotes erd
34742 \end_inset
34743
34744  appears where you can enter the text of the margin note.
34745 \end_layout
34746
34747 \begin_layout Standard
34748 At the side is an example margin note.
34749
34750 \family roman
34751 \series medium
34752  
34753 \begin_inset Marginal
34754 status open
34755
34756 \begin_layout Plain Layout
34757 This is a margin note.
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 Margin notes appear at the right side in single-sided documents.
34767  In double-sided documents they appear in the outer margin â€“ left on even pages,
34768  right on odd pages.
34769  The text of margin notes is aligned opposite to the outer margin â€“ right-aligned when the note appears in the left margin.
34770  The first line of the margin note is placed at the position of the text line where it is inserted in the document.
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \begin_inset VSpace bigskip
34775 \end_inset
34776
34777 To place the margin note in the inner margin,
34778  add the command
34779 \end_layout
34780
34781 \begin_layout Standard
34782
34783 \series bold
34784
34785 \backslash
34786 reversemarginpar
34787 \end_layout
34788
34789 \begin_layout Standard
34790 in \SpecialChar TeX
34791  Code before a margin note.
34792  The new placement is valid for all subsequent margin notes.
34793  
34794 \begin_inset ERT
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798
34799
34800 \backslash
34801 reversemarginpar 
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \begin_inset Marginal
34808 status open
34809
34810 \begin_layout Plain Layout
34811 This is a margin note in the inner margin.
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \series bold
34818
34819 \begin_inset Newline newline
34820 \end_inset
34821
34822
34823 \series default
34824
34825 \begin_inset Note Greyedout
34826 status open
34827
34828 \begin_layout Plain Layout
34829
34830 \series bold
34831 Note:
34832
34833 \series default
34834  There is often not enough space in the inner margin so that the notes are not correctly displayed in the output.
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 To return to the default placement insert the command
34844 \end_layout
34845
34846 \begin_layout Standard
34847
34848 \series bold
34849
34850 \backslash
34851 normalmarginpar
34852 \end_layout
34853
34854 \begin_layout Standard
34855 in \SpecialChar TeX
34856  Code.
34857 \begin_inset ERT
34858 status collapsed
34859
34860 \begin_layout Plain Layout
34861
34862
34863 \backslash
34864 normalmarginpar 
34865 \end_layout
34866
34867 \end_inset
34868
34869  
34870 \begin_inset Note Greyedout
34871 status open
34872
34873 \begin_layout Plain Layout
34874
34875 \series bold
34876 Note:
34877
34878 \series default
34879  The command is ignored when it is within a paragraph where also the command 
34880 \series bold
34881
34882 \backslash
34883 reversemarginpar
34884 \series default
34885  is inserted.
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \begin_inset VSpace bigskip
34895 \end_inset
34896
34897
34898 \family roman
34899 \series medium
34900
34901 \begin_inset Marginal
34902 status open
34903
34904 \begin_layout Plain Layout
34905 AVeryLongMarginParWord that isn't hyphenated.
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \family default
34912 \series default
34913  Similar to the case described in section
34914 \begin_inset space ~
34915 \end_inset
34916
34917
34918 \begin_inset CommandInset ref
34919 LatexCommand ref
34920 reference "subsec:Multiple-Lines-in"
34921 nolink "false"
34922
34923 \end_inset
34924
34925 ,
34926  long words cannot be hyphenated when they are the first word in a margin note.
34927  To avoid this,
34928  insert 0
34929 \begin_inset space \thinspace{}
34930 \end_inset
34931
34932 pt horizontal space before the word
34933 \family roman
34934 \series medium
34935 .
34936  
34937 \begin_inset Marginal
34938 status open
34939
34940 \begin_layout Plain Layout
34941 \begin_inset space \hspace*{}
34942 \length 0pt
34943 \end_inset
34944
34945 AVeryLongMarginParWord that is hyphenated.
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954 \begin_inset VSpace bigskip
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 \begin_inset Note Greyedout
34962 status open
34963
34964 \begin_layout Plain Layout
34965
34966 \series bold
34967 Note:
34968
34969 \series default
34970  Margin notes can normally not be used inside tables,
34971  floats,
34972  and footnotes.
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981 \begin_inset VSpace bigskip
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993
34994 \backslash
34995 ifmarginnote
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \begin_inset Note Note
35002 status open
35003
35004 \begin_layout Plain Layout
35005 The following section will only be displayed when the \SpecialChar LaTeX
35006 -package 
35007 \series bold
35008 marginnote
35009 \series default
35010  is installed.
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Standard
35019 This restriction can be evaded by using the \SpecialChar LaTeX
35020 -package 
35021 \series bold
35022 marginnote
35023 \series default
35024
35025 \begin_inset Index idx
35026 range none
35027 pageformat default
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 \SpecialChar LaTeX
35032  packages
35033 \begin_inset IndexMacro subentry
35034 status open
35035
35036 \begin_layout Plain Layout
35037 marginnote
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \end_inset
35046
35047 .
35048  By adding these two lines to your document preamble,
35049  the command used by \SpecialChar LyX
35050  for margin notes is redefined to use the command provided by the 
35051 \series bold
35052 marginnote
35053 \series default
35054 -package:
35055 \end_layout
35056
35057 \begin_layout Standard
35058
35059 \series bold
35060
35061 \backslash
35062 usepackage{marginnote}
35063 \begin_inset Newline newline
35064 \end_inset
35065
35066
35067 \backslash
35068 let
35069 \backslash
35070 marginpar
35071 \backslash
35072 marginnote
35073 \end_layout
35074
35075 \begin_layout Standard
35076 This is also used in this document because 
35077 \series bold
35078 marginnote
35079 \series default
35080  has another useful feature:
35081  You can set a vertical offset for the note.
35082  This is often needed when too many margin notes are too close together or for a better page layout.
35083  The offset is set in \SpecialChar LyX
35084  as \SpecialChar TeX
35085  Code directly after the margin note in the scheme
35086 \end_layout
35087
35088 \begin_layout Standard
35089
35090 \series bold
35091 [offset]
35092 \end_layout
35093
35094 \begin_layout Standard
35095 where the offset is a length with one of the units listed in Table
35096 \begin_inset space ~
35097 \end_inset
35098
35099
35100 \begin_inset CommandInset ref
35101 LatexCommand ref
35102 reference "tab:Units"
35103 nolink "false"
35104
35105 \end_inset
35106
35107 .
35108  A negative value shifts the note up,
35109  a positive value shifts it down.
35110  
35111 \family roman
35112 \series medium
35113 For example the margin note beside this text line is shifted up 1.5
35114 \begin_inset space \thinspace{}
35115 \end_inset
35116
35117 cm with the \SpecialChar TeX
35118  Code command 
35119 \begin_inset Quotes eld
35120 \end_inset
35121
35122
35123 \family default
35124 \series bold
35125 [-1.5cm]
35126 \family roman
35127 \series medium
35128
35129 \begin_inset Quotes erd
35130 \end_inset
35131
35132
35133 \begin_inset Marginal
35134 status open
35135
35136 \begin_layout Plain Layout
35137 This margin note is shifted up 1.5
35138 \begin_inset space \thinspace{}
35139 \end_inset
35140
35141 cm from its original position.
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \family default
35148 \series default
35149
35150 \begin_inset ERT
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154
35155 [-1.5cm]
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \begin_layout Standard
35164 \begin_inset VSpace medskip
35165 \end_inset
35166
35167 With 
35168 \series bold
35169 marginnote
35170 \series default
35171  you can also change the alignment of the text in the margin note.
35172  For example the commands
35173 \end_layout
35174
35175 \begin_layout Standard
35176
35177 \series bold
35178
35179 \backslash
35180 renewcommand*{
35181 \backslash
35182 raggedleftmarginnote}{
35183 \backslash
35184 centering}
35185 \begin_inset Newline newline
35186 \end_inset
35187
35188
35189 \backslash
35190 renewcommand*{
35191 \backslash
35192 raggedrightmarginnote}{
35193 \backslash
35194 centering}
35195 \end_layout
35196
35197 \begin_layout Standard
35198 set the alignment to centered.
35199  
35200 \series bold
35201
35202 \backslash
35203 raggedleftmarginnote
35204 \series default
35205  denotes margin notes that appear at the left side.
35206 \family roman
35207 \series medium
35208
35209 \begin_inset ERT
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213
35214
35215 \backslash
35216 renewcommand*{
35217 \backslash
35218 raggedleftmarginnote}{
35219 \backslash
35220 centering}
35221 \end_layout
35222
35223 \begin_layout Plain Layout
35224
35225
35226 \backslash
35227 renewcommand*{
35228 \backslash
35229 raggedrightmarginnote}{
35230 \backslash
35231 centering}
35232 \end_layout
35233
35234 \end_inset
35235
35236
35237 \begin_inset Marginal
35238 status open
35239
35240 \begin_layout Plain Layout
35241 The text of this margin note is centered.
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \family default
35248 \series default
35249  The default is
35250 \end_layout
35251
35252 \begin_layout Standard
35253
35254 \series bold
35255
35256 \backslash
35257 renewcommand*{
35258 \backslash
35259 raggedleftmarginnote}{
35260 \backslash
35261 raggedleft}
35262 \begin_inset Newline newline
35263 \end_inset
35264
35265
35266 \backslash
35267 renewcommand*{
35268 \backslash
35269 raggedrightmarginnote}{
35270 \backslash
35271 raggedright}
35272 \family roman
35273 \series medium
35274
35275 \begin_inset ERT
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279
35280
35281 \backslash
35282 renewcommand*{
35283 \backslash
35284 raggedleftmarginnote}{
35285 \backslash
35286 raggedleft}
35287 \end_layout
35288
35289 \begin_layout Plain Layout
35290
35291
35292 \backslash
35293 renewcommand*{
35294 \backslash
35295 raggedrightmarginnote}{
35296 \backslash
35297 raggedright}
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Standard
35306 \begin_inset VSpace medskip
35307 \end_inset
35308
35309 For the other features of 
35310 \series bold
35311 marginnote
35312 \series default
35313  refer to its documentation 
35314 \begin_inset CommandInset citation
35315 LatexCommand cite
35316 key "marginnote"
35317 literal "true"
35318
35319 \end_inset
35320
35321 .
35322 \end_layout
35323
35324 \begin_layout Standard
35325 \begin_inset VSpace bigskip
35326 \end_inset
35327
35328 You can adjust the layout of margin notes by changing its definition.
35329  To create for example a header for all margin notes with the underlined,
35330  sans-serif,
35331  and bold header text 
35332 \begin_inset Quotes eld
35333 \end_inset
35334
35335
35336 \family sans
35337 \series bold
35338 \bar under
35339 Attention!
35340 \family default
35341 \series default
35342 \bar default
35343
35344 \begin_inset Quotes erd
35345 \end_inset
35346
35347 ,
35348  add this to your document preamble:
35349 \end_layout
35350
35351 \begin_layout Standard
35352
35353 \series bold
35354
35355 \backslash
35356 let
35357 \backslash
35358 myMarginpar
35359 \backslash
35360 marginpar
35361 \begin_inset Newline newline
35362 \end_inset
35363
35364
35365 \backslash
35366 renewcommand{
35367 \backslash
35368 marginpar}[1]{
35369 \backslash
35370 myMarginpar{%
35371 \begin_inset Newline newline
35372 \end_inset
35373
35374
35375 \begin_inset Phantom HPhantom
35376 status open
35377
35378 \begin_layout Plain Layout
35379
35380 \series bold
35381 \begin_inset space ~
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \backslash
35391 hspace{0pt}
35392 \backslash
35393 textsf{
35394 \backslash
35395 textbf{
35396 \backslash
35397 underbar{Attention!}}}%
35398 \begin_inset Newline newline
35399 \end_inset
35400
35401
35402 \begin_inset Phantom HPhantom
35403 status open
35404
35405 \begin_layout Plain Layout
35406
35407 \series bold
35408 \begin_inset space ~
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \end_inset
35415
35416
35417 \backslash
35418 vspace{1.5mm}
35419 \backslash
35420
35421 \backslash
35422 #1}}
35423 \end_layout
35424
35425 \begin_layout Standard
35426
35427 \family roman
35428 \series medium
35429 \begin_inset ERT
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433
35434
35435 \backslash
35436 let
35437 \backslash
35438 myMarginpar
35439 \backslash
35440 marginpar
35441 \end_layout
35442
35443 \begin_layout Plain Layout
35444
35445
35446 \backslash
35447 renewcommand{
35448 \backslash
35449 marginpar}[1]{
35450 \backslash
35451 myMarginpar{%
35452 \end_layout
35453
35454 \begin_layout Plain Layout
35455
35456    
35457 \backslash
35458 textsf{
35459 \backslash
35460 textbf{
35461 \backslash
35462 underbar{Attention!}}}%
35463 \end_layout
35464
35465 \begin_layout Plain Layout
35466
35467    
35468 \backslash
35469 vspace{1.5mm}
35470 \backslash
35471
35472 \backslash
35473 #1}}
35474 \end_layout
35475
35476 \end_inset
35477
35478
35479 \begin_inset Marginal
35480 status open
35481
35482 \begin_layout Plain Layout
35483 This is a margin note with a defined heading.
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \family default
35490 \series default
35491
35492 \begin_inset ERT
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496
35497 [-1.5cm]
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \family roman
35504 \series medium
35505
35506 \begin_inset ERT
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510
35511
35512 \backslash
35513 renewcommand{
35514 \backslash
35515 marginpar}[1]{
35516 \backslash
35517 myMarginpar{#1}}
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \family default
35524 \series default
35525
35526 \begin_inset Note Note
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530 The margin note format is changed only for this example.
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Standard
35539 \begin_inset ERT
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543
35544
35545 \backslash
35546 else
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \begin_inset Note Note
35553 status open
35554
35555 \begin_layout Plain Layout
35556 The following will be displayed when the \SpecialChar LaTeX
35557 -package 
35558 \series bold
35559 marginnote
35560 \series default
35561  is not installed:
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \end_layout
35568
35569 \begin_layout Standard
35570 You need to install the \SpecialChar LaTeX
35571 -package 
35572 \series bold
35573 marginnote
35574 \series default
35575  to see the following part of this section in the output.
35576 \end_layout
35577
35578 \begin_layout Standard
35579 \begin_inset ERT
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583
35584
35585 \backslash
35586 fi
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Chapter
35595 Boxes
35596 \end_layout
35597
35598 \begin_layout Section
35599 Introduction
35600 \begin_inset Index idx
35601 range none
35602 pageformat default
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 Boxes
35607 \begin_inset IndexMacro subentry
35608 status open
35609
35610 \begin_layout Plain Layout
35611 Introduction
35612 \end_layout
35613
35614 \end_inset
35615
35616
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \begin_layout Standard
35625 Boxes are used to format a block of text.
35626  Boxes can be used to write documents with multiple languages,
35627  see section
35628 \begin_inset space ~
35629 \end_inset
35630
35631
35632 \begin_inset CommandInset ref
35633 LatexCommand ref
35634 reference "sec:Minipages"
35635 nolink "false"
35636
35637 \end_inset
35638
35639 ,
35640  to frame texts,
35641  see section
35642 \begin_inset space ~
35643 \end_inset
35644
35645
35646 \begin_inset CommandInset ref
35647 LatexCommand ref
35648 reference "sec:Decoration"
35649 nolink "false"
35650
35651 \end_inset
35652
35653 ,
35654  to prevent words from being hyphenated,
35655  see section
35656 \begin_inset space ~
35657 \end_inset
35658
35659
35660 \begin_inset CommandInset ref
35661 LatexCommand ref
35662 reference "sec:Prevent-Hyphenation"
35663 nolink "false"
35664
35665 \end_inset
35666
35667 ,
35668  to align text,
35669  see section
35670 \begin_inset space ~
35671 \end_inset
35672
35673
35674 \begin_inset CommandInset ref
35675 LatexCommand ref
35676 reference "subsec:Vertical-Alignment"
35677 nolink "false"
35678
35679 \end_inset
35680
35681 ,
35682  or to set the background color of texts,
35683  see section
35684 \begin_inset space ~
35685 \end_inset
35686
35687
35688 \begin_inset CommandInset ref
35689 LatexCommand ref
35690 reference "sec:Colored-Boxes"
35691 nolink "false"
35692
35693 \end_inset
35694
35695 .
35696 \end_layout
35697
35698 \begin_layout Standard
35699 Boxes can be inserted with the menu 
35700 \family sans
35701 Insert\SpecialChar menuseparator
35702 Box
35703 \family default
35704  or the toolbar button 
35705 \begin_inset Info
35706 type  "icon"
35707 arg   "box-insert Frameless"
35708 \end_inset
35709
35710 .
35711  A grey box with the label 
35712 \family sans
35713 Box (Minipage)
35714 \family default
35715 :
35716  
35717 \begin_inset Graphics
35718         filename clipart/BoxInsetDefault.png
35719         scale 95
35720         scaleBeforeRotation
35721
35722 \end_inset
35723
35724  will be inserted.
35725  The box type can be specified by right-clicking on the box and selecting 
35726 \family sans
35727 Settings
35728 \family default
35729 .
35730  The box dialog offers the 
35731 \family sans
35732 Inner
35733 \begin_inset space ~
35734 \end_inset
35735
35736 Box
35737 \family default
35738  types 
35739 \family sans
35740 Makebox
35741 \family default
35742 ,
35743  
35744 \family sans
35745 Parbox
35746 \family default
35747  and 
35748 \family sans
35749 Minipage
35750 \family default
35751 .
35752  The type 
35753 \family sans
35754 Minipage
35755 \family default
35756  is the default for new boxes and is explained in section
35757 \begin_inset space ~
35758 \end_inset
35759
35760
35761 \begin_inset CommandInset ref
35762 LatexCommand ref
35763 reference "sec:Minipages"
35764 nolink "false"
35765
35766 \end_inset
35767
35768 ;
35769  the type 
35770 \family sans
35771 Parbox
35772 \family default
35773  is described in section
35774 \begin_inset space ~
35775 \end_inset
35776
35777
35778 \begin_inset CommandInset ref
35779 LatexCommand ref
35780 reference "sec:Parboxes"
35781 nolink "false"
35782
35783 \end_inset
35784
35785  and the type 
35786 \family sans
35787 Makebox
35788 \family default
35789  in 
35790 \begin_inset CommandInset ref
35791 LatexCommand ref
35792 reference "sec:Prevent-Hyphenation"
35793 nolink "false"
35794
35795 \end_inset
35796
35797 .
35798 \end_layout
35799
35800 \begin_layout Standard
35801 Boxes are not numbered and can therefore not be referenced like floats or footnotes.
35802 \end_layout
35803
35804 \begin_layout Standard
35805 \begin_inset Note Greyedout
35806 status open
35807
35808 \begin_layout Plain Layout
35809
35810 \series bold
35811 Note:
35812
35813 \series default
35814  Boxes must not be the item in an 
35815 \family sans
35816 Itemize
35817 \family default
35818  or 
35819 \family sans
35820 Description
35821 \family default
35822  environment.
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 \begin_inset Note Greyedout
35832 status open
35833
35834 \begin_layout Plain Layout
35835
35836 \series bold
35837 Note:
35838
35839 \series default
35840  For an unknown reason you can only set the 
35841 \family sans
35842 Inner
35843 \begin_inset space ~
35844 \end_inset
35845
35846 Box
35847 \family default
35848  type to 
35849 \family sans
35850 None
35851 \family default
35852  when you use a framed box.
35853  Boxes without an 
35854 \family sans
35855 Inner
35856 \begin_inset space ~
35857 \end_inset
35858
35859 Box
35860 \family default
35861  type and without frames are explained in section
35862 \begin_inset space ~
35863 \end_inset
35864
35865
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sec:Prevent-Hyphenation"
35869 nolink "false"
35870
35871 \end_inset
35872
35873 .
35874 \end_layout
35875
35876 \end_inset
35877
35878
35879 \end_layout
35880
35881 \begin_layout Section
35882 Box Dialog
35883 \begin_inset CommandInset label
35884 LatexCommand label
35885 name "sec:Box-Dialog"
35886
35887 \end_inset
35888
35889
35890 \begin_inset Index idx
35891 range none
35892 pageformat default
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896 Boxes
35897 \begin_inset IndexMacro subentry
35898 status open
35899
35900 \begin_layout Plain Layout
35901 Box Dialog
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \end_layout
35908
35909 \end_inset
35910
35911
35912 \end_layout
35913
35914 \begin_layout Subsection
35915 Size
35916 \begin_inset Index idx
35917 range none
35918 pageformat default
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 Boxes
35923 \begin_inset IndexMacro subentry
35924 status open
35925
35926 \begin_layout Plain Layout
35927 Size
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Standard
35941 In the box dialog you can adjust the box geometry in the fields 
35942 \family sans
35943 Width
35944 \family default
35945  and 
35946 \family sans
35947 Height
35948 \family default
35949 .
35950  The available units for the geometry are explained in Table
35951 \begin_inset space ~
35952 \end_inset
35953
35954
35955 \begin_inset CommandInset ref
35956 LatexCommand ref
35957 reference "tab:Units"
35958 nolink "false"
35959
35960 \end_inset
35961
35962 .
35963  The field 
35964 \family sans
35965 Height
35966 \family default
35967  offers the following additional sizes:
35968 \end_layout
35969
35970 \begin_layout Description
35971 Depth This is the plain text 
35972 \begin_inset Quotes eld
35973 \end_inset
35974
35975 height
35976 \begin_inset Quotes erd
35977 \end_inset
35978
35979 .
35980  It ignores the total depth when there are multiple text lines in the box:
35981 \begin_inset Newline newline
35982 \end_inset
35983
35984
35985 \begin_inset Newline newline
35986 \end_inset
35987
35988
35989 \begin_inset Newline newline
35990 \end_inset
35991
35992
35993 \begin_inset Box Boxed
35994 position "c"
35995 hor_pos "c"
35996 has_inner_box 1
35997 inner_pos "c"
35998 use_parbox 0
35999 use_makebox 0
36000 width "12col%"
36001 special "none"
36002 height "1in"
36003 height_special "depth"
36004 thickness "0.4pt"
36005 separation "3pt"
36006 shadowsize "4pt"
36007 framecolor "black"
36008 backgroundcolor "none"
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012 \align center
36013 Box height set to 1
36014 \begin_inset space \thinspace{}
36015 \end_inset
36016
36017 Depth
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \begin_inset Newline newline
36024 \end_inset
36025
36026
36027 \begin_inset Newline newline
36028 \end_inset
36029
36030
36031 \end_layout
36032
36033 \begin_layout Description
36034 Height This is the height of the text that is inside the box.
36035  A value of e.
36036 \begin_inset space \thinspace{}
36037 \end_inset
36038
36039 g.
36040 \begin_inset space \space{}
36041 \end_inset
36042
36043 2 for this size will set the box height to 2
36044 \begin_inset space ~
36045 \end_inset
36046
36047 times the text height:
36048  
36049 \begin_inset Box Boxed
36050 position "c"
36051 hor_pos "c"
36052 has_inner_box 1
36053 inner_pos "c"
36054 use_parbox 0
36055 use_makebox 0
36056 width "20col%"
36057 special "none"
36058 height "2in"
36059 height_special "height"
36060 thickness "0.4pt"
36061 separation "3pt"
36062 shadowsize "4pt"
36063 framecolor "black"
36064 backgroundcolor "none"
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068 \align center
36069 Box height set to 2
36070 \begin_inset space \thinspace{}
36071 \end_inset
36072
36073 Height
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Description
36082 Total
36083 \begin_inset space ~
36084 \end_inset
36085
36086 Height This is the Height
36087 \begin_inset space \thinspace{}
36088 \end_inset
36089
36090 +
36091 \begin_inset space \thinspace{}
36092 \end_inset
36093
36094 Depth:
36095  
36096 \begin_inset Box Boxed
36097 position "c"
36098 hor_pos "c"
36099 has_inner_box 1
36100 inner_pos "c"
36101 use_parbox 0
36102 use_makebox 0
36103 width "20col%"
36104 special "none"
36105 height "1in"
36106 height_special "totalheight"
36107 thickness "0.4pt"
36108 separation "3pt"
36109 shadowsize "4pt"
36110 framecolor "black"
36111 backgroundcolor "none"
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 \align center
36116 Box height set to 1
36117 \begin_inset space \thinspace{}
36118 \end_inset
36119
36120 Total
36121 \begin_inset space ~
36122 \end_inset
36123
36124 Height
36125 \end_layout
36126
36127 \end_inset
36128
36129
36130 \end_layout
36131
36132 \begin_layout Description
36133 Width This sets the width of the box as height:
36134  
36135 \begin_inset Box Boxed
36136 position "c"
36137 hor_pos "c"
36138 has_inner_box 1
36139 inner_pos "c"
36140 use_parbox 0
36141 use_makebox 0
36142 width "12col%"
36143 special "none"
36144 height "1in"
36145 height_special "width"
36146 thickness "0.4pt"
36147 separation "3pt"
36148 shadowsize "4pt"
36149 framecolor "black"
36150 backgroundcolor "none"
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 \align center
36155 Box height set to 1
36156 \begin_inset space \thinspace{}
36157 \end_inset
36158
36159 Width
36160 \end_layout
36161
36162 \end_inset
36163
36164
36165 \end_layout
36166
36167 \begin_layout Subsection
36168 Alignment
36169 \begin_inset Index idx
36170 range none
36171 pageformat default
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 Boxes
36176 \begin_inset IndexMacro subentry
36177 status open
36178
36179 \begin_layout Plain Layout
36180 Alignment
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \begin_layout Standard
36194 When you have chosen an 
36195 \family sans
36196 Inner
36197 \begin_inset space ~
36198 \end_inset
36199
36200 Box
36201 \family default
36202 ,
36203  the vertical box alignment can be:
36204 \end_layout
36205
36206 \begin_layout Description
36207 Top This is an example text line.
36208  
36209 \begin_inset Box Boxed
36210 position "t"
36211 hor_pos "c"
36212 has_inner_box 1
36213 inner_pos "c"
36214 use_parbox 0
36215 use_makebox 0
36216 width "12col%"
36217 special "none"
36218 height "1in"
36219 height_special "totalheight"
36220 thickness "0.4pt"
36221 separation "3pt"
36222 shadowsize "4pt"
36223 framecolor "black"
36224 backgroundcolor "none"
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228 \align center
36229 This box is top-aligned.
36230 \end_layout
36231
36232 \end_inset
36233
36234  This is an example text line.
36235 \end_layout
36236
36237 \begin_layout Description
36238 Middle This is an example text line.
36239  
36240 \begin_inset Box Boxed
36241 position "c"
36242 hor_pos "c"
36243 has_inner_box 1
36244 inner_pos "c"
36245 use_parbox 0
36246 use_makebox 0
36247 width "12col%"
36248 special "none"
36249 height "1in"
36250 height_special "totalheight"
36251 thickness "0.4pt"
36252 separation "3pt"
36253 shadowsize "4pt"
36254 framecolor "black"
36255 backgroundcolor "none"
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259 \align center
36260 This box is middle-aligned.
36261 \end_layout
36262
36263 \end_inset
36264
36265  This is an example text line.
36266 \end_layout
36267
36268 \begin_layout Description
36269 Bottom This is an example text line.
36270  
36271 \begin_inset Box Boxed
36272 position "b"
36273 hor_pos "c"
36274 has_inner_box 1
36275 inner_pos "c"
36276 use_parbox 0
36277 use_makebox 0
36278 width "12col%"
36279 special "none"
36280 height "1in"
36281 height_special "totalheight"
36282 thickness "0.4pt"
36283 separation "3pt"
36284 shadowsize "4pt"
36285 framecolor "black"
36286 backgroundcolor "none"
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290 \align center
36291 This box is bottom-aligned.
36292 \end_layout
36293
36294 \end_inset
36295
36296  This is an example text line.
36297 \end_layout
36298
36299 \begin_layout Standard
36300 \begin_inset Note Greyedout
36301 status open
36302
36303 \begin_layout Plain Layout
36304
36305 \series bold
36306 Note:
36307
36308 \series default
36309  The vertical box alignment can be lost in the output when you have two boxes in a line and one has e.
36310 \begin_inset space \thinspace{}
36311 \end_inset
36312
36313 g.
36314 \begin_inset space \space{}
36315 \end_inset
36316
36317 a shadow and the other one not.
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 The horizontal box alignment can be set via \SpecialChar LyX
36327 's paragraph dialog when you set the box into its own paragraph.
36328 \end_layout
36329
36330 \begin_layout Standard
36331 \begin_inset VSpace bigskip
36332 \end_inset
36333
36334 When you have chosen an 
36335 \family sans
36336 Inner
36337 \begin_inset space ~
36338 \end_inset
36339
36340 Box
36341 \family default
36342 ,
36343  the box content can be aligned vertically to:
36344 \end_layout
36345
36346 \begin_layout Description
36347 top This is an example text line.
36348  
36349 \begin_inset Box Boxed
36350 position "c"
36351 hor_pos "c"
36352 has_inner_box 1
36353 inner_pos "t"
36354 use_parbox 0
36355 use_makebox 0
36356 width "12col%"
36357 special "none"
36358 height "1.5in"
36359 height_special "totalheight"
36360 thickness "0.4pt"
36361 separation "3pt"
36362 shadowsize "4pt"
36363 framecolor "black"
36364 backgroundcolor "none"
36365 status collapsed
36366
36367 \begin_layout Plain Layout
36368 \align center
36369 This box text is top-aligned.
36370 \end_layout
36371
36372 \end_inset
36373
36374  This is an example text line.
36375 \end_layout
36376
36377 \begin_layout Description
36378 middle This is an example text line.
36379  
36380 \begin_inset Box Boxed
36381 position "c"
36382 hor_pos "c"
36383 has_inner_box 1
36384 inner_pos "c"
36385 use_parbox 0
36386 use_makebox 0
36387 width "12col%"
36388 special "none"
36389 height "1.5in"
36390 height_special "totalheight"
36391 thickness "0.4pt"
36392 separation "3pt"
36393 shadowsize "4pt"
36394 framecolor "black"
36395 backgroundcolor "none"
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399 \align center
36400 This box text is middle-aligned.
36401 \end_layout
36402
36403 \end_inset
36404
36405  This is an example text line.
36406 \end_layout
36407
36408 \begin_layout Description
36409 bottom This is an example text line.
36410  
36411 \begin_inset Box Boxed
36412 position "c"
36413 hor_pos "c"
36414 has_inner_box 1
36415 inner_pos "b"
36416 use_parbox 0
36417 use_makebox 0
36418 width "12col%"
36419 special "none"
36420 height "1.5in"
36421 height_special "totalheight"
36422 thickness "0.4pt"
36423 separation "3pt"
36424 shadowsize "4pt"
36425 framecolor "black"
36426 backgroundcolor "none"
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430 \align center
36431 This box text is bottom-aligned.
36432 \end_layout
36433
36434 \end_inset
36435
36436  This is an example text line.
36437 \end_layout
36438
36439 \begin_layout Description
36440 stretch This is an example text line.
36441  
36442 \begin_inset Box Boxed
36443 position "c"
36444 hor_pos "c"
36445 has_inner_box 1
36446 inner_pos "s"
36447 use_parbox 0
36448 use_makebox 0
36449 width "12col%"
36450 special "none"
36451 height "1.5in"
36452 height_special "totalheight"
36453 thickness "0.4pt"
36454 separation "3pt"
36455 shadowsize "4pt"
36456 framecolor "black"
36457 backgroundcolor "none"
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461 \align center
36462 This box
36463 \end_layout
36464
36465 \begin_layout Plain Layout
36466 \align center
36467 text is
36468 \end_layout
36469
36470 \begin_layout Plain Layout
36471 \align center
36472 stretched.
36473 \end_layout
36474
36475 \end_inset
36476
36477  This is an example text line.
36478 \end_layout
36479
36480 \begin_layout Standard
36481 To stretch the box content,
36482  it must consist of more than one paragraph.
36483  In the example above every text line is in an own paragraph.
36484 \end_layout
36485
36486 \begin_layout Standard
36487 \begin_inset VSpace bigskip
36488 \end_inset
36489
36490 To align the box content horizontally you can use \SpecialChar LyX
36491 's paragraph dialog when you have chosen an 
36492 \family sans
36493 Inner
36494 \begin_inset space ~
36495 \end_inset
36496
36497 Box
36498 \family default
36499 .
36500 \end_layout
36501
36502 \begin_layout Standard
36503 \align center
36504 \begin_inset Box Boxed
36505 position "c"
36506 hor_pos "c"
36507 has_inner_box 1
36508 inner_pos "s"
36509 use_parbox 0
36510 use_makebox 0
36511 width "15col%"
36512 special "none"
36513 height "1.25in"
36514 height_special "totalheight"
36515 thickness "0.4pt"
36516 separation "3pt"
36517 shadowsize "4pt"
36518 framecolor "black"
36519 backgroundcolor "none"
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523 \align left
36524 This box
36525 \end_layout
36526
36527 \begin_layout Plain Layout
36528 \align center
36529 text is
36530 \end_layout
36531
36532 \begin_layout Plain Layout
36533 \align right
36534 stretched.
36535 \end_layout
36536
36537 \end_inset
36538
36539
36540 \end_layout
36541
36542 \begin_layout Standard
36543 If you have not set an 
36544 \family sans
36545 Inner
36546 \begin_inset space ~
36547 \end_inset
36548
36549 Box
36550 \family default
36551 ,
36552  you can align the box content horizontally in the box dialog.
36553 \end_layout
36554
36555 \begin_layout Standard
36556 \align center
36557 \begin_inset Box Boxed
36558 position "c"
36559 hor_pos "s"
36560 has_inner_box 0
36561 inner_pos "s"
36562 use_parbox 0
36563 use_makebox 0
36564 width "90col%"
36565 special "none"
36566 height "1.25in"
36567 height_special "totalheight"
36568 thickness "0.4pt"
36569 separation "3pt"
36570 shadowsize "4pt"
36571 framecolor "black"
36572 backgroundcolor "none"
36573 status collapsed
36574
36575 \begin_layout Plain Layout
36576 This box text is horizontally stretched.
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \end_layout
36583
36584 \begin_layout Subsection
36585 Decoration
36586 \begin_inset CommandInset label
36587 LatexCommand label
36588 name "sec:Decoration"
36589
36590 \end_inset
36591
36592
36593 \begin_inset Index idx
36594 range none
36595 pageformat default
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599 Boxes
36600 \begin_inset IndexMacro subentry
36601 status open
36602
36603 \begin_layout Plain Layout
36604 Decoration
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \end_layout
36616
36617 \begin_layout Standard
36618 The type of the box can be specified in the box dialog in the drop-down list 
36619 \family sans
36620 Decoration
36621 \family default
36622 .
36623  The following types are possible:
36624 \end_layout
36625
36626 \begin_layout Description
36627 No
36628 \begin_inset space ~
36629 \end_inset
36630
36631 frame Nothing is drawn.
36632 \end_layout
36633
36634 \begin_layout Description
36635 Simple
36636 \begin_inset space ~
36637 \end_inset
36638
36639 rectangular
36640 \begin_inset space ~
36641 \end_inset
36642
36643 frame This draws a rectangular frame around the box.
36644  The frame line thickness can be specified.
36645  
36646 \begin_inset Box Boxed
36647 position "c"
36648 hor_pos "c"
36649 has_inner_box 1
36650 inner_pos "c"
36651 use_parbox 0
36652 use_makebox 0
36653 width "20col%"
36654 special "none"
36655 height "1in"
36656 height_special "totalheight"
36657 thickness "0.4pt"
36658 separation "3pt"
36659 shadowsize "4pt"
36660 framecolor "black"
36661 backgroundcolor "none"
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665 \align center
36666 Rectangular box
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Description
36675 Oval
36676 \begin_inset space ~
36677 \end_inset
36678
36679 box,
36680 \begin_inset space ~
36681 \end_inset
36682
36683 thin This draws an oval frame around the box.
36684  The frame line thickness has the size 0.4
36685 \begin_inset space \thinspace{}
36686 \end_inset
36687
36688 pt.
36689  
36690 \begin_inset Box ovalbox
36691 position "c"
36692 hor_pos "c"
36693 has_inner_box 1
36694 inner_pos "c"
36695 use_parbox 0
36696 use_makebox 0
36697 width "20col%"
36698 special "none"
36699 height "1in"
36700 height_special "totalheight"
36701 thickness "0.4pt"
36702 separation "3pt"
36703 shadowsize "4pt"
36704 framecolor "black"
36705 backgroundcolor "none"
36706 status collapsed
36707
36708 \begin_layout Plain Layout
36709 \align center
36710 Oval box,
36711  thin
36712 \end_layout
36713
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Description
36720 Oval
36721 \begin_inset space ~
36722 \end_inset
36723
36724 box,
36725 \begin_inset space ~
36726 \end_inset
36727
36728 thick This draws an oval frame around the box.
36729  The frame line thickness has the size 0.8
36730 \begin_inset space \thinspace{}
36731 \end_inset
36732
36733 pt.
36734  
36735 \begin_inset Box Ovalbox
36736 position "c"
36737 hor_pos "c"
36738 has_inner_box 1
36739 inner_pos "c"
36740 use_parbox 0
36741 use_makebox 0
36742 width "20col%"
36743 special "none"
36744 height "1in"
36745 height_special "totalheight"
36746 thickness "0.4pt"
36747 separation "3pt"
36748 shadowsize "4pt"
36749 framecolor "black"
36750 backgroundcolor "none"
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754 \align center
36755 Oval box,
36756  thick
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \begin_layout Description
36765 Drop
36766 \begin_inset space ~
36767 \end_inset
36768
36769 shadow This draws a rectangular frame with a shadow around the box.
36770  The frame line thickness and the shadow can be specified.
36771  
36772 \begin_inset Box Shadowbox
36773 position "c"
36774 hor_pos "c"
36775 has_inner_box 1
36776 inner_pos "c"
36777 use_parbox 0
36778 use_makebox 0
36779 width "20col%"
36780 special "none"
36781 height "1in"
36782 height_special "totalheight"
36783 thickness "0.4pt"
36784 separation "3pt"
36785 shadowsize "4pt"
36786 framecolor "black"
36787 backgroundcolor "none"
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791 \align center
36792 Shadow box
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Description
36801 Shaded
36802 \begin_inset space ~
36803 \end_inset
36804
36805 background This draws a box with a red background.
36806  Unlike colored boxes
36807 \begin_inset Foot
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811 see sec.
36812 \begin_inset space \thinspace{}
36813 \end_inset
36814
36815
36816 \begin_inset CommandInset ref
36817 LatexCommand ref
36818 reference "sec:Colored-Boxes"
36819 nolink "false"
36820
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \end_inset
36827
36828 ,
36829  it always uses the whole column width and the box is set as its own paragraph.
36830  
36831 \begin_inset Box Shaded
36832 position "t"
36833 hor_pos "c"
36834 has_inner_box 0
36835 inner_pos "t"
36836 use_parbox 0
36837 use_makebox 0
36838 width "50col%"
36839 special "none"
36840 height "1in"
36841 height_special "totalheight"
36842 thickness "0.4pt"
36843 separation "3pt"
36844 shadowsize "4pt"
36845 framecolor "black"
36846 backgroundcolor "none"
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850 Shaded background box
36851 \end_layout
36852
36853 \end_inset
36854
36855
36856 \end_layout
36857
36858 \begin_layout Description
36859 Double
36860 \begin_inset space ~
36861 \end_inset
36862
36863 rectangular
36864 \begin_inset space ~
36865 \end_inset
36866
36867 frame This draws a double-line rectangular frame around the box.
36868  The line thickness of the inner frame is 0.75
36869 \begin_inset space \thinspace{}
36870 \end_inset
36871
36872 line
36873 \begin_inset space ~
36874 \end_inset
36875
36876 thickness,
36877  the thickness of the outer frame is 1.5
36878 \begin_inset space \thinspace{}
36879 \end_inset
36880
36881 line
36882 \begin_inset space ~
36883 \end_inset
36884
36885 thickness.
36886  The distance between the lines is 1.5
36887 \begin_inset space \thinspace{}
36888 \end_inset
36889
36890 line
36891 \begin_inset space ~
36892 \end_inset
36893
36894 thickness
36895 \begin_inset space \thinspace{}
36896 \end_inset
36897
36898 +
36899 \begin_inset space \thinspace{}
36900 \end_inset
36901
36902 0.5
36903 \begin_inset space \thinspace{}
36904 \end_inset
36905
36906 pt.
36907  
36908 \begin_inset Box Doublebox
36909 position "c"
36910 hor_pos "c"
36911 has_inner_box 1
36912 inner_pos "c"
36913 use_parbox 0
36914 use_makebox 0
36915 width "20col%"
36916 special "none"
36917 height "1in"
36918 height_special "totalheight"
36919 thickness "0.4pt"
36920 separation "3pt"
36921 shadowsize "4pt"
36922 framecolor "black"
36923 backgroundcolor "none"
36924 status collapsed
36925
36926 \begin_layout Plain Layout
36927 \align center
36928 Double rectangular box
36929 \end_layout
36930
36931 \end_inset
36932
36933
36934 \end_layout
36935
36936 \begin_layout Standard
36937 \begin_inset VSpace bigskip
36938 \end_inset
36939
36940 \SpecialChar LyX
36941 's box label will reflect the different frame types.
36942  To be able to use all types,
36943  the \SpecialChar LaTeX
36944 -package 
36945 \series bold
36946 fancybox
36947 \series default
36948
36949 \begin_inset Index idx
36950 range none
36951 pageformat default
36952 status collapsed
36953
36954 \begin_layout Plain Layout
36955 \SpecialChar LaTeX
36956  packages
36957 \begin_inset IndexMacro subentry
36958 status open
36959
36960 \begin_layout Plain Layout
36961 fancybox
36962 \end_layout
36963
36964 \end_inset
36965
36966
36967 \end_layout
36968
36969 \end_inset
36970
36971  must be installed.
36972 \end_layout
36973
36974 \begin_layout Standard
36975 \begin_inset VSpace bigskip
36976 \end_inset
36977
36978 When you use the decoration 
36979 \family sans
36980 simple rectangular frame
36981 \family default
36982  and no inner box,
36983  you can allow page breaks within a box.
36984  Note that then,
36985  unlike other framed boxes,
36986  the frame always uses the whole column width and the box is set as its own paragraph:
36987  
36988 \begin_inset Box Framed
36989 position "t"
36990 hor_pos "c"
36991 has_inner_box 0
36992 inner_pos "t"
36993 use_parbox 0
36994 use_makebox 0
36995 width "100col%"
36996 special "none"
36997 height "1in"
36998 height_special "totalheight"
36999 thickness "0.4pt"
37000 separation "3pt"
37001 shadowsize "4pt"
37002 framecolor "black"
37003 backgroundcolor "none"
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 Allow page break box
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Section
37016 Box Customization
37017 \begin_inset Index idx
37018 range none
37019 pageformat default
37020 status collapsed
37021
37022 \begin_layout Plain Layout
37023 Boxes
37024 \begin_inset IndexMacro subentry
37025 status open
37026
37027 \begin_layout Plain Layout
37028 Customization
37029 \end_layout
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Standard
37042 The diameter of the round corners of the oval boxes can be set with the command 
37043 \series bold
37044
37045 \backslash
37046 cornersize
37047 \series default
37048 .
37049  The command
37050 \end_layout
37051
37052 \begin_layout Standard
37053
37054 \series bold
37055
37056 \backslash
37057 cornersize*{1cm}
37058 \end_layout
37059
37060 \begin_layout Standard
37061 sets the diameter to 1
37062 \begin_inset space \thinspace{}
37063 \end_inset
37064
37065 cm.
37066  The command
37067 \end_layout
37068
37069 \begin_layout Standard
37070
37071 \series bold
37072
37073 \backslash
37074 cornersize{num}
37075 \end_layout
37076
37077 \begin_layout Standard
37078 sets the diameter to 
37079 \family sans
37080 num
37081 \begin_inset space \thinspace{}
37082 \end_inset
37083
37084 ×
37085 \begin_inset space \thinspace{}
37086 \end_inset
37087
37088 minimum(width and height of box)
37089 \family default
37090 .
37091  The default is 
37092 \series bold
37093
37094 \backslash
37095 cornersize{0.5}
37096 \series default
37097 .
37098 \end_layout
37099
37100 \begin_layout Standard
37101 \begin_inset ERT
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105
37106
37107 \backslash
37108 cornersize*{1.5cm}
37109 \end_layout
37110
37111 \end_inset
37112
37113
37114 \begin_inset Box Ovalbox
37115 position "c"
37116 hor_pos "c"
37117 has_inner_box 1
37118 inner_pos "c"
37119 use_parbox 0
37120 use_makebox 0
37121 width "25col%"
37122 special "none"
37123 height "1in"
37124 height_special "totalheight"
37125 thickness "0.4pt"
37126 separation "3pt"
37127 shadowsize "4pt"
37128 framecolor "black"
37129 backgroundcolor "none"
37130 status open
37131
37132 \begin_layout Plain Layout
37133 \align center
37134 Oval box with 
37135 \series bold
37136
37137 \backslash
37138 cornersize
37139 \series default
37140
37141 \begin_inset space \thinspace{}
37142 \end_inset
37143
37144 =
37145 \begin_inset space \thinspace{}
37146 \end_inset
37147
37148 1.5
37149 \begin_inset space \thinspace{}
37150 \end_inset
37151
37152 cm
37153 \end_layout
37154
37155 \end_inset
37156
37157
37158 \begin_inset ERT
37159 status collapsed
37160
37161 \begin_layout Plain Layout
37162
37163
37164 \backslash
37165 cornersize{0.5}
37166 \end_layout
37167
37168 \end_inset
37169
37170
37171 \end_layout
37172
37173 \begin_layout Standard
37174 \begin_inset VSpace bigskip
37175 \end_inset
37176
37177
37178 \end_layout
37179
37180 \begin_layout Standard
37181 The default background color red of 
37182 \family sans
37183 shaded background
37184 \family default
37185  boxes can either be changed locally with the command 
37186 \series bold
37187
37188 \backslash
37189 definecolor{shadecolor}
37190 \series default
37191  or globally with the menu 
37192 \family sans
37193 Tools\SpecialChar menuseparator
37194 Preferences\SpecialChar menuseparator
37195 Colors\SpecialChar menuseparator
37196 shaded
37197 \begin_inset space ~
37198 \end_inset
37199
37200 box
37201 \family default
37202 .
37203  The scheme of the 
37204 \series bold
37205
37206 \backslash
37207 definecolor
37208 \series default
37209  command is explained in section
37210 \begin_inset space ~
37211 \end_inset
37212
37213
37214 \begin_inset CommandInset ref
37215 LatexCommand ref
37216 reference "sec:Colored-Tables"
37217 nolink "false"
37218
37219 \end_inset
37220
37221 .
37222 \begin_inset Foot
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226 Note that 
37227 \series bold
37228
37229 \backslash
37230 definecolor
37231 \series default
37232  requires the \SpecialChar LaTeX
37233 -package 
37234 \series bold
37235 color
37236 \series default
37237  in the preamble,
37238  see section
37239 \begin_inset space ~
37240 \end_inset
37241
37242
37243 \begin_inset CommandInset ref
37244 LatexCommand ref
37245 reference "sec:Colored-Boxes"
37246 nolink "false"
37247
37248 \end_inset
37249
37250 .
37251 \end_layout
37252
37253 \end_inset
37254
37255  For example the appearance of the following shaded background box is set with the \SpecialChar TeX
37256  Code command
37257 \end_layout
37258
37259 \begin_layout Standard
37260
37261 \series bold
37262
37263 \backslash
37264 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37265 \end_layout
37266
37267 \begin_layout Standard
37268 \begin_inset ERT
37269 status collapsed
37270
37271 \begin_layout Plain Layout
37272
37273
37274 \backslash
37275 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \begin_inset Box Shaded
37282 position "t"
37283 hor_pos "c"
37284 has_inner_box 0
37285 inner_pos "t"
37286 use_parbox 0
37287 use_makebox 0
37288 width "100col%"
37289 special "none"
37290 height "1in"
37291 height_special "totalheight"
37292 thickness "0.4pt"
37293 separation "3pt"
37294 shadowsize "4pt"
37295 framecolor "black"
37296 backgroundcolor "none"
37297 status open
37298
37299 \begin_layout Plain Layout
37300
37301 \color yellow
37302 This is yellow text in a
37303 \color none
37304  
37305 \family sans
37306 \color yellow
37307 shaded background
37308 \family default
37309 \color none
37310  
37311 \color yellow
37312 box with dark green background.
37313 \end_layout
37314
37315 \end_inset
37316
37317
37318 \begin_inset ERT
37319 status collapsed
37320
37321 \begin_layout Plain Layout
37322
37323
37324 \backslash
37325 definecolor{shadecolor}{rgb}{1,0,0}
37326 \end_layout
37327
37328 \end_inset
37329
37330
37331 \end_layout
37332
37333 \begin_layout Standard
37334 \begin_inset VSpace bigskip
37335 \end_inset
37336
37337 Manually changed sizes and colors are valid for all boxes following the commands that change them.
37338 \end_layout
37339
37340 \begin_layout Section
37341 Minipages
37342 \begin_inset CommandInset label
37343 LatexCommand label
37344 name "sec:Minipages"
37345
37346 \end_inset
37347
37348
37349 \begin_inset Index idx
37350 range none
37351 pageformat default
37352 status collapsed
37353
37354 \begin_layout Plain Layout
37355 Boxes
37356 \begin_inset IndexMacro subentry
37357 status open
37358
37359 \begin_layout Plain Layout
37360 Minipages
37361 \end_layout
37362
37363 \end_inset
37364
37365
37366 \end_layout
37367
37368 \end_inset
37369
37370
37371 \end_layout
37372
37373 \begin_layout Standard
37374 Minipages are treated by \SpecialChar LaTeX
37375  as pages within pages and can therefore for example have their own footnotes.
37376 \end_layout
37377
37378 \begin_layout Standard
37379 Minipages are useful when you write documents with different languages.
37380 \end_layout
37381
37382 \begin_layout Standard
37383 Below are two example minipages side by side.
37384  Their width is set to 45
37385 \begin_inset space \thinspace{}
37386 \end_inset
37387
37388 col% and they are separated by a horizontal fill,
37389  that was inserted via the menu 
37390 \family sans
37391 Insert\SpecialChar menuseparator
37392 Special
37393 \begin_inset space ~
37394 \end_inset
37395
37396 Formatting\SpecialChar menuseparator
37397 Horizontal
37398 \begin_inset space ~
37399 \end_inset
37400
37401 Fill
37402 \family default
37403 .
37404 \begin_inset Newpage newpage
37405 \end_inset
37406
37407
37408 \end_layout
37409
37410 \begin_layout Standard
37411 \begin_inset Box Frameless
37412 position "t"
37413 hor_pos "c"
37414 has_inner_box 1
37415 inner_pos "c"
37416 use_parbox 0
37417 use_makebox 0
37418 width "45col%"
37419 special "none"
37420 height "1in"
37421 height_special "totalheight"
37422 thickness "0.4pt"
37423 separation "3pt"
37424 shadowsize "4pt"
37425 framecolor "black"
37426 backgroundcolor "none"
37427 status open
37428
37429 \begin_layout Plain Layout
37430
37431 \lang ngerman
37432 Dies ist ein deutscher Text.
37433  Dies ist ein deutscher Text.
37434  Dies ist ein deutscher Text.
37435  Dies ist ein deutscher Text.
37436  Dies ist ein deutscher Text.
37437  Dies ist ein deutscher Text.
37438  Dies ist ein deutscher Text.
37439  Dies ist ein deutscher Text.
37440  Dies ist ein deutscher Text.
37441  Dies ist ein deutscher Text.
37442  Dies ist ein deutscher Text.
37443  Dies ist ein deutscher Text.
37444  Dies ist ein deutscher Text
37445 \begin_inset Foot
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449
37450 \lang ngerman
37451 Dies ist eine deutsche Fußnote.
37452 \end_layout
37453
37454 \end_inset
37455
37456 .
37457  Dies ist ein deutscher Text.
37458  Dies ist ein deutscher Text.
37459 \end_layout
37460
37461 \end_inset
37462
37463
37464 \begin_inset space \hfill{}
37465 \end_inset
37466
37467
37468 \begin_inset Box Frameless
37469 position "t"
37470 hor_pos "c"
37471 has_inner_box 1
37472 inner_pos "c"
37473 use_parbox 0
37474 use_makebox 0
37475 width "45col%"
37476 special "none"
37477 height "1in"
37478 height_special "totalheight"
37479 thickness "0.4pt"
37480 separation "3pt"
37481 shadowsize "4pt"
37482 framecolor "black"
37483 backgroundcolor "none"
37484 status open
37485
37486 \begin_layout Plain Layout
37487 This is an English Text.
37488  This is an English Text.
37489  This is an English Text.
37490  This is an English Text.
37491  This is an English Text.
37492  This is an English Text.
37493  This is an English Text.
37494  This is an English Text.
37495  This is an English Text.
37496  This is an English Text.
37497  This is an English Text.
37498  This is an English Text.
37499  This is an English Text.
37500  This is an English Text.
37501  This is an English Text.
37502  This is an English Text.
37503 \begin_inset Foot
37504 status collapsed
37505
37506 \begin_layout Plain Layout
37507 This is an English footnote.
37508 \end_layout
37509
37510 \end_inset
37511
37512  This is an English Text.
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \end_layout
37519
37520 \begin_layout Standard
37521 \begin_inset VSpace bigskip
37522 \end_inset
37523
37524 The document-wide paragraph settings are ignored within minipages.
37525  That means that there will be no space between paragraphs in minipages although you set it to e.
37526 \begin_inset space \thinspace{}
37527 \end_inset
37528
37529 g.
37530 \begin_inset space \space{}
37531 \end_inset
37532
37533
37534 \family sans
37535 MedSkip
37536 \family default
37537  in the document settings.
37538 \end_layout
37539
37540 \begin_layout Standard
37541 Minipages can also be used to set a background color for text parts,
37542  see section
37543 \begin_inset space ~
37544 \end_inset
37545
37546
37547 \begin_inset CommandInset ref
37548 LatexCommand ref
37549 reference "sec:Colored-Boxes"
37550 nolink "false"
37551
37552 \end_inset
37553
37554 .
37555 \end_layout
37556
37557 \begin_layout Standard
37558 \begin_inset Note Greyedout
37559 status open
37560
37561 \begin_layout Plain Layout
37562
37563 \series bold
37564 Note:
37565
37566 \series default
37567  You cannot have floats or margin notes inside minipages but minipages can be used inside tables,
37568  floats,
37569  and other boxes.
37570 \end_layout
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Standard
37578 \begin_inset VSpace bigskip
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \begin_layout Standard
37585 \SpecialChar LyX
37586  has also basic support for minipages whose size is automatically determined by the width of their contents,
37587  via the module 
37588 \family sans
37589 Variable-width Minipages
37590 \family default
37591 .
37592  The \SpecialChar LyX
37593  example file 
37594 \emph on
37595 varwidth-floats-side-by-side
37596 \emph default
37597  gives examples of variable-width minipages used for placing two floats side-by-side.
37598 \end_layout
37599
37600 \begin_layout Section
37601 Parboxes
37602 \begin_inset CommandInset label
37603 LatexCommand label
37604 name "sec:Parboxes"
37605
37606 \end_inset
37607
37608
37609 \begin_inset Index idx
37610 range none
37611 pageformat default
37612 status collapsed
37613
37614 \begin_layout Plain Layout
37615 Boxes
37616 \begin_inset IndexMacro subentry
37617 status open
37618
37619 \begin_layout Plain Layout
37620 Parboxes
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \end_layout
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Standard
37634 Parboxes are very similar to minipages with the difference that they cannot have footnotes.
37635 \end_layout
37636
37637 \begin_layout Standard
37638 \align center
37639 \begin_inset Box Frameless
37640 position "t"
37641 hor_pos "c"
37642 has_inner_box 1
37643 inner_pos "t"
37644 use_parbox 1
37645 use_makebox 0
37646 width "33col%"
37647 special "none"
37648 height "1in"
37649 height_special "totalheight"
37650 thickness "0.4pt"
37651 separation "3pt"
37652 shadowsize "4pt"
37653 framecolor "black"
37654 backgroundcolor "none"
37655 status open
37656
37657 \begin_layout Plain Layout
37658 This a text within a parbox.
37659  This a text within a parbox.
37660 \end_layout
37661
37662 \begin_layout Plain Layout
37663 This footnote won't appear:
37664 \begin_inset Foot
37665 status collapsed
37666
37667 \begin_layout Plain Layout
37668 This footnote is inside a parbox and will therefore not appear.
37669 \end_layout
37670
37671 \end_inset
37672
37673
37674 \end_layout
37675
37676 \end_inset
37677
37678
37679 \end_layout
37680
37681 \begin_layout Section
37682 Boxes for Words and Characters
37683 \begin_inset Index idx
37684 range none
37685 pageformat default
37686 status collapsed
37687
37688 \begin_layout Plain Layout
37689 Boxes
37690 \begin_inset IndexMacro subentry
37691 status open
37692
37693 \begin_layout Plain Layout
37694 for Characters
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \begin_layout Subsection
37708 Prevent Hyphenation
37709 \begin_inset CommandInset label
37710 LatexCommand label
37711 name "sec:Prevent-Hyphenation"
37712
37713 \end_inset
37714
37715
37716 \begin_inset Index idx
37717 range none
37718 pageformat default
37719 status collapsed
37720
37721 \begin_layout Plain Layout
37722 Boxes
37723 \begin_inset IndexMacro subentry
37724 status open
37725
37726 \begin_layout Plain Layout
37727 to Prevent Hyphenation
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \end_layout
37739
37740 \begin_layout Standard
37741 You can use the box type 
37742 \family sans
37743 Makebox
37744 \family default
37745  to prevent words or text from being hyphenated.
37746 \begin_inset Newline newline
37747 \end_inset
37748
37749 Here is an example text:
37750 \end_layout
37751
37752 \begin_layout Standard
37753 This line is an example to show how you can prevent the hyphenation of 
37754 \begin_inset Quotes eld
37755 \end_inset
37756
37757 veryverylongword
37758 \begin_inset Quotes erd
37759 \end_inset
37760
37761 .
37762 \end_layout
37763
37764 \begin_layout Standard
37765 To prevent the hyphenation of the word 
37766 \begin_inset Quotes eld
37767 \end_inset
37768
37769 veryverylongword
37770 \begin_inset Quotes erd
37771 \end_inset
37772
37773 ,
37774  put the word into a box,
37775  set the 
37776 \family sans
37777 Inner
37778 \begin_inset space ~
37779 \end_inset
37780
37781 box
37782 \family default
37783  to 
37784 \family sans
37785 Makebox
37786 \family default
37787  and use no explicit width.
37788 \end_layout
37789
37790 \begin_layout Standard
37791 This is the result:
37792 \end_layout
37793
37794 \begin_layout Standard
37795 This line is an example to show how you can prevent the hyphenation of 
37796 \begin_inset Box Frameless
37797 position "t"
37798 hor_pos "c"
37799 has_inner_box 1
37800 inner_pos "t"
37801 use_parbox 0
37802 use_makebox 1
37803 width ""
37804 special "none"
37805 height "1in"
37806 height_special "totalheight"
37807 thickness "0.4pt"
37808 separation "3pt"
37809 shadowsize "4pt"
37810 framecolor "black"
37811 backgroundcolor "none"
37812 status open
37813
37814 \begin_layout Plain Layout
37815 \begin_inset Quotes eld
37816 \end_inset
37817
37818 veryverylongword
37819 \begin_inset Quotes erd
37820 \end_inset
37821
37822
37823 \end_layout
37824
37825 \end_inset
37826
37827 .
37828 \end_layout
37829
37830 \begin_layout Standard
37831 You can alternatively set the command 
37832 \begin_inset Quotes eld
37833 \end_inset
37834
37835
37836 \series bold
37837
37838 \backslash
37839 -
37840 \series default
37841
37842 \begin_inset Quotes grd
37843 \end_inset
37844
37845  as \SpecialChar TeX
37846  Code directly before the word:
37847 \end_layout
37848
37849 \begin_layout Standard
37850 This line is an example to show how you can prevent the hyphenation of 
37851 \begin_inset Quotes eld
37852 \end_inset
37853
37854
37855 \begin_inset ERT
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859
37860
37861 \backslash
37862 -
37863 \end_layout
37864
37865 \end_inset
37866
37867 veryverylongword
37868 \begin_inset Quotes erd
37869 \end_inset
37870
37871 .
37872 \end_layout
37873
37874 \begin_layout Standard
37875 Of course the word now protrudes over the side margin.
37876  To avoid this,
37877  add via the menu 
37878 \family sans
37879 Insert\SpecialChar menuseparator
37880 Formatting\SpecialChar menuseparator
37881 Ragged
37882 \begin_inset space ~
37883 \end_inset
37884
37885 Line
37886 \begin_inset space ~
37887 \end_inset
37888
37889 Break
37890 \family default
37891  (shortcut 
37892 \begin_inset Info
37893 type  "shortcut"
37894 arg   "newline-insert newline"
37895 \end_inset
37896
37897 ) a line break before the word:
37898 \end_layout
37899
37900 \begin_layout Standard
37901 This line is an example to show how you can prevent the hyphenation of 
37902 \begin_inset Newline newline
37903 \end_inset
37904
37905
37906 \begin_inset Box Frameless
37907 position "t"
37908 hor_pos "c"
37909 has_inner_box 1
37910 inner_pos "t"
37911 use_parbox 0
37912 use_makebox 1
37913 width ""
37914 special "none"
37915 height "1in"
37916 height_special "totalheight"
37917 thickness "0.4pt"
37918 separation "3pt"
37919 shadowsize "4pt"
37920 framecolor "black"
37921 backgroundcolor "none"
37922 status open
37923
37924 \begin_layout Plain Layout
37925 \begin_inset Quotes eld
37926 \end_inset
37927
37928 veryverylongword
37929 \begin_inset Quotes erd
37930 \end_inset
37931
37932
37933 \end_layout
37934
37935 \end_inset
37936
37937 .
37938 \end_layout
37939
37940 \begin_layout Subsection
37941 Vertical Alignment
37942 \begin_inset CommandInset label
37943 LatexCommand label
37944 name "subsec:Vertical-Alignment"
37945
37946 \end_inset
37947
37948
37949 \begin_inset Index idx
37950 range none
37951 pageformat default
37952 status collapsed
37953
37954 \begin_layout Plain Layout
37955 Boxes
37956 \begin_inset IndexMacro subentry
37957 status open
37958
37959 \begin_layout Plain Layout
37960 for Vertical Alignment
37961 \end_layout
37962
37963 \end_inset
37964
37965
37966 \end_layout
37967
37968 \end_inset
37969
37970
37971 \begin_inset Index idx
37972 range none
37973 pageformat default
37974 status collapsed
37975
37976 \begin_layout Plain Layout
37977 Boxes
37978 \begin_inset IndexMacro subentry
37979 status open
37980
37981 \begin_layout Plain Layout
37982 Raiseboxes
37983 \end_layout
37984
37985 \end_inset
37986
37987
37988 \end_layout
37989
37990 \end_inset
37991
37992
37993 \end_layout
37994
37995 \begin_layout Standard
37996 With the help of the command 
37997 \series bold
37998
37999 \backslash
38000 raisebox
38001 \series default
38002  you can align words,
38003  characters or other boxes vertically relative to the surrounding text.
38004  
38005 \series bold
38006
38007 \backslash
38008 raisebox
38009 \series default
38010  is used with the following scheme:
38011 \end_layout
38012
38013 \begin_layout Standard
38014
38015 \series bold
38016
38017 \backslash
38018 raisebox{lift}[height][depth]{box content}
38019 \end_layout
38020
38021 \begin_layout Standard
38022 The lift can be a positive value to raise the box or a negative value to lower the box.
38023 \end_layout
38024
38025 \begin_layout Standard
38026 To align for example the word 
38027 \begin_inset Quotes eld
38028 \end_inset
38029
38030 preventing
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034  so that the bottom of the 
38035 \begin_inset Quotes eld
38036 \end_inset
38037
38038 deepest
38039 \begin_inset Quotes erd
38040 \end_inset
38041
38042  character 
38043 \begin_inset Quotes eld
38044 \end_inset
38045
38046 p
38047 \begin_inset Quotes erd
38048 \end_inset
38049
38050  is at the baseline,
38051  insert the command
38052 \end_layout
38053
38054 \begin_layout Standard
38055
38056 \series bold
38057
38058 \backslash
38059 raisebox{
38060 \backslash
38061 depth}{
38062 \end_layout
38063
38064 \begin_layout Standard
38065 in \SpecialChar TeX
38066  Code before the word.
38067  After the word insert a closing brace 
38068 \begin_inset Quotes eld
38069 \end_inset
38070
38071
38072 \series bold
38073 }
38074 \series default
38075
38076 \begin_inset Quotes erd
38077 \end_inset
38078
38079  in \SpecialChar TeX
38080  Code.
38081 \begin_inset Newline newline
38082 \end_inset
38083
38084 This is the result:
38085 \end_layout
38086
38087 \begin_layout Standard
38088 This is a text line with the word 
38089 \begin_inset ERT
38090 status collapsed
38091
38092 \begin_layout Plain Layout
38093
38094
38095 \backslash
38096 raisebox{
38097 \backslash
38098 depth}{
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \begin_inset Quotes eld
38105 \end_inset
38106
38107 preventing
38108 \begin_inset Quotes erd
38109 \end_inset
38110
38111
38112 \begin_inset ERT
38113 status collapsed
38114
38115 \begin_layout Plain Layout
38116
38117 }
38118 \end_layout
38119
38120 \end_inset
38121
38122  as a raised word.
38123 \end_layout
38124
38125 \begin_layout Standard
38126 \begin_inset VSpace bigskip
38127 \end_inset
38128
38129 When you raise or lower characters in a line,
38130  the line distance will be spread:
38131 \end_layout
38132
38133 \begin_layout Standard
38134 This is a text line with the word 
38135 \begin_inset ERT
38136 status collapsed
38137
38138 \begin_layout Plain Layout
38139
38140
38141 \backslash
38142 raisebox{-
38143 \backslash
38144 depth}{
38145 \end_layout
38146
38147 \end_inset
38148
38149
38150 \begin_inset Quotes eld
38151 \end_inset
38152
38153 preventing
38154 \begin_inset Quotes erd
38155 \end_inset
38156
38157
38158 \begin_inset ERT
38159 status collapsed
38160
38161 \begin_layout Plain Layout
38162
38163 }
38164 \end_layout
38165
38166 \end_inset
38167
38168  as a lowered word.
38169 \begin_inset Newline newline
38170 \end_inset
38171
38172 This is a text line with the word 
38173 \begin_inset ERT
38174 status collapsed
38175
38176 \begin_layout Plain Layout
38177
38178
38179 \backslash
38180 raisebox{0.5cm}{
38181 \end_layout
38182
38183 \end_inset
38184
38185
38186 \begin_inset Quotes eld
38187 \end_inset
38188
38189 testing
38190 \begin_inset Quotes erd
38191 \end_inset
38192
38193
38194 \begin_inset ERT
38195 status collapsed
38196
38197 \begin_layout Plain Layout
38198
38199 }
38200 \end_layout
38201
38202 \end_inset
38203
38204  as a raised word.
38205 \end_layout
38206
38207 \begin_layout Standard
38208 If you want to prevent this for a certain reason,
38209  set the box height to a zero value.
38210  For example use
38211 \end_layout
38212
38213 \begin_layout Standard
38214
38215 \series bold
38216
38217 \backslash
38218 raisebox{-
38219 \backslash
38220 depth}[0pt]{
38221 \end_layout
38222
38223 \begin_layout Standard
38224 This is a text line with the word 
38225 \begin_inset ERT
38226 status collapsed
38227
38228 \begin_layout Plain Layout
38229
38230
38231 \backslash
38232 raisebox{-
38233 \backslash
38234 depth}[0pt]{
38235 \end_layout
38236
38237 \end_inset
38238
38239
38240 \begin_inset Quotes eld
38241 \end_inset
38242
38243 preventing
38244 \begin_inset Quotes erd
38245 \end_inset
38246
38247
38248 \begin_inset ERT
38249 status collapsed
38250
38251 \begin_layout Plain Layout
38252
38253 }
38254 \end_layout
38255
38256 \end_inset
38257
38258  as a lowered word.
38259 \begin_inset Newline newline
38260 \end_inset
38261
38262
38263 \begin_inset Newline newline
38264 \end_inset
38265
38266 This is a text line with the word 
38267 \begin_inset ERT
38268 status collapsed
38269
38270 \begin_layout Plain Layout
38271
38272
38273 \backslash
38274 raisebox{0.5cm}[0pt]{
38275 \end_layout
38276
38277 \end_inset
38278
38279
38280 \begin_inset Quotes eld
38281 \end_inset
38282
38283 testing
38284 \begin_inset Quotes erd
38285 \end_inset
38286
38287
38288 \begin_inset ERT
38289 status collapsed
38290
38291 \begin_layout Plain Layout
38292
38293 }
38294 \end_layout
38295
38296 \end_inset
38297
38298  as a raised word.
38299 \end_layout
38300
38301 \begin_layout Section
38302 Colored Boxes
38303 \begin_inset CommandInset label
38304 LatexCommand label
38305 name "sec:Colored-Boxes"
38306
38307 \end_inset
38308
38309
38310 \begin_inset Index idx
38311 range none
38312 pageformat default
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316 Boxes
38317 \begin_inset IndexMacro subentry
38318 status open
38319
38320 \begin_layout Plain Layout
38321 Color
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \end_inset
38330
38331
38332 \end_layout
38333
38334 \begin_layout Standard
38335 To color the background of a box just select the color you like in the box dialog.
38336  This is for example a box with orange background:
38337  
38338 \begin_inset Box Frameless
38339 position "t"
38340 hor_pos "c"
38341 has_inner_box 1
38342 inner_pos "t"
38343 use_parbox 0
38344 use_makebox 1
38345 width ""
38346 special "none"
38347 height "1in"
38348 height_special "totalheight"
38349 thickness "0.4pt"
38350 separation "3pt"
38351 shadowsize "4pt"
38352 framecolor "black"
38353 backgroundcolor "orange"
38354 status open
38355
38356 \begin_layout Plain Layout
38357 Box with orange background
38358 \end_layout
38359
38360 \end_inset
38361
38362
38363 \end_layout
38364
38365 \begin_layout Standard
38366 If you use the decoration 
38367 \family sans
38368 Simple
38369 \begin_inset space ~
38370 \end_inset
38371
38372 rectangular
38373 \begin_inset space ~
38374 \end_inset
38375
38376 frame
38377 \family default
38378  you can set a frame color.
38379  In this case you must also specify a background color (LyX sets white as default).
38380  Here is an example:
38381  
38382 \begin_inset Box Boxed
38383 position "t"
38384 hor_pos "c"
38385 has_inner_box 0
38386 inner_pos "t"
38387 use_parbox 0
38388 use_makebox 0
38389 width ""
38390 special "none"
38391 height "1in"
38392 height_special "totalheight"
38393 thickness "0.4pt"
38394 separation "3pt"
38395 shadowsize "4pt"
38396 framecolor "teal"
38397 backgroundcolor "yellow"
38398 status open
38399
38400 \begin_layout Plain Layout
38401 Box with teal frame color and yellow background color
38402 \end_layout
38403
38404 \end_inset
38405
38406
38407 \end_layout
38408
38409 \begin_layout Standard
38410 \begin_inset VSpace bigskip
38411 \end_inset
38412
38413 Of course you can also have colored text inside a colored box:
38414 \begin_inset Newline newline
38415 \end_inset
38416
38417
38418 \begin_inset Box Boxed
38419 position "t"
38420 hor_pos "c"
38421 has_inner_box 0
38422 inner_pos "t"
38423 use_parbox 0
38424 use_makebox 0
38425 width ""
38426 special "none"
38427 height "1in"
38428 height_special "totalheight"
38429 thickness "0.4pt"
38430 separation "3pt"
38431 shadowsize "4pt"
38432 framecolor "cyan"
38433 backgroundcolor "magenta"
38434 status open
38435
38436 \begin_layout Plain Layout
38437
38438 \color yellow
38439 This is colored text within a colored,
38440  framed box
38441 \end_layout
38442
38443 \end_inset
38444
38445
38446 \end_layout
38447
38448 \begin_layout Standard
38449 \begin_inset VSpace bigskip
38450 \end_inset
38451
38452
38453 \end_layout
38454
38455 \begin_layout Standard
38456 If you need another color than the predefined ones,
38457  you can define your own color as described in section
38458 \begin_inset space ~
38459 \end_inset
38460
38461
38462 \begin_inset CommandInset ref
38463 LatexCommand ref
38464 reference "sec:Colored-Tables"
38465 nolink "false"
38466
38467 \end_inset
38468
38469 .
38470  To use your own color you must typeset the box by using TeX code:
38471 \end_layout
38472
38473 \begin_layout Standard
38474 Colored boxes without frame are created with the command 
38475 \series bold
38476
38477 \backslash
38478 colorbox
38479 \series default
38480 .
38481  It has the following scheme:
38482 \end_layout
38483
38484 \begin_layout Standard
38485
38486 \series bold
38487
38488 \backslash
38489 colorbox{color}{box content}
38490 \end_layout
38491
38492 \begin_layout Standard
38493 The box content can also be a box and colored boxes can also be within other boxes.
38494  To have e.
38495 \begin_inset space \thinspace{}
38496 \end_inset
38497
38498 g.
38499 \begin_inset space \space{}
38500 \end_inset
38501
38502 a darkgreen background for a word,
38503  insert the command
38504 \end_layout
38505
38506 \begin_layout Standard
38507
38508 \series bold
38509
38510 \backslash
38511 colorbox{darkgreen}{
38512 \end_layout
38513
38514 \begin_layout Standard
38515 before the word in \SpecialChar TeX
38516  Code.
38517  After the word insert a closing brace 
38518 \begin_inset Quotes eld
38519 \end_inset
38520
38521
38522 \series bold
38523 }
38524 \series default
38525
38526 \begin_inset Quotes erd
38527 \end_inset
38528
38529  in \SpecialChar TeX
38530  Code.
38531 \begin_inset Newline newline
38532 \end_inset
38533
38534 This is the result:
38535 \end_layout
38536
38537 \begin_layout Standard
38538 This is a line where the word 
38539 \begin_inset ERT
38540 status collapsed
38541
38542 \begin_layout Plain Layout
38543
38544
38545 \backslash
38546 colorbox{darkgreen}{
38547 \end_layout
38548
38549 \end_inset
38550
38551
38552 \begin_inset Quotes eld
38553 \end_inset
38554
38555 Attention!
38556 \begin_inset Quotes erd
38557 \end_inset
38558
38559
38560 \begin_inset ERT
38561 status collapsed
38562
38563 \begin_layout Plain Layout
38564
38565 }
38566 \end_layout
38567
38568 \end_inset
38569
38570  has a darkgreen background.
38571 \end_layout
38572
38573 \begin_layout Standard
38574 Framed,
38575  colored boxes are created with the command 
38576 \series bold
38577
38578 \backslash
38579 fcolorbox
38580 \series default
38581 .
38582  It has the following scheme:
38583 \end_layout
38584
38585 \begin_layout Standard
38586
38587 \series bold
38588
38589 \backslash
38590 fcolorbox{frame color}{box color}{box content}
38591 \end_layout
38592
38593 \begin_layout Section
38594 Rotated and Scaled Boxes
38595 \end_layout
38596
38597 \begin_layout Standard
38598 To use the boxes described in this section,
38599  the module 
38600 \family sans
38601 GraphicBoxes
38602 \family default
38603  must be loaded in the document settings.
38604 \end_layout
38605
38606 \begin_layout Standard
38607 \begin_inset Note Greyedout
38608 status open
38609
38610 \begin_layout Plain Layout
38611
38612 \series bold
38613 Note:
38614
38615 \series default
38616  Not all DVI viewers are able to display rotated or scaled material.
38617 \end_layout
38618
38619 \end_inset
38620
38621
38622 \end_layout
38623
38624 \begin_layout Standard
38625 \begin_inset Note Greyedout
38626 status open
38627
38628 \begin_layout Plain Layout
38629
38630 \series bold
38631 Note:
38632
38633 \series default
38634  Floats are not allowed inside a rotated or scaled box.
38635 \end_layout
38636
38637 \end_inset
38638
38639
38640 \end_layout
38641
38642 \begin_layout Subsection
38643 Rotated Boxes
38644 \begin_inset Index idx
38645 range none
38646 pageformat default
38647 status collapsed
38648
38649 \begin_layout Plain Layout
38650 Boxes
38651 \begin_inset IndexMacro subentry
38652 status open
38653
38654 \begin_layout Plain Layout
38655 rotated
38656 \end_layout
38657
38658 \end_inset
38659
38660
38661 \end_layout
38662
38663 \end_inset
38664
38665
38666 \begin_inset Index idx
38667 range none
38668 pageformat default
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672 Rotated Material
38673 \end_layout
38674
38675 \end_inset
38676
38677
38678 \end_layout
38679
38680 \begin_layout Standard
38681 To rotate material,
38682  you can put it into a 
38683 \family sans
38684 Rotatebox
38685 \family default
38686 .
38687  Such a box is inserted via the menu 
38688 \family sans
38689 Insert\SpecialChar menuseparator
38690 Custom Insets\SpecialChar menuseparator
38691 Rotatebox
38692 \family default
38693 .
38694 \end_layout
38695
38696 \begin_layout Standard
38697 The rotation origin can be specified via the inset 
38698 \family sans
38699 Origin
38700 \family default
38701  (menu 
38702 \family sans
38703 Insert\SpecialChar menuseparator
38704 Origin
38705 \family default
38706 ) in the form 
38707 \series bold
38708 origin=position
38709 \series default
38710 .
38711  The following positions are possible:
38712  
38713 \emph on
38714 c
38715 \emph default
38716  (center),
38717  
38718 \emph on
38719 l
38720 \emph default
38721  (left),
38722  
38723 \emph on
38724 r
38725 \emph default
38726  (right),
38727  
38728 \emph on
38729 b
38730 \emph default
38731  (bottom),
38732  
38733 \emph on
38734 t
38735 \emph default
38736  (top),
38737  along with meaningful combinations of the four base positions.
38738  For example 
38739 \emph on
38740 lt
38741 \emph default
38742  means that the rotation origin is at the top left corner of the box.
38743  When no rotation origin is specified,
38744  the position 
38745 \emph on
38746 l
38747 \emph default
38748  will be used.
38749  The rotation angle is a number that can be negative that specifies the angle in degrees.
38750  The rotation direction is counterclockwise.
38751 \end_layout
38752
38753 \begin_layout Standard
38754 In the following example 
38755 \series bold
38756 origin=c
38757 \series default
38758  was inserted to the 
38759 \family sans
38760 Origin
38761 \family default
38762  inset and 
38763 \series bold
38764 60
38765 \series default
38766  was inserted to the 
38767 \family sans
38768 Angle
38769 \family default
38770  inset.
38771 \end_layout
38772
38773 \begin_layout Standard
38774 This is a line 
38775 \begin_inset Flex Rotatebox
38776 status open
38777
38778 \begin_layout Plain Layout
38779 \begin_inset Argument 1
38780 status open
38781
38782 \begin_layout Plain Layout
38783 origin=c
38784 \end_layout
38785
38786 \end_inset
38787
38788
38789 \begin_inset Argument 2
38790 status open
38791
38792 \begin_layout Plain Layout
38793 60
38794 \end_layout
38795
38796 \end_inset
38797
38798 with rotated
38799 \end_layout
38800
38801 \end_inset
38802
38803  text.
38804 \end_layout
38805
38806 \begin_layout Standard
38807 The box content can also be another box or an inline formula:
38808 \end_layout
38809
38810 \begin_layout Standard
38811 This is a line 
38812 \begin_inset Flex Rotatebox
38813 status open
38814
38815 \begin_layout Plain Layout
38816 \begin_inset Argument 1
38817 status open
38818
38819 \begin_layout Plain Layout
38820 origin=r
38821 \end_layout
38822
38823 \end_inset
38824
38825
38826 \begin_inset Argument 2
38827 status open
38828
38829 \begin_layout Plain Layout
38830 -60
38831 \end_layout
38832
38833 \end_inset
38834
38835
38836 \begin_inset Box Doublebox
38837 position "c"
38838 hor_pos "c"
38839 has_inner_box 0
38840 inner_pos "c"
38841 use_parbox 0
38842 use_makebox 0
38843 width "1in"
38844 special "width"
38845 height "1in"
38846 height_special "totalheight"
38847 thickness "0.4pt"
38848 separation "3pt"
38849 shadowsize "4pt"
38850 framecolor "black"
38851 backgroundcolor "none"
38852 status collapsed
38853
38854 \begin_layout Plain Layout
38855 with rotated
38856 \end_layout
38857
38858 \end_inset
38859
38860
38861 \end_layout
38862
38863 \end_inset
38864
38865  framed text 
38866 \begin_inset Flex Rotatebox
38867 status open
38868
38869 \begin_layout Plain Layout
38870 \begin_inset Argument 1
38871 status open
38872
38873 \begin_layout Plain Layout
38874 origin=lb
38875 \end_layout
38876
38877 \end_inset
38878
38879
38880 \begin_inset Argument 2
38881 status open
38882
38883 \begin_layout Plain Layout
38884 60
38885 \end_layout
38886
38887 \end_inset
38888
38889
38890 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38891 \end_inset
38892
38893
38894 \end_layout
38895
38896 \end_inset
38897
38898  and a formula.
38899 \end_layout
38900
38901 \begin_layout Standard
38902 or an image or table:
38903 \end_layout
38904
38905 \begin_layout Standard
38906 This is a line 
38907 \begin_inset Flex Rotatebox
38908 status open
38909
38910 \begin_layout Plain Layout
38911 \begin_inset Argument 1
38912 status open
38913
38914 \begin_layout Plain Layout
38915 origin=lb
38916 \end_layout
38917
38918 \end_inset
38919
38920
38921 \begin_inset Argument 2
38922 status open
38923
38924 \begin_layout Plain Layout
38925 90
38926 \end_layout
38927
38928 \end_inset
38929
38930
38931 \begin_inset Graphics
38932         filename clipart/Star-structure.pdf
38933         lyxscale 50
38934         width 25col%
38935
38936 \end_inset
38937
38938
38939 \end_layout
38940
38941 \end_inset
38942
38943  with a rotated image 
38944 \begin_inset Flex Rotatebox
38945 status open
38946
38947 \begin_layout Plain Layout
38948 \begin_inset Argument 2
38949 status open
38950
38951 \begin_layout Plain Layout
38952 -90
38953 \end_layout
38954
38955 \end_inset
38956
38957
38958 \begin_inset Tabular
38959 <lyxtabular version="3" rows="2" columns="2">
38960 <features tabularvalignment="middle">
38961 <column alignment="center" valignment="top">
38962 <column alignment="center" valignment="top">
38963 <row>
38964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38965 \begin_inset Text
38966
38967 \begin_layout Plain Layout
38968 q
38969 \end_layout
38970
38971 \end_inset
38972 </cell>
38973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38974 \begin_inset Text
38975
38976 \begin_layout Plain Layout
38977 w
38978 \end_layout
38979
38980 \end_inset
38981 </cell>
38982 </row>
38983 <row>
38984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38985 \begin_inset Text
38986
38987 \begin_layout Plain Layout
38988 e
38989 \end_layout
38990
38991 \end_inset
38992 </cell>
38993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38994 \begin_inset Text
38995
38996 \begin_layout Plain Layout
38997 r
38998 \end_layout
38999
39000 \end_inset
39001 </cell>
39002 </row>
39003 </lyxtabular>
39004
39005 \end_inset
39006
39007
39008 \end_layout
39009
39010 \end_inset
39011
39012  and table.
39013 \begin_inset Index idx
39014 range none
39015 pageformat default
39016 status collapsed
39017
39018 \begin_layout Plain Layout
39019 Figures
39020 \begin_inset IndexMacro subentry
39021 status open
39022
39023 \begin_layout Plain Layout
39024 rotated
39025 \end_layout
39026
39027 \end_inset
39028
39029
39030 \end_layout
39031
39032 \end_inset
39033
39034
39035 \begin_inset Index idx
39036 range none
39037 pageformat default
39038 status collapsed
39039
39040 \begin_layout Plain Layout
39041 Table Customization
39042 \begin_inset IndexMacro subentry
39043 status open
39044
39045 \begin_layout Plain Layout
39046 Rotating
39047 \end_layout
39048
39049 \end_inset
39050
39051
39052 \end_layout
39053
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \begin_layout Standard
39060 \begin_inset Note Greyedout
39061 status open
39062
39063 \begin_layout Plain Layout
39064
39065 \series bold
39066 Note:
39067
39068 \series default
39069  If the 
39070 \family sans
39071 Angle
39072 \family default
39073  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
39074  errors when viewing/exporting the document.
39075 \end_layout
39076
39077 \end_inset
39078
39079
39080 \end_layout
39081
39082 \begin_layout Subsection
39083 Scaled Boxes
39084 \begin_inset Index idx
39085 range none
39086 pageformat default
39087 status collapsed
39088
39089 \begin_layout Plain Layout
39090 Boxes
39091 \begin_inset IndexMacro subentry
39092 status open
39093
39094 \begin_layout Plain Layout
39095 scaled
39096 \end_layout
39097
39098 \end_inset
39099
39100
39101 \end_layout
39102
39103 \end_inset
39104
39105
39106 \begin_inset Index idx
39107 range none
39108 pageformat default
39109 status collapsed
39110
39111 \begin_layout Plain Layout
39112 Scaled Material
39113 \end_layout
39114
39115 \end_inset
39116
39117
39118 \end_layout
39119
39120 \begin_layout Standard
39121 To scale material put it into a 
39122 \family sans
39123 Scalebox
39124 \family default
39125 .
39126  Such a box is inserted via the menu 
39127 \family sans
39128 Insert\SpecialChar menuseparator
39129 Custom Insets\SpecialChar menuseparator
39130 Scalebox
39131 \family default
39132 .
39133 \end_layout
39134
39135 \begin_layout Standard
39136 The 
39137 \family sans
39138 Scalebox
39139 \family default
39140  inset has the mandatory inset 
39141 \family sans
39142 H-Factor
39143 \family default
39144  and the optional inset 
39145 \family sans
39146 V-Factor
39147 \family default
39148  (inserted via the menu 
39149 \family sans
39150 Insert\SpecialChar menuseparator
39151 V-Factor)
39152 \family default
39153 .
39154  Input there the horizontal and vertical scale factor,
39155  respectively.
39156  If no 
39157 \family sans
39158 V-Factor
39159 \family default
39160  inset is used,
39161  the horizontal factor will also be used as the vertical one.
39162 \end_layout
39163
39164 \begin_layout Standard
39165 To get for example the double text size,
39166  compared to the document text size,
39167  insert 
39168 \series bold
39169 2
39170 \series default
39171  into the 
39172 \family sans
39173 H-Factor
39174 \family default
39175  inset.
39176  An example:
39177  
39178 \begin_inset Flex Scalebox
39179 status open
39180
39181 \begin_layout Plain Layout
39182 \begin_inset Argument 1
39183 status open
39184
39185 \begin_layout Plain Layout
39186 2
39187 \end_layout
39188
39189 \end_inset
39190
39191 Hello
39192 \end_layout
39193
39194 \end_inset
39195
39196
39197 \end_layout
39198
39199 \begin_layout Standard
39200
39201 \series bold
39202 2
39203 \series default
39204  as 
39205 \family sans
39206 H-Factor
39207 \family default
39208  and 
39209 \series bold
39210 1
39211 \series default
39212  as 
39213 \family sans
39214 V-Factor
39215 \family default
39216  distorts the 
39217 \begin_inset Flex Scalebox
39218 status open
39219
39220 \begin_layout Plain Layout
39221 \begin_inset Argument 1
39222 status open
39223
39224 \begin_layout Plain Layout
39225 2
39226 \end_layout
39227
39228 \end_inset
39229
39230
39231 \begin_inset Argument 2
39232 status open
39233
39234 \begin_layout Plain Layout
39235 1
39236 \end_layout
39237
39238 \end_inset
39239
39240 Hello
39241 \end_layout
39242
39243 \end_inset
39244
39245 .
39246 \end_layout
39247
39248 \begin_layout Standard
39249 If the scaling factor is negative,
39250  the box content will be mirrored.
39251  Therefore 
39252 \series bold
39253 -1
39254 \series default
39255  as 
39256 \family sans
39257 H-Factor
39258 \family default
39259  and 
39260 \series bold
39261 1
39262 \series default
39263  as 
39264 \family sans
39265 V-Factor
39266 \family default
39267  can be used to create mirror writing:
39268  
39269 \begin_inset Flex Scalebox
39270 status open
39271
39272 \begin_layout Plain Layout
39273 \begin_inset Argument 1
39274 status open
39275
39276 \begin_layout Plain Layout
39277 -1
39278 \end_layout
39279
39280 \end_inset
39281
39282
39283 \begin_inset Argument 2
39284 status open
39285
39286 \begin_layout Plain Layout
39287 1
39288 \end_layout
39289
39290 \end_inset
39291
39292 Hello
39293 \end_layout
39294
39295 \end_inset
39296
39297
39298 \end_layout
39299
39300 \begin_layout Standard
39301
39302 \series bold
39303 1
39304 \series default
39305  as 
39306 \family sans
39307 H-Factor
39308 \family default
39309  and 
39310 \series bold
39311 -1
39312 \series default
39313  as 
39314 \family sans
39315 V-Factor
39316 \family default
39317  reflects the 
39318 \begin_inset Flex Scalebox
39319 status open
39320
39321 \begin_layout Plain Layout
39322 \begin_inset Argument 1
39323 status open
39324
39325 \begin_layout Plain Layout
39326 1
39327 \end_layout
39328
39329 \end_inset
39330
39331
39332 \begin_inset Argument 2
39333 status open
39334
39335 \begin_layout Plain Layout
39336 -1
39337 \end_layout
39338
39339 \end_inset
39340
39341 Hello
39342 \end_layout
39343
39344 \end_inset
39345
39346  at the base line.
39347 \end_layout
39348
39349 \begin_layout Standard
39350 The 
39351 \family sans
39352 Reflectbox
39353 \family default
39354  (menu 
39355 \family sans
39356 Insert\SpecialChar menuseparator
39357 Custom Insets\SpecialChar menuseparator
39358 Reflectbox
39359 \family default
39360 ) is equivalent to 
39361 \series bold
39362 -1
39363 \series default
39364  as 
39365 \family sans
39366 H-Factor
39367 \family default
39368  and 
39369 \series bold
39370 1
39371 \series default
39372  as 
39373 \family sans
39374 V-Factor 
39375 \family default
39376 for a 
39377 \family sans
39378 Scalebox
39379 \family default
39380 .
39381 \end_layout
39382
39383 \begin_layout Standard
39384 \begin_inset Note Greyedout
39385 status open
39386
39387 \begin_layout Plain Layout
39388
39389 \series bold
39390 Note:
39391
39392 \series default
39393  If the 
39394 \family sans
39395 H-Factor
39396 \family default
39397  inset is empty or contains other characters than numbers you will get LaTeX errors when viewing/exporting the document.
39398 \end_layout
39399
39400 \end_inset
39401
39402
39403 \end_layout
39404
39405 \begin_layout Standard
39406 \begin_inset VSpace bigskip
39407 \end_inset
39408
39409 The 
39410 \family sans
39411 Resizebox
39412 \family default
39413  (menu 
39414 \family sans
39415 Insert\SpecialChar menuseparator
39416 Custom Insets\SpecialChar menuseparator
39417 Resizebox
39418 \family default
39419 ) is used to scale the content to a defined width and height.
39420  The 
39421 \family sans
39422 Resizebox
39423 \family default
39424  inset has the mandatory inset 
39425 \family sans
39426 Width
39427 \family default
39428  and the optional inset 
39429 \family sans
39430 Height
39431 \family default
39432  (inserted via the menu 
39433 \family sans
39434 Insert\SpecialChar menuseparator
39435 Height)
39436 \family default
39437 .
39438  Input there the width and height,
39439  respectively,
39440  as value with a unit.
39441  
39442 \begin_inset CommandInset ref
39443 LatexCommand ref
39444 reference "tab:Units"
39445 nolink "false"
39446
39447 \end_inset
39448
39449  lists the possible units.
39450  If there is an exclamation mark 
39451 \series bold
39452 !
39453
39454 \series default
39455  in one of the two insets,
39456  the size is set so that the aspect ratio of the box content is kept.
39457  If no 
39458 \family sans
39459 Height
39460 \family default
39461  inset is used an exclamation mark will internally be used for the height.
39462 \end_layout
39463
39464 \begin_layout Standard
39465
39466 \series bold
39467 2cm
39468 \series default
39469  as 
39470 \family sans
39471 Width
39472 \family default
39473  and 
39474 \series bold
39475 1cm
39476 \series default
39477  as 
39478 \family sans
39479 Height
39480 \family default
39481  produces:
39482  
39483 \begin_inset Flex Resizebox
39484 status open
39485
39486 \begin_layout Plain Layout
39487 \begin_inset Argument 1
39488 status open
39489
39490 \begin_layout Plain Layout
39491 2cm
39492 \end_layout
39493
39494 \end_inset
39495
39496
39497 \begin_inset Argument 2
39498 status open
39499
39500 \begin_layout Plain Layout
39501 1cm
39502 \end_layout
39503
39504 \end_inset
39505
39506 Hello
39507 \end_layout
39508
39509 \end_inset
39510
39511
39512 \begin_inset Newline newline
39513 \end_inset
39514
39515
39516 \series bold
39517 2cm
39518 \series default
39519  as 
39520 \family sans
39521 Width
39522 \family default
39523  and 
39524 \series bold
39525 !
39526
39527 \series default
39528  as 
39529 \family sans
39530 Height
39531 \family default
39532  (or no 
39533 \family sans
39534 Height
39535 \family default
39536 ) produces:
39537  
39538 \begin_inset Flex Resizebox
39539 status open
39540
39541 \begin_layout Plain Layout
39542 \begin_inset Argument 1
39543 status open
39544
39545 \begin_layout Plain Layout
39546 2cm
39547 \end_layout
39548
39549 \end_inset
39550
39551
39552 \begin_inset Argument 2
39553 status open
39554
39555 \begin_layout Plain Layout
39556 !
39557 \end_layout
39558
39559 \end_inset
39560
39561 Hello
39562 \end_layout
39563
39564 \end_inset
39565
39566
39567 \end_layout
39568
39569 \begin_layout Standard
39570 \begin_inset Note Greyedout
39571 status open
39572
39573 \begin_layout Plain Layout
39574
39575 \series bold
39576 Note:
39577
39578 \series default
39579  If the 
39580 \family sans
39581 Width
39582 \family default
39583  inset is empty or contains an invalid unit you will get LaTeX errors when viewing/exporting the document.
39584 \end_layout
39585
39586 \end_inset
39587
39588
39589 \end_layout
39590
39591 \begin_layout Standard
39592 \begin_inset VSpace bigskip
39593 \end_inset
39594
39595
39596 \end_layout
39597
39598 \begin_layout Standard
39599 The boxes can be combined in any order.
39600  As example a 
39601 \family sans
39602 Reflectbox
39603 \family default
39604  inside a 
39605 \family sans
39606 Resizebox
39607 \family default
39608  which is in turn inside a 
39609 \family sans
39610 Rotatebox
39611 \family default
39612 :
39613 \end_layout
39614
39615 \begin_layout Standard
39616 \noindent
39617 \align center
39618 \begin_inset Flex Rotatebox
39619 status open
39620
39621 \begin_layout Plain Layout
39622 \begin_inset Argument 1
39623 status open
39624
39625 \begin_layout Plain Layout
39626 origin=c
39627 \end_layout
39628
39629 \end_inset
39630
39631
39632 \begin_inset Argument 2
39633 status open
39634
39635 \begin_layout Plain Layout
39636 -45
39637 \end_layout
39638
39639 \end_inset
39640
39641
39642 \begin_inset Flex Resizebox
39643 status open
39644
39645 \begin_layout Plain Layout
39646 \begin_inset Argument 1
39647 status open
39648
39649 \begin_layout Plain Layout
39650 2cm
39651 \end_layout
39652
39653 \end_inset
39654
39655
39656 \begin_inset Flex Reflectbox
39657 status open
39658
39659 \begin_layout Plain Layout
39660 Hello
39661 \end_layout
39662
39663 \end_inset
39664
39665
39666 \end_layout
39667
39668 \end_inset
39669
39670
39671 \end_layout
39672
39673 \end_inset
39674
39675
39676 \end_layout
39677
39678 \begin_layout Standard
39679 \noindent
39680 Images,
39681  tables,
39682  and inline formulas are allowed as box content:
39683 \end_layout
39684
39685 \begin_layout Standard
39686 \noindent
39687 \align center
39688 \begin_inset Flex Resizebox
39689 status open
39690
39691 \begin_layout Plain Layout
39692 \begin_inset Argument 1
39693 status open
39694
39695 \begin_layout Plain Layout
39696 2cm
39697 \end_layout
39698
39699 \end_inset
39700
39701
39702 \begin_inset Flex Reflectbox
39703 status open
39704
39705 \begin_layout Plain Layout
39706 \begin_inset Graphics
39707         filename clipart/Star-structure.pdf
39708         lyxscale 50
39709         width 25col%
39710
39711 \end_inset
39712
39713
39714 \end_layout
39715
39716 \end_inset
39717
39718
39719 \end_layout
39720
39721 \end_inset
39722
39723  
39724 \begin_inset Flex Resizebox
39725 status open
39726
39727 \begin_layout Plain Layout
39728 \begin_inset Argument 1
39729 status open
39730
39731 \begin_layout Plain Layout
39732 2cm
39733 \end_layout
39734
39735 \end_inset
39736
39737
39738 \begin_inset Flex Reflectbox
39739 status open
39740
39741 \begin_layout Plain Layout
39742 \begin_inset Tabular
39743 <lyxtabular version="3" rows="2" columns="2">
39744 <features tabularvalignment="middle">
39745 <column alignment="center" valignment="top">
39746 <column alignment="center" valignment="top">
39747 <row>
39748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39749 \begin_inset Text
39750
39751 \begin_layout Plain Layout
39752 q
39753 \end_layout
39754
39755 \end_inset
39756 </cell>
39757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39758 \begin_inset Text
39759
39760 \begin_layout Plain Layout
39761 w
39762 \end_layout
39763
39764 \end_inset
39765 </cell>
39766 </row>
39767 <row>
39768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39769 \begin_inset Text
39770
39771 \begin_layout Plain Layout
39772 e
39773 \end_layout
39774
39775 \end_inset
39776 </cell>
39777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39778 \begin_inset Text
39779
39780 \begin_layout Plain Layout
39781 r
39782 \end_layout
39783
39784 \end_inset
39785 </cell>
39786 </row>
39787 </lyxtabular>
39788
39789 \end_inset
39790
39791
39792 \end_layout
39793
39794 \end_inset
39795
39796
39797 \end_layout
39798
39799 \end_inset
39800
39801  
39802 \begin_inset Flex Resizebox
39803 status open
39804
39805 \begin_layout Plain Layout
39806 \begin_inset Argument 1
39807 status open
39808
39809 \begin_layout Plain Layout
39810 3cm
39811 \end_layout
39812
39813 \end_inset
39814
39815
39816 \begin_inset Flex Reflectbox
39817 status open
39818
39819 \begin_layout Plain Layout
39820 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39821 \end_inset
39822
39823
39824 \end_layout
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \end_inset
39832
39833
39834 \begin_inset Index idx
39835 range none
39836 pageformat default
39837 status collapsed
39838
39839 \begin_layout Plain Layout
39840 Figures
39841 \begin_inset IndexMacro subentry
39842 status open
39843
39844 \begin_layout Plain Layout
39845 scaled
39846 \end_layout
39847
39848 \end_inset
39849
39850
39851 \end_layout
39852
39853 \end_inset
39854
39855
39856 \begin_inset Index idx
39857 range none
39858 pageformat default
39859 status collapsed
39860
39861 \begin_layout Plain Layout
39862 Table Customization
39863 \begin_inset IndexMacro subentry
39864 status open
39865
39866 \begin_layout Plain Layout
39867 Scaling
39868 \end_layout
39869
39870 \end_inset
39871
39872
39873 \end_layout
39874
39875 \end_inset
39876
39877
39878 \end_layout
39879
39880 \begin_layout Standard
39881 When the global formula style 
39882 \series bold
39883 fleqn
39884 \series default
39885  is used in the document
39886 \begin_inset Foot
39887 status collapsed
39888
39889 \begin_layout Plain Layout
39890 When 
39891 \begin_inset Quotes eld
39892 \end_inset
39893
39894 fleqn
39895 \begin_inset Quotes erd
39896 \end_inset
39897
39898  is added to the document class options.
39899 \end_layout
39900
39901 \end_inset
39902
39903 ,
39904  display style formulas can also be scaled.
39905 \end_layout
39906
39907 \begin_layout Chapter
39908 Objects Surrounded by Text
39909 \begin_inset Index idx
39910 range none
39911 pageformat default
39912 status collapsed
39913
39914 \begin_layout Plain Layout
39915 Surrounded by text
39916 \end_layout
39917
39918 \end_inset
39919
39920
39921 \end_layout
39922
39923 \begin_layout Section
39924 Wrap Floats
39925 \begin_inset CommandInset label
39926 LatexCommand label
39927 name "sec:Wrap-Floats"
39928
39929 \end_inset
39930
39931
39932 \begin_inset Index idx
39933 range none
39934 pageformat default
39935 status collapsed
39936
39937 \begin_layout Plain Layout
39938 Floats
39939 \begin_inset IndexMacro subentry
39940 status open
39941
39942 \begin_layout Plain Layout
39943 Wrap Floats
39944 \end_layout
39945
39946 \end_inset
39947
39948
39949 \end_layout
39950
39951 \end_inset
39952
39953
39954 \begin_inset Index idx
39955 range none
39956 pageformat default
39957 status collapsed
39958
39959 \begin_layout Plain Layout
39960 Surrounded by text
39961 \begin_inset IndexMacro subentry
39962 status open
39963
39964 \begin_layout Plain Layout
39965 Wrap Floats
39966 \end_layout
39967
39968 \end_inset
39969
39970
39971 \end_layout
39972
39973 \end_inset
39974
39975
39976 \end_layout
39977
39978 \begin_layout Standard
39979 \begin_inset Wrap figure
39980 lines 0
39981 placement l
39982 overhang 1cm
39983 width "40col%"
39984 status open
39985
39986 \begin_layout Plain Layout
39987 \begin_inset Graphics
39988         filename clipart/2D-intensity-plot.pdf
39989         width 40col%
39990         scaleBeforeRotation
39991         rotateOrigin center
39992
39993 \end_inset
39994
39995
39996 \end_layout
39997
39998 \begin_layout Plain Layout
39999 \begin_inset Caption Standard
40000
40001 \begin_layout Plain Layout
40002 \begin_inset CommandInset label
40003 LatexCommand label
40004 name "fig:This-is-a"
40005
40006 \end_inset
40007
40008 This is a wrapped figure float.
40009 \end_layout
40010
40011 \end_inset
40012
40013
40014 \end_layout
40015
40016 \end_inset
40017
40018  This float type is used if you want to wrap text around a figure or table so that it only occupies some fraction of the column width.
40019  It can be inserted using the menu 
40020 \family sans
40021 Insert\SpecialChar menuseparator
40022 Floats\SpecialChar menuseparator
40023 Wrapped
40024 \begin_inset space ~
40025 \end_inset
40026
40027 Figure
40028 \family default
40029  or 
40030 \family sans
40031 Wrapped
40032 \begin_inset space ~
40033 \end_inset
40034
40035 Table
40036 \family default
40037  if the \SpecialChar LaTeX
40038 -package 
40039 \series bold
40040 wrapfig
40041 \series default
40042
40043 \begin_inset Index idx
40044 range none
40045 pageformat default
40046 status collapsed
40047
40048 \begin_layout Plain Layout
40049 \SpecialChar LaTeX
40050  packages
40051 \begin_inset IndexMacro subentry
40052 status open
40053
40054 \begin_layout Plain Layout
40055 wrapfig
40056 \end_layout
40057
40058 \end_inset
40059
40060
40061 \end_layout
40062
40063 \end_inset
40064
40065  is installed.
40066 \begin_inset Foot
40067 status collapsed
40068
40069 \begin_layout Plain Layout
40070 Installing a \SpecialChar LaTeX
40071 -package is explained it in the 
40072 \emph on
40073 \SpecialChar LaTeX
40074
40075 \begin_inset space ~
40076 \end_inset
40077
40078 Configuration
40079 \emph default
40080  manual.
40081 \end_layout
40082
40083 \end_inset
40084
40085  The settings of the float can be modified by right-clicking on the float box.
40086  The mandatory settings are the float 
40087 \family sans
40088 Placement
40089 \family default
40090  and its 
40091 \family sans
40092 Width
40093 \family default
40094 .
40095  Optional are the 
40096 \family sans
40097 Overhang
40098 \family default
40099  that specifies how much the float is set into the paragraph
40100 \begin_inset space \thinspace{}
40101 \end_inset
40102
40103 /
40104 \begin_inset space \thinspace{}
40105 \end_inset
40106
40107 page margin,
40108  and the 
40109 \family sans
40110 Line
40111 \begin_inset space ~
40112 \end_inset
40113
40114 span
40115 \family default
40116  that specifies how many text lines the float will approximately need.
40117  The line span is often hard to approximate;
40118  so it is better only to use it when you encounter float placement problems.
40119  You can furthermore decide if \SpecialChar LaTeX
40120  is allowed to let the float float within the paragraph or to surrounding paragraphs.
40121  Figure
40122 \begin_inset space ~
40123 \end_inset
40124
40125
40126 \begin_inset CommandInset ref
40127 LatexCommand ref
40128 reference "fig:This-is-a"
40129 nolink "false"
40130
40131 \end_inset
40132
40133  is an example text wrap float with a width of 40
40134 \begin_inset space \thinspace{}
40135 \end_inset
40136
40137 col%,
40138  1
40139 \begin_inset space \thinspace{}
40140 \end_inset
40141
40142 cm overhang,
40143  set to the left.
40144 \end_layout
40145
40146 \begin_layout Standard
40147 \begin_inset Note Greyedout
40148 status open
40149
40150 \begin_layout Plain Layout
40151
40152 \series bold
40153 Note:
40154
40155 \series default
40156  Text
40157 \begin_inset space ~
40158 \end_inset
40159
40160 wrap float floats are fragile!
40161  E.
40162 \begin_inset space \thinspace{}
40163 \end_inset
40164
40165 g.
40166 \begin_inset space \space{}
40167 \end_inset
40168
40169 having a figure too close to the bottom of the page can mess things up in such a way that the float does not appear in the output or that it is placed over some other text.
40170 \end_layout
40171
40172 \end_inset
40173
40174
40175 \end_layout
40176
40177 \begin_layout Standard
40178 In general,
40179  the following applies for wrap floats:
40180 \end_layout
40181
40182 \begin_layout Itemize
40183 They should not be placed in paragraphs that run over a page break.
40184  That means that wrap floats are better inserted in their exact place when the document is almost finished and you are able to estimate where page breaks will appear.
40185 \end_layout
40186
40187 \begin_layout Itemize
40188 They should either be placed in their own paragraph before the paragraph where they should wrap into or within a paragraph.
40189 \end_layout
40190
40191 \begin_layout Itemize
40192 In consecutive paragraphs they may cause troubles,
40193  so ensure that there is a text paragraph between them as separator.
40194 \end_layout
40195
40196 \begin_layout Itemize
40197 They are not allowed in section headings or tables.
40198 \end_layout
40199
40200 \begin_layout Itemize
40201 Their numbering and referencing works as described in chap.
40202 \begin_inset space \thinspace{}
40203 \end_inset
40204
40205
40206 \begin_inset CommandInset ref
40207 LatexCommand ref
40208 reference "chap:Floats"
40209 nolink "false"
40210
40211 \end_inset
40212
40213 .
40214 \end_layout
40215
40216 \begin_layout Section
40217 Surrounded Fixed Objects
40218 \begin_inset Index idx
40219 range none
40220 pageformat default
40221 status collapsed
40222
40223 \begin_layout Plain Layout
40224 Surrounded by text
40225 \begin_inset IndexMacro subentry
40226 status open
40227
40228 \begin_layout Plain Layout
40229 Fixed objects
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \end_layout
40241
40242 \begin_layout Standard
40243 The wrap floats described in sec.
40244 \begin_inset space \thinspace{}
40245 \end_inset
40246
40247
40248 \begin_inset CommandInset ref
40249 LatexCommand ref
40250 reference "sec:Wrap-Floats"
40251 nolink "false"
40252
40253 \end_inset
40254
40255  have these positions in the paragraph:
40256 \end_layout
40257
40258 \begin_layout Standard
40259 \noindent
40260 \align center
40261 \begin_inset Tabular
40262 <lyxtabular version="3" rows="2" columns="2">
40263 <features tabularvalignment="middle">
40264 <column alignment="center" valignment="top">
40265 <column alignment="center" valignment="top">
40266 <row>
40267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40268 \begin_inset Text
40269
40270 \begin_layout Plain Layout
40271 \begin_inset Info
40272 type  "icon"
40273 arg   "dialog-show-new-inset graphics"
40274 \end_inset
40275
40276
40277 \end_layout
40278
40279 \end_inset
40280 </cell>
40281 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40282 \begin_inset Text
40283
40284 \begin_layout Plain Layout
40285 text
40286 \end_layout
40287
40288 \end_inset
40289 </cell>
40290 </row>
40291 <row>
40292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40293 \begin_inset Text
40294
40295 \begin_layout Plain Layout
40296 text
40297 \end_layout
40298
40299 \end_inset
40300 </cell>
40301 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305 text
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 </row>
40311 </lyxtabular>
40312
40313 \end_inset
40314
40315  or 
40316 \begin_inset Tabular
40317 <lyxtabular version="3" rows="2" columns="2">
40318 <features tabularvalignment="middle">
40319 <column alignment="center" valignment="top">
40320 <column alignment="center" valignment="top">
40321 <row>
40322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40323 \begin_inset Text
40324
40325 \begin_layout Plain Layout
40326 text
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 \begin_inset Info
40336 type  "icon"
40337 arg   "dialog-show-new-inset graphics"
40338 \end_inset
40339
40340
40341 \end_layout
40342
40343 \end_inset
40344 </cell>
40345 </row>
40346 <row>
40347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40348 \begin_inset Text
40349
40350 \begin_layout Plain Layout
40351 text
40352 \end_layout
40353
40354 \end_inset
40355 </cell>
40356 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40357 \begin_inset Text
40358
40359 \begin_layout Plain Layout
40360 text
40361 \end_layout
40362
40363 \end_inset
40364 </cell>
40365 </row>
40366 </lyxtabular>
40367
40368 \end_inset
40369
40370
40371 \end_layout
40372
40373 \begin_layout Standard
40374 To get an object exactly at the position where it is inserted,
40375  for example to get one of these positions:
40376 \begin_inset VSpace defskip
40377 \end_inset
40378
40379
40380 \end_layout
40381
40382 \begin_layout Standard
40383 \noindent
40384 \align center
40385 \begin_inset Tabular
40386 <lyxtabular version="3" rows="2" columns="2">
40387 <features tabularvalignment="middle">
40388 <column alignment="center" valignment="top">
40389 <column alignment="center" valignment="top">
40390 <row>
40391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40392 \begin_inset Text
40393
40394 \begin_layout Plain Layout
40395 text
40396 \end_layout
40397
40398 \end_inset
40399 </cell>
40400 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40401 \begin_inset Text
40402
40403 \begin_layout Plain Layout
40404 text
40405 \end_layout
40406
40407 \end_inset
40408 </cell>
40409 </row>
40410 <row>
40411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40412 \begin_inset Text
40413
40414 \begin_layout Plain Layout
40415 \begin_inset Info
40416 type  "icon"
40417 arg   "dialog-show-new-inset graphics"
40418 \end_inset
40419
40420
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40426 \begin_inset Text
40427
40428 \begin_layout Plain Layout
40429 text
40430 \end_layout
40431
40432 \end_inset
40433 </cell>
40434 </row>
40435 </lyxtabular>
40436
40437 \end_inset
40438
40439  
40440 \begin_inset Tabular
40441 <lyxtabular version="3" rows="2" columns="2">
40442 <features tabularvalignment="middle">
40443 <column alignment="center" valignment="top">
40444 <column alignment="center" valignment="top">
40445 <row>
40446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 text
40451 \end_layout
40452
40453 \end_inset
40454 </cell>
40455 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40456 \begin_inset Text
40457
40458 \begin_layout Plain Layout
40459 text
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 </row>
40465 <row>
40466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout Plain Layout
40470 text
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40476 \begin_inset Text
40477
40478 \begin_layout Plain Layout
40479 \begin_inset Info
40480 type  "icon"
40481 arg   "dialog-show-new-inset graphics"
40482 \end_inset
40483
40484
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 </row>
40490 </lyxtabular>
40491
40492 \end_inset
40493
40494  
40495 \begin_inset Tabular
40496 <lyxtabular version="3" rows="2" columns="3">
40497 <features tabularvalignment="middle">
40498 <column alignment="center" valignment="top">
40499 <column alignment="center" valignment="top">
40500 <column alignment="center" valignment="top">
40501 <row>
40502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40503 \begin_inset Text
40504
40505 \begin_layout Plain Layout
40506 text
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 <cell alignment="center" valignment="top" topline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 \begin_inset Info
40516 type  "icon"
40517 arg   "dialog-show-new-inset graphics"
40518 \end_inset
40519
40520
40521 \end_layout
40522
40523 \end_inset
40524 </cell>
40525 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40526 \begin_inset Text
40527
40528 \begin_layout Plain Layout
40529 text
40530 \end_layout
40531
40532 \end_inset
40533 </cell>
40534 </row>
40535 <row>
40536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40537 \begin_inset Text
40538
40539 \begin_layout Plain Layout
40540 text
40541 \end_layout
40542
40543 \end_inset
40544 </cell>
40545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40546 \begin_inset Text
40547
40548 \begin_layout Plain Layout
40549 text
40550 \end_layout
40551
40552 \end_inset
40553 </cell>
40554 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40555 \begin_inset Text
40556
40557 \begin_layout Plain Layout
40558 text
40559 \end_layout
40560
40561 \end_inset
40562 </cell>
40563 </row>
40564 </lyxtabular>
40565
40566 \end_inset
40567
40568  
40569 \begin_inset Tabular
40570 <lyxtabular version="3" rows="2" columns="3">
40571 <features tabularvalignment="middle">
40572 <column alignment="center" valignment="top">
40573 <column alignment="center" valignment="top">
40574 <column alignment="center" valignment="top">
40575 <row>
40576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40577 \begin_inset Text
40578
40579 \begin_layout Plain Layout
40580 text
40581 \end_layout
40582
40583 \end_inset
40584 </cell>
40585 <cell alignment="center" valignment="top" topline="true" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 text
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 text
40599 \end_layout
40600
40601 \end_inset
40602 </cell>
40603 </row>
40604 <row>
40605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40606 \begin_inset Text
40607
40608 \begin_layout Plain Layout
40609 text
40610 \end_layout
40611
40612 \end_inset
40613 </cell>
40614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618 \begin_inset Info
40619 type  "icon"
40620 arg   "dialog-show-new-inset graphics"
40621 \end_inset
40622
40623
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40629 \begin_inset Text
40630
40631 \begin_layout Plain Layout
40632 text
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 </row>
40638 </lyxtabular>
40639
40640 \end_inset
40641
40642
40643 \end_layout
40644
40645 \begin_layout Standard
40646 \noindent
40647 \align center
40648 \begin_inset Tabular
40649 <lyxtabular version="3" rows="3" columns="2">
40650 <features tabularvalignment="middle">
40651 <column alignment="center" valignment="top">
40652 <column alignment="center" valignment="top">
40653 <row>
40654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40655 \begin_inset Text
40656
40657 \begin_layout Plain Layout
40658 text
40659 \end_layout
40660
40661 \end_inset
40662 </cell>
40663 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40664 \begin_inset Text
40665
40666 \begin_layout Plain Layout
40667 text
40668 \end_layout
40669
40670 \end_inset
40671 </cell>
40672 </row>
40673 <row>
40674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40675 \begin_inset Text
40676
40677 \begin_layout Plain Layout
40678 \begin_inset Info
40679 type  "icon"
40680 arg   "dialog-show-new-inset graphics"
40681 \end_inset
40682
40683
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692 text
40693 \end_layout
40694
40695 \end_inset
40696 </cell>
40697 </row>
40698 <row>
40699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 text
40704 \end_layout
40705
40706 \end_inset
40707 </cell>
40708 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40709 \begin_inset Text
40710
40711 \begin_layout Plain Layout
40712 text
40713 \end_layout
40714
40715 \end_inset
40716 </cell>
40717 </row>
40718 </lyxtabular>
40719
40720 \end_inset
40721
40722  
40723 \begin_inset Tabular
40724 <lyxtabular version="3" rows="3" columns="3">
40725 <features tabularvalignment="middle">
40726 <column alignment="center" valignment="top">
40727 <column alignment="center" valignment="top">
40728 <column alignment="center" valignment="top">
40729 <row>
40730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40731 \begin_inset Text
40732
40733 \begin_layout Plain Layout
40734 text
40735 \end_layout
40736
40737 \end_inset
40738 </cell>
40739 <cell alignment="center" valignment="top" topline="true" usebox="none">
40740 \begin_inset Text
40741
40742 \begin_layout Plain Layout
40743 text
40744 \end_layout
40745
40746 \end_inset
40747 </cell>
40748 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 text
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 </row>
40758 <row>
40759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 text
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 <cell alignment="center" valignment="top" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 \begin_inset Info
40773 type  "icon"
40774 arg   "dialog-show-new-inset graphics"
40775 \end_inset
40776
40777
40778 \end_layout
40779
40780 \end_inset
40781 </cell>
40782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40783 \begin_inset Text
40784
40785 \begin_layout Plain Layout
40786 text
40787 \end_layout
40788
40789 \end_inset
40790 </cell>
40791 </row>
40792 <row>
40793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40794 \begin_inset Text
40795
40796 \begin_layout Plain Layout
40797 text
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40803 \begin_inset Text
40804
40805 \begin_layout Plain Layout
40806 text
40807 \end_layout
40808
40809 \end_inset
40810 </cell>
40811 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40812 \begin_inset Text
40813
40814 \begin_layout Plain Layout
40815 text
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 </row>
40821 </lyxtabular>
40822
40823 \end_inset
40824
40825  
40826 \begin_inset Tabular
40827 <lyxtabular version="3" rows="3" columns="2">
40828 <features tabularvalignment="middle">
40829 <column alignment="center" valignment="top">
40830 <column alignment="center" valignment="top">
40831 <row>
40832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40833 \begin_inset Text
40834
40835 \begin_layout Plain Layout
40836 text
40837 \end_layout
40838
40839 \end_inset
40840 </cell>
40841 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
40842 \begin_inset Text
40843
40844 \begin_layout Plain Layout
40845 text
40846 \end_layout
40847
40848 \end_inset
40849 </cell>
40850 </row>
40851 <row>
40852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40853 \begin_inset Text
40854
40855 \begin_layout Plain Layout
40856 text
40857 \end_layout
40858
40859 \end_inset
40860 </cell>
40861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
40862 \begin_inset Text
40863
40864 \begin_layout Plain Layout
40865 \begin_inset Info
40866 type  "icon"
40867 arg   "dialog-show-new-inset graphics"
40868 \end_inset
40869
40870
40871 \end_layout
40872
40873 \end_inset
40874 </cell>
40875 </row>
40876 <row>
40877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
40878 \begin_inset Text
40879
40880 \begin_layout Plain Layout
40881 text
40882 \end_layout
40883
40884 \end_inset
40885 </cell>
40886 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
40887 \begin_inset Text
40888
40889 \begin_layout Plain Layout
40890 text
40891 \end_layout
40892
40893 \end_inset
40894 </cell>
40895 </row>
40896 </lyxtabular>
40897
40898 \end_inset
40899
40900
40901 \end_layout
40902
40903 \begin_layout Standard
40904 \noindent
40905 you can use the \SpecialChar LaTeX
40906 -package 
40907 \series bold
40908 picinpar
40909 \series default
40910
40911 \begin_inset Index idx
40912 range none
40913 pageformat default
40914 status collapsed
40915
40916 \begin_layout Plain Layout
40917 \SpecialChar LaTeX
40918  packages
40919 \begin_inset IndexMacro subentry
40920 status open
40921
40922 \begin_layout Plain Layout
40923 picinpar
40924 \end_layout
40925
40926 \end_inset
40927
40928
40929 \end_layout
40930
40931 \end_inset
40932
40933 .
40934  Here is an example:
40935 \end_layout
40936
40937 \begin_layout Standard
40938 \begin_inset ERT
40939 status collapsed
40940
40941 \begin_layout Plain Layout
40942
40943
40944 \backslash
40945 ifpicinpar
40946 \end_layout
40947
40948 \end_inset
40949
40950
40951 \begin_inset Note Note
40952 status open
40953
40954 \begin_layout Plain Layout
40955 The following section will only be displayed when the \SpecialChar LaTeX
40956 -package 
40957 \series bold
40958 picinpar
40959 \series default
40960  is installed.
40961 \end_layout
40962
40963 \end_inset
40964
40965
40966 \end_layout
40967
40968 \begin_layout Standard
40969 \begin_inset ERT
40970 status collapsed
40971
40972 \begin_layout Plain Layout
40973
40974
40975 \backslash
40976 begin{window}[2,c,{
40977 \end_layout
40978
40979 \end_inset
40980
40981
40982 \begin_inset Graphics
40983         filename clipart/2D-intensity-plot.pdf
40984         lyxscale 60
40985         width 40col%
40986         scaleBeforeRotation
40987         rotateOrigin center
40988
40989 \end_inset
40990
40991
40992 \begin_inset ERT
40993 status collapsed
40994
40995 \begin_layout Plain Layout
40996
40997 },]
40998 \end_layout
40999
41000 \begin_layout Plain Layout
41001
41002 {}
41003 \end_layout
41004
41005 \end_inset
41006
41007
41008 \size small
41009 It was in the spring of the year 1894 that all London was interested,
41010  and the fashionable world dismayed,
41011  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41012  The public has already learned those particulars of the crime which
41013 \size default
41014
41015 \begin_inset ERT
41016 status collapsed
41017
41018 \begin_layout Plain Layout
41019
41020
41021 \backslash
41022 footnotemark{}
41023 \end_layout
41024
41025 \end_inset
41026
41027
41028 \size small
41029  came out in the police investigation,
41030  but a good deal was suppressed upon that occasion,
41031  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41032  Only now,
41033  at the end of nearly ten years,
41034  am I allowed to supply those missing links which make up the whole of that remarkable chain.
41035 \size default
41036
41037 \begin_inset ERT
41038 status collapsed
41039
41040 \begin_layout Plain Layout
41041
41042
41043 \backslash
41044 end{window}
41045 \end_layout
41046
41047 \end_inset
41048
41049
41050 \end_layout
41051
41052 \begin_layout Standard
41053 \begin_inset ERT
41054 status collapsed
41055
41056 \begin_layout Plain Layout
41057
41058
41059 \backslash
41060 footnotetext{
41061 \end_layout
41062
41063 \end_inset
41064
41065 Footnote of the paragraph with the fixed object.
41066 \begin_inset ERT
41067 status collapsed
41068
41069 \begin_layout Plain Layout
41070
41071 }
41072 \end_layout
41073
41074 \end_inset
41075
41076
41077 \end_layout
41078
41079 \begin_layout Standard
41080 Surrounded fixed objects are used to let text float around them,
41081  at which the object's position in the paragraph can be determined by the number of lines above it.
41082  In contrary to floats is it not possible to have a numbered caption.
41083 \end_layout
41084
41085 \begin_layout Standard
41086 A fixed object is inserted by adding the command
41087 \end_layout
41088
41089 \begin_layout Standard
41090
41091 \series bold
41092
41093 \backslash
41094 begin{window}[2,c,{
41095 \end_layout
41096
41097 \begin_layout Standard
41098 as \SpecialChar TeX
41099  Code at the beginning of the paragraph.
41100  The first parameter in the bracket,
41101  here '2',
41102  defines the number of lines above the object,
41103  the second,
41104  here 'c',
41105  the position of the object.
41106  The positions 'l',
41107  'c' and 'r' (for left,
41108  center,
41109  right) are possible.
41110  Behind the command you insert the object.
41111  In this example an image with a width of 40
41112 \begin_inset space \thinspace{}
41113 \end_inset
41114
41115 % of the text column width was inserted.
41116  The object can also be a table,
41117  a box or an equation.
41118  Behind the object the command
41119 \end_layout
41120
41121 \begin_layout Standard
41122
41123 \series bold
41124 },description text]
41125 \begin_inset Newline newline
41126 \end_inset
41127
41128 {}
41129 \end_layout
41130
41131 \begin_layout Standard
41132 is inserted.
41133  Note that the 
41134 \begin_inset Quotes eld
41135 \end_inset
41136
41137
41138 \series bold
41139 {}
41140 \series default
41141
41142 \begin_inset Quotes erd
41143 \end_inset
41144
41145  is in the second line.
41146  The description text is optional.
41147  The text surrounding the object must be in the same paragraph as the object,
41148  so it must begin directly after the 
41149 \series bold
41150 {}
41151 \series default
41152 .
41153  At the end of the paragraph insert the command:
41154 \end_layout
41155
41156 \begin_layout Standard
41157
41158 \series bold
41159
41160 \backslash
41161 end{window}
41162 \end_layout
41163
41164 \begin_layout Standard
41165 Within a paragraph with a fixed object,
41166  you cannot insert footnotes in the normal way.
41167  You have to use instead the command 
41168 \series bold
41169
41170 \backslash
41171 footnotemark
41172 \series default
41173  inside the paragraph and outside the command 
41174 \series bold
41175
41176 \backslash
41177 footnotetext
41178 \series default
41179  as described in sec.
41180 \begin_inset space \thinspace{}
41181 \end_inset
41182
41183
41184 \begin_inset CommandInset ref
41185 LatexCommand ref
41186 reference "sec:Footnotes"
41187 nolink "false"
41188
41189 \end_inset
41190
41191 .
41192 \end_layout
41193
41194 \begin_layout Standard
41195 \begin_inset ERT
41196 status collapsed
41197
41198 \begin_layout Plain Layout
41199
41200
41201 \backslash
41202 else
41203 \end_layout
41204
41205 \end_inset
41206
41207
41208 \begin_inset Note Note
41209 status open
41210
41211 \begin_layout Plain Layout
41212 The following will be displayed when the \SpecialChar LaTeX
41213 -package 
41214 \series bold
41215 picinpar
41216 \series default
41217  is not installed:
41218 \end_layout
41219
41220 \end_inset
41221
41222
41223 \end_layout
41224
41225 \begin_layout Standard
41226 You need to install the \SpecialChar LaTeX
41227 -package 
41228 \series bold
41229 picinpar
41230 \series default
41231  to see the following part of this section in the output.
41232 \end_layout
41233
41234 \begin_layout Standard
41235 \begin_inset ERT
41236 status collapsed
41237
41238 \begin_layout Plain Layout
41239
41240
41241 \backslash
41242 fi
41243 \end_layout
41244
41245 \end_inset
41246
41247
41248 \end_layout
41249
41250 \begin_layout Section
41251 Initials
41252 \begin_inset Index idx
41253 range none
41254 pageformat default
41255 status collapsed
41256
41257 \begin_layout Plain Layout
41258 Initials
41259 \end_layout
41260
41261 \end_inset
41262
41263
41264 \begin_inset Index idx
41265 range none
41266 pageformat default
41267 status collapsed
41268
41269 \begin_layout Plain Layout
41270 Surrounded by text
41271 \begin_inset IndexMacro subentry
41272 status open
41273
41274 \begin_layout Plain Layout
41275 Initials
41276 \end_layout
41277
41278 \end_inset
41279
41280
41281 \end_layout
41282
41283 \end_inset
41284
41285
41286 \end_layout
41287
41288 \begin_layout Standard
41289 To use initials,
41290  you must have the \SpecialChar LaTeX
41291 -package 
41292 \series bold
41293 lettrine
41294 \series default
41295
41296 \begin_inset Index idx
41297 range none
41298 pageformat default
41299 status collapsed
41300
41301 \begin_layout Plain Layout
41302 \SpecialChar LaTeX
41303  packages
41304 \begin_inset IndexMacro subentry
41305 status open
41306
41307 \begin_layout Plain Layout
41308 lettrine
41309 \end_layout
41310
41311 \end_inset
41312
41313
41314 \end_layout
41315
41316 \end_inset
41317
41318  installed and use the module 
41319 \family sans
41320 Initials
41321 \family default
41322  in your document (menu 
41323 \family sans
41324 Document\SpecialChar menuseparator
41325 Settings\SpecialChar menuseparator
41326 Modules
41327 \family default
41328 ).
41329  To insert an initial,
41330  use the style 
41331 \family sans
41332 Initial
41333 \family default
41334 .
41335  This style has a mandatory and two optional arguments.
41336  The arguments are inserted via the 
41337 \family sans
41338 Insert
41339 \family default
41340  menu.
41341  The mandatory argument 
41342 \family sans
41343 Initial
41344 \family default
41345  contains the letter(s) that is the initial,
41346  the argument 
41347 \family sans
41348 Rest
41349 \begin_inset space ~
41350 \end_inset
41351
41352 of
41353 \begin_inset space ~
41354 \end_inset
41355
41356 Initial
41357 \family default
41358  contains the rest of the word or text of the initial letter(s).
41359  The argument 
41360 \family sans
41361 Options
41362 \family default
41363  contains parameters to modify the initial.
41364  For more information about the possible parameters see the documentation of 
41365 \series bold
41366 lettrine
41367 \series default
41368 ,
41369  
41370 \begin_inset CommandInset citation
41371 LatexCommand cite
41372 key "lettrine"
41373 literal "true"
41374
41375 \end_inset
41376
41377 .
41378  The style itself contains the text that is surrounding the initial.
41379  The usual style is hereby that the word whose first letter is the initial,
41380  is printed with 
41381 \shape smallcaps
41382 small caps
41383 \shape default
41384 .
41385 \end_layout
41386
41387 \begin_layout Standard
41388 Here are some examples:
41389 \end_layout
41390
41391 \begin_layout Standard
41392 \begin_inset ERT
41393 status collapsed
41394
41395 \begin_layout Plain Layout
41396
41397
41398 \backslash
41399 iflettrine
41400 \end_layout
41401
41402 \end_inset
41403
41404
41405 \begin_inset Note Note
41406 status open
41407
41408 \begin_layout Plain Layout
41409 The following section will only be displayed when the \SpecialChar LaTeX
41410 -package 
41411 \series bold
41412 lettrine
41413 \series default
41414  is installed.
41415 \end_layout
41416
41417 \end_inset
41418
41419
41420 \end_layout
41421
41422 \begin_layout Enumerate
41423 No optional argument,
41424  the initial is the letter 'I' in the math font 
41425 \begin_inset Formula $\mathfrak{Fraktur}$
41426 \end_inset
41427
41428 :
41429 \end_layout
41430
41431 \begin_deeper
41432 \begin_layout Initial
41433 \begin_inset Argument 2
41434 status open
41435
41436 \begin_layout Plain Layout
41437 \begin_inset Formula $\mathfrak{I}$
41438 \end_inset
41439
41440
41441 \end_layout
41442
41443 \end_inset
41444
41445
41446 \begin_inset Argument 3
41447 status open
41448
41449 \begin_layout Plain Layout
41450 t
41451 \end_layout
41452
41453 \end_inset
41454
41455  was in the spring of the year 1894 that all London was interested,
41456  and the fashionable world dismayed,
41457  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41458  The public has already learned those particulars of the crime which came out in the police investigation,
41459  but a good deal was suppressed upon that occasion,
41460  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41461 \begin_inset Newpage newpage
41462 \end_inset
41463
41464
41465 \end_layout
41466
41467 \end_deeper
41468 \begin_layout Enumerate
41469 Only one line is surrounding the initial,
41470  which is formed by two letters in standard font and no text is printed in small caps:
41471 \end_layout
41472
41473 \begin_deeper
41474 \begin_layout Initial
41475 \begin_inset Argument 1
41476 status open
41477
41478 \begin_layout Plain Layout
41479 lines=1
41480 \end_layout
41481
41482 \end_inset
41483
41484
41485 \begin_inset Argument 2
41486 status open
41487
41488 \begin_layout Plain Layout
41489 It
41490 \end_layout
41491
41492 \end_inset
41493
41494  was in the spring of the year 1894 that all London was interested,
41495  and the fashionable world dismayed,
41496  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41497  The public has already learned those particulars of the crime which came out in the police investigation,
41498  but a good deal was suppressed upon that occasion,
41499  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41500 \end_layout
41501
41502 \end_deeper
41503 \begin_layout Enumerate
41504 Magenta,
41505  hanging initial over 3
41506 \begin_inset space ~
41507 \end_inset
41508
41509 lines in the math font 
41510 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
41511 \end_inset
41512
41513 ,
41514  the text 
41515 \begin_inset Quotes eld
41516 \end_inset
41517
41518 t was in the spring
41519 \begin_inset Quotes erd
41520 \end_inset
41521
41522  is in 
41523 \shape smallcaps
41524 small caps
41525 \shape default
41526 ;
41527  to color the initial,
41528  you must insert this command before the initial:
41529 \begin_inset Newline newline
41530 \end_inset
41531
41532
41533 \series bold
41534
41535 \backslash
41536 renewcommand{
41537 \backslash
41538 LettrineFontHook}{
41539 \backslash
41540 color{color}}
41541 \series default
41542
41543 \begin_inset Newline newline
41544 \end_inset
41545
41546 where the second 
41547 \emph on
41548 color
41549 \emph default
41550  can be 
41551 \begin_inset Quotes eld
41552 \end_inset
41553
41554 red
41555 \begin_inset Quotes erd
41556 \end_inset
41557
41558 ,
41559  
41560 \begin_inset Quotes eld
41561 \end_inset
41562
41563 blue
41564 \begin_inset Quotes erd
41565 \end_inset
41566
41567 ,
41568  
41569 \begin_inset Quotes eld
41570 \end_inset
41571
41572 green
41573 \begin_inset Quotes erd
41574 \end_inset
41575
41576 ,
41577  
41578 \begin_inset Quotes eld
41579 \end_inset
41580
41581 yellow
41582 \begin_inset Quotes erd
41583 \end_inset
41584
41585 ,
41586  
41587 \begin_inset Quotes eld
41588 \end_inset
41589
41590 cyan
41591 \begin_inset Quotes erd
41592 \end_inset
41593
41594 ,
41595  
41596 \begin_inset Quotes eld
41597 \end_inset
41598
41599 magenta
41600 \begin_inset Quotes erd
41601 \end_inset
41602
41603 ,
41604  
41605 \begin_inset Quotes eld
41606 \end_inset
41607
41608 black
41609 \begin_inset Quotes erd
41610 \end_inset
41611
41612  or 
41613 \begin_inset Quotes eld
41614 \end_inset
41615
41616 white
41617 \begin_inset Quotes erd
41618 \end_inset
41619
41620 ,
41621  and add this command to the document preamble:
41622 \begin_inset Newline newline
41623 \end_inset
41624
41625
41626 \series bold
41627
41628 \backslash
41629 @ifundefined{textcolor}
41630 \begin_inset Newline newline
41631 \end_inset
41632
41633
41634 \begin_inset space ~
41635 \end_inset
41636
41637 {
41638 \backslash
41639 usepackage{color}}{}
41640 \end_layout
41641
41642 \begin_deeper
41643 \begin_layout Standard
41644 \begin_inset ERT
41645 status collapsed
41646
41647 \begin_layout Plain Layout
41648
41649
41650 \backslash
41651 renewcommand{
41652 \backslash
41653 LettrineFontHook}{
41654 \backslash
41655 color{magenta}}
41656 \end_layout
41657
41658 \end_inset
41659
41660
41661 \begin_inset Note Note
41662 status collapsed
41663
41664 \begin_layout Plain Layout
41665 makes the initial magenta
41666 \end_layout
41667
41668 \end_inset
41669
41670
41671 \end_layout
41672
41673 \begin_layout Initial
41674 \begin_inset Argument 1
41675 status open
41676
41677 \begin_layout Plain Layout
41678 lines=3,
41679  lhang=0.33,
41680  loversize=0.25
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset Argument 2
41687 status open
41688
41689 \begin_layout Plain Layout
41690 \begin_inset Formula $\mathcal{I}$
41691 \end_inset
41692
41693
41694 \end_layout
41695
41696 \end_inset
41697
41698
41699 \begin_inset Argument 3
41700 status open
41701
41702 \begin_layout Plain Layout
41703 t was in the spring
41704 \end_layout
41705
41706 \end_inset
41707
41708  of the year 1894 that all London was interested,
41709  and the fashionable world dismayed,
41710  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
41711  The public has already learned those particulars of the crime which came out in the police investigation,
41712  but a good deal was suppressed upon that occasion,
41713  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
41714 \end_layout
41715
41716 \end_deeper
41717 \begin_layout Standard
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723
41724 \backslash
41725 else
41726 \end_layout
41727
41728 \end_inset
41729
41730
41731 \begin_inset Note Note
41732 status open
41733
41734 \begin_layout Plain Layout
41735 The following will be displayed when the \SpecialChar LaTeX
41736 -package 
41737 \series bold
41738 lettrine
41739 \series default
41740  is not installed:
41741 \end_layout
41742
41743 \end_inset
41744
41745
41746 \end_layout
41747
41748 \begin_layout Standard
41749 You need to install the \SpecialChar LaTeX
41750 -package 
41751 \series bold
41752 lettrine
41753 \series default
41754  to see the following part of this section in the output.
41755 \end_layout
41756
41757 \begin_layout Standard
41758 \begin_inset ERT
41759 status collapsed
41760
41761 \begin_layout Plain Layout
41762
41763
41764 \backslash
41765 fi
41766 \end_layout
41767
41768 \end_inset
41769
41770
41771 \end_layout
41772
41773 \begin_layout Chapter
41774 External Document Parts
41775 \begin_inset Index idx
41776 range none
41777 pageformat default
41778 status collapsed
41779
41780 \begin_layout Plain Layout
41781 External Document Parts
41782 \end_layout
41783
41784 \end_inset
41785
41786
41787 \end_layout
41788
41789 \begin_layout Standard
41790 With the menu 
41791 \family sans
41792 Insert\SpecialChar menuseparator
41793 File
41794 \family default
41795  you can insert external material into your document.
41796  This can be:
41797 \end_layout
41798
41799 \begin_layout Description
41800 LyX
41801 \begin_inset space ~
41802 \end_inset
41803
41804 Document Another \SpecialChar LyX
41805  document;
41806  its content is directly inserted to your document.
41807 \end_layout
41808
41809 \begin_layout Description
41810 Plain
41811 \begin_inset space ~
41812 \end_inset
41813
41814 Text A text document;
41815  each line is inserted in your document as a separate paragraph.
41816 \end_layout
41817
41818 \begin_layout Description
41819 Plain
41820 \begin_inset space ~
41821 \end_inset
41822
41823 Text,
41824 \begin_inset space ~
41825 \end_inset
41826
41827 Join
41828 \begin_inset space ~
41829 \end_inset
41830
41831 Lines A text document;
41832  text lines are inserted in your document continuously but an empty text line creates a new paragraph.
41833 \end_layout
41834
41835 \begin_layout Description
41836 External
41837 \begin_inset space ~
41838 \end_inset
41839
41840 Material Files in various formats.
41841 \end_layout
41842
41843 \begin_layout Description
41844 Child
41845 \begin_inset space ~
41846 \end_inset
41847
41848 Document \SpecialChar LyX
41849  or \SpecialChar LaTeX
41850  documents.
41851 \end_layout
41852
41853 \begin_layout Section
41854 External Material
41855 \begin_inset Index idx
41856 range none
41857 pageformat default
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861 External Document Parts
41862 \begin_inset IndexMacro subentry
41863 status open
41864
41865 \begin_layout Plain Layout
41866 External Material
41867 \end_layout
41868
41869 \end_inset
41870
41871
41872 \end_layout
41873
41874 \end_inset
41875
41876
41877 \end_layout
41878
41879 \begin_layout Standard
41880 The external material feature allows you to insert files into your document without converting them to a format that can be read by the document output format.
41881  \SpecialChar LyX
41882  takes care of the necessary conversions.
41883  This is similar to images that can be inserted in various image formats in \SpecialChar LyX
41884  documents.
41885  When you have enabled Instant Preview in \SpecialChar LyX
41886 's preferences under 
41887 \family sans
41888 Look
41889 \begin_inset space ~
41890 \end_inset
41891
41892 and
41893 \begin_inset space ~
41894 \end_inset
41895
41896 feel\SpecialChar menuseparator
41897 Graphics
41898 \family default
41899 ,
41900  the external material types Dia and Xfig are directly shown in \SpecialChar LyX
41901 .
41902 \end_layout
41903
41904 \begin_layout Standard
41905 External material can be inserted via the 
41906 \family sans
41907 External Material
41908 \family default
41909  dialog that is accessible with the menu 
41910 \family sans
41911 Insert\SpecialChar menuseparator
41912 File\SpecialChar menuseparator
41913 External
41914 \begin_inset space ~
41915 \end_inset
41916
41917 Material
41918 \family default
41919 .
41920  Currently the following file types (
41921 \family sans
41922 Templates
41923 \family default
41924 ) are allowed:
41925 \end_layout
41926
41927 \begin_layout Description
41928 Chess
41929 \begin_inset space ~
41930 \end_inset
41931
41932 diagram This template supports chess position diagrams made with the program 
41933 \series bold
41934
41935 \begin_inset CommandInset href
41936 LatexCommand href
41937 name "XBoard"
41938 target "https://en.wikipedia.org/wiki/XBoard"
41939 literal "false"
41940
41941 \end_inset
41942
41943
41944 \series default
41945 .
41946 \end_layout
41947
41948 \begin_layout Description
41949 Dia
41950 \begin_inset space ~
41951 \end_inset
41952
41953 diagram This template supports diagrams created with the program 
41954 \series bold
41955
41956 \begin_inset CommandInset href
41957 LatexCommand href
41958 name "Dia"
41959 target "https://en.wikipedia.org/wiki/Dia_(software)"
41960 literal "false"
41961
41962 \end_inset
41963
41964
41965 \series default
41966 .
41967 \end_layout
41968
41969 \begin_layout Description
41970 Inkscape
41971 \begin_inset space ~
41972 \end_inset
41973
41974 figure This template supports specific scalable images derived from scalable vector graphics (SVG),
41975  in which the contained text is replaced by a version typeset by \SpecialChar LaTeX
41976  (and hence in the current document font).
41977  It relies on a feature of the program 
41978 \series bold
41979
41980 \begin_inset CommandInset href
41981 LatexCommand href
41982 name "Inkscape"
41983 target "https://inkscape.org/"
41984 literal "false"
41985
41986 \end_inset
41987
41988
41989 \series default
41990  which creates a special PDF or EPS and \SpecialChar LaTeX
41991  file from a given SVG file (in 
41992 \noun on
41993 Inkscape
41994 \noun default
41995  itself,
41996  the feature is available via the option 
41997 \family sans
41998 Omit text in PDF and create LaTeX file
41999 \family default
42000  when saving a drawing as PDF or EPS).
42001  The benefit of such files is a uniform text style throughout the whole document.
42002 \begin_inset Newline newline
42003 \end_inset
42004
42005 The external template reads SVG files and uses a converter program to generate the respective PDF\SpecialChar breakableslash
42006 EPS and \SpecialChar LaTeX
42007  files (via
42008 \noun on
42009  
42010 \noun default
42011 Inkscape
42012 \noun on
42013 )
42014 \noun default
42015  on the fly,
42016  so you don't have to export those files yourself.
42017  If you prefer the latter and want use given 
42018 \family typewriter
42019 *.pdf
42020 \family default
42021  and 
42022 \family typewriter
42023 *.pdf_tex
42024 \family default
42025  or 
42026 \family typewriter
42027 *.eps
42028 \family default
42029  and 
42030 \family typewriter
42031 *.eps_tex
42032 \family default
42033  files instead,
42034  simply input the respective 
42035 \family typewriter
42036 *.pdf_tex
42037 \family default
42038  or 
42039 \family typewriter
42040 *.eps_tex
42041 \family default
42042  file via the 
42043 \family sans
42044 Child Documents
42045 \family default
42046  dialog (see sec.
42047 \begin_inset space ~
42048 \end_inset
42049
42050
42051 \begin_inset CommandInset ref
42052 LatexCommand ref
42053 reference "sec:Child-Documents"
42054 nolink "false"
42055
42056 \end_inset
42057
42058 ) rather than using this template.
42059 \begin_inset Newline newline
42060 \end_inset
42061
42062 You can use \SpecialChar TeX
42063  code commands such as 
42064 \series bold
42065
42066 \backslash
42067 Large
42068 \series default
42069 ,
42070  
42071 \series bold
42072
42073 \backslash
42074 small
42075 \series default
42076 ,
42077  etc.
42078 \begin_inset space \space{}
42079 \end_inset
42080
42081 in the text of the SVG.
42082  The size of the font will be taken from the settings of the \SpecialChar LyX
42083  document.
42084  Please refer to 
42085 \begin_inset CommandInset citation
42086 LatexCommand cite
42087 key "Inkscape"
42088 literal "false"
42089
42090 \end_inset
42091
42092  for more information and examples.
42093 \end_layout
42094
42095 \begin_layout Description
42096 Lilypond
42097 \begin_inset space ~
42098 \end_inset
42099
42100 typeset
42101 \begin_inset space ~
42102 \end_inset
42103
42104 music This template is used for music notation typeset with the program
42105 \begin_inset Newline linebreak
42106 \end_inset
42107
42108
42109 \series bold
42110
42111 \begin_inset CommandInset href
42112 LatexCommand href
42113 name "LilyPond"
42114 target "https://en.wikipedia.org/wiki/LilyPond"
42115 literal "false"
42116
42117 \end_inset
42118
42119
42120 \series default
42121 .
42122  For \SpecialChar LyX
42123 's extended support for LilyPond have a look at \SpecialChar LyX
42124 's example file 
42125 \emph on
42126 lilypond.lyx
42127 \emph default
42128 .
42129 \end_layout
42130
42131 \begin_layout Description
42132 PDF
42133 \begin_inset space ~
42134 \end_inset
42135
42136 pages With this template you can insert PDF documents to your document.
42137  To specify the range of pages that should be included,
42138  use the option 
42139 \series bold
42140 pages
42141 \series default
42142  in the 
42143 \family sans
42144 Option
42145 \family default
42146  field in the 
42147 \family sans
42148 LaTeX and LyX options
42149 \family default
42150  tab.
42151  The argument of this option is a comma separated list,
42152  containing page numbers (insert as option 
42153 \series bold
42154 pages={3,5,6,8}
42155 \series default
42156 ),
42157  ranges of page numbers (
42158 \series bold
42159 pages={4-9}
42160 \series default
42161 ) or any combination.
42162  To insert empty pages use {}.
42163  E.
42164 \begin_inset space \thinspace{}
42165 \end_inset
42166
42167 g.
42168 \begin_inset space ~
42169 \end_inset
42170
42171
42172 \series bold
42173 pages={3,{},8-11,15}
42174 \series default
42175  will insert page 3,
42176  an empty page,
42177  and pages 8,
42178  9,
42179  10,
42180  11 and 15.
42181  Page ranges are specified in the syntax 
42182 \emph on
42183 start
42184 \emph default
42185 -
42186 \emph on
42187 stop
42188 \emph default
42189 .
42190  This selects all pages from 
42191 \emph on
42192 start
42193 \emph default
42194  to 
42195 \emph on
42196 stop
42197 \emph default
42198 .
42199  Omitting 
42200 \emph on
42201 start
42202 \emph default
42203  defaults to the first page;
42204  omitting 
42205 \emph on
42206 stop
42207 \emph default
42208  defaults to the last page of the document.
42209  The last page can also be selected with the keyword 
42210 \series bold
42211 last
42212 \series default
42213 .
42214  (This is only permitted in a page range.) So 
42215 \series bold
42216 pages=-
42217 \series default
42218  will insert all pages of the document and 
42219 \series bold
42220 pages=last-1
42221 \series default
42222  will insert all pages in reverse order.
42223  If the pages option is not specified,
42224  only the first page of the PDF is inserted.
42225 \begin_inset Newline newline
42226 \end_inset
42227
42228 The option 
42229 \series bold
42230 noautoscale
42231 \series default
42232  inserts the pages with their original size,
42233  if this option is not given,
42234  the pages will be resized to fith the width of the page of your document.
42235  In the tab 
42236 \family sans
42237 Size and Rotation
42238 \family default
42239  you can specify the width and height of the input pages and their rotation.
42240  If another width than 100
42241 \begin_inset space \thinspace{}
42242 \end_inset
42243
42244 Scale% is used,
42245  the option 
42246 \series bold
42247 noautoscale
42248 \series default
42249  will be overwritten.
42250  For more info and possible options,
42251  have a look into the documentation of the \SpecialChar LaTeX
42252 -package 
42253 \series bold
42254 pdfpages
42255 \series default
42256  
42257 \begin_inset CommandInset citation
42258 LatexCommand cite
42259 key "pdfpages"
42260 literal "true"
42261
42262 \end_inset
42263
42264 .
42265 \begin_inset Index idx
42266 range none
42267 pageformat default
42268 status collapsed
42269
42270 \begin_layout Plain Layout
42271 \SpecialChar LaTeX
42272  packages
42273 \begin_inset IndexMacro subentry
42274 status open
42275
42276 \begin_layout Plain Layout
42277 pdfpages
42278 \end_layout
42279
42280 \end_inset
42281
42282
42283 \end_layout
42284
42285 \end_inset
42286
42287
42288 \begin_inset Newline newline
42289 \end_inset
42290
42291 To use this template in a 
42292 \family sans
42293 Beamer
42294 \family default
42295  presentation you need to first insert an 
42296 \family sans
42297 EndFrame
42298 \family default
42299  environment and in a subsequent paragraph a \SpecialChar TeX
42300  Code box containing the command 
42301 \series bold
42302
42303 \backslash
42304 setbeamertemplate{background canvas}{}
42305 \series default
42306 .
42307  Then you can insert as many paragraphs containing the PDFPages template as you wish.
42308  Behind the included PDF pages you can resume the Beamer presentation by beginning a new frame or by starting a new section.
42309  To avoid stray blank pages prior to the PDF pages,
42310  make sure to use the 
42311 \family sans
42312 Default
42313 \family default
42314  alignment for the paragraph containing the template.
42315 \begin_inset Newline newline
42316 \end_inset
42317
42318 Here is an included PDF which is rotated by -5°:
42319  
42320 \begin_inset External
42321         template PDFPages
42322         filename clipart/Abstract.pdf
42323         extra LaTeX "noautoscale, pages=-"
42324         rotateAngle -5
42325         rotateOrigin bottomleft
42326
42327 \end_inset
42328
42329
42330 \end_layout
42331
42332 \begin_layout Description
42333 Raster
42334 \begin_inset space ~
42335 \end_inset
42336
42337 image This can be used for bitmap images.
42338  The image can be treated in the 
42339 \family sans
42340 External material
42341 \family default
42342  dialog like the images that are usually included via the 
42343 \family sans
42344 Graphics
42345 \family default
42346  dialog as described in section
42347 \begin_inset space ~
42348 \end_inset
42349
42350
42351 \begin_inset CommandInset ref
42352 LatexCommand ref
42353 reference "sec:Graphics-Dialog"
42354 nolink "false"
42355
42356 \end_inset
42357
42358 .
42359  Here is an inserted raster image:
42360  
42361 \begin_inset External
42362         template RasterImage
42363         filename clipart/ToolbarEnvBox.png
42364
42365 \end_inset
42366
42367
42368 \end_layout
42369
42370 \begin_layout Description
42371 Spreadsheet With this template you can insert spreadsheets
42372 \begin_inset space \thinspace{}
42373 \end_inset
42374
42375 /
42376 \begin_inset space \thinspace{}
42377 \end_inset
42378
42379 tables in the format of 
42380 \series bold
42381
42382 \begin_inset CommandInset href
42383 LatexCommand href
42384 name "Gnumeric"
42385 target "https://en.wikipedia.org/wiki/Gnumeric"
42386 literal "false"
42387
42388 \end_inset
42389
42390
42391 \series default
42392 ,
42393  
42394 \begin_inset CommandInset href
42395 LatexCommand href
42396 name "OpenDocument"
42397 target "https://en.wikipedia.org/wiki/OpenDocument"
42398 literal "false"
42399
42400 \end_inset
42401
42402 ,
42403  
42404 \begin_inset CommandInset href
42405 LatexCommand href
42406 name "Microsoft Office XML"
42407 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
42408 literal "false"
42409
42410 \end_inset
42411
42412  and 
42413 \begin_inset CommandInset href
42414 LatexCommand href
42415 name "Office Open XML"
42416 target "https://en.wikipedia.org/wiki/Office_Open_XML"
42417 literal "false"
42418
42419 \end_inset
42420
42421 .
42422  For this feature \SpecialChar LyX
42423  must have found the program 
42424 \family typewriter
42425 ssconvert
42426 \family default
42427  during its configuration.
42428  This program is part of Gnumeric,
42429  so that you must have Gnumeric installed,
42430  also if you don't have tables in the Gnumeric format.
42431  For examples and possible limitations have a look at \SpecialChar LyX
42432 's example file 
42433 \emph on
42434 spreadsheet.lyx
42435 \emph default
42436 .
42437 \end_layout
42438
42439 \begin_layout Description
42440 Vector
42441 \begin_inset space ~
42442 \end_inset
42443
42444 graphics This can be used for vector graphics.
42445  The image can be treated in the 
42446 \family sans
42447 External material
42448 \family default
42449  dialog like the images that are usually included via the 
42450 \family sans
42451 Graphics
42452 \family default
42453  dialog as described in section
42454 \begin_inset space ~
42455 \end_inset
42456
42457
42458 \begin_inset CommandInset ref
42459 LatexCommand ref
42460 reference "sec:Graphics-Dialog"
42461 nolink "false"
42462
42463 \end_inset
42464
42465 .
42466  Here is an inserted vector graphics:
42467  
42468 \begin_inset External
42469         template VectorGraphics
42470         filename clipart/SVG-Drawing.svg
42471         lyxscale 50
42472         scale 33
42473
42474 \end_inset
42475
42476
42477 \end_layout
42478
42479 \begin_layout Description
42480 Xfig
42481 \begin_inset space ~
42482 \end_inset
42483
42484 figure This template supports images created with the program 
42485 \begin_inset CommandInset href
42486 LatexCommand href
42487 name "Xfig"
42488 target "https://en.wikipedia.org/wiki/Xfig"
42489 literal "false"
42490
42491 \end_inset
42492
42493 .
42494 \end_layout
42495
42496 \begin_layout Standard
42497 When you use the option 
42498 \family sans
42499 Draft
42500 \family default
42501  in the 
42502 \family sans
42503 File
42504 \family default
42505  tab of the 
42506 \family sans
42507 External Material
42508 \family default
42509  dialog,
42510  only the path to the inserted file is shown in the output.
42511 \begin_inset Newline newline
42512 \end_inset
42513
42514 External material is displayed in \SpecialChar LyX
42515  either as a box like this:
42516  
42517 \begin_inset Graphics
42518         filename clipart/ExternalMaterial.png
42519         scale 95
42520         scaleBeforeRotation
42521
42522 \end_inset
42523
42524  or as image,
42525  depending on the option 
42526 \family sans
42527 Show in LyX
42528 \family default
42529  in the 
42530 \family sans
42531 LaTeX and LyX options
42532 \family default
42533  tab of the dialog.
42534 \end_layout
42535
42536 \begin_layout Standard
42537 The 
42538 \family sans
42539 \emph on
42540 Customization
42541 \family default
42542 \emph default
42543  manual explains how you can define your own templates.
42544 \end_layout
42545
42546 \begin_layout Section
42547 Child Documents
42548 \begin_inset CommandInset label
42549 LatexCommand label
42550 name "sec:Child-Documents"
42551
42552 \end_inset
42553
42554
42555 \begin_inset Index idx
42556 range none
42557 pageformat default
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561 External Document Parts
42562 \begin_inset IndexMacro subentry
42563 status open
42564
42565 \begin_layout Plain Layout
42566 Child Documents
42567 \end_layout
42568
42569 \end_inset
42570
42571
42572 \end_layout
42573
42574 \end_inset
42575
42576
42577 \begin_inset Index idx
42578 range none
42579 pageformat default
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583 Files
42584 \begin_inset IndexMacro subentry
42585 status open
42586
42587 \begin_layout Plain Layout
42588 Include
42589 \end_layout
42590
42591 \end_inset
42592
42593
42594 \end_layout
42595
42596 \end_inset
42597
42598
42599 \end_layout
42600
42601 \begin_layout Standard
42602 Child documents are used if you have a long document consisting of several larger parts or sections.
42603  For maintenance it is often useful and sometimes even required to split the document into several files that can be revised separately.
42604  The different documents are then the so called 
42605 \begin_inset Quotes eld
42606 \end_inset
42607
42608 child documents
42609 \begin_inset Quotes erd
42610 \end_inset
42611
42612 ,
42613  and a master document connects them to print the full document or parts of it.
42614  A child document inherits elements from its master,
42615  for example the \SpecialChar LaTeX
42616  preamble,
42617  the bibliography,
42618  and labels for cross-references.
42619 \end_layout
42620
42621 \begin_layout Standard
42622 To be able to work on child documents without the need to open their master,
42623  specify in the child document the master in the menu
42624 \family sans
42625  Document\SpecialChar menuseparator
42626 Settings\SpecialChar menuseparator
42627 Document
42628 \begin_inset space ~
42629 \end_inset
42630
42631 Class
42632 \family default
42633 .
42634  This master document will then be used in the background by \SpecialChar LyX
42635  when you edit the child document.
42636 \end_layout
42637
42638 \begin_layout Standard
42639 Included documents are displayed in \SpecialChar LyX
42640  as a box like this:
42641  
42642 \begin_inset Graphics
42643         filename clipart/ChildDocument.png
42644         scale 95
42645         scaleBeforeRotation
42646
42647 \end_inset
42648
42649  To include child documents in a master document use the menu 
42650 \family sans
42651 Insert\SpecialChar menuseparator
42652 File\SpecialChar menuseparator
42653 Child
42654 \begin_inset space ~
42655 \end_inset
42656
42657 Documents
42658 \family default
42659 .
42660  A dialog pops up where you can choose between four include methods:
42661 \end_layout
42662
42663 \begin_layout Description
42664 Include You can include \SpecialChar LyX
42665  and \SpecialChar LaTeX
42666  documents.
42667  When you press the 
42668 \family sans
42669 Edit
42670 \family default
42671  button in the 
42672 \family sans
42673 Child Document
42674 \family default
42675  dialog,
42676  the included document will be opened in \SpecialChar LyX
42677  in a new file tab so that you can modify it.
42678 \begin_inset Newline newline
42679 \end_inset
42680
42681
42682 \end_layout
42683
42684 \begin_layout Standard
42685 Here is a child document inserted using 
42686 \family sans
42687 Include
42688 \family default
42689 :
42690  
42691 \begin_inset CommandInset include
42692 LatexCommand include
42693 filename "DummyDocument1.lyx"
42694 literal "true"
42695
42696 \end_inset
42697
42698
42699 \end_layout
42700
42701 \begin_layout Standard
42702 The section numbering includes the sections of the included files in the order they are inserted in the master document.
42703  The included example document has for example a subsection that is numbered as a subsection of this section.
42704  Labels of included documents can be referenced:
42705  Subsection
42706 \begin_inset space ~
42707 \end_inset
42708
42709
42710 \begin_inset CommandInset ref
42711 LatexCommand ref
42712 reference "subsec:External-Subsection-1"
42713 nolink "false"
42714
42715 \end_inset
42716
42717 .
42718 \end_layout
42719
42720 \begin_layout Standard
42721 The preamble of the child document is ignored;
42722  only the preamble of the master document is used.
42723  Branches in child documents will be ignored by the master document when the master document does not have a branch with the same name.
42724  Included documents are inserted starting on a new page and ending with a page break.
42725 \end_layout
42726
42727 \begin_layout Standard
42728 \begin_inset Note Greyedout
42729 status open
42730
42731 \begin_layout Plain Layout
42732
42733 \series bold
42734 Note:
42735
42736 \series default
42737  If you have included a \SpecialChar LyX
42738  or \SpecialChar LaTeX
42739  file,
42740  you are warned when you export/view the document in case the child document uses another document class than the master document as this will lead to unexpected outputs.
42741 \end_layout
42742
42743 \end_inset
42744
42745
42746 \end_layout
42747
42748 \begin_layout Description
42749 Input This method is very similar to the Include method.
42750  The differences are:
42751 \end_layout
42752
42753 \begin_deeper
42754 \begin_layout Itemize
42755 Input files don't start with a new page and don't end with a page break.
42756 \end_layout
42757
42758 \begin_layout Itemize
42759 Input files can be previewed in \SpecialChar LyX
42760  when 
42761 \family sans
42762 Instant
42763 \begin_inset space ~
42764 \end_inset
42765
42766 Preview
42767 \family default
42768  is enabled in \SpecialChar LyX
42769 's preferences under 
42770 \family sans
42771 Look
42772 \begin_inset space ~
42773 \end_inset
42774
42775 and
42776 \begin_inset space ~
42777 \end_inset
42778
42779 feel\SpecialChar menuseparator
42780 Graphics
42781 \family default
42782 .
42783 \end_layout
42784
42785 \begin_layout Itemize
42786 You cannot exclude Input files via the menu 
42787 \family sans
42788 Document\SpecialChar menuseparator
42789 Settings\SpecialChar menuseparator
42790 Child Documents
42791 \family default
42792 .
42793 \end_layout
42794
42795 \end_deeper
42796 \begin_layout Standard
42797 Here is a child document inserted using 
42798 \family sans
42799 Input
42800 \family default
42801 :
42802  
42803 \begin_inset CommandInset include
42804 LatexCommand input
42805 filename "DummyDocument2.lyx"
42806 literal "true"
42807
42808 \end_inset
42809
42810
42811 \end_layout
42812
42813 \begin_layout Description
42814 Verbatim With this method any text file can be included.
42815  The file is shown in the output with its source code;
42816  no command used in the text is invoked.
42817  You can use the option 
42818 \family sans
42819 Mark spaces in output
42820 \family default
42821  that displays the character 
42822 \begin_inset Quotes eld
42823 \end_inset
42824
42825
42826 \begin_inset ERT
42827 status collapsed
42828
42829 \begin_layout Plain Layout
42830
42831
42832 \backslash
42833 textvisiblespace 
42834 \end_layout
42835
42836 \end_inset
42837
42838
42839 \begin_inset Quotes erd
42840 \end_inset
42841
42842  for every space character in the source code.
42843  The difference from the method via the menu 
42844 \family sans
42845 Insert\SpecialChar menuseparator
42846 File\SpecialChar menuseparator
42847 Plain
42848 \begin_inset space ~
42849 \end_inset
42850
42851 Text
42852 \family default
42853  is that the document content is not shown in \SpecialChar LyX
42854 .
42855 \end_layout
42856
42857 \begin_layout Standard
42858 Here is a child document inserted as Verbatim:
42859  
42860 \begin_inset CommandInset include
42861 LatexCommand verbatiminput
42862 filename "DummyTextDocument.txt"
42863 literal "true"
42864
42865 \end_inset
42866
42867
42868 \begin_inset VSpace bigskip
42869 \end_inset
42870
42871  Here is a child document inserted as Verbatim using the 
42872 \family sans
42873 Mark spaces in output
42874 \family default
42875  option:
42876  
42877 \begin_inset CommandInset include
42878 LatexCommand verbatiminput*
42879 filename "DummyTextDocument.txt"
42880 literal "true"
42881
42882 \end_inset
42883
42884
42885 \end_layout
42886
42887 \begin_layout Standard
42888 \begin_inset VSpace bigskip
42889 \end_inset
42890
42891
42892 \end_layout
42893
42894 \begin_layout Standard
42895 \begin_inset Note Greyedout
42896 status open
42897
42898 \begin_layout Plain Layout
42899
42900 \series bold
42901 Note:
42902
42903 \series default
42904  As you can see in the examples above,
42905  the text of the documents included as 
42906 \family sans
42907 verbatim
42908 \family default
42909  is not broken at the end of the document lines.
42910 \end_layout
42911
42912 \end_inset
42913
42914
42915 \end_layout
42916
42917 \begin_layout Description
42918 Listings This type is described in chapter
42919 \begin_inset space ~
42920 \end_inset
42921
42922
42923 \begin_inset CommandInset ref
42924 LatexCommand ref
42925 reference "cha:Program-Code-Listings"
42926 nolink "false"
42927
42928 \end_inset
42929
42930 .
42931 \end_layout
42932
42933 \begin_layout Standard
42934 \begin_inset Note Greyedout
42935 status open
42936
42937 \begin_layout Plain Layout
42938
42939 \series bold
42940 Note:
42941
42942 \series default
42943  Including the same document twice in a document using different methods could cause \SpecialChar LaTeX
42944 -problems.
42945 \end_layout
42946
42947 \end_inset
42948
42949
42950 \end_layout
42951
42952 \begin_layout Standard
42953 If you want to view/export only selected children of your master document,
42954  either because you want to save compiling time or because you want to distribute single chapters of the book you are just writing,
42955  you can exclude children from the output.
42956  This is done via the menu 
42957 \family sans
42958 Document\SpecialChar menuseparator
42959 Settings\SpecialChar menuseparator
42960 Child Documents
42961 \family default
42962 .
42963  You can exclude\SpecialChar breakableslash
42964 include children by double-clicking on the 
42965 \family sans
42966 include to output
42967 \family default
42968  column of the respective child document in the list (note that this only works for documents embedded via 
42969 \begin_inset Quotes eld
42970 \end_inset
42971
42972 Include
42973 \begin_inset Quotes erd
42974 \end_inset
42975
42976 ,
42977  not with 
42978 \begin_inset Quotes eld
42979 \end_inset
42980
42981 Input
42982 \begin_inset Quotes erd
42983 \end_inset
42984
42985 ).
42986  
42987 \end_layout
42988
42989 \begin_layout Standard
42990 In the section 
42991 \family sans
42992 Global Counters & References
42993 \family default
42994  you can set how page numbers,
42995  references,
42996  section counters etc.
42997  are handled.
42998 \end_layout
42999
43000 \begin_layout Itemize
43001 With the option 
43002 \family sans
43003 Strictly maintain
43004 \family default
43005 ,
43006  \SpecialChar LyX
43007  will assure that all page numbers,
43008  references etc.
43009 \begin_inset space ~
43010 \end_inset
43011
43012 are correct as if the whole document was output.
43013  This is useful if you want the selected sub-documents to look exactly as in the context of the whole document.
43014  However,
43015  \SpecialChar LyX
43016  needs to process the whole document in the background for this feature,
43017  which can take a long time.
43018 \end_layout
43019
43020 \begin_layout Itemize
43021 With the option 
43022 \family sans
43023 Do not maintain
43024 \family default
43025 ,
43026  \SpecialChar LyX
43027  only compiles the master and the included documents.
43028  Thus the counters will differ from the complete document,
43029  and references to excluded child documents will not be resolved.
43030  If you want to save compile time and if counters and references do not need to be correct,
43031  use this option as this is the fastest one.
43032 \end_layout
43033
43034 \begin_layout Itemize
43035 The option 
43036 \family sans
43037 Maintain mostly
43038 \family default
43039  is somewhat in-between the above two.
43040  If this is selected,
43041  \SpecialChar LyX
43042  will compile the whole document at the first output,
43043  which sets up counters and references correctly.
43044  In subsequent outputs,
43045  it will compile the whole document only if a change has been made in an excluded child document.
43046  As long as you only edit the included files,
43047  this approach is as fast as the second one,
43048  while giving you more or less correct counters and references.
43049  They are only more or less correct since the change of size of included documents obviously also changes the pagination of excluded documents,
43050  but this change cannot be tracked with this method.
43051 \end_layout
43052
43053 \begin_layout Standard
43054 Alternatively,
43055  you can put each included file into a branch.
43056 \begin_inset Foot
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060 Branches are described in section 
43061 \emph on
43062 Branches
43063 \emph default
43064  of the \SpecialChar LyX
43065  
43066 \emph on
43067 Userguide
43068 \emph default
43069 .
43070 \end_layout
43071
43072 \end_inset
43073
43074  By enabling\SpecialChar breakableslash
43075 disabling branches you can decide which included files will appear in the output.
43076  This has the advantage that it also works with Input'ed sub-documents.
43077  However,
43078  counters and references will not be maintained with this approach.
43079 \end_layout
43080
43081 \begin_layout Chapter
43082 Program Code Listings
43083 \begin_inset CommandInset label
43084 LatexCommand label
43085 name "cha:Program-Code-Listings"
43086
43087 \end_inset
43088
43089
43090 \begin_inset Index idx
43091 range none
43092 pageformat default
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096 Listings
43097 \end_layout
43098
43099 \end_inset
43100
43101
43102 \begin_inset Index idx
43103 range none
43104 pageformat default
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108 Program Code
43109 \end_layout
43110
43111 \end_inset
43112
43113
43114 \begin_inset Index idx
43115 range none
43116 pageformat default
43117 status collapsed
43118
43119 \begin_layout Plain Layout
43120 Floats
43121 \begin_inset IndexMacro subentry
43122 status open
43123
43124 \begin_layout Plain Layout
43125 Listings
43126 \end_layout
43127
43128 \end_inset
43129
43130
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \end_layout
43137
43138 \begin_layout Standard
43139 To include and typeset program code you can use the 
43140 \family sans
43141 Listings
43142 \family default
43143  inset that can be inserted via the menu 
43144 \family sans
43145 Insert\SpecialChar menuseparator
43146 Program Listing
43147 \family default
43148 .
43149  The \SpecialChar LaTeX
43150  packages 
43151 \series bold
43152 listings
43153 \series default
43154
43155 \begin_inset Index idx
43156 range none
43157 pageformat default
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161 \SpecialChar LaTeX
43162  packages
43163 \begin_inset IndexMacro subentry
43164 status open
43165
43166 \begin_layout Plain Layout
43167 listings
43168 \end_layout
43169
43170 \end_inset
43171
43172
43173 \end_layout
43174
43175 \end_inset
43176
43177  or 
43178 \series bold
43179 minted
43180 \series default
43181
43182 \begin_inset Index idx
43183 range none
43184 pageformat default
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188 \SpecialChar LaTeX
43189  packages
43190 \begin_inset IndexMacro subentry
43191 status open
43192
43193 \begin_layout Plain Layout
43194 minted
43195 \end_layout
43196
43197 \end_inset
43198
43199
43200 \end_layout
43201
43202 \end_inset
43203
43204  provide a powerful and flexible way to insert program source code into your document.
43205  One can only use one of these packages in a document.
43206  
43207 \series bold
43208 listings
43209 \series default
43210  is used by default.
43211 \end_layout
43212
43213 \begin_layout Standard
43214 \begin_inset Note Note
43215 status open
43216
43217 \begin_layout Plain Layout
43218
43219 \series bold
43220 Note:
43221
43222 \series default
43223  \SpecialChar LyX
43224  does NOT want to encourage users to add the 
43225 \family typewriter
43226 -shell-escape
43227 \family default
43228  option to converter definitions.
43229  It works,
43230  but it is a huge security risk.
43231  There is an active discussion about how to handle this.
43232  Once that's been resolved,
43233  this can be updated appropriately.
43234 \end_layout
43235
43236 \begin_layout Plain Layout
43237 =====
43238 \end_layout
43239
43240 \begin_layout Plain Layout
43241 In order to use 
43242 \series bold
43243 minted
43244 \series default
43245 ,
43246  you need to select it as the syntax highlighting package in the document settings under 
43247 \family sans
43248 Listings
43249 \family default
43250 .
43251  
43252 \series bold
43253 minted
43254 \series default
43255  requires also additionally the module 
43256 \family sans
43257 pygments
43258 \family default
43259  of the software 
43260 \noun on
43261 Python
43262 \noun default
43263
43264 \begin_inset Foot
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268 Under \SpecialChar LyX
43269  for Windows 
43270 \family sans
43271 pygments
43272 \family default
43273  is already installed.
43274 \end_layout
43275
43276 \end_inset
43277
43278  and the option 
43279 \family typewriter
43280 -shell-escape
43281 \family default
43282  for the \SpecialChar LaTeX
43283  processor.
43284  If you want for example view or export your document as the format 
43285 \family sans
43286 PDF
43287 \begin_inset space ~
43288 \end_inset
43289
43290 (pdflatex)
43291 \family default
43292 ,
43293  go to the \SpecialChar LyX
43294  preferences and there to the section 
43295 \family sans
43296 File
43297 \begin_inset space ~
43298 \end_inset
43299
43300 Handling\SpecialChar menuseparator
43301 Converters
43302 \family default
43303 .
43304  There go to the entry 
43305 \family sans
43306 LaTeX
43307 \begin_inset space ~
43308 \end_inset
43309
43310 (pdflatex) -> PDF
43311 \begin_inset space ~
43312 \end_inset
43313
43314 (pdflatex)
43315 \family default
43316  and look at the field 
43317 \family sans
43318 Converter
43319 \family default
43320 .
43321  There you see by default the content
43322 \begin_inset Newline newline
43323 \end_inset
43324
43325
43326 \series bold
43327 pdflatex $$i
43328 \series default
43329
43330 \begin_inset Newline newline
43331 \end_inset
43332
43333 Now change it to
43334 \begin_inset Newline newline
43335 \end_inset
43336
43337
43338 \series bold
43339 pdflatex $$i -shell-escape
43340 \begin_inset Newline newline
43341 \end_inset
43342
43343
43344 \series default
43345 and press the 
43346 \family sans
43347 Modify
43348 \family default
43349  button and subsequently 
43350 \family sans
43351 Apply
43352 \family default
43353  or 
43354 \family sans
43355 Save
43356 \family default
43357 .
43358  The same can be done for the output formats 
43359 \family sans
43360 PDF
43361 \begin_inset space ~
43362 \end_inset
43363
43364 (LuaTeX)
43365 \family default
43366  and 
43367 \family sans
43368 PDF
43369 \begin_inset space ~
43370 \end_inset
43371
43372 (XeTeX)
43373 \family default
43374 .
43375 \end_layout
43376
43377 \end_inset
43378
43379
43380 \end_layout
43381
43382 \begin_layout Standard
43383 Right-clicking on a listings inset opens the context menu containing where you can set the listings format.
43384 \end_layout
43385
43386 \begin_layout Standard
43387 By default,
43388  a listing starts a new paragraph in the output.
43389  The placement option 
43390 \family sans
43391 Inline
43392 \begin_inset space ~
43393 \end_inset
43394
43395 listing
43396 \family default
43397  prints the listing inline like this:
43398  
43399 \begin_inset listings
43400 lstparams "language={C++}"
43401 inline true
43402 status open
43403
43404 \begin_layout Plain Layout
43405
43406 int a=5;
43407 \end_layout
43408
43409 \end_inset
43410
43411
43412 \begin_inset Newline newline
43413 \end_inset
43414
43415 The option 
43416 \family sans
43417 Float
43418 \family default
43419  creates a listings float where you can specify the placement options 
43420 \begin_inset Quotes eld
43421 \end_inset
43422
43423
43424 \family sans
43425 h
43426 \family default
43427
43428 \begin_inset Quotes erd
43429 \end_inset
43430
43431 ,
43432  
43433 \begin_inset Quotes eld
43434 \end_inset
43435
43436
43437 \family sans
43438 t
43439 \family default
43440
43441 \begin_inset Quotes erd
43442 \end_inset
43443
43444 ,
43445  
43446 \begin_inset Quotes eld
43447 \end_inset
43448
43449
43450 \family sans
43451 b
43452 \family default
43453
43454 \begin_inset Quotes erd
43455 \end_inset
43456
43457 ,
43458  and 
43459 \begin_inset Quotes eld
43460 \end_inset
43461
43462
43463 \family sans
43464 p
43465 \family default
43466
43467 \begin_inset Quotes erd
43468 \end_inset
43469
43470  corresponding to the float placement options described in section
43471 \begin_inset space ~
43472 \end_inset
43473
43474
43475 \begin_inset CommandInset ref
43476 LatexCommand ref
43477 reference "sec:Float-Settings"
43478 nolink "false"
43479
43480 \end_inset
43481
43482 .
43483  The placement options can be mixed and are inserted without any separation,
43484  e.
43485 \begin_inset space \thinspace{}
43486 \end_inset
43487
43488 g.
43489 \begin_inset space \space{}
43490 \end_inset
43491
43492
43493 \begin_inset Quotes eld
43494 \end_inset
43495
43496
43497 \family sans
43498 htbp
43499 \family default
43500
43501 \begin_inset Quotes erd
43502 \end_inset
43503
43504 .
43505  The option 
43506 \begin_inset Quotes eld
43507 \end_inset
43508
43509 h
43510 \begin_inset Quotes erd
43511 \end_inset
43512
43513  has sometimes no effect,
43514  but you don't need to use the 
43515 \family sans
43516 Float
43517 \family default
43518  option in this case as also non-float listings can have captions and be referenced.
43519 \end_layout
43520
43521 \begin_layout Standard
43522 You can add captions to listings that are not inline with the menu 
43523 \family sans
43524 Insert\SpecialChar menuseparator
43525 Caption
43526 \family default
43527 .
43528  Listings can be referenced like floats:
43529  Listing
43530 \begin_inset space ~
43531 \end_inset
43532
43533
43534 \begin_inset CommandInset ref
43535 LatexCommand ref
43536 reference "lst:Example-Listing"
43537 nolink "false"
43538
43539 \end_inset
43540
43541 .
43542  A list of listings which contains all listings with captions can be created via the menu 
43543 \family sans
43544 Insert\SpecialChar menuseparator
43545 List
43546 \begin_inset space ~
43547 \end_inset
43548
43549 /
43550 \begin_inset space ~
43551 \end_inset
43552
43553 TOC\SpecialChar menuseparator
43554 List of Listings
43555 \family default
43556 .
43557  The list entries are the listing caption and the listing number.
43558 \end_layout
43559
43560 \begin_layout Standard
43561 \begin_inset listings
43562 lstparams "language=Python"
43563 inline false
43564 status open
43565
43566 \begin_layout Plain Layout
43567
43568 \begin_inset Caption Standard
43569
43570 \begin_layout Plain Layout
43571 \begin_inset CommandInset label
43572 LatexCommand label
43573 name "lst:Example-Listing"
43574
43575 \end_inset
43576
43577 Example Listing float
43578 \end_layout
43579
43580 \end_inset
43581
43582 # Example listing float
43583 \end_layout
43584
43585 \begin_layout Plain Layout
43586
43587 def func(param):
43588 \end_layout
43589
43590 \begin_layout Plain Layout
43591
43592     'this is a python function'
43593 \end_layout
43594
43595 \begin_layout Plain Layout
43596
43597     pass
43598 \end_layout
43599
43600 \end_inset
43601
43602
43603 \end_layout
43604
43605 \begin_layout Standard
43606 \begin_inset Note Greyedout
43607 status open
43608
43609 \begin_layout Plain Layout
43610
43611 \series bold
43612 Note:
43613  
43614 \series default
43615 The 
43616 \series bold
43617 listings
43618 \series default
43619  package places captions before the listing by default.
43620 \begin_inset Newline newline
43621 \end_inset
43622
43623 The 
43624 \series bold
43625 minted
43626 \series default
43627  package places them after the listing by default if it is floating.
43628  If it is not floating,
43629  caption will be typeset before the listing if it is inserted to its first line,
43630  otherwise it will be typeset after the listing.
43631  If you want to force the placement in every case before the listing,
43632  you have to add the following lines as last thing to the preamble:
43633 \begin_inset Newline newline
43634 \end_inset
43635
43636
43637 \series bold
43638
43639 \backslash
43640 @ifundefined{newfloat}
43641 \begin_inset Newline newline
43642 \end_inset
43643
43644
43645 \begin_inset Phantom HPhantom
43646 status open
43647
43648 \begin_layout Plain Layout
43649
43650 \series bold
43651 \begin_inset space ~
43652 \end_inset
43653
43654
43655 \end_layout
43656
43657 \end_inset
43658
43659 {
43660 \backslash
43661 usepackage{float}}{}
43662 \begin_inset Newline newline
43663 \end_inset
43664
43665
43666 \backslash
43667 floatstyle{plaintop}
43668 \series default
43669
43670 \begin_inset Note Note
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674 The package 
43675 \series bold
43676 float
43677 \series default
43678  will be loaded automatically by \SpecialChar LyX
43679  when you use special document-wide float placement settings.
43680  To avoid that it is loaded twice the command 
43681 \series bold
43682
43683 \backslash
43684 @ifundefined
43685 \series default
43686  is used in the above command.
43687 \end_layout
43688
43689 \end_inset
43690
43691
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \end_layout
43698
43699 \begin_layout Standard
43700 When you have set a programming language in the listings dialog,
43701  the keywords of this language will be recognized and specially typeset in the output.
43702  In the example listings the Python keyword 
43703 \begin_inset Quotes eld
43704 \end_inset
43705
43706 def
43707 \begin_inset Quotes erd
43708 \end_inset
43709
43710  is recognized and printed bold in the output.
43711 \end_layout
43712
43713 \begin_layout Standard
43714 \begin_inset Note Greyedout
43715 status open
43716
43717 \begin_layout Plain Layout
43718
43719 \series bold
43720 Note:
43721
43722 \series default
43723  If you don't get bold keywords when using typewriter fonts,
43724  your 
43725 \family typewriter
43726 typewriter
43727 \family default
43728  font probably doesn't provide a bold shape.
43729  In this case select a different one in the menu 
43730 \family sans
43731 Document\SpecialChar menuseparator
43732 Settings\SpecialChar menuseparator
43733 Fonts
43734 \family default
43735 .
43736  (The fonts 
43737 \emph on
43738 LuxiMono,
43739  BeraMono
43740 \emph default
43741  and 
43742 \emph on
43743 Courier
43744 \emph default
43745  provide bold shapes.)
43746 \end_layout
43747
43748 \end_inset
43749
43750
43751 \end_layout
43752
43753 \begin_layout Standard
43754 In section 
43755 \family sans
43756 Line
43757 \begin_inset space ~
43758 \end_inset
43759
43760 numbering
43761 \family default
43762  of the listings dialog you can specify the line numbering style.
43763  You can insert a number to specify which lines are numbered in the field 
43764 \family sans
43765 Step
43766 \family default
43767 .
43768  When you insert e.
43769 \begin_inset space \thinspace{}
43770 \end_inset
43771
43772 g.
43773 \begin_inset space \space{}
43774 \end_inset
43775
43776
43777 \begin_inset Quotes eld
43778 \end_inset
43779
43780 3
43781 \begin_inset Quotes erd
43782 \end_inset
43783
43784 ,
43785  only every 3rd line will be numbered.
43786 \end_layout
43787
43788 \begin_layout Standard
43789 You can furthermore specify a range of lines;
43790  only these will then appear in the output.
43791  The option 
43792 \family sans
43793 Extended character table
43794 \family default
43795  is only meaningful for the 
43796 \series bold
43797 listings
43798 \series default
43799  package and should be used when you use national characters like the German umlauts in the listing.
43800 \begin_inset Newline newline
43801 \end_inset
43802
43803 Here is an example listing with left line numbering,
43804  step 
43805 \begin_inset Quotes eld
43806 \end_inset
43807
43808 3
43809 \begin_inset Quotes erd
43810 \end_inset
43811
43812 ,
43813  language 
43814 \begin_inset Quotes eld
43815 \end_inset
43816
43817 Python
43818 \begin_inset Quotes erd
43819 \end_inset
43820
43821 ,
43822  options 
43823 \begin_inset Quotes eld
43824 \end_inset
43825
43826 Extended character table
43827 \begin_inset Quotes erd
43828 \end_inset
43829
43830  and 
43831 \begin_inset Quotes eld
43832 \end_inset
43833
43834 Space
43835 \begin_inset space ~
43836 \end_inset
43837
43838 as
43839 \begin_inset space ~
43840 \end_inset
43841
43842 symbol
43843 \begin_inset Quotes erd
43844 \end_inset
43845
43846 ,
43847  range lines 3
43848 \begin_inset space \thinspace{}
43849 \end_inset
43850
43851 -
43852 \begin_inset space \thinspace{}
43853 \end_inset
43854
43855 8:
43856 \end_layout
43857
43858 \begin_layout Standard
43859 \begin_inset listings
43860 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
43861 inline false
43862 status open
43863
43864 \begin_layout Plain Layout
43865
43866 def func(param):
43867 \end_layout
43868
43869 \begin_layout Plain Layout
43870
43871     'this is a python function'
43872 \end_layout
43873
43874 \begin_layout Plain Layout
43875
43876     pass
43877 \end_layout
43878
43879 \begin_layout Plain Layout
43880
43881 def func(param):
43882 \end_layout
43883
43884 \begin_layout Plain Layout
43885
43886 'This is a German word:
43887  Tschüß'
43888 \end_layout
43889
43890 \begin_layout Plain Layout
43891
43892 pass
43893 \end_layout
43894
43895 \begin_layout Plain Layout
43896
43897 def func(param):
43898 \end_layout
43899
43900 \begin_layout Plain Layout
43901
43902 'this is a python function'
43903 \end_layout
43904
43905 \begin_layout Plain Layout
43906
43907 pass
43908 \end_layout
43909
43910 \end_inset
43911
43912
43913 \end_layout
43914
43915 \begin_layout Standard
43916 When you have tabulators in your listing,
43917  you can specify the number of characters that are spanned by a tabulator in the field 
43918 \family sans
43919 Tabulator
43920 \begin_inset space ~
43921 \end_inset
43922
43923 size
43924 \family default
43925 .
43926 \end_layout
43927
43928 \begin_layout Standard
43929 \begin_inset Note Greyedout
43930 status open
43931
43932 \begin_layout Plain Layout
43933
43934 \series bold
43935 Note:
43936
43937 \series default
43938  Due to a bug in the 
43939 \series bold
43940 listings
43941 \series default
43942  package the line numbering is shifted by a line by every previous listing.
43943  That's the reason why the lines 2 and 5 are numbered in the above listing and not the lines 3 and 6.
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \end_layout
43950
43951 \begin_layout Standard
43952 \begin_inset VSpace bigskip
43953 \end_inset
43954
43955
43956 \end_layout
43957
43958 \begin_layout Standard
43959 It is also possible to print lines from a file as listing.
43960  To do this,
43961  use the menu 
43962 \family sans
43963 Insert\SpecialChar menuseparator
43964 File\SpecialChar menuseparator
43965 Child Document
43966 \family default
43967  and choose the type 
43968 \family sans
43969 Listings
43970 \family default
43971 .
43972 \begin_inset Foot
43973 status collapsed
43974
43975 \begin_layout Plain Layout
43976 The other child document types are described in section
43977 \begin_inset space ~
43978 \end_inset
43979
43980
43981 \begin_inset CommandInset ref
43982 LatexCommand ref
43983 reference "sec:Child-Documents"
43984 nolink "false"
43985
43986 \end_inset
43987
43988 .
43989 \end_layout
43990
43991 \end_inset
43992
43993  In the child document dialog you can specify the listing parameters in a text box.
43994  To show a list of all available parameters,
43995  type in a question mark 
43996 \begin_inset Quotes eld
43997 \end_inset
43998
43999 ?
44000 \begin_inset Quotes erd
44001 \end_inset
44002
44003  in the text box.
44004 \end_layout
44005
44006 \begin_layout Standard
44007 To reference child document listings,
44008  write a label text into the corresponding field of the child document dialog.
44009  The label can then be referenced using the menu 
44010 \family sans
44011 Insert\SpecialChar menuseparator
44012 Cross-Reference
44013 \family default
44014 .
44015 \end_layout
44016
44017 \begin_layout Standard
44018 Listing
44019 \begin_inset space ~
44020 \end_inset
44021
44022
44023 \begin_inset CommandInset ref
44024 LatexCommand ref
44025 reference "lst:file-listing"
44026 nolink "false"
44027
44028 \end_inset
44029
44030  is an example for a listing of a file;
44031  there the lines 10
44032 \begin_inset space \thinspace{}
44033 \end_inset
44034
44035 -
44036 \begin_inset space \thinspace{}
44037 \end_inset
44038
44039 15 of this \SpecialChar LyX
44040  file are listed.
44041 \end_layout
44042
44043 \begin_layout Standard
44044 \begin_inset CommandInset include
44045 LatexCommand lstinputlisting
44046 filename "EmbeddedObjects.lyx"
44047 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
44048 literal "true"
44049
44050 \end_inset
44051
44052
44053 \end_layout
44054
44055 \begin_layout Standard
44056 \begin_inset VSpace bigskip
44057 \end_inset
44058
44059
44060 \end_layout
44061
44062 \begin_layout Standard
44063 Inserting a formula into a listing can be done the following way:
44064 \end_layout
44065
44066 \begin_layout Enumerate
44067 Open the listings dialog and add
44068 \begin_inset Newline newline
44069 \end_inset
44070
44071
44072 \family sans
44073 mathescape=true
44074 \family default
44075
44076 \begin_inset Newline newline
44077 \end_inset
44078
44079 to the field of the 
44080 \family sans
44081 Advanced
44082 \family default
44083  tab.
44084 \end_layout
44085
44086 \begin_layout Enumerate
44087 Create a formula outside the listing
44088 \end_layout
44089
44090 \begin_layout Enumerate
44091 Copy the content of the formula (not the formula inset) to the clipboard (shortcut 
44092 \begin_inset Info
44093 type  "shortcut"
44094 arg   "copy"
44095 \end_inset
44096
44097 )
44098 \end_layout
44099
44100 \begin_layout Enumerate
44101 In the listing write 
44102 \begin_inset Quotes eld
44103 \end_inset
44104
44105
44106 \family sans
44107 $$
44108 \family default
44109
44110 \begin_inset Quotes erd
44111 \end_inset
44112
44113  and copy from the clipboard between the dollar-signs (shortcut 
44114 \begin_inset Info
44115 type  "shortcut"
44116 arg   "paste"
44117 \end_inset
44118
44119 )
44120 \end_layout
44121
44122 \begin_layout Standard
44123 \begin_inset listings
44124 lstparams "language=Python,mathescape=true"
44125 inline false
44126 status open
44127
44128 \begin_layout Plain Layout
44129
44130 \begin_inset Caption Standard
44131
44132 \begin_layout Plain Layout
44133 Example Listing float containing a formula
44134 \end_layout
44135
44136 \end_inset
44137
44138 # Example listing float
44139 \end_layout
44140
44141 \begin_layout Plain Layout
44142
44143 def func(param):
44144 \end_layout
44145
44146 \begin_layout Plain Layout
44147
44148     # $
44149 \backslash
44150 prod_{n=1}^{
44151 \backslash
44152 infty}
44153 \backslash
44154 ,
44155 \backslash
44156 frac{1}{x^{2}}$
44157 \end_layout
44158
44159 \begin_layout Plain Layout
44160
44161     pass
44162 \end_layout
44163
44164 \end_inset
44165
44166
44167 \end_layout
44168
44169 \begin_layout Standard
44170 \begin_inset VSpace bigskip
44171 \end_inset
44172
44173
44174 \end_layout
44175
44176 \begin_layout Standard
44177 Global listings settings can be set in the 
44178 \family sans
44179 Document\SpecialChar menuseparator
44180 Settings\SpecialChar menuseparator
44181 Listings
44182 \family default
44183  dialog.
44184  To get there a list of available options,
44185  type in a question mark 
44186 \begin_inset Quotes eld
44187 \end_inset
44188
44189 ?
44190 \begin_inset Quotes erd
44191 \end_inset
44192
44193 .
44194 \end_layout
44195
44196 \begin_layout Standard
44197 For more information about the 
44198 \series bold
44199 listings
44200 \series default
44201  and 
44202 \series bold
44203 minted
44204 \series default
44205  packages,
44206  we refer to their documentation 
44207 \begin_inset CommandInset citation
44208 LatexCommand cite
44209 key "listings,minted"
44210 literal "true"
44211
44212 \end_inset
44213
44214 .
44215 \end_layout
44216
44217 \begin_layout Standard
44218 \begin_inset Newpage newpage
44219 \end_inset
44220
44221
44222 \end_layout
44223
44224 \begin_layout Chapter
44225 \start_of_appendix
44226 Units available in \SpecialChar LyX
44227
44228 \begin_inset Index idx
44229 range none
44230 pageformat default
44231 status collapsed
44232
44233 \begin_layout Plain Layout
44234 Units
44235 \end_layout
44236
44237 \end_inset
44238
44239
44240 \begin_inset CommandInset label
44241 LatexCommand label
44242 name "cha:Units-available-in"
44243
44244 \end_inset
44245
44246
44247 \end_layout
44248
44249 \begin_layout Standard
44250 To understand the units described in this documentation,
44251  Table
44252 \begin_inset space ~
44253 \end_inset
44254
44255
44256 \begin_inset CommandInset ref
44257 LatexCommand ref
44258 reference "tab:Units"
44259 nolink "false"
44260
44261 \end_inset
44262
44263  explains all units available in \SpecialChar LyX
44264 .
44265 \end_layout
44266
44267 \begin_layout Standard
44268 \begin_inset Float table
44269 placement h
44270 alignment document
44271 wide false
44272 sideways false
44273 status open
44274
44275 \begin_layout Plain Layout
44276 \begin_inset Caption Standard
44277
44278 \begin_layout Plain Layout
44279 \begin_inset CommandInset label
44280 LatexCommand label
44281 name "tab:Units"
44282
44283 \end_inset
44284
44285 Units
44286 \end_layout
44287
44288 \end_inset
44289
44290
44291 \end_layout
44292
44293 \begin_layout Plain Layout
44294 \begin_inset VSpace medskip
44295 \end_inset
44296
44297
44298 \end_layout
44299
44300 \begin_layout Plain Layout
44301 \align center
44302 \begin_inset Tabular
44303 <lyxtabular version="3" rows="21" columns="3">
44304 <features tabularvalignment="middle">
44305 <column alignment="center" valignment="top">
44306 <column alignment="center" valignment="middle" width="50col%">
44307 <column alignment="center" valignment="top">
44308 <row>
44309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44310 \begin_inset Text
44311
44312 \begin_layout Plain Layout
44313 unit
44314 \end_layout
44315
44316 \end_inset
44317 </cell>
44318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44319 \begin_inset Text
44320
44321 \begin_layout Plain Layout
44322 name/description
44323 \end_layout
44324
44325 \end_inset
44326 </cell>
44327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
44328 \begin_inset Text
44329
44330 \begin_layout Plain Layout
44331 \SpecialChar LaTeX
44332  command
44333 \end_layout
44334
44335 \end_inset
44336 </cell>
44337 </row>
44338 <row>
44339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44340 \begin_inset Text
44341
44342 \begin_layout Plain Layout
44343 bp
44344 \end_layout
44345
44346 \end_inset
44347 </cell>
44348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44349 \begin_inset Text
44350
44351 \begin_layout Plain Layout
44352 big point (72
44353 \begin_inset space \thinspace{}
44354 \end_inset
44355
44356 bp = 1
44357 \begin_inset space \thinspace{}
44358 \end_inset
44359
44360 in)
44361 \end_layout
44362
44363 \end_inset
44364 </cell>
44365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44366 \begin_inset Text
44367
44368 \begin_layout Plain Layout
44369 -
44370 \end_layout
44371
44372 \end_inset
44373 </cell>
44374 </row>
44375 <row>
44376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44377 \begin_inset Text
44378
44379 \begin_layout Plain Layout
44380 cc
44381 \end_layout
44382
44383 \end_inset
44384 </cell>
44385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44386 \begin_inset Text
44387
44388 \begin_layout Plain Layout
44389 cicero (1
44390 \begin_inset space \thinspace{}
44391 \end_inset
44392
44393 cc = 12
44394 \begin_inset space \thinspace{}
44395 \end_inset
44396
44397 dd)
44398 \end_layout
44399
44400 \end_inset
44401 </cell>
44402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44403 \begin_inset Text
44404
44405 \begin_layout Plain Layout
44406 -
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 </row>
44412 <row>
44413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44414 \begin_inset Text
44415
44416 \begin_layout Plain Layout
44417 cm
44418 \end_layout
44419
44420 \end_inset
44421 </cell>
44422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44423 \begin_inset Text
44424
44425 \begin_layout Plain Layout
44426 centimeter
44427 \end_layout
44428
44429 \end_inset
44430 </cell>
44431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44432 \begin_inset Text
44433
44434 \begin_layout Plain Layout
44435 -
44436 \end_layout
44437
44438 \end_inset
44439 </cell>
44440 </row>
44441 <row>
44442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44443 \begin_inset Text
44444
44445 \begin_layout Plain Layout
44446 dd
44447 \end_layout
44448
44449 \end_inset
44450 </cell>
44451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44452 \begin_inset Text
44453
44454 \begin_layout Plain Layout
44455 didot (1
44456 \begin_inset space \thinspace{}
44457 \end_inset
44458
44459 dd 
44460 \begin_inset Formula $\approx$
44461 \end_inset
44462
44463  0.376
44464 \begin_inset space \thinspace{}
44465 \end_inset
44466
44467 mm)
44468 \end_layout
44469
44470 \end_inset
44471 </cell>
44472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44473 \begin_inset Text
44474
44475 \begin_layout Plain Layout
44476 -
44477 \end_layout
44478
44479 \end_inset
44480 </cell>
44481 </row>
44482 <row>
44483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44484 \begin_inset Text
44485
44486 \begin_layout Plain Layout
44487 em
44488 \end_layout
44489
44490 \end_inset
44491 </cell>
44492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44493 \begin_inset Text
44494
44495 \begin_layout Plain Layout
44496 width of letter 
44497 \emph on
44498 M
44499 \emph default
44500  in current font
44501 \end_layout
44502
44503 \end_inset
44504 </cell>
44505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44506 \begin_inset Text
44507
44508 \begin_layout Plain Layout
44509 -
44510 \end_layout
44511
44512 \end_inset
44513 </cell>
44514 </row>
44515 <row>
44516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44517 \begin_inset Text
44518
44519 \begin_layout Plain Layout
44520 ex
44521 \end_layout
44522
44523 \end_inset
44524 </cell>
44525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44526 \begin_inset Text
44527
44528 \begin_layout Plain Layout
44529 height of letter 
44530 \emph on
44531 x
44532 \emph default
44533  in current font
44534 \end_layout
44535
44536 \end_inset
44537 </cell>
44538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44539 \begin_inset Text
44540
44541 \begin_layout Plain Layout
44542 -
44543 \end_layout
44544
44545 \end_inset
44546 </cell>
44547 </row>
44548 <row>
44549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44550 \begin_inset Text
44551
44552 \begin_layout Plain Layout
44553 in
44554 \end_layout
44555
44556 \end_inset
44557 </cell>
44558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44559 \begin_inset Text
44560
44561 \begin_layout Plain Layout
44562 inch
44563 \end_layout
44564
44565 \end_inset
44566 </cell>
44567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44568 \begin_inset Text
44569
44570 \begin_layout Plain Layout
44571 -
44572 \end_layout
44573
44574 \end_inset
44575 </cell>
44576 </row>
44577 <row>
44578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44579 \begin_inset Text
44580
44581 \begin_layout Plain Layout
44582 mm
44583 \end_layout
44584
44585 \end_inset
44586 </cell>
44587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44588 \begin_inset Text
44589
44590 \begin_layout Plain Layout
44591 millimeter
44592 \end_layout
44593
44594 \end_inset
44595 </cell>
44596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44597 \begin_inset Text
44598
44599 \begin_layout Plain Layout
44600 -
44601 \end_layout
44602
44603 \end_inset
44604 </cell>
44605 </row>
44606 <row>
44607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44608 \begin_inset Text
44609
44610 \begin_layout Plain Layout
44611 mu
44612 \end_layout
44613
44614 \end_inset
44615 </cell>
44616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44617 \begin_inset Text
44618
44619 \begin_layout Plain Layout
44620 math unit (1
44621 \begin_inset space \thinspace{}
44622 \end_inset
44623
44624 mu = 1/18
44625 \begin_inset space \thinspace{}
44626 \end_inset
44627
44628 em)
44629 \end_layout
44630
44631 \end_inset
44632 </cell>
44633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44634 \begin_inset Text
44635
44636 \begin_layout Plain Layout
44637 -
44638 \end_layout
44639
44640 \end_inset
44641 </cell>
44642 </row>
44643 <row>
44644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44645 \begin_inset Text
44646
44647 \begin_layout Plain Layout
44648 pt
44649 \end_layout
44650
44651 \end_inset
44652 </cell>
44653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44654 \begin_inset Text
44655
44656 \begin_layout Plain Layout
44657 point (72.27
44658 \begin_inset space \thinspace{}
44659 \end_inset
44660
44661 pt = 1
44662 \begin_inset space \thinspace{}
44663 \end_inset
44664
44665 in)
44666 \end_layout
44667
44668 \end_inset
44669 </cell>
44670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44671 \begin_inset Text
44672
44673 \begin_layout Plain Layout
44674 -
44675 \end_layout
44676
44677 \end_inset
44678 </cell>
44679 </row>
44680 <row>
44681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44682 \begin_inset Text
44683
44684 \begin_layout Plain Layout
44685 pc
44686 \end_layout
44687
44688 \end_inset
44689 </cell>
44690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44691 \begin_inset Text
44692
44693 \begin_layout Plain Layout
44694 pica (1
44695 \begin_inset space \thinspace{}
44696 \end_inset
44697
44698 pc = 12
44699 \begin_inset space \thinspace{}
44700 \end_inset
44701
44702 pt)
44703 \end_layout
44704
44705 \end_inset
44706 </cell>
44707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44708 \begin_inset Text
44709
44710 \begin_layout Plain Layout
44711 -
44712 \end_layout
44713
44714 \end_inset
44715 </cell>
44716 </row>
44717 <row>
44718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44719 \begin_inset Text
44720
44721 \begin_layout Plain Layout
44722 sp
44723 \end_layout
44724
44725 \end_inset
44726 </cell>
44727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44728 \begin_inset Text
44729
44730 \begin_layout Plain Layout
44731 scaled point (65536
44732 \begin_inset space \thinspace{}
44733 \end_inset
44734
44735 sp = 1
44736 \begin_inset space \thinspace{}
44737 \end_inset
44738
44739 pt)
44740 \end_layout
44741
44742 \end_inset
44743 </cell>
44744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44745 \begin_inset Text
44746
44747 \begin_layout Plain Layout
44748 -
44749 \end_layout
44750
44751 \end_inset
44752 </cell>
44753 </row>
44754 <row>
44755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44756 \begin_inset Text
44757
44758 \begin_layout Plain Layout
44759 Column Width %
44760 \end_layout
44761
44762 \end_inset
44763 </cell>
44764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44765 \begin_inset Text
44766
44767 \begin_layout Plain Layout
44768 % of column width
44769 \end_layout
44770
44771 \end_inset
44772 </cell>
44773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44774 \begin_inset Text
44775
44776 \begin_layout Plain Layout
44777
44778 \backslash
44779 columnwidth
44780 \end_layout
44781
44782 \end_inset
44783 </cell>
44784 </row>
44785 <row>
44786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44787 \begin_inset Text
44788
44789 \begin_layout Plain Layout
44790 Line Distance %
44791 \end_layout
44792
44793 \end_inset
44794 </cell>
44795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44796 \begin_inset Text
44797
44798 \begin_layout Plain Layout
44799 % of height between baselines of two subsequent text lines
44800 \end_layout
44801
44802 \end_inset
44803 </cell>
44804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44805 \begin_inset Text
44806
44807 \begin_layout Plain Layout
44808
44809 \backslash
44810 baselineskip
44811 \end_layout
44812
44813 \end_inset
44814 </cell>
44815 </row>
44816 <row>
44817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44818 \begin_inset Text
44819
44820 \begin_layout Plain Layout
44821 Line Width %
44822 \end_layout
44823
44824 \end_inset
44825 </cell>
44826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44827 \begin_inset Text
44828
44829 \begin_layout Plain Layout
44830 % of line width
44831 \end_layout
44832
44833 \end_inset
44834 </cell>
44835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44836 \begin_inset Text
44837
44838 \begin_layout Plain Layout
44839
44840 \backslash
44841 linewidth
44842 \end_layout
44843
44844 \end_inset
44845 </cell>
44846 </row>
44847 <row>
44848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44849 \begin_inset Text
44850
44851 \begin_layout Plain Layout
44852 Page Height %
44853 \end_layout
44854
44855 \end_inset
44856 </cell>
44857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44858 \begin_inset Text
44859
44860 \begin_layout Plain Layout
44861 % of paper height
44862 \end_layout
44863
44864 \end_inset
44865 </cell>
44866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44867 \begin_inset Text
44868
44869 \begin_layout Plain Layout
44870
44871 \backslash
44872 paperheight
44873 \end_layout
44874
44875 \end_inset
44876 </cell>
44877 </row>
44878 <row>
44879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44880 \begin_inset Text
44881
44882 \begin_layout Plain Layout
44883 Page Width %
44884 \end_layout
44885
44886 \end_inset
44887 </cell>
44888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44889 \begin_inset Text
44890
44891 \begin_layout Plain Layout
44892 % of paper width
44893 \end_layout
44894
44895 \end_inset
44896 </cell>
44897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44898 \begin_inset Text
44899
44900 \begin_layout Plain Layout
44901
44902 \backslash
44903 paperwidth
44904 \end_layout
44905
44906 \end_inset
44907 </cell>
44908 </row>
44909 <row>
44910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44911 \begin_inset Text
44912
44913 \begin_layout Plain Layout
44914 Scale Graphics %
44915 \end_layout
44916
44917 \end_inset
44918 </cell>
44919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44920 \begin_inset Text
44921
44922 \begin_layout Plain Layout
44923 % of original image width
44924 \end_layout
44925
44926 \end_inset
44927 </cell>
44928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44929 \begin_inset Text
44930
44931 \begin_layout Plain Layout
44932
44933 \end_layout
44934
44935 \end_inset
44936 </cell>
44937 </row>
44938 <row>
44939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44940 \begin_inset Text
44941
44942 \begin_layout Plain Layout
44943 Text Height %
44944 \end_layout
44945
44946 \end_inset
44947 </cell>
44948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
44949 \begin_inset Text
44950
44951 \begin_layout Plain Layout
44952 % of text height
44953 \end_layout
44954
44955 \end_inset
44956 </cell>
44957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
44958 \begin_inset Text
44959
44960 \begin_layout Plain Layout
44961
44962 \backslash
44963 textheight
44964 \end_layout
44965
44966 \end_inset
44967 </cell>
44968 </row>
44969 <row>
44970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44971 \begin_inset Text
44972
44973 \begin_layout Plain Layout
44974 Text Width %
44975 \end_layout
44976
44977 \end_inset
44978 </cell>
44979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
44980 \begin_inset Text
44981
44982 \begin_layout Plain Layout
44983 % of text width
44984 \end_layout
44985
44986 \end_inset
44987 </cell>
44988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
44989 \begin_inset Text
44990
44991 \begin_layout Plain Layout
44992
44993 \backslash
44994 textwidth
44995 \end_layout
44996
44997 \end_inset
44998 </cell>
44999 </row>
45000 </lyxtabular>
45001
45002 \end_inset
45003
45004
45005 \end_layout
45006
45007 \end_inset
45008
45009
45010 \end_layout
45011
45012 \begin_layout Chapter
45013 Output File Formats with Graphics
45014 \begin_inset CommandInset label
45015 LatexCommand label
45016 name "cha:Output-File-Formats"
45017
45018 \end_inset
45019
45020
45021 \end_layout
45022
45023 \begin_layout Section
45024 DVI
45025 \begin_inset Index idx
45026 range none
45027 pageformat default
45028 status collapsed
45029
45030 \begin_layout Plain Layout
45031 File Formats
45032 \begin_inset IndexMacro subentry
45033 status open
45034
45035 \begin_layout Plain Layout
45036 DVI
45037 \end_layout
45038
45039 \end_inset
45040
45041
45042 \end_layout
45043
45044 \end_inset
45045
45046
45047 \begin_inset Index idx
45048 range none
45049 pageformat default
45050 status open
45051
45052 \begin_layout Plain Layout
45053 DVI
45054 \begin_inset IndexMacro see
45055 status open
45056
45057 \begin_layout Plain Layout
45058 File Formats
45059 \end_layout
45060
45061 \end_inset
45062
45063
45064 \end_layout
45065
45066 \end_inset
45067
45068
45069 \end_layout
45070
45071 \begin_layout Standard
45072 This file type has the extension 
45073 \begin_inset Quotes eld
45074 \end_inset
45075
45076
45077 \family typewriter
45078 .dvi
45079 \family default
45080
45081 \begin_inset Quotes erd
45082 \end_inset
45083
45084 .
45085  It is called 
45086 \begin_inset Quotes eld
45087 \end_inset
45088
45089 device-independent
45090 \begin_inset Quotes erd
45091 \end_inset
45092
45093  (DVI),
45094  because it is completely portable;
45095  you can move them from one machine to another without needing to do any sort of conversion.
45096  At the time when this file-format was developed,
45097  this was no matter of course.
45098  DVIs are used for quick previews and as pre-stage for other output formats,
45099  like PostScript.
45100 \end_layout
45101
45102 \begin_layout Standard
45103 \begin_inset Note Greyedout
45104 status open
45105
45106 \begin_layout Plain Layout
45107
45108 \series bold
45109 Note:
45110
45111 \series default
45112  DVI-files do not contain images;
45113  they will only be a linked.
45114 \end_layout
45115
45116 \end_inset
45117
45118  So don't forget this,
45119  if you move your 
45120 \family typewriter
45121 .dvi
45122 \family default
45123  file to another computer.
45124  This property can also slow down your computer when you view the DVI,
45125  because the DVI-viewer has to convert the image in the background to make it visible when you scroll in the DVI.
45126  So it is recommended that you use PDF for files with many images.
45127 \end_layout
45128
45129 \begin_layout Standard
45130 You can export your document to DVI by using the menu 
45131 \family sans
45132 File\SpecialChar menuseparator
45133 Export\SpecialChar menuseparator
45134 DVI
45135 \family default
45136 .
45137  You can view your document as DVI via the 
45138 \family sans
45139 View
45140 \family default
45141  menu.
45142 \end_layout
45143
45144 \begin_layout Section
45145 PostScript
45146 \begin_inset Index idx
45147 range none
45148 pageformat default
45149 status collapsed
45150
45151 \begin_layout Plain Layout
45152 File Formats
45153 \begin_inset IndexMacro subentry
45154 status open
45155
45156 \begin_layout Plain Layout
45157 PostScript
45158 \end_layout
45159
45160 \end_inset
45161
45162
45163 \end_layout
45164
45165 \end_inset
45166
45167
45168 \begin_inset Index idx
45169 range none
45170 pageformat default
45171 status collapsed
45172
45173 \begin_layout Plain Layout
45174 PostScript
45175 \begin_inset IndexMacro see
45176 status open
45177
45178 \begin_layout Plain Layout
45179 File Formats
45180 \end_layout
45181
45182 \end_inset
45183
45184
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \end_layout
45191
45192 \begin_layout Standard
45193 This file type has the extension 
45194 \begin_inset Quotes eld
45195 \end_inset
45196
45197
45198 \family typewriter
45199 .ps
45200 \family default
45201
45202 \begin_inset Quotes erd
45203 \end_inset
45204
45205 .
45206  PostScript was developed by the company 
45207 \family typewriter
45208 Adobe
45209 \family default
45210  as a printer language.
45211  The file therefore contains commands that the printer uses to print the file.
45212  PostScript can be seen as a 
45213 \begin_inset Quotes eld
45214 \end_inset
45215
45216 programming language
45217 \begin_inset Quotes erd
45218 \end_inset
45219
45220 ;
45221  you can calculate with it and draw diagrams and images.
45222 \begin_inset Foot
45223 status collapsed
45224
45225 \begin_layout Plain Layout
45226 If you are interested to learn more about this,
45227  have a look at the \SpecialChar LaTeX
45228 -package 
45229 \series bold
45230 PSTricks
45231 \series default
45232  
45233 \begin_inset CommandInset citation
45234 LatexCommand cite
45235 key "pstricks"
45236 literal "true"
45237
45238 \end_inset
45239
45240 .
45241 \end_layout
45242
45243 \end_inset
45244
45245  Due to this ability,
45246  the files are often bigger than PDFs.
45247 \end_layout
45248
45249 \begin_layout Standard
45250 PostScript can only contain images in the format 
45251 \begin_inset Quotes eld
45252 \end_inset
45253
45254 Encapsulated PostScript
45255 \begin_inset Quotes erd
45256 \end_inset
45257
45258  (EPS,
45259  file extension 
45260 \begin_inset Quotes eld
45261 \end_inset
45262
45263
45264 \family typewriter
45265 .eps
45266 \family default
45267
45268 \begin_inset Quotes erd
45269 \end_inset
45270
45271 ).
45272  As \SpecialChar LyX
45273  allows you to use any known image format in your document,
45274  it has to convert images in the background to EPS.
45275  If you have e.g.
45276 \begin_inset space ~
45277 \end_inset
45278
45279 50
45280 \begin_inset space ~
45281 \end_inset
45282
45283 images in your document,
45284  \SpecialChar LyX
45285  has to do 50
45286 \begin_inset space ~
45287 \end_inset
45288
45289 conversions whenever you view or export your document.
45290  This will slow down your work flow with \SpecialChar LyX
45291  drastically.
45292  So if you plan to use PostScript,
45293  you can insert your images directly as EPS to avoid this problem.
45294 \end_layout
45295
45296 \begin_layout Standard
45297 You can export your document to PostScript using the menu 
45298 \family sans
45299 File\SpecialChar menuseparator
45300 Export\SpecialChar menuseparator
45301 Postscript
45302 \family default
45303 .
45304  You can view your document as PostScript via the 
45305 \family sans
45306 View
45307 \family default
45308  menu.
45309 \end_layout
45310
45311 \begin_layout Section
45312 PDF
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 PDF
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 PDF
45342 \end_layout
45343
45344 \end_inset
45345
45346
45347 \end_layout
45348
45349 \begin_layout Standard
45350 This file type has the extension 
45351 \begin_inset Quotes eld
45352 \end_inset
45353
45354
45355 \family typewriter
45356 .pdf
45357 \family default
45358
45359 \begin_inset Quotes erd
45360 \end_inset
45361
45362 .
45363  The 
45364 \begin_inset Quotes eld
45365 \end_inset
45366
45367 Portable Document Format
45368 \begin_inset Quotes erd
45369 \end_inset
45370
45371  (PDF) was developed by 
45372 \family typewriter
45373 Adobe
45374 \family default
45375  as a derivative of PostScript.
45376  It is more compressed and it uses fewer commands than PostScript.
45377  As the name 
45378 \begin_inset Quotes eld
45379 \end_inset
45380
45381 portable
45382 \begin_inset Quotes erd
45383 \end_inset
45384
45385  implies,
45386  it can be processed at any computer system and the printed output looks exactly the same.
45387 \end_layout
45388
45389 \begin_layout Standard
45390 PDF can contain images in its own PDF format,
45391  in the format 
45392 \begin_inset Quotes eld
45393 \end_inset
45394
45395 Joint Photographic Experts Group
45396 \begin_inset Quotes erd
45397 \end_inset
45398
45399  (JPG,
45400  file extension 
45401 \begin_inset Quotes eld
45402 \end_inset
45403
45404
45405 \family typewriter
45406 .jpg
45407 \family default
45408
45409 \begin_inset Quotes erd
45410 \end_inset
45411
45412  or 
45413 \begin_inset Quotes eld
45414 \end_inset
45415
45416
45417 \family typewriter
45418 .jpeg
45419 \family default
45420
45421 \begin_inset Quotes erd
45422 \end_inset
45423
45424 ),
45425  and in the format 
45426 \begin_inset Quotes eld
45427 \end_inset
45428
45429 Portable Network Graphics
45430 \begin_inset Quotes erd
45431 \end_inset
45432
45433  (PNG,
45434  file extension 
45435 \begin_inset Quotes eld
45436 \end_inset
45437
45438
45439 \family typewriter
45440 .png
45441 \family default
45442
45443 \begin_inset Quotes erd
45444 \end_inset
45445
45446 ).
45447  Nevertheless you can use any other image format,
45448  because \SpecialChar LyX
45449  converts them in the background to one of these formats.
45450  But as described in the section about PostScript,
45451  the image conversion will slow down your work flow.
45452  So it is recommended that you use images in one of the three mentioned formats.
45453 \end_layout
45454
45455 \begin_layout Standard
45456 You can export your document to PDF via the menu 
45457 \family sans
45458 File\SpecialChar menuseparator
45459 Export
45460 \family default
45461  in three different ways:
45462 \end_layout
45463
45464 \begin_layout Description
45465 PDF
45466 \begin_inset space ~
45467 \end_inset
45468
45469 (ps2pdf) This uses the program 
45470 \family typewriter
45471 ps2pdf
45472 \family default
45473  that creates a PDF from a PostScript-version of your file.
45474  The PostScript-version is produced by the program 
45475 \family typewriter
45476 dvips
45477 \family default
45478  which uses a DVI-version as intermediate step.
45479  So this export variant consists of three conversions.
45480 \end_layout
45481
45482 \begin_layout Description
45483 PDF
45484 \begin_inset space ~
45485 \end_inset
45486
45487 (dvipdfm) This uses the program 
45488 \family typewriter
45489 dvipdfm
45490 \family default
45491  that converts your file in the background to DVI and in a second step to PDF.
45492 \end_layout
45493
45494 \begin_layout Description
45495 PDF
45496 \begin_inset space ~
45497 \end_inset
45498
45499 (pdflatex) This uses the program 
45500 \family typewriter
45501 pdftex
45502 \family default
45503  that converts your file directly to PDF.
45504 \end_layout
45505
45506 \begin_layout Standard
45507 It is recommended that you use 
45508 \family sans
45509 PDF
45510 \begin_inset space ~
45511 \end_inset
45512
45513 (pdflatex)
45514 \family default
45515  because 
45516 \family typewriter
45517 pdftex
45518 \family default
45519  supports all features of actual PDF-versions,
45520  is quick and works stable.
45521  The program 
45522 \family typewriter
45523 dvipdfm
45524 \family default
45525  is not under development and therefore a bit outdated.
45526 \end_layout
45527
45528 \begin_layout Standard
45529 You can view your document as PDF via the 
45530 \family sans
45531 View
45532 \family default
45533  menu or by using a toolbar button.
45534 \end_layout
45535
45536 \begin_layout Chapter
45537 List of dvips color names
45538 \begin_inset CommandInset label
45539 LatexCommand label
45540 name "chap:List-of-dvips-colornames"
45541
45542 \end_inset
45543
45544
45545 \end_layout
45546
45547 \begin_layout Standard
45548 \begin_inset Tabular
45549 <lyxtabular version="3" rows="17" columns="4">
45550 <features tabularvalignment="middle">
45551 <column alignment="left" valignment="top" width="0pt">
45552 <column alignment="left" valignment="top" width="0pt">
45553 <column alignment="left" valignment="top" width="0pt">
45554 <column alignment="left" valignment="top" width="0pt">
45555 <row>
45556 <cell alignment="left" valignment="top" usebox="none">
45557 \begin_inset Text
45558
45559 \begin_layout Plain Layout
45560 \begin_inset ERT
45561 status collapsed
45562
45563 \begin_layout Plain Layout
45564
45565
45566 \backslash
45567 fcolorbox{black}{
45568 \end_layout
45569
45570 \end_inset
45571
45572 white
45573 \begin_inset ERT
45574 status collapsed
45575
45576 \begin_layout Plain Layout
45577
45578 }{
45579 \end_layout
45580
45581 \end_inset
45582
45583 Color
45584 \begin_inset ERT
45585 status collapsed
45586
45587 \begin_layout Plain Layout
45588
45589 }
45590 \end_layout
45591
45592 \end_inset
45593
45594  Color name
45595 \end_layout
45596
45597 \end_inset
45598 </cell>
45599 <cell alignment="left" valignment="top" usebox="none">
45600 \begin_inset Text
45601
45602 \begin_layout Plain Layout
45603 \begin_inset ERT
45604 status collapsed
45605
45606 \begin_layout Plain Layout
45607
45608
45609 \backslash
45610 fcolorbox{black}{
45611 \end_layout
45612
45613 \end_inset
45614
45615 white
45616 \begin_inset ERT
45617 status collapsed
45618
45619 \begin_layout Plain Layout
45620
45621 }{
45622 \end_layout
45623
45624 \end_inset
45625
45626 Color
45627 \begin_inset ERT
45628 status collapsed
45629
45630 \begin_layout Plain Layout
45631
45632 }
45633 \end_layout
45634
45635 \end_inset
45636
45637  Color name
45638 \end_layout
45639
45640 \end_inset
45641 </cell>
45642 <cell alignment="left" valignment="top" usebox="none">
45643 \begin_inset Text
45644
45645 \begin_layout Plain Layout
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651
45652 \backslash
45653 fcolorbox{black}{
45654 \end_layout
45655
45656 \end_inset
45657
45658 white
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664 }{
45665 \end_layout
45666
45667 \end_inset
45668
45669 Color
45670 \begin_inset ERT
45671 status collapsed
45672
45673 \begin_layout Plain Layout
45674
45675 }
45676 \end_layout
45677
45678 \end_inset
45679
45680  Color name
45681 \end_layout
45682
45683 \end_inset
45684 </cell>
45685 <cell alignment="left" valignment="top" usebox="none">
45686 \begin_inset Text
45687
45688 \begin_layout Plain Layout
45689 \begin_inset ERT
45690 status collapsed
45691
45692 \begin_layout Plain Layout
45693
45694
45695 \backslash
45696 fcolorbox{black}{
45697 \end_layout
45698
45699 \end_inset
45700
45701 white
45702 \begin_inset ERT
45703 status collapsed
45704
45705 \begin_layout Plain Layout
45706
45707 }{
45708 \end_layout
45709
45710 \end_inset
45711
45712 Color
45713 \begin_inset ERT
45714 status collapsed
45715
45716 \begin_layout Plain Layout
45717
45718 }
45719 \end_layout
45720
45721 \end_inset
45722
45723  Color name
45724 \end_layout
45725
45726 \end_inset
45727 </cell>
45728 </row>
45729 <row>
45730 <cell alignment="center" valignment="top" usebox="none">
45731 \begin_inset Text
45732
45733 \begin_layout Plain Layout
45734 \begin_inset ERT
45735 status collapsed
45736
45737 \begin_layout Plain Layout
45738
45739
45740 \backslash
45741 fcolorbox{black}{
45742 \end_layout
45743
45744 \end_inset
45745
45746 Apricot
45747 \begin_inset ERT
45748 status collapsed
45749
45750 \begin_layout Plain Layout
45751
45752 }{
45753 \end_layout
45754
45755 \end_inset
45756
45757
45758 \begin_inset Phantom Phantom
45759 status open
45760
45761 \begin_layout Plain Layout
45762 W
45763 \end_layout
45764
45765 \end_inset
45766
45767
45768 \begin_inset ERT
45769 status collapsed
45770
45771 \begin_layout Plain Layout
45772
45773 }
45774 \end_layout
45775
45776 \end_inset
45777
45778  Apricot
45779 \end_layout
45780
45781 \end_inset
45782 </cell>
45783 <cell alignment="center" valignment="top" usebox="none">
45784 \begin_inset Text
45785
45786 \begin_layout Plain Layout
45787 \begin_inset ERT
45788 status collapsed
45789
45790 \begin_layout Plain Layout
45791
45792
45793 \backslash
45794 fcolorbox{black}{
45795 \end_layout
45796
45797 \end_inset
45798
45799 Aquamarine
45800 \begin_inset ERT
45801 status collapsed
45802
45803 \begin_layout Plain Layout
45804
45805 }{
45806 \end_layout
45807
45808 \end_inset
45809
45810
45811 \begin_inset Phantom Phantom
45812 status open
45813
45814 \begin_layout Plain Layout
45815 W
45816 \end_layout
45817
45818 \end_inset
45819
45820
45821 \begin_inset ERT
45822 status collapsed
45823
45824 \begin_layout Plain Layout
45825
45826 }
45827 \end_layout
45828
45829 \end_inset
45830
45831  Aquamarine
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 <cell alignment="center" valignment="top" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840 \begin_inset ERT
45841 status collapsed
45842
45843 \begin_layout Plain Layout
45844
45845
45846 \backslash
45847 fcolorbox{black}{
45848 \end_layout
45849
45850 \end_inset
45851
45852 Bittersweet
45853 \begin_inset ERT
45854 status collapsed
45855
45856 \begin_layout Plain Layout
45857
45858 }{
45859 \end_layout
45860
45861 \end_inset
45862
45863
45864 \begin_inset Phantom Phantom
45865 status open
45866
45867 \begin_layout Plain Layout
45868 W
45869 \end_layout
45870
45871 \end_inset
45872
45873
45874 \begin_inset ERT
45875 status collapsed
45876
45877 \begin_layout Plain Layout
45878
45879 }
45880 \end_layout
45881
45882 \end_inset
45883
45884  Bittersweet
45885 \end_layout
45886
45887 \end_inset
45888 </cell>
45889 <cell alignment="center" valignment="top" usebox="none">
45890 \begin_inset Text
45891
45892 \begin_layout Plain Layout
45893 \begin_inset ERT
45894 status collapsed
45895
45896 \begin_layout Plain Layout
45897
45898
45899 \backslash
45900 fcolorbox{black}{
45901 \end_layout
45902
45903 \end_inset
45904
45905 BlueGreen
45906 \begin_inset ERT
45907 status collapsed
45908
45909 \begin_layout Plain Layout
45910
45911 }{
45912 \end_layout
45913
45914 \end_inset
45915
45916
45917 \begin_inset Phantom Phantom
45918 status open
45919
45920 \begin_layout Plain Layout
45921 W
45922 \end_layout
45923
45924 \end_inset
45925
45926
45927 \begin_inset ERT
45928 status collapsed
45929
45930 \begin_layout Plain Layout
45931
45932 }
45933 \end_layout
45934
45935 \end_inset
45936
45937  BlueGreen
45938 \end_layout
45939
45940 \end_inset
45941 </cell>
45942 </row>
45943 <row>
45944 <cell alignment="left" 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 BlueViolet
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  BlueViolet
45993 \end_layout
45994
45995 \end_inset
45996 </cell>
45997 <cell alignment="left" 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 BrickRed
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  BrickRed
46046 \end_layout
46047
46048 \end_inset
46049 </cell>
46050 <cell alignment="left" 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 Brown
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  Brown
46099 \end_layout
46100
46101 \end_inset
46102 </cell>
46103 <cell alignment="left" valignment="top" usebox="none">
46104 \begin_inset Text
46105
46106 \begin_layout Plain Layout
46107 \begin_inset ERT
46108 status collapsed
46109
46110 \begin_layout Plain Layout
46111
46112
46113 \backslash
46114 fcolorbox{black}{
46115 \end_layout
46116
46117 \end_inset
46118
46119 BurntOrange
46120 \begin_inset ERT
46121 status collapsed
46122
46123 \begin_layout Plain Layout
46124
46125 }{
46126 \end_layout
46127
46128 \end_inset
46129
46130
46131 \begin_inset Phantom Phantom
46132 status open
46133
46134 \begin_layout Plain Layout
46135 W
46136 \end_layout
46137
46138 \end_inset
46139
46140
46141 \begin_inset ERT
46142 status collapsed
46143
46144 \begin_layout Plain Layout
46145
46146 }
46147 \end_layout
46148
46149 \end_inset
46150
46151  BurntOrange
46152 \end_layout
46153
46154 \end_inset
46155 </cell>
46156 </row>
46157 <row>
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 CadetBlue
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  CadetBlue
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 CarnationPink
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  CarnationPink
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 Cerulean
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  Cerulean
46313 \end_layout
46314
46315 \end_inset
46316 </cell>
46317 <cell alignment="left" valignment="top" usebox="none">
46318 \begin_inset Text
46319
46320 \begin_layout Plain Layout
46321 \begin_inset ERT
46322 status collapsed
46323
46324 \begin_layout Plain Layout
46325
46326
46327 \backslash
46328 fcolorbox{black}{
46329 \end_layout
46330
46331 \end_inset
46332
46333 CornflowerBlue
46334 \begin_inset ERT
46335 status collapsed
46336
46337 \begin_layout Plain Layout
46338
46339 }{
46340 \end_layout
46341
46342 \end_inset
46343
46344
46345 \begin_inset Phantom Phantom
46346 status open
46347
46348 \begin_layout Plain Layout
46349 W
46350 \end_layout
46351
46352 \end_inset
46353
46354
46355 \begin_inset ERT
46356 status collapsed
46357
46358 \begin_layout Plain Layout
46359
46360 }
46361 \end_layout
46362
46363 \end_inset
46364
46365  CornflowerBlue
46366 \end_layout
46367
46368 \end_inset
46369 </cell>
46370 </row>
46371 <row>
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 Dandelion
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  Dandelion
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 DarkOrchid
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  DarkOrchid
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 Emerald
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  Emerald
46527 \end_layout
46528
46529 \end_inset
46530 </cell>
46531 <cell alignment="left" valignment="top" usebox="none">
46532 \begin_inset Text
46533
46534 \begin_layout Plain Layout
46535 \begin_inset ERT
46536 status collapsed
46537
46538 \begin_layout Plain Layout
46539
46540
46541 \backslash
46542 fcolorbox{black}{
46543 \end_layout
46544
46545 \end_inset
46546
46547 ForestGreen
46548 \begin_inset ERT
46549 status collapsed
46550
46551 \begin_layout Plain Layout
46552
46553 }{
46554 \end_layout
46555
46556 \end_inset
46557
46558
46559 \begin_inset Phantom Phantom
46560 status open
46561
46562 \begin_layout Plain Layout
46563 W
46564 \end_layout
46565
46566 \end_inset
46567
46568
46569 \begin_inset ERT
46570 status collapsed
46571
46572 \begin_layout Plain Layout
46573
46574 }
46575 \end_layout
46576
46577 \end_inset
46578
46579  ForestGreen
46580 \end_layout
46581
46582 \end_inset
46583 </cell>
46584 </row>
46585 <row>
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 Fuchsia
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  Fuchsia
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 Goldenrod
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  Goldenrod
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 Gray
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  Gray
46741 \end_layout
46742
46743 \end_inset
46744 </cell>
46745 <cell alignment="left" valignment="top" usebox="none">
46746 \begin_inset Text
46747
46748 \begin_layout Plain Layout
46749 \begin_inset ERT
46750 status collapsed
46751
46752 \begin_layout Plain Layout
46753
46754
46755 \backslash
46756 fcolorbox{black}{
46757 \end_layout
46758
46759 \end_inset
46760
46761 GreenYellow
46762 \begin_inset ERT
46763 status collapsed
46764
46765 \begin_layout Plain Layout
46766
46767 }{
46768 \end_layout
46769
46770 \end_inset
46771
46772
46773 \begin_inset Phantom Phantom
46774 status open
46775
46776 \begin_layout Plain Layout
46777 W
46778 \end_layout
46779
46780 \end_inset
46781
46782
46783 \begin_inset ERT
46784 status collapsed
46785
46786 \begin_layout Plain Layout
46787
46788 }
46789 \end_layout
46790
46791 \end_inset
46792
46793  GreenYellow
46794 \end_layout
46795
46796 \end_inset
46797 </cell>
46798 </row>
46799 <row>
46800 <cell alignment="center" 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 JungleGreen
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  JungleGreen
46849 \end_layout
46850
46851 \end_inset
46852 </cell>
46853 <cell alignment="center" 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 Lavender
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  Lavender
46902 \end_layout
46903
46904 \end_inset
46905 </cell>
46906 <cell alignment="center" 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 LimeGreen
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  LimeGreen
46955 \end_layout
46956
46957 \end_inset
46958 </cell>
46959 <cell alignment="center" valignment="top" usebox="none">
46960 \begin_inset Text
46961
46962 \begin_layout Plain Layout
46963 \begin_inset ERT
46964 status collapsed
46965
46966 \begin_layout Plain Layout
46967
46968
46969 \backslash
46970 fcolorbox{black}{
46971 \end_layout
46972
46973 \end_inset
46974
46975 Mahogany
46976 \begin_inset ERT
46977 status collapsed
46978
46979 \begin_layout Plain Layout
46980
46981 }{
46982 \end_layout
46983
46984 \end_inset
46985
46986
46987 \begin_inset Phantom Phantom
46988 status open
46989
46990 \begin_layout Plain Layout
46991 W
46992 \end_layout
46993
46994 \end_inset
46995
46996
46997 \begin_inset ERT
46998 status collapsed
46999
47000 \begin_layout Plain Layout
47001
47002 }
47003 \end_layout
47004
47005 \end_inset
47006
47007  Mahogany
47008 \end_layout
47009
47010 \end_inset
47011 </cell>
47012 </row>
47013 <row>
47014 <cell alignment="left" 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 Mahogany
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  Mahogany
47063 \end_layout
47064
47065 \end_inset
47066 </cell>
47067 <cell alignment="left" 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 Maroon
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  Maroon
47116 \end_layout
47117
47118 \end_inset
47119 </cell>
47120 <cell alignment="left" 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 Melon
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  Melon
47169 \end_layout
47170
47171 \end_inset
47172 </cell>
47173 <cell alignment="left" valignment="top" usebox="none">
47174 \begin_inset Text
47175
47176 \begin_layout Plain Layout
47177 \begin_inset ERT
47178 status collapsed
47179
47180 \begin_layout Plain Layout
47181
47182
47183 \backslash
47184 fcolorbox{black}{
47185 \end_layout
47186
47187 \end_inset
47188
47189 MidnightBlue
47190 \begin_inset ERT
47191 status collapsed
47192
47193 \begin_layout Plain Layout
47194
47195 }{
47196 \end_layout
47197
47198 \end_inset
47199
47200
47201 \begin_inset Phantom Phantom
47202 status open
47203
47204 \begin_layout Plain Layout
47205 W
47206 \end_layout
47207
47208 \end_inset
47209
47210
47211 \begin_inset ERT
47212 status collapsed
47213
47214 \begin_layout Plain Layout
47215
47216 }
47217 \end_layout
47218
47219 \end_inset
47220
47221  MidnightBlue
47222 \end_layout
47223
47224 \end_inset
47225 </cell>
47226 </row>
47227 <row>
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 Mulberry
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  Mulberry
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 NavyBlue
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  NavyBlue
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 OliveGreen
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  OliveGreen
47383 \end_layout
47384
47385 \end_inset
47386 </cell>
47387 <cell alignment="left" valignment="top" usebox="none">
47388 \begin_inset Text
47389
47390 \begin_layout Plain Layout
47391 \begin_inset ERT
47392 status collapsed
47393
47394 \begin_layout Plain Layout
47395
47396
47397 \backslash
47398 fcolorbox{black}{
47399 \end_layout
47400
47401 \end_inset
47402
47403 Orange
47404 \begin_inset ERT
47405 status collapsed
47406
47407 \begin_layout Plain Layout
47408
47409 }{
47410 \end_layout
47411
47412 \end_inset
47413
47414
47415 \begin_inset Phantom Phantom
47416 status open
47417
47418 \begin_layout Plain Layout
47419 W
47420 \end_layout
47421
47422 \end_inset
47423
47424
47425 \begin_inset ERT
47426 status collapsed
47427
47428 \begin_layout Plain Layout
47429
47430 }
47431 \end_layout
47432
47433 \end_inset
47434
47435  Orange
47436 \end_layout
47437
47438 \end_inset
47439 </cell>
47440 </row>
47441 <row>
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 OrangeRed
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  OrangeRed
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 Orchid
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  Orchid
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 Peach
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  Peach
47597 \end_layout
47598
47599 \end_inset
47600 </cell>
47601 <cell alignment="left" valignment="top" usebox="none">
47602 \begin_inset Text
47603
47604 \begin_layout Plain Layout
47605 \begin_inset ERT
47606 status collapsed
47607
47608 \begin_layout Plain Layout
47609
47610
47611 \backslash
47612 fcolorbox{black}{
47613 \end_layout
47614
47615 \end_inset
47616
47617 Periwinkle
47618 \begin_inset ERT
47619 status collapsed
47620
47621 \begin_layout Plain Layout
47622
47623 }{
47624 \end_layout
47625
47626 \end_inset
47627
47628
47629 \begin_inset Phantom Phantom
47630 status open
47631
47632 \begin_layout Plain Layout
47633 W
47634 \end_layout
47635
47636 \end_inset
47637
47638
47639 \begin_inset ERT
47640 status collapsed
47641
47642 \begin_layout Plain Layout
47643
47644 }
47645 \end_layout
47646
47647 \end_inset
47648
47649  Periwinkle
47650 \end_layout
47651
47652 \end_inset
47653 </cell>
47654 </row>
47655 <row>
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 PineGreen
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  PineGreen
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 Plum
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  Plum
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 ProcessBlue
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  ProcessBlue
47811 \end_layout
47812
47813 \end_inset
47814 </cell>
47815 <cell alignment="left" valignment="top" usebox="none">
47816 \begin_inset Text
47817
47818 \begin_layout Plain Layout
47819 \begin_inset ERT
47820 status collapsed
47821
47822 \begin_layout Plain Layout
47823
47824
47825 \backslash
47826 fcolorbox{black}{
47827 \end_layout
47828
47829 \end_inset
47830
47831 Purple
47832 \begin_inset ERT
47833 status collapsed
47834
47835 \begin_layout Plain Layout
47836
47837 }{
47838 \end_layout
47839
47840 \end_inset
47841
47842
47843 \begin_inset Phantom Phantom
47844 status open
47845
47846 \begin_layout Plain Layout
47847 W
47848 \end_layout
47849
47850 \end_inset
47851
47852
47853 \begin_inset ERT
47854 status collapsed
47855
47856 \begin_layout Plain Layout
47857
47858 }
47859 \end_layout
47860
47861 \end_inset
47862
47863  Purple
47864 \end_layout
47865
47866 \end_inset
47867 </cell>
47868 </row>
47869 <row>
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 RawSienna
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  RawSienna
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 RedOrange
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  RedOrange
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 RedViolet
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  RedViolet
48025 \end_layout
48026
48027 \end_inset
48028 </cell>
48029 <cell alignment="left" valignment="top" usebox="none">
48030 \begin_inset Text
48031
48032 \begin_layout Plain Layout
48033 \begin_inset ERT
48034 status collapsed
48035
48036 \begin_layout Plain Layout
48037
48038
48039 \backslash
48040 fcolorbox{black}{
48041 \end_layout
48042
48043 \end_inset
48044
48045 Rhodamine
48046 \begin_inset ERT
48047 status collapsed
48048
48049 \begin_layout Plain Layout
48050
48051 }{
48052 \end_layout
48053
48054 \end_inset
48055
48056
48057 \begin_inset Phantom Phantom
48058 status open
48059
48060 \begin_layout Plain Layout
48061 W
48062 \end_layout
48063
48064 \end_inset
48065
48066
48067 \begin_inset ERT
48068 status collapsed
48069
48070 \begin_layout Plain Layout
48071
48072 }
48073 \end_layout
48074
48075 \end_inset
48076
48077  Rhodamine
48078 \end_layout
48079
48080 \end_inset
48081 </cell>
48082 </row>
48083 <row>
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 RoyalBlue
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  RoyalBlue
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 RoyalPurple
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  RoyalPurple
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 RubineRed
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  RubineRed
48239 \end_layout
48240
48241 \end_inset
48242 </cell>
48243 <cell alignment="left" valignment="top" usebox="none">
48244 \begin_inset Text
48245
48246 \begin_layout Plain Layout
48247 \begin_inset ERT
48248 status collapsed
48249
48250 \begin_layout Plain Layout
48251
48252
48253 \backslash
48254 fcolorbox{black}{
48255 \end_layout
48256
48257 \end_inset
48258
48259 Salmon
48260 \begin_inset ERT
48261 status collapsed
48262
48263 \begin_layout Plain Layout
48264
48265 }{
48266 \end_layout
48267
48268 \end_inset
48269
48270
48271 \begin_inset Phantom Phantom
48272 status open
48273
48274 \begin_layout Plain Layout
48275 W
48276 \end_layout
48277
48278 \end_inset
48279
48280
48281 \begin_inset ERT
48282 status collapsed
48283
48284 \begin_layout Plain Layout
48285
48286 }
48287 \end_layout
48288
48289 \end_inset
48290
48291  Salmon
48292 \end_layout
48293
48294 \end_inset
48295 </cell>
48296 </row>
48297 <row>
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 SeaGreen
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  SeaGreen
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 Sepia
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  Sepia
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 SkyBlue
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  SkyBlue
48453 \end_layout
48454
48455 \end_inset
48456 </cell>
48457 <cell alignment="left" valignment="top" usebox="none">
48458 \begin_inset Text
48459
48460 \begin_layout Plain Layout
48461 \begin_inset ERT
48462 status collapsed
48463
48464 \begin_layout Plain Layout
48465
48466
48467 \backslash
48468 fcolorbox{black}{
48469 \end_layout
48470
48471 \end_inset
48472
48473 SpringGreen
48474 \begin_inset ERT
48475 status collapsed
48476
48477 \begin_layout Plain Layout
48478
48479 }{
48480 \end_layout
48481
48482 \end_inset
48483
48484
48485 \begin_inset Phantom Phantom
48486 status open
48487
48488 \begin_layout Plain Layout
48489 W
48490 \end_layout
48491
48492 \end_inset
48493
48494
48495 \begin_inset ERT
48496 status collapsed
48497
48498 \begin_layout Plain Layout
48499
48500 }
48501 \end_layout
48502
48503 \end_inset
48504
48505  SpringGreen
48506 \end_layout
48507
48508 \end_inset
48509 </cell>
48510 </row>
48511 <row>
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 Tan
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  Tan
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 TealBlue
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  TealBlue
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 Thistle
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  Thistle
48667 \end_layout
48668
48669 \end_inset
48670 </cell>
48671 <cell alignment="left" valignment="top" usebox="none">
48672 \begin_inset Text
48673
48674 \begin_layout Plain Layout
48675 \begin_inset ERT
48676 status collapsed
48677
48678 \begin_layout Plain Layout
48679
48680
48681 \backslash
48682 fcolorbox{black}{
48683 \end_layout
48684
48685 \end_inset
48686
48687 Turquoise
48688 \begin_inset ERT
48689 status collapsed
48690
48691 \begin_layout Plain Layout
48692
48693 }{
48694 \end_layout
48695
48696 \end_inset
48697
48698
48699 \begin_inset Phantom Phantom
48700 status open
48701
48702 \begin_layout Plain Layout
48703 W
48704 \end_layout
48705
48706 \end_inset
48707
48708
48709 \begin_inset ERT
48710 status collapsed
48711
48712 \begin_layout Plain Layout
48713
48714 }
48715 \end_layout
48716
48717 \end_inset
48718
48719  Turquoise
48720 \end_layout
48721
48722 \end_inset
48723 </cell>
48724 </row>
48725 <row>
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 Violet
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  Violet
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 VioletRed
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  VioletRed
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 WildStrawberry
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  WildStrawberry
48881 \end_layout
48882
48883 \end_inset
48884 </cell>
48885 <cell alignment="left" valignment="top" usebox="none">
48886 \begin_inset Text
48887
48888 \begin_layout Plain Layout
48889 \begin_inset ERT
48890 status collapsed
48891
48892 \begin_layout Plain Layout
48893
48894
48895 \backslash
48896 fcolorbox{black}{
48897 \end_layout
48898
48899 \end_inset
48900
48901 YellowGreen
48902 \begin_inset ERT
48903 status collapsed
48904
48905 \begin_layout Plain Layout
48906
48907 }{
48908 \end_layout
48909
48910 \end_inset
48911
48912
48913 \begin_inset Phantom Phantom
48914 status open
48915
48916 \begin_layout Plain Layout
48917 W
48918 \end_layout
48919
48920 \end_inset
48921
48922
48923 \begin_inset ERT
48924 status collapsed
48925
48926 \begin_layout Plain Layout
48927
48928 }
48929 \end_layout
48930
48931 \end_inset
48932
48933  YellowGreen
48934 \end_layout
48935
48936 \end_inset
48937 </cell>
48938 </row>
48939 <row>
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 YellowOrange
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  YellowOrange
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
48998 \end_layout
48999
49000 \end_inset
49001 </cell>
49002 <cell alignment="left" valignment="top" usebox="none">
49003 \begin_inset Text
49004
49005 \begin_layout Plain Layout
49006
49007 \end_layout
49008
49009 \end_inset
49010 </cell>
49011 <cell alignment="left" valignment="top" usebox="none">
49012 \begin_inset Text
49013
49014 \begin_layout Plain Layout
49015
49016 \end_layout
49017
49018 \end_inset
49019 </cell>
49020 </row>
49021 </lyxtabular>
49022
49023 \end_inset
49024
49025
49026 \end_layout
49027
49028 \begin_layout Chapter
49029 Explanation of Equation
49030 \begin_inset space ~
49031 \end_inset
49032
49033 (
49034 \begin_inset CommandInset ref
49035 LatexCommand ref
49036 reference "eq:Wgn"
49037 nolink "false"
49038
49039 \end_inset
49040
49041 )
49042 \begin_inset CommandInset label
49043 LatexCommand label
49044 name "cha:Explanation-of-Equation"
49045
49046 \end_inset
49047
49048
49049 \end_layout
49050
49051 \begin_layout Standard
49052 We can calculate the total width of 
49053 \emph on
49054 n
49055 \emph default
49056  table cells 
49057 \begin_inset Formula $W_{\mathrm{tot\,n}}$
49058 \end_inset
49059
49060  as follows:
49061 \begin_inset Formula 
49062 \begin{equation}
49063 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
49064 \end{equation}
49065
49066 \end_inset
49067
49068 where 
49069 \begin_inset Formula $W_{g\,n}$
49070 \end_inset
49071
49072  is the given width of all cells,
49073  
49074 \series bold
49075
49076 \backslash
49077 tabcolsep
49078 \series default
49079  is the \SpecialChar LaTeX
49080 -length between the cell text and the cell border (its default value is 6
49081 \begin_inset space \thinspace{}
49082 \end_inset
49083
49084 pt).
49085  
49086 \series bold
49087
49088 \backslash
49089 arrayrulewidth
49090 \series default
49091  is the thickness of the cell border line,
49092  the default is 0.4
49093 \begin_inset space \thinspace{}
49094 \end_inset
49095
49096 pt.
49097 \end_layout
49098
49099 \begin_layout Standard
49100 Following equation
49101 \begin_inset space ~
49102 \end_inset
49103
49104
49105 \begin_inset CommandInset ref
49106 LatexCommand eqref
49107 reference "eq:Wtot_n"
49108 nolink "false"
49109
49110 \end_inset
49111
49112 ,
49113  the total width of a multicolumn 
49114 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
49115 \end_inset
49116
49117  is
49118 \begin_inset Formula 
49119 \begin{equation}
49120 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
49121 \end{equation}
49122
49123 \end_inset
49124
49125
49126 \end_layout
49127
49128 \begin_layout Standard
49129 By setting equation
49130 \begin_inset space ~
49131 \end_inset
49132
49133
49134 \begin_inset CommandInset ref
49135 LatexCommand eqref
49136 reference "eq:Wtot_n"
49137 nolink "false"
49138
49139 \end_inset
49140
49141  and 
49142 \begin_inset CommandInset ref
49143 LatexCommand eqref
49144 reference "eq:Wtot_mult"
49145 nolink "false"
49146
49147 \end_inset
49148
49149  equal we can calculate the needed given width 
49150 \begin_inset Formula $W_{g\,n}$
49151 \end_inset
49152
49153  when 
49154 \emph on
49155 n
49156 \emph default
49157  columns are spanned,
49158  so that each column has a total width of 
49159 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
49160 \end_inset
49161
49162 :
49163 \begin_inset Formula 
49164 \begin{equation}
49165 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
49166 \end{equation}
49167
49168 \end_inset
49169
49170
49171 \end_layout
49172
49173 \begin_layout Bibliography
49174 \begin_inset CommandInset bibitem
49175 LatexCommand bibitem
49176 key "latexcompanion"
49177 literal "true"
49178
49179 \end_inset
49180
49181 Frank Mittelbach and Michel Goossens:
49182  
49183 \emph on
49184 The \SpecialChar LaTeX
49185  Companion Second Edition.
49186
49187 \emph default
49188  Addison-Wesley,
49189  2004
49190 \end_layout
49191
49192 \begin_layout Bibliography
49193 \begin_inset CommandInset bibitem
49194 LatexCommand bibitem
49195 key "latexguide"
49196 literal "true"
49197
49198 \end_inset
49199
49200 Helmut Kopka and Patrick W.
49201  Daly:
49202  
49203 \emph on
49204 A Guide to \SpecialChar LaTeX
49205  Fourth Edition.
49206
49207 \emph default
49208  Addison-Wesley,
49209  2003
49210 \end_layout
49211
49212 \begin_layout Bibliography
49213 \begin_inset CommandInset bibitem
49214 LatexCommand bibitem
49215 key "latexbook"
49216 literal "true"
49217
49218 \end_inset
49219
49220 Leslie Lamport:
49221  
49222 \emph on
49223 \SpecialChar LaTeX
49224 :
49225  A Document Preparation System.
49226
49227 \emph default
49228  Addison-Wesley,
49229  second edition,
49230  1994
49231 \end_layout
49232
49233 \begin_layout Bibliography
49234 \begin_inset CommandInset bibitem
49235 LatexCommand bibitem
49236 key "arydshln"
49237 literal "true"
49238
49239 \end_inset
49240
49241 Documentation of the \SpecialChar LaTeX
49242 -package 
49243 \series bold
49244
49245 \begin_inset CommandInset href
49246 LatexCommand href
49247 name "arydshln"
49248 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
49249 literal "false"
49250
49251 \end_inset
49252
49253
49254 \series default
49255
49256 \begin_inset Index idx
49257 range none
49258 pageformat default
49259 status collapsed
49260
49261 \begin_layout Plain Layout
49262 \SpecialChar LaTeX
49263  packages
49264 \begin_inset IndexMacro subentry
49265 status open
49266
49267 \begin_layout Plain Layout
49268 arydshln
49269 \end_layout
49270
49271 \end_inset
49272
49273
49274 \end_layout
49275
49276 \end_inset
49277
49278
49279 \end_layout
49280
49281 \begin_layout Bibliography
49282 \begin_inset CommandInset bibitem
49283 LatexCommand bibitem
49284 key "booktabs"
49285 literal "true"
49286
49287 \end_inset
49288
49289 Documentation of the \SpecialChar LaTeX
49290 -package 
49291 \series bold
49292
49293 \begin_inset CommandInset href
49294 LatexCommand href
49295 name "booktabs"
49296 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
49297 literal "false"
49298
49299 \end_inset
49300
49301
49302 \series default
49303
49304 \begin_inset Index idx
49305 range none
49306 pageformat default
49307 status collapsed
49308
49309 \begin_layout Plain Layout
49310 \SpecialChar LaTeX
49311  packages
49312 \begin_inset IndexMacro subentry
49313 status open
49314
49315 \begin_layout Plain Layout
49316 booktabs
49317 \end_layout
49318
49319 \end_inset
49320
49321
49322 \end_layout
49323
49324 \end_inset
49325
49326
49327 \end_layout
49328
49329 \begin_layout Bibliography
49330 \begin_inset CommandInset bibitem
49331 LatexCommand bibitem
49332 key "caption"
49333 literal "true"
49334
49335 \end_inset
49336
49337 Documentation of the \SpecialChar LaTeX
49338 -package 
49339 \series bold
49340
49341 \begin_inset CommandInset href
49342 LatexCommand href
49343 name "caption"
49344 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
49345 literal "false"
49346
49347 \end_inset
49348
49349
49350 \series default
49351
49352 \begin_inset Index idx
49353 range none
49354 pageformat default
49355 status collapsed
49356
49357 \begin_layout Plain Layout
49358 \SpecialChar LaTeX
49359  packages
49360 \begin_inset IndexMacro subentry
49361 status open
49362
49363 \begin_layout Plain Layout
49364 caption
49365 \end_layout
49366
49367 \end_inset
49368
49369
49370 \end_layout
49371
49372 \end_inset
49373
49374
49375 \end_layout
49376
49377 \begin_layout Bibliography
49378 \begin_inset CommandInset bibitem
49379 LatexCommand bibitem
49380 key "diagbox"
49381 literal "true"
49382
49383 \end_inset
49384
49385 Documentation of the \SpecialChar LaTeX
49386 -package 
49387 \series bold
49388
49389 \begin_inset CommandInset href
49390 LatexCommand href
49391 name "diagbox"
49392 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
49393 literal "false"
49394
49395 \end_inset
49396
49397
49398 \series default
49399
49400 \begin_inset Index idx
49401 range none
49402 pageformat default
49403 status collapsed
49404
49405 \begin_layout Plain Layout
49406 \SpecialChar LaTeX
49407  packages
49408 \begin_inset IndexMacro subentry
49409 status open
49410
49411 \begin_layout Plain Layout
49412 diagbox
49413 \end_layout
49414
49415 \end_inset
49416
49417
49418 \end_layout
49419
49420 \end_inset
49421
49422
49423 \end_layout
49424
49425 \begin_layout Bibliography
49426 \begin_inset CommandInset bibitem
49427 LatexCommand bibitem
49428 key "endfloat"
49429 literal "true"
49430
49431 \end_inset
49432
49433 Documentation of the \SpecialChar LaTeX
49434 -package 
49435 \series bold
49436
49437 \begin_inset CommandInset href
49438 LatexCommand href
49439 name "endfloat"
49440 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
49441 literal "false"
49442
49443 \end_inset
49444
49445
49446 \series default
49447
49448 \begin_inset Index idx
49449 range none
49450 pageformat default
49451 status collapsed
49452
49453 \begin_layout Plain Layout
49454 \SpecialChar LaTeX
49455  packages
49456 \begin_inset IndexMacro subentry
49457 status open
49458
49459 \begin_layout Plain Layout
49460 endfloat
49461 \end_layout
49462
49463 \end_inset
49464
49465
49466 \end_layout
49467
49468 \end_inset
49469
49470
49471 \end_layout
49472
49473 \begin_layout Bibliography
49474 \begin_inset CommandInset bibitem
49475 LatexCommand bibitem
49476 key "footmisc"
49477 literal "true"
49478
49479 \end_inset
49480
49481 Documentation of the \SpecialChar LaTeX
49482 -package 
49483 \series bold
49484
49485 \begin_inset CommandInset href
49486 LatexCommand href
49487 name "footmisc"
49488 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
49489 literal "false"
49490
49491 \end_inset
49492
49493
49494 \series default
49495
49496 \begin_inset Index idx
49497 range none
49498 pageformat default
49499 status collapsed
49500
49501 \begin_layout Plain Layout
49502 \SpecialChar LaTeX
49503  packages
49504 \begin_inset IndexMacro subentry
49505 status open
49506
49507 \begin_layout Plain Layout
49508 footmisc
49509 \end_layout
49510
49511 \end_inset
49512
49513
49514 \end_layout
49515
49516 \end_inset
49517
49518
49519 \end_layout
49520
49521 \begin_layout Bibliography
49522 \begin_inset CommandInset bibitem
49523 LatexCommand bibitem
49524 key "hypcap"
49525 literal "true"
49526
49527 \end_inset
49528
49529 Documentation of the \SpecialChar LaTeX
49530 -package 
49531 \series bold
49532
49533 \begin_inset CommandInset href
49534 LatexCommand href
49535 name "hypcap"
49536 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
49537 literal "false"
49538
49539 \end_inset
49540
49541
49542 \series default
49543
49544 \begin_inset Index idx
49545 range none
49546 pageformat default
49547 status collapsed
49548
49549 \begin_layout Plain Layout
49550 \SpecialChar LaTeX
49551  packages
49552 \begin_inset IndexMacro subentry
49553 status open
49554
49555 \begin_layout Plain Layout
49556 hyperref
49557 \end_layout
49558
49559 \end_inset
49560
49561
49562 \end_layout
49563
49564 \end_inset
49565
49566
49567 \end_layout
49568
49569 \begin_layout Bibliography
49570 \begin_inset CommandInset bibitem
49571 LatexCommand bibitem
49572 key "hyperref"
49573 literal "true"
49574
49575 \end_inset
49576
49577 Documentation of the \SpecialChar LaTeX
49578 -package 
49579 \series bold
49580
49581 \begin_inset CommandInset href
49582 LatexCommand href
49583 name "hyperref"
49584 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
49585 literal "false"
49586
49587 \end_inset
49588
49589
49590 \series default
49591
49592 \begin_inset Index idx
49593 range none
49594 pageformat default
49595 status collapsed
49596
49597 \begin_layout Plain Layout
49598 \SpecialChar LaTeX
49599  packages
49600 \begin_inset IndexMacro subentry
49601 status open
49602
49603 \begin_layout Plain Layout
49604 hyperref
49605 \end_layout
49606
49607 \end_inset
49608
49609
49610 \end_layout
49611
49612 \end_inset
49613
49614
49615 \end_layout
49616
49617 \begin_layout Bibliography
49618 \begin_inset CommandInset bibitem
49619 LatexCommand bibitem
49620 key "KOMA-Script"
49621 literal "true"
49622
49623 \end_inset
49624
49625 Documentation of the \SpecialChar LaTeX
49626 -package 
49627 \series bold
49628
49629 \begin_inset CommandInset href
49630 LatexCommand href
49631 name "KOMA-Script"
49632 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
49633 literal "false"
49634
49635 \end_inset
49636
49637
49638 \series default
49639
49640 \begin_inset Index idx
49641 range none
49642 pageformat default
49643 status collapsed
49644
49645 \begin_layout Plain Layout
49646 \SpecialChar LaTeX
49647  packages
49648 \begin_inset IndexMacro subentry
49649 status open
49650
49651 \begin_layout Plain Layout
49652 KOMA-Script
49653 \end_layout
49654
49655 \end_inset
49656
49657
49658 \end_layout
49659
49660 \end_inset
49661
49662
49663 \end_layout
49664
49665 \begin_layout Bibliography
49666 \begin_inset CommandInset bibitem
49667 LatexCommand bibitem
49668 key "lettrine"
49669 literal "true"
49670
49671 \end_inset
49672
49673 Documentation of the \SpecialChar LaTeX
49674 -package 
49675 \series bold
49676
49677 \begin_inset CommandInset href
49678 LatexCommand href
49679 name "lettrine"
49680 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
49681 literal "false"
49682
49683 \end_inset
49684
49685
49686 \series default
49687  and an 
49688 \begin_inset CommandInset href
49689 LatexCommand href
49690 name "example"
49691 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
49692 literal "false"
49693
49694 \end_inset
49695
49696
49697 \begin_inset Index idx
49698 range none
49699 pageformat default
49700 status collapsed
49701
49702 \begin_layout Plain Layout
49703 \SpecialChar LaTeX
49704  packages
49705 \begin_inset IndexMacro subentry
49706 status open
49707
49708 \begin_layout Plain Layout
49709 lettrine
49710 \end_layout
49711
49712 \end_inset
49713
49714
49715 \end_layout
49716
49717 \end_inset
49718
49719
49720 \end_layout
49721
49722 \begin_layout Bibliography
49723 \begin_inset CommandInset bibitem
49724 LatexCommand bibitem
49725 key "listings"
49726 literal "true"
49727
49728 \end_inset
49729
49730 Documentation of the \SpecialChar LaTeX
49731 -package 
49732 \series bold
49733
49734 \begin_inset CommandInset href
49735 LatexCommand href
49736 name "listings"
49737 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
49738 literal "false"
49739
49740 \end_inset
49741
49742
49743 \series default
49744
49745 \begin_inset Index idx
49746 range none
49747 pageformat default
49748 status collapsed
49749
49750 \begin_layout Plain Layout
49751 \SpecialChar LaTeX
49752  packages
49753 \begin_inset IndexMacro subentry
49754 status open
49755
49756 \begin_layout Plain Layout
49757 listings
49758 \end_layout
49759
49760 \end_inset
49761
49762
49763 \end_layout
49764
49765 \end_inset
49766
49767
49768 \end_layout
49769
49770 \begin_layout Bibliography
49771 \begin_inset CommandInset bibitem
49772 LatexCommand bibitem
49773 key "minted"
49774 literal "false"
49775
49776 \end_inset
49777
49778 Documentation of the \SpecialChar LaTeX
49779 -package 
49780 \series bold
49781
49782 \begin_inset CommandInset href
49783 LatexCommand href
49784 name "minted"
49785 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
49786 literal "false"
49787
49788 \end_inset
49789
49790
49791 \series default
49792
49793 \begin_inset Index idx
49794 range none
49795 pageformat default
49796 status collapsed
49797
49798 \begin_layout Plain Layout
49799 \SpecialChar LaTeX
49800  packages
49801 \begin_inset IndexMacro subentry
49802 status open
49803
49804 \begin_layout Plain Layout
49805 minted
49806 \end_layout
49807
49808 \end_inset
49809
49810
49811 \end_layout
49812
49813 \end_inset
49814
49815
49816 \end_layout
49817
49818 \begin_layout Bibliography
49819 \begin_inset CommandInset bibitem
49820 LatexCommand bibitem
49821 key "marginnote"
49822 literal "true"
49823
49824 \end_inset
49825
49826 Documentation of the \SpecialChar LaTeX
49827 -package 
49828 \series bold
49829
49830 \begin_inset CommandInset href
49831 LatexCommand href
49832 name "marginnote"
49833 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
49834 literal "false"
49835
49836 \end_inset
49837
49838
49839 \series default
49840
49841 \begin_inset Index idx
49842 range none
49843 pageformat default
49844 status collapsed
49845
49846 \begin_layout Plain Layout
49847 \SpecialChar LaTeX
49848  packages
49849 \begin_inset IndexMacro subentry
49850 status open
49851
49852 \begin_layout Plain Layout
49853 marginnote
49854 \end_layout
49855
49856 \end_inset
49857
49858
49859 \end_layout
49860
49861 \end_inset
49862
49863
49864 \end_layout
49865
49866 \begin_layout Bibliography
49867 \begin_inset CommandInset bibitem
49868 LatexCommand bibitem
49869 key "pdfpages"
49870 literal "true"
49871
49872 \end_inset
49873
49874 Documentation of the \SpecialChar LaTeX
49875 -package 
49876 \series bold
49877
49878 \begin_inset CommandInset href
49879 LatexCommand href
49880 name "pdfpages"
49881 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
49882 literal "false"
49883
49884 \end_inset
49885
49886
49887 \series default
49888
49889 \begin_inset Index idx
49890 range none
49891 pageformat default
49892 status collapsed
49893
49894 \begin_layout Plain Layout
49895 \SpecialChar LaTeX
49896  packages
49897 \begin_inset IndexMacro subentry
49898 status open
49899
49900 \begin_layout Plain Layout
49901 pdfpages
49902 \end_layout
49903
49904 \end_inset
49905
49906
49907 \end_layout
49908
49909 \end_inset
49910
49911
49912 \end_layout
49913
49914 \begin_layout Bibliography
49915 \begin_inset CommandInset bibitem
49916 LatexCommand bibitem
49917 key "prettyref"
49918 literal "true"
49919
49920 \end_inset
49921
49922 Documentation of the \SpecialChar LaTeX
49923 -package 
49924 \series bold
49925
49926 \begin_inset CommandInset href
49927 LatexCommand href
49928 name "prettyref"
49929 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
49930 literal "false"
49931
49932 \end_inset
49933
49934
49935 \series default
49936
49937 \begin_inset Index idx
49938 range none
49939 pageformat default
49940 status collapsed
49941
49942 \begin_layout Plain Layout
49943 \SpecialChar LaTeX
49944  packages
49945 \begin_inset IndexMacro subentry
49946 status open
49947
49948 \begin_layout Plain Layout
49949 prettyref
49950 \end_layout
49951
49952 \end_inset
49953
49954
49955 \end_layout
49956
49957 \end_inset
49958
49959
49960 \end_layout
49961
49962 \begin_layout Bibliography
49963 \begin_inset CommandInset bibitem
49964 LatexCommand bibitem
49965 key "pstricks"
49966 literal "true"
49967
49968 \end_inset
49969
49970 Web page of the \SpecialChar LaTeX
49971 -package 
49972 \series bold
49973
49974 \begin_inset CommandInset href
49975 LatexCommand href
49976 name "PSTricks"
49977 target "http://tug.org/PSTricks/"
49978 literal "false"
49979
49980 \end_inset
49981
49982
49983 \series default
49984
49985 \begin_inset Index idx
49986 range none
49987 pageformat default
49988 status collapsed
49989
49990 \begin_layout Plain Layout
49991 \SpecialChar LaTeX
49992  packages
49993 \begin_inset IndexMacro subentry
49994 status open
49995
49996 \begin_layout Plain Layout
49997 PSTricks
49998 \end_layout
49999
50000 \end_inset
50001
50002
50003 \end_layout
50004
50005 \end_inset
50006
50007
50008 \end_layout
50009
50010 \begin_layout Bibliography
50011 \begin_inset CommandInset bibitem
50012 LatexCommand bibitem
50013 key "refstyle"
50014 literal "true"
50015
50016 \end_inset
50017
50018 Documentation of the \SpecialChar LaTeX
50019 -package 
50020 \series bold
50021
50022 \begin_inset CommandInset href
50023 LatexCommand href
50024 name "refstyle"
50025 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
50026 literal "false"
50027
50028 \end_inset
50029
50030
50031 \series default
50032
50033 \begin_inset Index idx
50034 range none
50035 pageformat default
50036 status collapsed
50037
50038 \begin_layout Plain Layout
50039 \SpecialChar LaTeX
50040  packages
50041 \begin_inset IndexMacro subentry
50042 status open
50043
50044 \begin_layout Plain Layout
50045 refstyle
50046 \end_layout
50047
50048 \end_inset
50049
50050
50051 \end_layout
50052
50053 \end_inset
50054
50055
50056 \end_layout
50057
50058 \begin_layout Bibliography
50059 \begin_inset CommandInset bibitem
50060 LatexCommand bibitem
50061 key "sidecap"
50062 literal "true"
50063
50064 \end_inset
50065
50066 Documentation of the \SpecialChar LaTeX
50067 -package 
50068 \series bold
50069
50070 \begin_inset CommandInset href
50071 LatexCommand href
50072 name "sidecap"
50073 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
50074 literal "false"
50075
50076 \end_inset
50077
50078
50079 \series default
50080
50081 \begin_inset Index idx
50082 range none
50083 pageformat default
50084 status collapsed
50085
50086 \begin_layout Plain Layout
50087 \SpecialChar LaTeX
50088  packages
50089 \begin_inset IndexMacro subentry
50090 status open
50091
50092 \begin_layout Plain Layout
50093 sidecap
50094 \end_layout
50095
50096 \end_inset
50097
50098
50099 \end_layout
50100
50101 \end_inset
50102
50103
50104 \end_layout
50105
50106 \begin_layout Bibliography
50107 \begin_inset CommandInset bibitem
50108 LatexCommand bibitem
50109 key "Inkscape"
50110 literal "true"
50111
50112 \end_inset
50113
50114 Documentation of the option 
50115 \begin_inset CommandInset href
50116 LatexCommand href
50117 name "Omit text in PDF"
50118 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
50119 literal "false"
50120
50121 \end_inset
50122
50123  of the program 
50124 \noun on
50125
50126 \begin_inset CommandInset href
50127 LatexCommand href
50128 name "Inkscape"
50129 target "https://inkscape.org"
50130 literal "false"
50131
50132 \end_inset
50133
50134
50135 \end_layout
50136
50137 \begin_layout Standard
50138 \begin_inset CommandInset index_print
50139 LatexCommand printindex
50140 type "idx"
50141 name "Index"
50142 literal "false"
50143
50144 \end_inset
50145
50146
50147 \end_layout
50148
50149 \end_body
50150 \end_document