]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Update to Russian from Yuriy
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 593
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 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 varwidth
159 \end_modules
160 \maintain_unincluded_children no
161 \language english
162 \language_package default
163 \inputencoding utf8
164 \fontencoding auto
165 \font_roman "lmodern" "default"
166 \font_sans "lmss" "default"
167 \font_typewriter "lmtt" "default"
168 \font_math "auto" "auto"
169 \font_default_family default
170 \use_non_tex_fonts false
171 \font_sc false
172 \font_roman_osf false
173 \font_sans_osf false
174 \font_typewriter_osf false
175 \font_sf_scale 100 100
176 \font_tt_scale 100 100
177 \use_microtype false
178 \use_dash_ligatures true
179 \graphics default
180 \default_output_format pdf2
181 \output_sync 0
182 \bibtex_command default
183 \index_command makeindex
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
188 \pdf_author "LyX Team, Uwe Stöhr"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_package amsmath 1
204 \use_package amssymb 1
205 \use_package cancel 1
206 \use_package esint 1
207 \use_package mathdots 1
208 \use_package mathtools 1
209 \use_package mhchem 1
210 \use_package stackrel 1
211 \use_package stmaryrd 1
212 \use_package undertilde 1
213 \cite_engine basic
214 \cite_engine_type default
215 \biblio_style plain
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \justification true
221 \use_refstyle 0
222 \use_minted 0
223 \use_lineno 0
224 \notefontcolor #0000ff
225 \index Index
226 \shortcut idx
227 \color #008000
228 \end_index
229 \secnumdepth 3
230 \tocdepth 3
231 \paragraph_separation skip
232 \defskip medskip
233 \is_math_indent 0
234 \math_numbering_side default
235 \quotes_style english
236 \dynamic_quotes 0
237 \papercolumns 1
238 \papersides 2
239 \paperpagestyle default
240 \tablestyle default
241 \tracking_changes true
242 \output_changes false
243 \change_bars false
244 \postpone_fragile_content false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \author -712698321 "Jürgen Spitzmüller"
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 \SpecialChar LyX
255 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
256 \end_layout
257
258 \begin_layout Author
259 by the \SpecialChar LyX
260  Team
261 \begin_inset Foot
262 status collapsed
263
264 \begin_layout Plain Layout
265 \noindent
266 If you have comments or error corrections, please send them to the \SpecialChar LyX
267  Documentatio
268 n mailing list: 
269 \begin_inset CommandInset href
270 LatexCommand href
271 name "lyx-docs@lists.lyx.org"
272 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
273 type "mailto:"
274 literal "false"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 author: Uwe Stöhr
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \begin_inset Newline newline
299 \end_inset
300
301
302 \family sans
303 Version 2.3.x
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset CommandInset toc
308 LatexCommand tableofcontents
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset Note Note
317 status open
318
319 \begin_layout Plain Layout
320 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
321 -packages 
322 \series bold
323 arydshln
324 \series default
325
326 \series bold
327 colortbl
328 \series default
329
330 \series bold
331 diagbox, lettrine, marginnote, picinpar
332 \series default
333  and 
334 \series bold
335 sidecap
336 \series default
337  must be installed.
338  If they are not installed you can export the document anyway but the sections
339  where the packages are required won't appear in the output.
340 \end_layout
341
342 \begin_layout Plain Layout
343 The latest PDF-version of this document can be found here:
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Chapter
358 Figures
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Figures
364 \end_layout
365
366 \end_inset
367
368
369 \begin_inset Index idx
370 status collapsed
371
372 \begin_layout Plain Layout
373 Graphics|see
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 {
380 \end_layout
381
382 \end_inset
383
384 Figures
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 }
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \begin_layout Section
404 Graphics Dialog
405 \begin_inset Index idx
406 status collapsed
407
408 \begin_layout Plain Layout
409 Figures ! Graphics Dialog
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset CommandInset label
416 LatexCommand label
417 name "sec:Graphics-Dialog"
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 To insert an image into your document, place the cursor at the text position
426  you want and click on the toolbar icon 
427 \begin_inset Info
428 type  "icon"
429 arg   "dialog-show-new-inset graphics"
430 \end_inset
431
432  or use the menu 
433 \family sans
434 Insert\SpecialChar menuseparator
435 Graphics
436 \family default
437 .
438  Then a dialog will appear to choose the file to load.
439  The image will appear in the output exactly at the position where it is
440  in the text.
441 \end_layout
442
443 \begin_layout Standard
444 The graphics dialog can be called at any time by clicking on an image.
445  This dialog has three tabs:
446 \end_layout
447
448 \begin_layout Description
449
450 \family sans
451 Graphics
452 \family default
453  Here you can choose an image file and adjust its appearance in the output.
454  The available units for the image size are explained in appendix
455 \begin_inset space ~
456 \end_inset
457
458
459 \begin_inset CommandInset ref
460 LatexCommand ref
461 reference "cha:Units-available-in"
462
463 \end_inset
464
465 .
466 \begin_inset Newline newline
467 \end_inset
468
469
470 \begin_inset Index idx
471 status collapsed
472
473 \begin_layout Plain Layout
474 Figures ! rotated
475 \end_layout
476
477 \end_inset
478
479 You can rotate images counter-clockwise by setting a rotation angle and
480  a rotation origin.
481  The image will also be rotated inside \SpecialChar LyX
482 .
483 \begin_inset Newline newline
484 \end_inset
485
486
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Figures ! scaled
492 \end_layout
493
494 \end_inset
495
496 Images can be scaled by using a percentage value or by setting the width
497  and height explicitly.
498  If you set only the width or only the height, the other size will be determined
499  automatically.
500  If you set both, then the image will be transformed to the given size,
501  possibly distorting it.
502  To prevent the image from distortion, use the option 
503 \family sans
504 Maintain aspect ratio
505 \family default
506 .
507  The image will then be scaled so that its width and height don't exceed
508  the specified dimensions.
509 \begin_inset Newline newline
510 \end_inset
511
512 Images can be opened in a program of your choice by right-clicking on it
513  and choosing the entry 
514 \family sans
515 Edit
516 \begin_inset space ~
517 \end_inset
518
519 externally
520 \family default
521  in the context menu.
522  The program can be set for every image format in the file format settings
523  in \SpecialChar LyX
524 's preferences.
525 \end_layout
526
527 \begin_layout Description
528
529 \family sans
530 Clipping
531 \family default
532  Alternatively to the usage of scaling units it is possible to set image
533  coordinates to adjust the height and width of the image in the output.
534  The coordinates can also be calculated automatically by pressing the button
535  
536 \family sans
537 Get
538 \begin_inset space ~
539 \end_inset
540
541 from
542 \begin_inset space ~
543 \end_inset
544
545 File
546 \family default
547 .
548  The option 
549 \family sans
550 Clip
551 \begin_inset space ~
552 \end_inset
553
554 to
555 \begin_inset space ~
556 \end_inset
557
558 bounding
559 \begin_inset space ~
560 \end_inset
561
562 box
563 \family default
564  will only print the image region within the given coordinates.
565  Normally you don't need to worry about image coordinates and can ignore
566  this tab.
567 \end_layout
568
569 \begin_layout Description
570
571 \family sans
572 LaTeX
573 \begin_inset space ~
574 \end_inset
575
576 and
577 \begin_inset space ~
578 \end_inset
579
580 LyX
581 \begin_inset space ~
582 \end_inset
583
584 options
585 \family default
586  In this tab you can modify the appearance of the image within \SpecialChar LyX
587  and \SpecialChar LaTeX
588  experts
589  can specify additional \SpecialChar LaTeX
590  options.
591 \begin_inset Newline newline
592 \end_inset
593
594 The option 
595 \family sans
596 Draft
597 \begin_inset space ~
598 \end_inset
599
600 mode
601 \family default
602  makes the image appear in the output only as a frame with the size of the
603  image.
604 \begin_inset Newline newline
605 \end_inset
606
607 In the section 
608 \family sans
609 Graphics
610 \begin_inset space ~
611 \end_inset
612
613 Group
614 \family default
615  you can define or join an image settings group.
616 \begin_inset Index idx
617 status collapsed
618
619 \begin_layout Plain Layout
620 Figures ! Settings grouping
621 \end_layout
622
623 \end_inset
624
625  Images within such a group share their settings, so adjusting one image
626  of the group automatically also adjusts all other images of the group in
627  the same way.
628  So you can for example change the size for a bunch of images without the
629  need to manually change each of them.
630  Joining an existing group can also be done using the context menu of the
631  image by checking the name of the desired group.
632 \end_layout
633
634 \begin_layout Standard
635 \begin_inset VSpace bigskip
636 \end_inset
637
638
639 \end_layout
640
641 \begin_layout Standard
642 This is an example image in PDF format
643 \begin_inset Foot
644 status collapsed
645
646 \begin_layout Plain Layout
647 Image formats are explained in section
648 \begin_inset space ~
649 \end_inset
650
651
652 \begin_inset CommandInset ref
653 LatexCommand ref
654 reference "sec:Image-Formats"
655
656 \end_inset
657
658 .
659 \end_layout
660
661 \end_inset
662
663  within a separate, horizontally centered paragraph:
664 \end_layout
665
666 \begin_layout Standard
667 \align center
668 \begin_inset Graphics
669         filename clipart/2D-intensity-plot.pdf
670         scaleBeforeRotation
671         rotateOrigin center
672
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 This is the same image like the one above but in draft mode:
680 \end_layout
681
682 \begin_layout Standard
683 \align center
684 \begin_inset Graphics
685         filename clipart/2D-intensity-plot.pdf
686         draft
687         scaleBeforeRotation
688         rotateOrigin center
689
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 \begin_inset Newpage newpage
697 \end_inset
698
699
700 \end_layout
701
702 \begin_layout Section
703 Figure Floats
704 \begin_inset CommandInset label
705 LatexCommand label
706 name "sec:Figure-Floats"
707
708 \end_inset
709
710
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 Floats ! Figures
716 \end_layout
717
718 \end_inset
719
720
721 \begin_inset Index idx
722 status collapsed
723
724 \begin_layout Plain Layout
725 Figures ! Floats
726 \end_layout
727
728 \end_inset
729
730
731 \end_layout
732
733 \begin_layout Standard
734 For general explanations about floats, have a look at section
735 \begin_inset space ~
736 \end_inset
737
738
739 \begin_inset CommandInset ref
740 LatexCommand ref
741 reference "sec:FloatIntroduction"
742
743 \end_inset
744
745 .
746 \end_layout
747
748 \begin_layout Standard
749 The toolbar button 
750 \begin_inset Info
751 type  "icon"
752 arg   "float-insert figure"
753 \end_inset
754
755  and the menu 
756 \family sans
757 Insert\SpecialChar menuseparator
758 Float\SpecialChar menuseparator
759 Figure
760 \family default
761  inserts a float with a caption that has the label 
762 \begin_inset Quotes eld
763 \end_inset
764
765 Figure
766 \begin_inset space ~
767 \end_inset
768
769 #:
770 \begin_inset Quotes erd
771 \end_inset
772
773  (# is the actual number).
774  You can insert the image above the caption, like in Figure
775 \begin_inset space ~
776 \end_inset
777
778
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "fig:A-star-in"
782
783 \end_inset
784
785  or below the caption, like in Figure
786 \begin_inset space ~
787 \end_inset
788
789
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "fig:A-3D-object"
793
794 \end_inset
795
796 .
797  More about caption placement is described in section
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "sec:Caption-Placement"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \begin_layout Standard
812 \begin_inset Float figure
813 placement document
814 alignment document
815 wide false
816 sideways false
817 status open
818
819 \begin_layout Plain Layout
820 \align center
821 \begin_inset Graphics
822         filename clipart/Star-structure.pdf
823         lyxscale 60
824         width 50col%
825         scaleBeforeRotation
826         rotateOrigin center
827
828 \end_inset
829
830
831 \end_layout
832
833 \begin_layout Plain Layout
834 \begin_inset Caption Standard
835
836 \begin_layout Plain Layout
837 \begin_inset CommandInset label
838 LatexCommand label
839 name "fig:A-star-in"
840
841 \end_inset
842
843 A star in a float.
844 \end_layout
845
846 \end_inset
847
848
849 \end_layout
850
851 \end_inset
852
853
854 \end_layout
855
856 \begin_layout Standard
857 \begin_inset Float figure
858 placement document
859 alignment document
860 wide false
861 sideways false
862 status open
863
864 \begin_layout Plain Layout
865 \begin_inset Caption Standard
866
867 \begin_layout Plain Layout
868 \begin_inset CommandInset label
869 LatexCommand label
870 name "fig:A-3D-object"
871
872 \end_inset
873
874 A 3D object.
875 \end_layout
876
877 \end_inset
878
879
880 \end_layout
881
882 \begin_layout Plain Layout
883 \align center
884 \begin_inset Graphics
885         filename clipart/3D-structure-distort.pdf
886         lyxscale 60
887         scale 80
888         scaleBeforeRotation
889         rotateOrigin center
890
891 \end_inset
892
893
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Standard
902 \begin_inset Index idx
903 status collapsed
904
905 \begin_layout Plain Layout
906 References ! to Figures
907 \end_layout
908
909 \end_inset
910
911 Figure
912 \begin_inset space ~
913 \end_inset
914
915
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "fig:A-star-in"
919
920 \end_inset
921
922  and 
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "fig:A-3D-object"
926
927 \end_inset
928
929  are examples of referenced figures.
930  Figures can be referenced in the text by referencing their label.
931  To do this insert a label in the caption using the menu 
932 \family sans
933 Insert\SpecialChar menuseparator
934 Label
935 \family default
936  or the toolbar button 
937 \begin_inset Info
938 type  "icon"
939 arg   "label-insert"
940 \end_inset
941
942 .
943  You can now refer to the label using the menu 
944 \family sans
945 Insert\SpecialChar menuseparator
946 Cross
947 \begin_inset space ~
948 \end_inset
949
950 reference
951 \family default
952  or the toolbar button 
953 \begin_inset Info
954 type  "icon"
955 arg   "dialog-show-new-inset ref"
956 \end_inset
957
958 .
959  It is important to use references to floats, rather than using vague references
960  like 
961 \begin_inset Quotes eld
962 \end_inset
963
964 the figure above
965 \begin_inset Quotes erd
966 \end_inset
967
968 , because \SpecialChar LaTeX
969  will reposition the floats in the final document and it might
970  not be 
971 \begin_inset Quotes eld
972 \end_inset
973
974 above
975 \begin_inset Quotes erd
976 \end_inset
977
978  at all.
979 \begin_inset Newline newline
980 \end_inset
981
982 Referencing is explained in detail in section
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "sec:Referencing-Floats"
990
991 \end_inset
992
993 .
994 \end_layout
995
996 \begin_layout Standard
997 Normally only one image is inserted to a figure float, but sometimes you
998  might want to use two images with separate subcaptions.
999  This can be done by inserting image floats into existing image floats.
1000  Note that only the main caption of the float is added to the List of Figures.
1001  Figure
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "fig:Two-distorted-images"
1009
1010 \end_inset
1011
1012  is an example of a figure float with two images set side by side.
1013  You can also set the images one below the other.
1014  Figure
1015 \begin_inset space ~
1016 \end_inset
1017
1018
1019 \begin_inset CommandInset ref
1020 LatexCommand ref
1021 reference "fig:Pink-object"
1022
1023 \end_inset
1024
1025  and 
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "fig:A-star"
1029
1030 \end_inset
1031
1032  are the subfigures.
1033 \end_layout
1034
1035 \begin_layout Standard
1036 \begin_inset Float figure
1037 placement document
1038 alignment document
1039 wide false
1040 sideways false
1041 status open
1042
1043 \begin_layout Plain Layout
1044 \begin_inset space \hfill{}
1045 \end_inset
1046
1047
1048 \begin_inset Float figure
1049 placement document
1050 alignment document
1051 wide false
1052 sideways false
1053 status collapsed
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Caption Standard
1057
1058 \begin_layout Plain Layout
1059 \begin_inset CommandInset label
1060 LatexCommand label
1061 name "fig:Pink-object"
1062
1063 \end_inset
1064
1065 Pink object.
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \end_layout
1072
1073 \begin_layout Plain Layout
1074 \begin_inset Graphics
1075         filename clipart/3D-structure-distort.pdf
1076         width 45col%
1077         scaleBeforeRotation
1078         groupId distorted
1079
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \end_inset
1086
1087
1088 \begin_inset space \hfill{}
1089 \end_inset
1090
1091
1092 \begin_inset Float figure
1093 placement document
1094 alignment document
1095 wide false
1096 sideways false
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Caption Standard
1101
1102 \begin_layout Plain Layout
1103 \begin_inset CommandInset label
1104 LatexCommand label
1105 name "fig:A-star"
1106
1107 \end_inset
1108
1109 A star.
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Graphics
1119         filename clipart/Star-structure.pdf
1120         width 45col%
1121         scaleBeforeRotation
1122         groupId distorted
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset space \hfill{}
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Caption Standard
1140
1141 \begin_layout Plain Layout
1142 \begin_inset CommandInset label
1143 LatexCommand label
1144 name "fig:Two-distorted-images"
1145
1146 \end_inset
1147
1148 Two distorted images.
1149  Both images are in the image settings group named 
1150 \begin_inset Quotes eld
1151 \end_inset
1152
1153 distorted
1154 \begin_inset Quotes erd
1155 \end_inset
1156
1157 .
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Standard
1171 \begin_inset Newpage newpage
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Section
1178 Image Formats
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "sec:Image-Formats"
1182
1183 \end_inset
1184
1185
1186 \begin_inset Index idx
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190 Image Formats
1191 \end_layout
1192
1193 \end_inset
1194
1195
1196 \begin_inset Index idx
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200 Figures ! Image Formats
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Standard
1209 You can insert images in any known file format.
1210  But as explained in appendix
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "cha:Output-File-Formats"
1218
1219 \end_inset
1220
1221 , each output document format allows only a few image formats.
1222  \SpecialChar LyX
1223  uses therefore the program 
1224 \family typewriter
1225 ImageMagick
1226 \family default
1227  in the background to convert the images to the right format.
1228  To increase your work flow by avoiding these conversions in the background,
1229  you could choose to use only the image formats that can directly be embedded
1230  in the output file format.
1231  The output file formats are explained in appendix
1232 \begin_inset space ~
1233 \end_inset
1234
1235
1236 \begin_inset CommandInset ref
1237 LatexCommand ref
1238 reference "cha:Output-File-Formats"
1239
1240 \end_inset
1241
1242 .
1243 \end_layout
1244
1245 \begin_layout Standard
1246 Similar to fonts there are two types of image formats:
1247 \end_layout
1248
1249 \begin_layout Description
1250 Bitmap
1251 \begin_inset space ~
1252 \end_inset
1253
1254 images consist of pixel values, often in a compressed form.
1255  They are therefore not fully scalable and look pixelated in large zooms.
1256  Well-known bitmap image formats are 
1257 \begin_inset Quotes eld
1258 \end_inset
1259
1260 Graphics Interchange Format
1261 \begin_inset Quotes erd
1262 \end_inset
1263
1264  (GIF, file extension 
1265 \begin_inset Quotes eld
1266 \end_inset
1267
1268
1269 \family typewriter
1270 .gif
1271 \family default
1272
1273 \begin_inset Quotes erd
1274 \end_inset
1275
1276 )
1277 \begin_inset Index idx
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281 GIF|see
1282 \begin_inset ERT
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286
1287 {
1288 \end_layout
1289
1290 \end_inset
1291
1292 Image formats
1293 \begin_inset ERT
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297
1298 }
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \begin_inset Quotes eld
1310 \end_inset
1311
1312 Portable Network Graphics
1313 \begin_inset Quotes erd
1314 \end_inset
1315
1316  (PNG, file extension 
1317 \begin_inset Quotes eld
1318 \end_inset
1319
1320
1321 \family typewriter
1322 .png
1323 \family default
1324
1325 \begin_inset Quotes erd
1326 \end_inset
1327
1328 )
1329 \begin_inset Index idx
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333 PNG|see
1334 \begin_inset ERT
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338
1339 {
1340 \end_layout
1341
1342 \end_inset
1343
1344 Image formats
1345 \begin_inset ERT
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349
1350 }
1351 \end_layout
1352
1353 \end_inset
1354
1355
1356 \end_layout
1357
1358 \end_inset
1359
1360 , and 
1361 \begin_inset Quotes eld
1362 \end_inset
1363
1364 Joint Photographic Experts Group
1365 \begin_inset Quotes erd
1366 \end_inset
1367
1368  (JPG, file extension 
1369 \begin_inset Quotes eld
1370 \end_inset
1371
1372
1373 \family typewriter
1374 .jpg
1375 \family default
1376
1377 \begin_inset Quotes erd
1378 \end_inset
1379
1380  or 
1381 \begin_inset Quotes eld
1382 \end_inset
1383
1384
1385 \family typewriter
1386 .jpeg
1387 \family default
1388
1389 \begin_inset Quotes erd
1390 \end_inset
1391
1392 )
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 JPG|see
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 {
1404 \end_layout
1405
1406 \end_inset
1407
1408 Image formats
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 }
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \end_inset
1423
1424 .
1425 \end_layout
1426
1427 \begin_layout Description
1428 Vector
1429 \begin_inset space ~
1430 \end_inset
1431
1432 images consist of vectors and can therefore be scaled to any size without
1433  data loss.
1434  The scaling ability is necessary if you want to create presentations, because
1435  presentations are always scaled by the video projector.
1436  Scaling is also useful for online documents to let the user zoom into diagrams.
1437 \begin_inset Newline newline
1438 \end_inset
1439
1440 Well-known scalable image formats are 
1441 \begin_inset Quotes eld
1442 \end_inset
1443
1444 Scalable Vector Graphics
1445 \begin_inset Quotes erd
1446 \end_inset
1447
1448  (SVG, file extension 
1449 \begin_inset Quotes eld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .svg
1455 \family default
1456
1457 \begin_inset Quotes erd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 SVG|see
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 {
1472 \end_layout
1473
1474 \end_inset
1475
1476 Image formats
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 }
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 Encapsulated PostScript
1497 \begin_inset Quotes erd
1498 \end_inset
1499
1500  (EPS, file extension 
1501 \begin_inset Quotes eld
1502 \end_inset
1503
1504
1505 \family typewriter
1506 .eps
1507 \family default
1508
1509 \begin_inset Quotes erd
1510 \end_inset
1511
1512 )
1513 \begin_inset Index idx
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517 EPS|see
1518 \begin_inset ERT
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522
1523 {
1524 \end_layout
1525
1526 \end_inset
1527
1528 Image formats
1529 \begin_inset ERT
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 }
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \end_layout
1541
1542 \end_inset
1543
1544
1545 \begin_inset Quotes eld
1546 \end_inset
1547
1548 Portable Document Format
1549 \begin_inset Quotes erd
1550 \end_inset
1551
1552  (PDF, file extension 
1553 \begin_inset Quotes eld
1554 \end_inset
1555
1556
1557 \family typewriter
1558 .pdf
1559 \family default
1560
1561 \begin_inset Quotes erd
1562 \end_inset
1563
1564 )
1565 \begin_inset Index idx
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569 PDF
1570 \end_layout
1571
1572 \end_inset
1573
1574 , and 
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578 Windows Metafile
1579 \begin_inset Quotes erd
1580 \end_inset
1581
1582  (WMF, file extension 
1583 \begin_inset Quotes eld
1584 \end_inset
1585
1586
1587 \family typewriter
1588 .wmf
1589 \family default
1590
1591 \begin_inset Quotes erd
1592 \end_inset
1593
1594 )
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 SVG|see
1600 \begin_inset ERT
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604
1605 {
1606 \end_layout
1607
1608 \end_inset
1609
1610 Image formats
1611 \begin_inset ERT
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615
1616 }
1617 \end_layout
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \end_inset
1625
1626 .
1627  We wrote 
1628 \begin_inset Quotes eld
1629 \end_inset
1630
1631 can be
1632 \begin_inset Quotes erd
1633 \end_inset
1634
1635 , because you can convert any bitmap image to a PDF or EPS-image and the
1636  result will still be a bitmap image.
1637  In such cases only a header with the image properties is added to the original
1638  image
1639 \begin_inset Foot
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 In the case of PDF, the original image is additionally compressed.
1644 \end_layout
1645
1646 \end_inset
1647
1648 .
1649  The PDF-files generated by 
1650 \family typewriter
1651 Adobe Photoshop
1652 \family default
1653  are for example bitmap images.
1654 \end_layout
1655
1656 \begin_layout Standard
1657 Normally it is not possible to convert a bitmap image into a scalable one,
1658  only vice versa.
1659  Only the image formats PDF and EPS can directly be embedded to PDF and
1660  PostScript output files, respectively.
1661  SVG and WMF-images are recalculated to bitmaps when the output file is
1662  generated because there is currently no adequate WMF/SVG
1663 \begin_inset Formula $\to$
1664 \end_inset
1665
1666 PDF/EPS converter available.
1667 \end_layout
1668
1669 \begin_layout Chapter
1670 Tables
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 Table
1676 \end_layout
1677
1678 \end_inset
1679
1680
1681 \end_layout
1682
1683 \begin_layout Section
1684 Introduction
1685 \begin_inset Index idx
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Table ! Introduction
1690 \end_layout
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Standard
1698 You can insert a table using either the toolbar button 
1699 \begin_inset Info
1700 type  "icon"
1701 arg   "tabular-insert"
1702 \end_inset
1703
1704  or the menu 
1705 \family sans
1706 Insert\SpecialChar menuseparator
1707 Table
1708 \family default
1709 .
1710  The toolbar button offers you a graphical selection: move the mouse to
1711  set the column/row number of the table that should be created and then
1712  press a mouse button.
1713  When you use the menu to create a table, a dialog will appear, asking you
1714  for the number of rows and columns
1715 \change_inserted -712698321 1554289643
1716 , and you can select a specific (border) style
1717 \change_unchanged
1718 .
1719 \change_deleted -712698321 1554289644
1720
1721 \begin_inset Newline newline
1722 \end_inset
1723
1724
1725 \change_inserted -712698321 1554289645
1726
1727 \end_layout
1728
1729 \begin_layout Standard
1730 The default table has lines around any cell and the first row appears separated
1731  from the rest of the table.
1732  This separation occurs due to a double line: The cells of the first row
1733  have a line below them and the cells of the second row have a line above
1734  them.
1735  Here is an example table:
1736 \end_layout
1737
1738 \begin_layout Standard
1739 \align center
1740 \begin_inset Tabular
1741 <lyxtabular version="3" rows="4" columns="4">
1742 <features tabularvalignment="middle">
1743 <column alignment="center" valignment="top">
1744 <column alignment="center" valignment="top">
1745 <column alignment="center" valignment="top">
1746 <column alignment="center" valignment="top">
1747 <row>
1748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \family roman
1763 \series medium
1764 \shape up
1765 \size normal
1766 \emph off
1767 \bar no
1768 \noun off
1769 \color none
1770 1
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779 2
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788 3
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 </row>
1794 <row>
1795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1796 \begin_inset Text
1797
1798 \begin_layout Plain Layout
1799
1800 \family roman
1801 \series medium
1802 \shape up
1803 \size normal
1804 \emph off
1805 \bar no
1806 \noun off
1807 \color none
1808 A
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 <row>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \family roman
1848 \series medium
1849 \shape up
1850 \size normal
1851 \emph off
1852 \bar no
1853 \noun off
1854 \color none
1855 B
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 </row>
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \family roman
1895 \series medium
1896 \shape up
1897 \size normal
1898 \emph off
1899 \bar no
1900 \noun off
1901 \color none
1902 C
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 </lyxtabular>
1936
1937 \end_inset
1938
1939
1940 \end_layout
1941
1942 \begin_layout Standard
1943
1944 \change_inserted -712698321 1554289664
1945 This corresponds to the 
1946 \begin_inset Quotes eld
1947 \end_inset
1948
1949 Grid with Head
1950 \begin_inset Quotes erd
1951 \end_inset
1952
1953  table style listed in the style selection.
1954 \end_layout
1955
1956 \begin_layout Standard
1957
1958 \change_inserted -712698321 1554289664
1959 Other available styles include:
1960 \end_layout
1961
1962 \begin_layout Itemize
1963
1964 \change_inserted -712698321 1554289664
1965
1966 \begin_inset Quotes eld
1967 \end_inset
1968
1969 simple grid
1970 \begin_inset Quotes erd
1971 \end_inset
1972
1973  which looks line the above table, but without the first row being separated
1974  via double line,
1975 \end_layout
1976
1977 \begin_layout Itemize
1978
1979 \change_inserted -712698321 1554289664
1980 a border-less table with no lines at all,
1981 \end_layout
1982
1983 \begin_layout Itemize
1984
1985 \change_inserted -712698321 1554289664
1986 and a so-called 
1987 \begin_inset Quotes eld
1988 \end_inset
1989
1990 formal table
1991 \begin_inset Quotes erd
1992 \end_inset
1993
1994  as often used in professional publishing with horizontal lines only and
1995  bold top/bottom lines (see 
1996 \emph on
1997 Embedded Objects
1998 \emph default
1999  manual, section 
2000 \emph on
2001 Formal Tables
2002 \emph default
2003 ).
2004 \end_layout
2005
2006 \begin_layout Standard
2007
2008 \change_inserted -712698321 1554289664
2009 The default style used in the dialog as well as the style used by the toolbar
2010  button can be changed in 
2011 \family sans
2012 Document\SpecialChar menuseparator
2013 Settings\SpecialChar menuseparator
2014 Text Layout
2015 \family default
2016 .
2017  So if the default style above is not the one you need, you should alter
2018  this setting.
2019 \end_layout
2020
2021 \begin_layout Section
2022 Table Dialog
2023 \begin_inset Index idx
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027 Table ! Dialog
2028 \end_layout
2029
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \begin_layout Standard
2036 You can alter a table by clicking on it with the right mouse button, which
2037  brings up the context menu.
2038  Under the menu entry 
2039 \family sans
2040 More
2041 \family default
2042  you can adjust the settings of that cell and row/column respectively where
2043  the cursor is currently placed.
2044  The context menu 
2045 \family sans
2046 More\SpecialChar menuseparator
2047 Settings
2048 \family default
2049  opens the table dialog where you can adjust more things.
2050  Most of the dialog options also work on selections.
2051  This means if you select more cells, columns or rows, the action is done
2052  for the whole selection.
2053  Note that there is a difference between selecting the 
2054 \emph on
2055 contents
2056 \emph default
2057  of the cell, and the cell itself.
2058 \begin_inset Newline newline
2059 \end_inset
2060
2061 With the dialog option 
2062 \family sans
2063 Immediate
2064 \begin_inset space ~
2065 \end_inset
2066
2067 Apply
2068 \family default
2069  every change you make in the dialog is directly applied.
2070  If you move the cursor to another table cell the dialog will then also
2071  be updated with the parameters of the new cell.
2072  If you change length values in the dialog you must press 
2073 \family sans
2074 Return
2075 \family default
2076  to get the change applied.
2077 \begin_inset Newline newline
2078 \end_inset
2079
2080 You can alter tables with the following tabs of the table dialog:
2081 \end_layout
2082
2083 \begin_layout Description
2084 Table
2085 \begin_inset space ~
2086 \end_inset
2087
2088 Settings Here you can set the table width
2089 \begin_inset Index idx
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093 Table ! Width
2094 \end_layout
2095
2096 \end_inset
2097
2098 , and the horizontal alignment and the width of the current column.
2099  The alignment 
2100 \family sans
2101 At
2102 \begin_inset space ~
2103 \end_inset
2104
2105 Decimal
2106 \begin_inset space ~
2107 \end_inset
2108
2109 Separator
2110 \family default
2111  is described in section
2112 \begin_inset space ~
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "subsec:Special-Cell-Alignment"
2119
2120 \end_inset
2121
2122 .
2123  When you have set a width you can also adjust the vertical alignment of
2124  the current row.
2125  A given width will allow the cell to have line breaks and multiple paragraphs
2126  of text, see sec.
2127 \begin_inset space \thinspace{}
2128 \end_inset
2129
2130
2131 \begin_inset CommandInset ref
2132 LatexCommand ref
2133 reference "subsec:Multiple-Lines-in"
2134
2135 \end_inset
2136
2137 .
2138  If you set no width, the column is as wide as the content of its widest
2139  cell.
2140 \begin_inset Newline newline
2141 \end_inset
2142
2143 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2144  cell, see sec.
2145 \begin_inset space \thinspace{}
2146 \end_inset
2147
2148
2149 \begin_inset CommandInset ref
2150 LatexCommand ref
2151 reference "subsec:Multicolumns"
2152
2153 \end_inset
2154
2155  or the cells of one column as multirow cell, see sec.
2156 \begin_inset space \thinspace{}
2157 \end_inset
2158
2159
2160 \begin_inset CommandInset ref
2161 LatexCommand ref
2162 reference "subsec:Multirows"
2163
2164 \end_inset
2165
2166 .
2167 \begin_inset Newline newline
2168 \end_inset
2169
2170 The rotate check boxes rotate the current cell, a selection, or the whole
2171  table counter-clockwise by 90
2172 \begin_inset space \thinspace{}
2173 \end_inset
2174
2175 °.
2176  The rotation is not shown within \SpecialChar LyX
2177 , only in the output.
2178  For more information see sec.
2179 \begin_inset space \thinspace{}
2180 \end_inset
2181
2182
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "sec:Rotated-Table-Cells"
2186
2187 \end_inset
2188
2189 .
2190 \begin_inset Newline newline
2191 \end_inset
2192
2193
2194 \begin_inset Note Greyedout
2195 status open
2196
2197 \begin_layout Plain Layout
2198
2199 \series bold
2200 Note:
2201 \series default
2202  Not all DVI-viewers are able to display rotations.
2203 \end_layout
2204
2205 \end_inset
2206
2207
2208 \begin_inset Newline newline
2209 \end_inset
2210
2211 The table-wide vertical alignment is used for tables within text lines:
2212 \begin_inset Newline newline
2213 \end_inset
2214
2215 A line with tables with different alignments: 
2216 \begin_inset Tabular
2217 <lyxtabular version="3" rows="2" columns="2">
2218 <features tabularvalignment="top">
2219 <column alignment="center" valignment="top" width="0pt">
2220 <column alignment="center" valignment="top">
2221 <row>
2222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2223 \begin_inset Text
2224
2225 \begin_layout Plain Layout
2226
2227 \end_layout
2228
2229 \end_inset
2230 </cell>
2231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2232 \begin_inset Text
2233
2234 \begin_layout Plain Layout
2235
2236 \family roman
2237 \series medium
2238 \shape up
2239 \size normal
2240 \emph off
2241 \bar no
2242 \noun off
2243 \color none
2244 1
2245 \end_layout
2246
2247 \end_inset
2248 </cell>
2249 </row>
2250 <row>
2251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2252 \begin_inset Text
2253
2254 \begin_layout Plain Layout
2255
2256 \family roman
2257 \series medium
2258 \shape up
2259 \size normal
2260 \emph off
2261 \bar no
2262 \noun off
2263 \color none
2264 A
2265 \end_layout
2266
2267 \end_inset
2268 </cell>
2269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Plain Layout
2273
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 </row>
2279 </lyxtabular>
2280
2281 \end_inset
2282
2283  
2284 \begin_inset Tabular
2285 <lyxtabular version="3" rows="2" columns="2">
2286 <features tabularvalignment="middle">
2287 <column alignment="center" valignment="top">
2288 <column alignment="center" valignment="top">
2289 <row>
2290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2291 \begin_inset Text
2292
2293 \begin_layout Plain Layout
2294
2295 \end_layout
2296
2297 \end_inset
2298 </cell>
2299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303
2304 \family roman
2305 \series medium
2306 \shape up
2307 \size normal
2308 \emph off
2309 \bar no
2310 \noun off
2311 \color none
2312 1
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 </row>
2318 <row>
2319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2320 \begin_inset Text
2321
2322 \begin_layout Plain Layout
2323
2324 \family roman
2325 \series medium
2326 \shape up
2327 \size normal
2328 \emph off
2329 \bar no
2330 \noun off
2331 \color none
2332 A
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 </row>
2347 </lyxtabular>
2348
2349 \end_inset
2350
2351  
2352 \begin_inset Tabular
2353 <lyxtabular version="3" rows="2" columns="2">
2354 <features tabularvalignment="bottom">
2355 <column alignment="center" valignment="top" width="0pt">
2356 <column alignment="center" valignment="top">
2357 <row>
2358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \family roman
2373 \series medium
2374 \shape up
2375 \size normal
2376 \emph off
2377 \bar no
2378 \noun off
2379 \color none
2380 1
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 </row>
2386 <row>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391
2392 \family roman
2393 \series medium
2394 \shape up
2395 \size normal
2396 \emph off
2397 \bar no
2398 \noun off
2399 \color none
2400 A
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \end_layout
2411
2412 \end_inset
2413 </cell>
2414 </row>
2415 </lyxtabular>
2416
2417 \end_inset
2418
2419
2420 \begin_inset Newline newline
2421 \end_inset
2422
2423 It is also possible to enter a \SpecialChar LaTeX
2424 -argument which is needed for special table
2425  formattings, see sec.
2426 \begin_inset space \thinspace{}
2427 \end_inset
2428
2429
2430 \begin_inset CommandInset ref
2431 LatexCommand ref
2432 reference "subsec:Multicolumn-Calculations"
2433
2434 \end_inset
2435
2436  and 
2437 \begin_inset CommandInset ref
2438 LatexCommand ref
2439 reference "sec:Colored-Tables"
2440
2441 \end_inset
2442
2443 .
2444 \end_layout
2445
2446 \begin_layout Description
2447 Borders In this tab you can add and delete border lines for the current
2448  row/column.
2449 \begin_inset Newline newline
2450 \end_inset
2451
2452 Using the style option 
2453 \family sans
2454 Formal
2455 \family default
2456  will convert the table to a formal table as described in sec.
2457 \begin_inset space \thinspace{}
2458 \end_inset
2459
2460
2461 \begin_inset CommandInset ref
2462 LatexCommand ref
2463 reference "sec:Formal-Tables"
2464
2465 \end_inset
2466
2467 .
2468 \begin_inset Newline newline
2469 \end_inset
2470
2471 You can also add space here to table rows as described in sec.
2472 \begin_inset space \thinspace{}
2473 \end_inset
2474
2475
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "subsec:Row-Spacing"
2479
2480 \end_inset
2481
2482 .
2483 \end_layout
2484
2485 \begin_layout Description
2486 Multi-page
2487 \begin_inset space ~
2488 \end_inset
2489
2490 table This tab is to make a table a multi-page table that can run over several
2491  pages.
2492  Sections
2493 \begin_inset space ~
2494 \end_inset
2495
2496
2497 \begin_inset CommandInset ref
2498 LatexCommand ref
2499 reference "sec:Multi-page-Tables"
2500
2501 \end_inset
2502
2503  and 
2504 \begin_inset CommandInset ref
2505 LatexCommand ref
2506 reference "sec:Special-Longtable-Issues"
2507
2508 \end_inset
2509
2510  describe the multi-page table features in detail.
2511 \end_layout
2512
2513 \begin_layout Section
2514 Table Toolbar
2515 \begin_inset Index idx
2516 status collapsed
2517
2518 \begin_layout Plain Layout
2519 Table ! Toolbar
2520 \end_layout
2521
2522 \end_inset
2523
2524
2525 \end_layout
2526
2527 \begin_layout Standard
2528 The table toolbar is an alternative to the table dialog to be able to alter
2529  tables faster.
2530  It should normally appear at the bottom of \SpecialChar LyX
2531 's main window when the cursor
2532  is inside a table.
2533  You can alternatively switch it on to appear always, by right-clicking
2534  in \SpecialChar LyX
2535 's main menu bar.
2536 \end_layout
2537
2538 \begin_layout Standard
2539 The toolbar has the following icons:
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Info
2545 type  "icon"
2546 arg   "tabular-feature append-row"
2547 \end_inset
2548
2549  adds a row below the current cell or selection
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Info
2555 type  "icon"
2556 arg   "tabular-feature append-column"
2557 \end_inset
2558
2559  adds a column right beside the current cell or selection
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "tabular-feature delete-row"
2567 \end_inset
2568
2569  deletes the current row or selection
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "tabular-feature delete-column"
2577 \end_inset
2578
2579  deletes the current column or selection
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "tabular-feature move-row-up"
2587 \end_inset
2588
2589  moves the row up
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature move-column-left"
2597 \end_inset
2598
2599  moves the column to the left
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature move-row-down"
2607 \end_inset
2608
2609  moves the row down
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "tabular-feature move-column-right"
2617 \end_inset
2618
2619  moves the column to the right
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature toggle-line-top"
2627 \end_inset
2628
2629  adds a line at the top of the current cell / row or of a selection
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature toggle-line-bottom"
2637 \end_inset
2638
2639  adds a line at the bottom of the current cell / row or of a selection
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "tabular-feature toggle-line-left"
2647 \end_inset
2648
2649  adds a line at the left side of the current cell / row or of a selection
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature toggle-line-right"
2657 \end_inset
2658
2659  adds a line at the right side of the current cell / row or of a selection
2660 \change_inserted -712698321 1554289731
2661
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666
2667 \change_inserted -712698321 1554289910
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "tabular-feature set-border-lines"
2671 \end_inset
2672
2673  adds a border around the currently selected cells
2674 \change_unchanged
2675
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680 \begin_inset Info
2681 type  "icon"
2682 arg   "tabular-feature set-all-lines"
2683 \end_inset
2684
2685  adds lines around the current or selected cells - if the current cell is
2686  not a multicolumn cell this also affects the current row and column
2687 \end_layout
2688
2689 \begin_layout Labeling
2690 \labelwidthstring 00.00.0000
2691 \begin_inset Info
2692 type  "icon"
2693 arg   "tabular-feature unset-all-lines"
2694 \end_inset
2695
2696  deletes all lines of the current or selected cells - if the current cell
2697  is not a multicolumn cell this also affects the current row and column
2698 \change_inserted -712698321 1554289920
2699
2700 \end_layout
2701
2702 \begin_layout Labeling
2703 \labelwidthstring 00.00.0000
2704
2705 \change_inserted -712698321 1554292586
2706 \begin_inset Info
2707 type  "icon"
2708 arg   "tabular-feature reset-formal-default"
2709 \end_inset
2710
2711  If using a formal table, this resets the border to its default (only horizontal
2712  lines in top and bottom rows)
2713 \change_unchanged
2714
2715 \end_layout
2716
2717 \begin_layout Labeling
2718 \labelwidthstring 00.00.0000
2719 \begin_inset Info
2720 type  "icon"
2721 arg   "tabular-feature m-align-left"
2722 \end_inset
2723
2724  left-aligns the content of the current cell / column
2725 \end_layout
2726
2727 \begin_layout Labeling
2728 \labelwidthstring 00.00.0000
2729 \begin_inset Info
2730 type  "icon"
2731 arg   "tabular-feature m-align-center"
2732 \end_inset
2733
2734  centers the content of the current cell / column horizontally
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "tabular-feature m-align-right"
2742 \end_inset
2743
2744  right-aligns the content of the current cell / column
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "tabular-feature align-decimal"
2752 \end_inset
2753
2754  aligns the content of the current column at a character
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759 \begin_inset Info
2760 type  "icon"
2761 arg   "tabular-feature m-valign-top"
2762 \end_inset
2763
2764  aligns the content of the current cell vertically to the top
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "tabular-feature m-valign-middle"
2772 \end_inset
2773
2774  centers the content of the current cell vertically
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "tabular-feature m-valign-bottom"
2782 \end_inset
2783
2784  aligns the content of the current cell vertically to the bottom
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "tabular-feature set-rotate-cell"
2792 \end_inset
2793
2794  rotates the current cell or selection counter-clockwise by 90°
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "tabular-feature set-rotate-tabular"
2802 \end_inset
2803
2804  rotates the whole table counter-clockwise by 90°
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "tabular-feature multicolumn"
2812 \end_inset
2813
2814  sets the current cell or selection as a multicolumn
2815 \end_layout
2816
2817 \begin_layout Labeling
2818 \labelwidthstring 00.00.0000
2819 \begin_inset Info
2820 type  "icon"
2821 arg   "tabular-feature multirow"
2822 \end_inset
2823
2824  sets the current cell or selection as a multirow
2825 \end_layout
2826
2827 \begin_layout Standard
2828 \begin_inset Note Greyedout
2829 status open
2830
2831 \begin_layout Plain Layout
2832
2833 \series bold
2834 Note:
2835 \series default
2836  For the output the vertical alignment of the first cell in a row is used
2837  for all following cells in the row.
2838 \end_layout
2839
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \begin_layout Section
2846 Edit Table Menu
2847 \begin_inset Index idx
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851 Table ! Edit Menu
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \begin_layout Standard
2860 In addition to the table dialog and toolbar, the menu 
2861 \family sans
2862 Edit\SpecialChar menuseparator
2863 Table
2864 \family default
2865  allows you to add and delete border lines for the current row/column and
2866  to set the current selection as multicolumn.
2867  The menu is only available when the cursor is inside a table.
2868 \end_layout
2869
2870 \begin_layout Section
2871 Table Floats
2872 \begin_inset CommandInset label
2873 LatexCommand label
2874 name "sec:Table-Floats"
2875
2876 \end_inset
2877
2878
2879 \begin_inset Index idx
2880 status collapsed
2881
2882 \begin_layout Plain Layout
2883 Floats ! Tables
2884 \end_layout
2885
2886 \end_inset
2887
2888
2889 \begin_inset Index idx
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893 Table ! Floats
2894 \end_layout
2895
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \begin_layout Standard
2902 For general explanations about floats, have a look at section
2903 \begin_inset space ~
2904 \end_inset
2905
2906
2907 \begin_inset CommandInset ref
2908 LatexCommand ref
2909 reference "sec:FloatIntroduction"
2910
2911 \end_inset
2912
2913 .
2914 \end_layout
2915
2916 \begin_layout Standard
2917 \begin_inset Float table
2918 placement h
2919 alignment document
2920 wide false
2921 sideways false
2922 status open
2923
2924 \begin_layout Plain Layout
2925 \begin_inset Caption Standard
2926
2927 \begin_layout Plain Layout
2928 \begin_inset CommandInset label
2929 LatexCommand label
2930 name "tab:a table float"
2931
2932 \end_inset
2933
2934 A table float.
2935 \end_layout
2936
2937 \end_inset
2938
2939
2940 \end_layout
2941
2942 \begin_layout Plain Layout
2943 \align center
2944 \begin_inset Tabular
2945 <lyxtabular version="3" rows="3" columns="3">
2946 <features tabularvalignment="middle">
2947 <column alignment="center" valignment="top" width="0pt">
2948 <column alignment="center" valignment="top" width="0pt">
2949 <column alignment="center" valignment="top" width="0pt">
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \family roman
2957 \series medium
2958 \shape up
2959 \size normal
2960 \emph off
2961 \bar no
2962 \noun off
2963 \color none
2964 1
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973
2974 \family roman
2975 \series medium
2976 \shape up
2977 \size normal
2978 \emph off
2979 \bar no
2980 \noun off
2981 \color none
2982 2
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \family roman
2993 \series medium
2994 \shape up
2995 \size normal
2996 \emph off
2997 \bar no
2998 \noun off
2999 \color none
3000 3
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \family roman
3013 \series medium
3014 \shape up
3015 \size normal
3016 \emph off
3017 \bar no
3018 \noun off
3019 \color none
3020 Joe
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \family roman
3031 \series medium
3032 \shape up
3033 \size normal
3034 \emph off
3035 \bar no
3036 \noun off
3037 \color none
3038 Mary
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \family roman
3049 \series medium
3050 \shape up
3051 \size normal
3052 \emph off
3053 \bar no
3054 \noun off
3055 \color none
3056 Ted
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 </row>
3062 <row>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \family roman
3069 \series medium
3070 \shape up
3071 \size normal
3072 \emph off
3073 \bar no
3074 \noun off
3075 \color none
3076 \begin_inset Formula $\int x^{2}dx$
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088
3089 \family roman
3090 \series medium
3091 \shape up
3092 \size normal
3093 \emph off
3094 \bar no
3095 \noun off
3096 \color none
3097 \begin_inset Formula $\left[\begin{array}{cc}
3098 a & b\\
3099 c & d
3100 \end{array}\right]$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \family roman
3114 \series medium
3115 \shape up
3116 \size normal
3117 \emph off
3118 \bar no
3119 \noun off
3120 \color none
3121 \begin_inset Formula $1+1=2$
3122 \end_inset
3123
3124
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 </lyxtabular>
3131
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \end_inset
3138
3139
3140 \end_layout
3141
3142 \begin_layout Standard
3143 Table floats can be inserted using the menu 
3144 \family sans
3145 Insert\SpecialChar menuseparator
3146 Float\SpecialChar menuseparator
3147 Table
3148 \family default
3149  or the toolbar button 
3150 \begin_inset Info
3151 type  "icon"
3152 arg   "float-insert table"
3153 \end_inset
3154
3155 .
3156 \end_layout
3157
3158 \begin_layout Standard
3159 The float appears as a collapsible box with a caption that has the label
3160  
3161 \begin_inset Quotes eld
3162 \end_inset
3163
3164 Table
3165 \begin_inset space ~
3166 \end_inset
3167
3168 #:
3169 \begin_inset Quotes erd
3170 \end_inset
3171
3172  (# is the actual table number).
3173  You can insert tables in the float above or below the caption.
3174 \end_layout
3175
3176 \begin_layout Standard
3177 Table
3178 \begin_inset space ~
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "tab:a table float"
3185
3186 \end_inset
3187
3188  is an example table within a table float.
3189 \end_layout
3190
3191 \begin_layout Standard
3192 Having the caption above the table is the common rule that is unfortunately
3193  not supported in \SpecialChar LaTeX
3194 's standard classes.
3195  This means that, if you are using the document classes 
3196 \family sans
3197 article
3198 \family default
3199
3200 \family sans
3201 book
3202 \family default
3203
3204 \family sans
3205 letter
3206 \family default
3207 , or 
3208 \family sans
3209 report
3210 \family default
3211 , there will be no space between the caption and the table.
3212  To insert the needed space, add the following option to the load command
3213  of the \SpecialChar LaTeX
3214 -package 
3215 \series bold
3216 caption
3217 \series default
3218
3219 \begin_inset Index idx
3220 status collapsed
3221
3222 \begin_layout Plain Layout
3223 \SpecialChar LaTeX
3224 -packages ! caption
3225 \end_layout
3226
3227 \end_inset
3228
3229  in your document preamble:
3230 \begin_inset Foot
3231 status collapsed
3232
3233 \begin_layout Plain Layout
3234 For more information have a look at section
3235 \begin_inset space ~
3236 \end_inset
3237
3238
3239 \begin_inset CommandInset ref
3240 LatexCommand ref
3241 reference "sec:Caption-Placement"
3242
3243 \end_inset
3244
3245 .
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \end_layout
3252
3253 \begin_layout Standard
3254
3255 \series bold
3256 tableposition=top
3257 \end_layout
3258
3259 \begin_layout Standard
3260 The package 
3261 \series bold
3262 caption
3263 \series default
3264 , which is described in section
3265 \begin_inset space ~
3266 \end_inset
3267
3268
3269 \begin_inset CommandInset ref
3270 LatexCommand ref
3271 reference "sec:Caption-Formatting"
3272
3273 \end_inset
3274
3275 , is used to adjust the caption format.
3276 \end_layout
3277
3278 \begin_layout Standard
3279 \begin_inset Index idx
3280 status collapsed
3281
3282 \begin_layout Plain Layout
3283 References ! to Tables
3284 \end_layout
3285
3286 \end_inset
3287
3288 Tables can be cross-referenced in the text by referencing their label.
3289  To do this insert a label in the caption using the menu 
3290 \family sans
3291 Insert\SpecialChar menuseparator
3292 Label
3293 \family default
3294  or the toolbar button 
3295 \begin_inset Info
3296 type  "icon"
3297 arg   "label-insert"
3298 \end_inset
3299
3300 .
3301  You can now refer to the label using the menu 
3302 \family sans
3303 Insert\SpecialChar menuseparator
3304 Cross
3305 \begin_inset space ~
3306 \end_inset
3307
3308 reference
3309 \family default
3310  or the toolbar button 
3311 \begin_inset Info
3312 type  "icon"
3313 arg   "dialog-show-new-inset ref"
3314 \end_inset
3315
3316 .
3317 \begin_inset Newline newline
3318 \end_inset
3319
3320 Referencing is explained in detail in section
3321 \begin_inset space ~
3322 \end_inset
3323
3324
3325 \begin_inset CommandInset ref
3326 LatexCommand ref
3327 reference "sec:Referencing-Floats"
3328
3329 \end_inset
3330
3331 .
3332 \end_layout
3333
3334 \begin_layout Section
3335
3336 \family sans
3337 Multi-page Table
3338 \family default
3339 s
3340 \begin_inset CommandInset label
3341 LatexCommand label
3342 name "sec:Multi-page-Tables"
3343
3344 \end_inset
3345
3346
3347 \begin_inset Index idx
3348 status collapsed
3349
3350 \begin_layout Plain Layout
3351 Multi-page Table
3352 \end_layout
3353
3354 \end_inset
3355
3356
3357 \begin_inset Index idx
3358 status collapsed
3359
3360 \begin_layout Plain Layout
3361 Table ! Multi-page Table
3362 \end_layout
3363
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \begin_layout Standard
3370 If the table is too long to fit on one page, you can use the option 
3371 \family sans
3372 Use
3373 \begin_inset space ~
3374 \end_inset
3375
3376 multi-page
3377 \family default
3378  table in the tab 
3379 \family sans
3380 Multi-page
3381 \begin_inset space ~
3382 \end_inset
3383
3384 table
3385 \family default
3386  of the table dialog to split the table automatically over more pages.
3387  Doing this enables the following options:
3388 \end_layout
3389
3390 \begin_layout Description
3391 Header: The current row is defined to be a header row that appears on all
3392  pages of the multi-page table; except for the first page, if 
3393 \family sans
3394 First
3395 \begin_inset space ~
3396 \end_inset
3397
3398 header
3399 \family default
3400  is defined.
3401  This is therefore called the main header.
3402 \end_layout
3403
3404 \begin_layout Description
3405 First
3406 \begin_inset space ~
3407 \end_inset
3408
3409 header: The current row is defined to be a header row that appears on the
3410  first page of the multi-page table.
3411 \end_layout
3412
3413 \begin_layout Description
3414 Footer: The current row is defined to be a footer row that appears on all
3415  pages of the multi-page table; except for the last page, if 
3416 \family sans
3417 Last
3418 \begin_inset space ~
3419 \end_inset
3420
3421 footer
3422 \family default
3423  is defined.
3424 \end_layout
3425
3426 \begin_layout Description
3427 Last
3428 \begin_inset space ~
3429 \end_inset
3430
3431 footer: The current row is defined to be a footer row that appears on the
3432  last page of the multi-page table.
3433 \end_layout
3434
3435 \begin_layout Description
3436 Caption: The current row contains the table caption.
3437  The row is reset as single column and a caption is inserted.
3438  More about multi-page table captions is explained in sec.
3439 \begin_inset space \thinspace{}
3440 \end_inset
3441
3442
3443 \begin_inset CommandInset ref
3444 LatexCommand ref
3445 reference "subsec:Multi-page-Table-Captions"
3446
3447 \end_inset
3448
3449 .
3450 \end_layout
3451
3452 \begin_layout Standard
3453 You can also specify a row where the table is split.
3454  See the following multi-page table to see how it works:
3455 \end_layout
3456
3457 \begin_layout Standard
3458 \align center
3459 \begin_inset Tabular
3460 <lyxtabular version="3" rows="69" columns="3">
3461 <features islongtable="true" longtabularalignment="center">
3462 <column alignment="left" valignment="top" width="0cm">
3463 <column alignment="left" valignment="top" width="0pt">
3464 <column alignment="center" valignment="top" width="0pt">
3465 <row endfirsthead="true">
3466 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Example Phone List (ignore the names)
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row endfirsthead="true">
3497 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 NAME
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \series bold
3523 TEL.
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row endhead="true">
3530 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 Example Phone List
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row endhead="true">
3561 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 NAME
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 TEL.
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row endfoot="true">
3594 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598  continued on next page
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Annovi
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Silvia
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Bertoli
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Stefano
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Bozzi
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Walter
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Cachia
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Maria
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Cachia
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Maurizio
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Cinquemani
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Giusi
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Colin
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Bernard
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Concli
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Gianfranco
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Dal Bosco
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Carolina
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Dalpiaz
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Annamaria
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937
3938 \series bold
3939 Feliciello
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 Domenico
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 111
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \series bold
3970 Focarelli
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 Paola
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 111
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001 Galletti
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Oreste
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 111
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \series bold
4032 Gasparini
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Franca
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 111
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \series bold
4063 Rizzardi
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 Paola
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 111
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094 Lassini
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 Giancarlo
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 111
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \series bold
4125 Malfatti
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 Luciano
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 111
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \series bold
4156 Malfatti
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Valeriano
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 111
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \series bold
4187 Meneguzzo
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 Roberto
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 111
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \series bold
4218 Mezzadra
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 Roberto
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 111
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 </row>
4242 <row>
4243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247
4248 \series bold
4249 Pirpamer
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 Erich
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 111
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Pochiesa
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Paolo
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 111, 222
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \series bold
4311 Radina
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 Claudio
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 111
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Stuffer
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Oskar
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 111
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Tacchelli
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Ugo
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 111
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Tezzele
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Margit
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 111
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Unterkalmsteiner
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Frieda
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 111
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Vieider
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Hilde
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 111
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Vigna
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Jürgen
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 111
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Weber
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Maurizio
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 111
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Winkler
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Franz
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 111
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588  
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Annovi
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Silvia
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Bertoli
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Stefano
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Bozzi
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Walter
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Cachia
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Maria
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Cachia
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Maurizio
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Cinquemani
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Giusi
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Colin
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Bernard
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Concli
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Gianfranco
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 555
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Dal Bosco
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Carolina
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Dalpiaz
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Annamaria
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row>
4923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927
4928 \series bold
4929 Feliciello
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 Domenico
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 555
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Focarelli
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Paola
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Galletti
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Oreste
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Gasparini
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Franca
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 555
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Rizzardi
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Paola
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Lassini
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Giancarlo
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 555
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \series bold
5115 Malfatti
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 Luciano
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 555
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \series bold
5146 Malfatti
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 Valeriano
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 555
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row>
5171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \series bold
5177 Meneguzzo
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Roberto
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 555
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \series bold
5208 Mezzadra
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 Roberto
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 555
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row>
5233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237
5238 \series bold
5239 Pirpamer
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 Erich
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 555
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 <row>
5264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268
5269 \series bold
5270 Pochiesa
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 Paolo
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 555, 222
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \series bold
5301 Radina
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 Claudio
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 555
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row>
5326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330
5331 \series bold
5332 Stuffer
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 Oskar
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 555
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row>
5357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \series bold
5363 Tacchelli
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 Ugo
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 555
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392
5393 \series bold
5394 Tezzele
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Margit
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 555
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \series bold
5425 Unterkalmsteiner
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Frieda
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 555
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 <row>
5450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \series bold
5456 Vieider
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 Hilde
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 555
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \series bold
5487 Vigna
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 Jürgen
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 999
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \series bold
5518 Weber
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 Maurizio
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 555
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row>
5543 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547
5548 \series bold
5549 Winkler
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 Franz
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 555
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 </row>
5573 <row endlastfoot="true">
5574 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 end
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 </lyxtabular>
5603
5604 \end_inset
5605
5606
5607 \begin_inset ERT
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611
5612
5613 \backslash
5614 addtocounter{table}{-1}
5615 \end_layout
5616
5617 \end_inset
5618
5619
5620 \begin_inset Note Note
5621 status collapsed
5622
5623 \begin_layout Plain Layout
5624 See the first greyed-out note in section
5625 \begin_inset space ~
5626 \end_inset
5627
5628
5629 \begin_inset CommandInset ref
5630 LatexCommand ref
5631 reference "subsec:Multi-page-Table-Captions"
5632
5633 \end_inset
5634
5635  for an explanation of this command.
5636 \end_layout
5637
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \begin_layout Subsection
5644 Footnotes in Multi-page tables
5645 \begin_inset CommandInset label
5646 LatexCommand label
5647 name "subsec:Footnotes-in-Multi-page"
5648
5649 \end_inset
5650
5651
5652 \begin_inset Index idx
5653 status collapsed
5654
5655 \begin_layout Plain Layout
5656 Table ! Multi-page Table ! Footnotes
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \begin_layout Standard
5665 Footnotes can be inserted to every Multi-page table cell.
5666  They appear at the bottom of the page where the table cell with the footnote
5667  appears.
5668  Table
5669 \begin_inset space ~
5670 \end_inset
5671
5672
5673 \begin_inset CommandInset ref
5674 LatexCommand ref
5675 reference "tab:DiffCaptions"
5676
5677 \end_inset
5678
5679  has for example a footnote.
5680 \end_layout
5681
5682 \begin_layout Subsection
5683 Multi-page Table Alignment
5684 \begin_inset Index idx
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688 Table ! Multi-page Table ! Alignment
5689 \end_layout
5690
5691 \end_inset
5692
5693
5694 \end_layout
5695
5696 \begin_layout Standard
5697 The horizontal alignment of multi-page tables can be set in the table settings
5698  dialog.
5699  For left- and right-alignment the table will be directly at the page border.
5700  To add space between the table and the border one has to set the alignment
5701  to center and change the value of the \SpecialChar LaTeX
5702 -lengths 
5703 \series bold
5704
5705 \backslash
5706 LTleft 
5707 \series default
5708 or 
5709 \series bold
5710
5711 \backslash
5712 LTright
5713 \series default
5714  by inserting this line as \SpecialChar TeX
5715  Code before the multi-page table:
5716 \end_layout
5717
5718 \begin_layout Standard
5719
5720 \series bold
5721
5722 \backslash
5723 setlength{
5724 \backslash
5725 LTleft}{value}
5726 \end_layout
5727
5728 \begin_layout Standard
5729 The value can have any of the units listed in Table
5730 \begin_inset space ~
5731 \end_inset
5732
5733
5734 \begin_inset CommandInset ref
5735 LatexCommand ref
5736 reference "tab:Units"
5737
5738 \end_inset
5739
5740 .
5741  
5742 \series bold
5743
5744 \backslash
5745 LTleft
5746 \series default
5747  controls the horizontal distance from the left page border to the multi-page
5748  table, 
5749 \series bold
5750
5751 \backslash
5752 LTright
5753 \series default
5754  the distance from the right side.
5755  The default value for both lengths is 
5756 \series bold
5757
5758 \backslash
5759 fill
5760 \series default
5761 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5762 .
5763 \end_layout
5764
5765 \begin_layout Standard
5766 The following multi-page table was centered and 
5767 \series bold
5768
5769 \backslash
5770 LTleft
5771 \series default
5772  set to 
5773 \family sans
5774 0.1
5775 \backslash
5776 columnwidth
5777 \family default
5778 :
5779 \begin_inset ERT
5780 status collapsed
5781
5782 \begin_layout Plain Layout
5783
5784
5785 \backslash
5786 setlength{
5787 \backslash
5788 LTleft}{0.1
5789 \backslash
5790 columnwidth}
5791 \end_layout
5792
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset Tabular
5800 <lyxtabular version="3" rows="5" columns="5">
5801 <features islongtable="true" longtabularalignment="center">
5802 <column alignment="center" valignment="top">
5803 <column alignment="center" valignment="top" width="0pt">
5804 <column alignment="center" valignment="top">
5805 <column alignment="center" valignment="top">
5806 <column alignment="center" valignment="top">
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 1
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 2
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 3
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 4
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 5
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 s
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 s
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 s
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 asd
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 <row>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 asd
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 s
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 s
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 s
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 asd
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 asd
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 s
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 s
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 s
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 asd
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 asd
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 asd
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 asd
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 </lyxtabular>
6043
6044 \end_inset
6045
6046
6047 \begin_inset ERT
6048 status collapsed
6049
6050 \begin_layout Plain Layout
6051
6052
6053 \backslash
6054 setlength{
6055 \backslash
6056 LTleft}{
6057 \backslash
6058 fill}
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \begin_inset ERT
6065 status collapsed
6066
6067 \begin_layout Plain Layout
6068
6069
6070 \backslash
6071 addtocounter{table}{-1}
6072 \end_layout
6073
6074 \end_inset
6075
6076
6077 \begin_inset Note Note
6078 status collapsed
6079
6080 \begin_layout Plain Layout
6081 See the first greyed-out note in section
6082 \begin_inset space ~
6083 \end_inset
6084
6085
6086 \begin_inset CommandInset ref
6087 LatexCommand ref
6088 reference "subsec:Multi-page-Table-Captions"
6089
6090 \end_inset
6091
6092  for an explanation of this command.
6093 \end_layout
6094
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \begin_layout Subsection
6101 Multi-page Table Captions
6102 \begin_inset Index idx
6103 status collapsed
6104
6105 \begin_layout Plain Layout
6106 Table ! Multi-page Table ! Captions
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \begin_inset CommandInset label
6113 LatexCommand label
6114 name "subsec:Multi-page-Table-Captions"
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 A multi-page table cannot be put into a table float because floats can only
6123  be on one page.
6124  But the caption environment of floats can also be used for multi-page tables
6125  when you use the multi-page table option 
6126 \family sans
6127 Caption
6128 \family default
6129  as described in sec.
6130 \begin_inset space \thinspace{}
6131 \end_inset
6132
6133
6134 \begin_inset CommandInset ref
6135 LatexCommand ref
6136 reference "sec:Multi-page-Tables"
6137
6138 \end_inset
6139
6140 .
6141  Only one table row should contain a caption, either a header or a footer
6142  row.
6143 \end_layout
6144
6145 \begin_layout Standard
6146 Here is a short multi-page table to see how it works:
6147 \end_layout
6148
6149 \begin_layout Standard
6150 \begin_inset Tabular
6151 <lyxtabular version="3" rows="6" columns="5">
6152 <features islongtable="true" longtabularalignment="center">
6153 <column alignment="center" valignment="top">
6154 <column alignment="center" valignment="top">
6155 <column alignment="center" valignment="top">
6156 <column alignment="center" valignment="top">
6157 <column alignment="center" valignment="top">
6158 <row endfirsthead="true" caption="true">
6159 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 \begin_inset Caption Standard
6164
6165 \begin_layout Plain Layout
6166 Multi-page table with caption
6167 \begin_inset Argument 1
6168 status open
6169
6170 \begin_layout Plain Layout
6171 Multi-page table
6172 \end_layout
6173
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 </row>
6223 <row>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 1
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 2
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 3
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 4
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 5
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 asd
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 s
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 s
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 s
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 asd
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 <row>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 s
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 s
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 asd
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 s
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 s
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 asd
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 asd
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 asd
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 </lyxtabular>
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \begin_layout Standard
6466 \begin_inset VSpace medskip
6467 \end_inset
6468
6469
6470 \begin_inset Note Greyedout
6471 status open
6472
6473 \begin_layout Plain Layout
6474
6475 \series bold
6476 Note
6477 \begin_inset space ~
6478 \end_inset
6479
6480 1:
6481 \series default
6482  The table number is increased for every multi-page table, even if you did
6483  not set a caption for it.
6484  For this reason you could have the case that e.
6485 \begin_inset space \thinspace{}
6486 \end_inset
6487
6488 g.
6489 \begin_inset space \space{}
6490 \end_inset
6491
6492 Table
6493 \begin_inset space ~
6494 \end_inset
6495
6496 2.4 follows Table
6497 \begin_inset space ~
6498 \end_inset
6499
6500 2.1 in the list of tables if there are two multi-page tables without captions.
6501  To avoid this you can add the following command in \SpecialChar TeX
6502  Code after every multi-page
6503  table without a caption:
6504 \end_layout
6505
6506 \begin_layout Plain Layout
6507
6508 \series bold
6509
6510 \backslash
6511 addtocounter{table}{-1}
6512 \end_layout
6513
6514 \begin_layout Plain Layout
6515 This is not needed when none of your multi-page tables has a caption and
6516  you add the following code to the document preamble:
6517 \end_layout
6518
6519 \begin_layout Plain Layout
6520
6521 \series bold
6522
6523 \backslash
6524 let
6525 \backslash
6526 myEnd
6527 \backslash
6528 endlongtable
6529 \begin_inset Newline newline
6530 \end_inset
6531
6532
6533 \backslash
6534 renewcommand{
6535 \backslash
6536 endlongtable}{
6537 \backslash
6538 myEnd
6539 \backslash
6540 addtocounter{table}{-1}}
6541 \end_layout
6542
6543 \end_inset
6544
6545
6546 \end_layout
6547
6548 \begin_layout Standard
6549 \begin_inset Note Greyedout
6550 status open
6551
6552 \begin_layout Plain Layout
6553
6554 \series bold
6555 Note
6556 \begin_inset space ~
6557 \end_inset
6558
6559 2:
6560 \series default
6561  If you are using
6562 \series bold
6563  hyperref
6564 \series default
6565
6566 \begin_inset Index idx
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 \SpecialChar LaTeX
6571 -packages ! hyperref
6572 \end_layout
6573
6574 \end_inset
6575
6576  in the 
6577 \family sans
6578 PDF Properties
6579 \family default
6580  of the 
6581 \family sans
6582 Document Settings
6583 \family default
6584  dialog to link cross-references, the link to a multi-page table caption
6585  will always point to the beginning of the document.
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Subsubsection
6594 References to multi-page tables
6595 \begin_inset Index idx
6596 status collapsed
6597
6598 \begin_layout Plain Layout
6599 Table ! Multi-page Table ! References
6600 \end_layout
6601
6602 \end_inset
6603
6604
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \begin_inset Tabular
6609 <lyxtabular version="3" rows="6" columns="5">
6610 <features islongtable="true" longtabularalignment="center">
6611 <column alignment="center" valignment="top">
6612 <column alignment="center" valignment="top">
6613 <column alignment="center" valignment="top">
6614 <column alignment="center" valignment="top">
6615 <column alignment="center" valignment="top">
6616 <row endfirsthead="true" caption="true">
6617 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 \begin_inset Caption Standard
6622
6623 \begin_layout Plain Layout
6624 Referenced multi-page table
6625 \begin_inset CommandInset label
6626 LatexCommand label
6627 name "tab:Referenced-multi-page-table"
6628
6629 \end_inset
6630
6631
6632 \end_layout
6633
6634 \end_inset
6635
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 1
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 2
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 3
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 4
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 5
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 <row>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 asd
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 s
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 </row>
6772 <row>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 asd
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 s
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 asd
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 </row>
6819 <row>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 asd
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 s
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 asd
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 </row>
6866 <row>
6867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 asd
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 sad
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 </lyxtabular>
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Standard
6921 To reference a multi-page table, insert a label into the caption.
6922 \end_layout
6923
6924 \begin_layout Standard
6925 This is a reference to Table
6926 \begin_inset space ~
6927 \end_inset
6928
6929
6930 \begin_inset CommandInset ref
6931 LatexCommand ref
6932 reference "tab:Referenced-multi-page-table"
6933
6934 \end_inset
6935
6936 .
6937 \end_layout
6938
6939 \begin_layout Standard
6940 The caption layout can be set together with all other captions of your document
6941  using the \SpecialChar LaTeX
6942 -package 
6943 \series bold
6944 caption
6945 \series default
6946
6947 \begin_inset Index idx
6948 status collapsed
6949
6950 \begin_layout Plain Layout
6951 \SpecialChar LaTeX
6952 -packages ! caption
6953 \end_layout
6954
6955 \end_inset
6956
6957 , see section
6958 \begin_inset space ~
6959 \end_inset
6960
6961
6962 \begin_inset CommandInset ref
6963 LatexCommand ref
6964 reference "sec:Caption-Formatting"
6965
6966 \end_inset
6967
6968 .
6969 \end_layout
6970
6971 \begin_layout Subsubsection
6972 Caption Width
6973 \begin_inset Index idx
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977 Table ! Multi-page Table ! Caption Width
6978 \end_layout
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \begin_layout Standard
6986 The maximal width of caption lines is defined by the length 
6987 \series bold
6988
6989 \backslash
6990 LTcapwidth
6991 \series default
6992 .
6993  Its default value is 4
6994 \begin_inset space \thinspace{}
6995 \end_inset
6996
6997 in.
6998  To change it add the following command to your document preamble or as
6999  \SpecialChar TeX
7000  Code into your document before the multi-page table that should be affected
7001 \end_layout
7002
7003 \begin_layout Standard
7004
7005 \series bold
7006
7007 \backslash
7008 setlength{
7009 \backslash
7010 LTcapwidth}{width}
7011 \end_layout
7012
7013 \begin_layout Standard
7014 where the 
7015 \family sans
7016 width
7017 \family default
7018  can have one of the units listed in appendix
7019 \begin_inset space ~
7020 \end_inset
7021
7022
7023 \begin_inset CommandInset ref
7024 LatexCommand ref
7025 reference "cha:Units-available-in"
7026
7027 \end_inset
7028
7029 .
7030 \end_layout
7031
7032 \begin_layout Standard
7033 The following tables show the difference:
7034 \end_layout
7035
7036 \begin_layout Standard
7037 \begin_inset Tabular
7038 <lyxtabular version="3" rows="6" columns="5">
7039 <features islongtable="true" longtabularalignment="center">
7040 <column alignment="center" valignment="top">
7041 <column alignment="center" valignment="top">
7042 <column alignment="center" valignment="top">
7043 <column alignment="center" valignment="top">
7044 <column alignment="center" valignment="top">
7045 <row endfirsthead="true" caption="true">
7046 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset Caption Standard
7051
7052 \begin_layout Plain Layout
7053 Long full title with default width long full title with default width long
7054  full title with default width
7055 \begin_inset Argument 1
7056 status collapsed
7057
7058 \begin_layout Plain Layout
7059 caption with default width
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 </row>
7111 <row>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 1
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 2
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 3
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 4
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 5
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 s
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 <row>
7206 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 s
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 s
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 s
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 </row>
7252 <row>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 asd
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 s
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 s
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 s
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 asd
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 </row>
7299 <row>
7300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 asd
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 sad
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 asd
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 asd
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 asd
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 </row>
7346 </lyxtabular>
7347
7348 \end_inset
7349
7350
7351 \end_layout
7352
7353 \begin_layout Standard
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 setlength{
7362 \backslash
7363 LTcapwidth}{5cm}
7364 \end_layout
7365
7366 \end_inset
7367
7368
7369 \begin_inset Tabular
7370 <lyxtabular version="3" rows="6" columns="5">
7371 <features islongtable="true" longtabularalignment="center">
7372 <column alignment="center" valignment="top">
7373 <column alignment="center" valignment="top">
7374 <column alignment="center" valignment="top">
7375 <column alignment="center" valignment="top">
7376 <column alignment="center" valignment="top">
7377 <row endfirsthead="true" caption="true">
7378 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 \begin_inset Caption Standard
7383
7384 \begin_layout Plain Layout
7385 Long full title with width set to 5
7386 \begin_inset space \thinspace{}
7387 \end_inset
7388
7389 cm long full title with width set to 5
7390 \begin_inset space \thinspace{}
7391 \end_inset
7392
7393 cm long full title with width set to 5
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 cm
7398 \begin_inset Argument 1
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402 caption with width
7403 \begin_inset space \thinspace{}
7404 \end_inset
7405
7406 =
7407 \begin_inset space \thinspace{}
7408 \end_inset
7409
7410 5
7411 \begin_inset space \thinspace{}
7412 \end_inset
7413
7414 cm
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 1
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 2
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 3
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 4
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 5
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 asd
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 s
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 s
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 s
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 <row>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 asd
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 s
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 s
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 s
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 asd
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 asd
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 s
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 s
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 s
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 asd
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row>
7655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 asd
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 sad
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 asd
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 asd
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 asd
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 </lyxtabular>
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \begin_layout Standard
7709 \begin_inset ERT
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713
7714
7715 \backslash
7716 setlength{
7717 \backslash
7718 LTcapwidth}{4in}
7719 \end_layout
7720
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \begin_layout Standard
7727 \begin_inset Note Greyedout
7728 status open
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 Note:
7734 \series default
7735  When the \SpecialChar LaTeX
7736 -package 
7737 \series bold
7738 caption
7739 \series default
7740
7741 \begin_inset Index idx
7742 status collapsed
7743
7744 \begin_layout Plain Layout
7745 \SpecialChar LaTeX
7746 -packages ! caption
7747 \end_layout
7748
7749 \end_inset
7750
7751  is used, as in this document, the full page width is used for the caption
7752  when you use the default value of 4
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in for 
7757 \series bold
7758
7759 \backslash
7760 LTcapwidth
7761 \series default
7762 .
7763  To get in this case exactly a 4
7764 \begin_inset space \thinspace{}
7765 \end_inset
7766
7767 in wide caption, you can either use a value slightly different from 4.0
7768 \begin_inset space \thinspace{}
7769 \end_inset
7770
7771 in, e.
7772 \begin_inset space \thinspace{}
7773 \end_inset
7774
7775 g.
7776 \begin_inset space \space{}
7777 \end_inset
7778
7779 3.99
7780 \begin_inset space \thinspace{}
7781 \end_inset
7782
7783 in, or the \SpecialChar LaTeX
7784 -command 
7785 \series bold
7786
7787 \backslash
7788 captionsetup{width=value}
7789 \series default
7790  that is provided by the 
7791 \series bold
7792 caption
7793 \series default
7794 -package.
7795 \end_layout
7796
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \begin_layout Subsubsection
7803 Different Captions for Table Pages
7804 \begin_inset Index idx
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808 Table ! Multi-page Table ! Different Captions for Pages
7809 \end_layout
7810
7811 \end_inset
7812
7813
7814 \end_layout
7815
7816 \begin_layout Standard
7817 When the table captions for the following pages should differ from the one
7818  of the first table page, mark a empty row as header which contains a caption.
7819  Then right-click on the caption and select in the context menu 
7820 \family sans
7821 Caption
7822 \begin_inset space ~
7823 \end_inset
7824
7825 (Unnumbered)
7826 \family default
7827 .
7828  Table
7829 \begin_inset space ~
7830 \end_inset
7831
7832
7833 \begin_inset CommandInset ref
7834 LatexCommand ref
7835 reference "tab:DiffCaptions"
7836
7837 \end_inset
7838
7839  is an example of a multi-page table with different heading where the second
7840  caption does not include the table number.
7841 \end_layout
7842
7843 \begin_layout Standard
7844 \align center
7845 \begin_inset Tabular
7846 <lyxtabular version="3" rows="59" columns="3">
7847 <features islongtable="true" longtabularalignment="center">
7848 <column alignment="left" valignment="top" width="0cm">
7849 <column alignment="left" valignment="top" width="0pt">
7850 <column alignment="center" valignment="top" width="0pt">
7851 <row endfirsthead="true" caption="true">
7852 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 \begin_inset Caption Standard
7857
7858 \begin_layout Plain Layout
7859 Example Phone List
7860 \begin_inset CommandInset label
7861 LatexCommand label
7862 name "tab:DiffCaptions"
7863
7864 \end_inset
7865
7866
7867 \begin_inset Argument 1
7868 status collapsed
7869
7870 \begin_layout Plain Layout
7871 Example Phone List
7872 \end_layout
7873
7874 \end_inset
7875
7876
7877 \end_layout
7878
7879 \end_inset
7880
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row endfirsthead="true">
7906 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \series bold
7912 Example Phone List (ignore the names)
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row endfirsthead="true">
7937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \series bold
7943 NAME
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 TEL.
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row endhead="true" caption="true">
7970 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 \begin_inset Caption Unnumbered
7975
7976 \begin_layout Plain Layout
7977 Continued Example Phone List
7978 \end_layout
7979
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row endhead="true">
8007 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 Example Phone List
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row endhead="true">
8038 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 NAME
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 TEL.
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row endfoot="true">
8071 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 continued on next page
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \series bold
8106 Annovi
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 Silvia
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 111
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \series bold
8137 Bertoli
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 Stefano
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 111
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \series bold
8168 Bozzi
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Walter
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 111
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Cachia
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Maria
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 111
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Cachia
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Maurizio
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 111
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Cinquemani
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Giusi
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 111
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \series bold
8292 Colin
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 Bernard
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 111
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \series bold
8323 Concli
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Gianfranco
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 111
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \series bold
8354 Dal Bosco
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 Carolina
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 111
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \series bold
8385 Dalpiaz
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Annamaria
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 111
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \series bold
8416 Feliciello
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 Domenico
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 111
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Focarelli
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Paola
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 111
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Galletti
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Oreste
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 111
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Gasparini
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Franca
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 111
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Rizzardi
8541 \series default
8542
8543 \begin_inset Foot
8544 status open
8545
8546 \begin_layout Plain Layout
8547 Example footnote
8548 \end_layout
8549
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Paola
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 111
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \series bold
8583 Lassini
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Giancarlo
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 111
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \series bold
8614 Malfatti
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Luciano
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 111
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \series bold
8645 Malfatti
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Valeriano
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 111
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \series bold
8676 Meneguzzo
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 Roberto
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 111
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Mezzadra
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Roberto
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 111
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Pirpamer
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Erich
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 111
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Pochiesa
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Paolo
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 111, 222
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Radina
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Claudio
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 111
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Stuffer
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Oskar
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 111
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Tacchelli
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Ugo
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 111
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Tezzele
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Margit
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 111
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Unterkalmsteiner
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Frieda
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 111
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Vieider
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Hilde
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 111
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Vigna
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Jürgen
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 111
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Weber
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Maurizio
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 111
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Winkler
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Franz
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 111
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077  
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Annovi
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Silvia
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139 Bertoli
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Stefano
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 555
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \series bold
9170 Bozzi
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Walter
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 555
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \series bold
9201 Cachia
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Maria
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 555
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 <row>
9226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230
9231 \series bold
9232 Cachia
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 Maurizio
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 555
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \series bold
9263 Cinquemani
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 Giusi
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 555
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 <row>
9288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292
9293 \series bold
9294 Colin
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 Bernard
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 555
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 </row>
9318 <row>
9319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323
9324 \series bold
9325 Concli
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Gianfranco
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 555
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 <row>
9350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354
9355 \series bold
9356 Dal Bosco
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 Carolina
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 555
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \series bold
9387 Dalpiaz
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 Annamaria
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 555
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 </row>
9411 <row>
9412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416
9417 \series bold
9418 Feliciello
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 Domenico
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 555
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row>
9443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \series bold
9449 Focarelli
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 Paola
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 555
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 </row>
9473 <row>
9474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478
9479 \series bold
9480 Galletti
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 Oreste
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 555
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \series bold
9511 Gasparini
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 Franca
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 555
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \series bold
9542 Rizzardi
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 Paola
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 555
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 </row>
9566 <row>
9567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571
9572 \series bold
9573 Lassini
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 Giancarlo
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 555
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 </row>
9597 <row>
9598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \series bold
9604 Malfatti
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 Luciano
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 555
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 <row>
9629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \series bold
9635 Malfatti
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 Valeriano
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 555
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 <row>
9660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \series bold
9666 Meneguzzo
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 Roberto
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 555
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \series bold
9697 Mezzadra
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 Roberto
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 555
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 </lyxtabular>
9722
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \begin_layout Section
9729 Special Multi-page Table Issues
9730 \begin_inset CommandInset label
9731 LatexCommand label
9732 name "sec:Special-Longtable-Issues"
9733
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \begin_layout Subsection
9740 Multi-page Table Calculation
9741 \begin_inset Index idx
9742 status collapsed
9743
9744 \begin_layout Plain Layout
9745 Table ! Multi-page Table ! Calculation
9746 \end_layout
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \begin_layout Standard
9754 \SpecialChar LaTeX
9755  calculates the height of table pages and their page breaks using so called
9756  chunks.
9757  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9758 's memory.
9759  The default value was historically set to only 20
9760 \begin_inset space ~
9761 \end_inset
9762
9763 table rows.
9764  If you are using multi-page tables with many pages this may slow down the
9765  creation of your document.
9766  You can safely increase the chunk size to values of 100
9767 \begin_inset space \thinspace{}
9768 \end_inset
9769
9770 --
9771 \begin_inset space \thinspace{}
9772 \end_inset
9773
9774 1000 by adding this command line to your document preamble:
9775 \end_layout
9776
9777 \begin_layout Standard
9778
9779 \series bold
9780
9781 \backslash
9782 setcounter{LTchunksize}{100}
9783 \end_layout
9784
9785 \begin_layout Subsection
9786 Floats and Multi-page Tables
9787 \begin_inset Index idx
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791 Table ! Multi-page Table ! Floats
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \begin_layout Standard
9800 There might be problems when a float appears on the same page where a multi-page
9801  table starts.
9802  To avoid such a situation, insert a 
9803 \begin_inset Quotes eld
9804 \end_inset
9805
9806 clear page
9807 \begin_inset Quotes erd
9808 \end_inset
9809
9810  (menu 
9811 \family sans
9812 Insert\SpecialChar menuseparator
9813 Formatting\SpecialChar menuseparator
9814 Clear
9815 \begin_inset space ~
9816 \end_inset
9817
9818 Page
9819 \family default
9820 ) before your multi-page table.
9821 \end_layout
9822
9823 \begin_layout Subsection
9824 Forced Page Breaks
9825 \begin_inset Index idx
9826 status collapsed
9827
9828 \begin_layout Plain Layout
9829 Table ! Multi-page Table ! Forced Page Breaks
9830 \end_layout
9831
9832 \end_inset
9833
9834
9835 \end_layout
9836
9837 \begin_layout Standard
9838 By default tables are only broken between rows.
9839  If you have a cell with multiples lines and want to have a page break within
9840  the cell, insert the new line command 
9841 \begin_inset Quotes eld
9842 \end_inset
9843
9844
9845 \series bold
9846
9847 \backslash
9848
9849 \backslash
9850
9851 \series default
9852
9853 \begin_inset Quotes erd
9854 \end_inset
9855
9856  as \SpecialChar TeX
9857  Code at the point of the cell where it can be broken.
9858  Before the 
9859 \series bold
9860
9861 \backslash
9862
9863 \backslash
9864
9865 \series default
9866  command you have to insert in \SpecialChar TeX
9867  Code as many 
9868 \begin_inset Quotes eld
9869 \end_inset
9870
9871
9872 \series bold
9873 &
9874 \series default
9875
9876 \begin_inset Quotes erd
9877 \end_inset
9878
9879  characters as the number of the following table columns.
9880  The 
9881 \series bold
9882 &
9883 \series default
9884  is the character to separate table cells.
9885  Write in \SpecialChar TeX
9886  Code after each 
9887 \series bold
9888 &
9889 \series default
9890  the content of the corresponding following cell and delete the content
9891  of these cells.
9892 \begin_inset Newline newline
9893 \end_inset
9894
9895 After the 
9896 \series bold
9897
9898 \backslash
9899
9900 \backslash
9901
9902 \series default
9903  command, insert as many 
9904 \series bold
9905 &
9906 \series default
9907  characters as the number of table columns before the current column.
9908  In Table
9909 \begin_inset space ~
9910 \end_inset
9911
9912
9913 \begin_inset CommandInset ref
9914 LatexCommand ref
9915 reference "tab:ForcedPagebreak"
9916
9917 \end_inset
9918
9919  the cell that should be broken is in the second column followed by another
9920  column.
9921  Therefore the following command was inserted in the cell as \SpecialChar TeX
9922  Code after
9923  
9924 \begin_inset Quotes eld
9925 \end_inset
9926
9927
9928 \emph on
9929 Castelchiodato,
9930 \emph default
9931
9932 \begin_inset Quotes erd
9933 \end_inset
9934
9935 :
9936 \end_layout
9937
9938 \begin_layout Standard
9939
9940 \series bold
9941 & 111
9942 \backslash
9943
9944 \backslash
9945  
9946 \backslash
9947 newpage
9948 \begin_inset Newline newline
9949 \end_inset
9950
9951 &
9952 \end_layout
9953
9954 \begin_layout Standard
9955 The 
9956 \begin_inset Quotes eld
9957 \end_inset
9958
9959 111
9960 \begin_inset Quotes erd
9961 \end_inset
9962
9963  in the third column of the row was deleted.
9964  
9965 \series bold
9966
9967 \backslash
9968 newpage
9969 \series default
9970  is only needed when a page break should definitely occur at this position,
9971  otherwise it would be a conditional break.
9972  If your footer row of the multi-page table has for a certain reason no
9973  upper line but you would have a horizontal line where the cell is broken,
9974  use this command instead:
9975 \end_layout
9976
9977 \begin_layout Standard
9978
9979 \series bold
9980 & 111
9981 \backslash
9982
9983 \backslash
9984
9985 \begin_inset Newline newline
9986 \end_inset
9987
9988
9989 \backslash
9990 hline &
9991 \end_layout
9992
9993 \begin_layout Standard
9994 When the cell to be broken is in the last column, the command
9995 \end_layout
9996
9997 \begin_layout Standard
9998
9999 \series bold
10000
10001 \backslash
10002 setlength{
10003 \backslash
10004 parfillskip}{0pt}
10005 \end_layout
10006
10007 \begin_layout Standard
10008 must be inserted as \SpecialChar TeX
10009  Code at the beginning of the cell.
10010  This ensures that the part of the cell that will be displayed on the new
10011  page appears with the full width.
10012 \end_layout
10013
10014 \begin_layout Standard
10015 \align center
10016 \begin_inset Tabular
10017 <lyxtabular version="3" rows="38" columns="3">
10018 <features islongtable="true" longtabularalignment="center">
10019 <column alignment="left" valignment="top" width="0cm">
10020 <column alignment="left" valignment="top" width="3cm">
10021 <column alignment="center" valignment="top" width="0pt">
10022 <row endfirsthead="true" caption="true">
10023 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 \begin_inset Caption Standard
10028
10029 \begin_layout Plain Layout
10030 Table with forced page break in table cell
10031 \begin_inset CommandInset label
10032 LatexCommand label
10033 name "tab:ForcedPagebreak"
10034
10035 \end_inset
10036
10037
10038 \begin_inset Argument 1
10039 status collapsed
10040
10041 \begin_layout Plain Layout
10042 Table with forced page break in table cell
10043 \end_layout
10044
10045 \end_inset
10046
10047
10048 \end_layout
10049
10050 \end_inset
10051
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row endfirsthead="true">
10077 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Example Phone List (ignore the names)
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row endfirsthead="true">
10108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 NAME
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 TEL.
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row endhead="true" caption="true">
10141 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 \begin_inset Caption Unnumbered
10146
10147 \begin_layout Plain Layout
10148 Continued Example Phone List
10149 \end_layout
10150
10151 \end_inset
10152
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row endhead="true">
10178 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Example Phone List
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row endhead="true">
10209 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 NAME
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \series bold
10235 TEL.
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row endfoot="true">
10242 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 continued on next page
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Annovi
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Silvia
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Bertoli
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Stefano
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Bozzi
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Walter
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Cachia
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Maria
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Cachia
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Maurizio
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Cinquemani
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Giusi
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Colin
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Bernard
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Concli
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Gianfranco
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Dal Bosco
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Carolina
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Dalpiaz
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Annamaria
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Feliciello
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Domenico
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Focarelli
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Paola
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Galletti
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Oreste
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Gasparini
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Franca
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Lassini
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Giancarlo
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Malfatti
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Luciano
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Malfatti
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Valeriano
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Meneguzzo
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Roberto
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Mezzadra
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Roberto
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Pirpamer
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Erich
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Pochiesa
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Paolo
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111, 222
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Radina
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Claudio
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \series bold
10959 Rizzardi
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 Paolo, 11.
10969  Fürst von Montecompatri, 11.
10970  Fürst von Sulmona und Vivaro, 10.
10971  Fürst von Rossano, 5.
10972  Herzog von Canemorte, 11.
10973  Herzog von Palombara, 5.
10974  Herzog von Castelchiodato,
10975 \begin_inset ERT
10976 status open
10977
10978 \begin_layout Plain Layout
10979
10980 & 111
10981 \backslash
10982
10983 \backslash
10984  
10985 \backslash
10986 newpage
10987 \end_layout
10988
10989 \begin_layout Plain Layout
10990
10991 &
10992 \end_layout
10993
10994 \end_inset
10995
10996  11.
10997  Herzog von Poggionativo, 11.
10998  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10999  Graf von Valinfreda, 11.
11000  Baron von Cropalati, 11.
11001  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \series bold
11023 Stuffer
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 Oskar
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 111
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \series bold
11054 Tacchelli
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Ugo
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 111
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \series bold
11085 Tezzele
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Margit
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 111
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \series bold
11116 Unterkalmsteiner
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Frieda
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 111
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \series bold
11147 Vieider
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Hilde
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 111
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \series bold
11178 Vigna
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 Jürgen
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 111
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \series bold
11209 Weber
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Maurizio
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 111
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \series bold
11240 Winkler
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Franz
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 111
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 </lyxtabular>
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Section
11272 Multiple Lines, Columns and Rows
11273 \end_layout
11274
11275 \begin_layout Subsection
11276 Multiple Lines in Table Cells
11277 \begin_inset CommandInset label
11278 LatexCommand label
11279 name "subsec:Multiple-Lines-in"
11280
11281 \end_inset
11282
11283
11284 \begin_inset Index idx
11285 status collapsed
11286
11287 \begin_layout Plain Layout
11288 Multiple Lines in Table Cells
11289 \end_layout
11290
11291 \end_inset
11292
11293
11294 \begin_inset Index idx
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298 Table ! Linebreaks
11299 \end_layout
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \begin_layout Standard
11307 \noindent
11308 \begin_inset Float table
11309 placement H
11310 alignment document
11311 wide false
11312 sideways false
11313 status open
11314
11315 \begin_layout Plain Layout
11316 \begin_inset Caption Standard
11317
11318 \begin_layout Plain Layout
11319 \begin_inset CommandInset label
11320 LatexCommand label
11321 name "tab:Table-with-multiple"
11322
11323 \end_inset
11324
11325 Table with multiple lines in cells
11326 \end_layout
11327
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \begin_layout Plain Layout
11334 \align center
11335 \begin_inset Tabular
11336 <lyxtabular version="3" rows="3" columns="3">
11337 <features tabularvalignment="middle">
11338 <column alignment="center" valignment="middle" width="2.5cm">
11339 <column alignment="center" valignment="middle">
11340 <column alignment="center" valignment="middle">
11341 <row>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 multiple
11347 \begin_inset Newline linebreak
11348 \end_inset
11349
11350 lines
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 b
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 c
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 </row>
11374 <row>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 d
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 e
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 f
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 </row>
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 g
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 h
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 i
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 </lyxtabular>
11433
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \begin_layout Standard
11445 Setting a fixed width for a column enables you to enter text as a paragraph
11446  with multiple lines and hyphenation.
11447 \end_layout
11448
11449 \begin_layout Standard
11450 To produce Table
11451 \begin_inset space ~
11452 \end_inset
11453
11454
11455 \begin_inset CommandInset ref
11456 LatexCommand ref
11457 reference "tab:Table-with-multiple"
11458
11459 \end_inset
11460
11461 , create a 3×3 table, mark the first cell and right-click on it.
11462  In the appearing table dialog we set a cell width of 2.5
11463 \begin_inset space \thinspace{}
11464 \end_inset
11465
11466 cm and choose centered for the vertical and horizontal alignment.
11467  The vertical alignment is used for all cells of the row.
11468  As our text is smaller than 2.5
11469 \begin_inset space \thinspace{}
11470 \end_inset
11471
11472 cm, only one line will appear.
11473  To get two lines, a justified line break (shortcut 
11474 \begin_inset Info
11475 type  "shortcut"
11476 arg   "newline-insert linebreak"
11477 \end_inset
11478
11479 ) was added.
11480  If the text is wider than the set cell width, it will automatically be
11481  broken to several lines.
11482 \end_layout
11483
11484 \begin_layout Standard
11485 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11486  by \SpecialChar LaTeX
11487  if it is the first entry.
11488  Therefore you need to insert something to prevent the word not being the
11489  first entry.
11490  So add a horizontal space of 0
11491 \begin_inset space \thinspace{}
11492 \end_inset
11493
11494 pt before the word.
11495  As the space is zero, it doesn't change the output.
11496  Table
11497 \begin_inset space ~
11498 \end_inset
11499
11500
11501 \begin_inset CommandInset ref
11502 LatexCommand ref
11503 reference "tab:Table-with-and"
11504
11505 \end_inset
11506
11507  shows the effect.
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \begin_inset Float table
11512 placement h
11513 alignment document
11514 wide false
11515 sideways false
11516 status open
11517
11518 \begin_layout Plain Layout
11519 \begin_inset Caption Standard
11520
11521 \begin_layout Plain Layout
11522 \begin_inset CommandInset label
11523 LatexCommand label
11524 name "tab:Table-with-and"
11525
11526 \end_inset
11527
11528 Table with and without hyphenation
11529 \end_layout
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Plain Layout
11537 \begin_inset space \hfill{}
11538 \end_inset
11539
11540
11541 \begin_inset Tabular
11542 <lyxtabular version="3" rows="3" columns="3">
11543 <features tabularvalignment="middle">
11544 <column alignment="center" valignment="middle" width="2.5cm">
11545 <column alignment="center" valignment="middle">
11546 <column alignment="center" valignment="middle">
11547 <row>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 verylongtablecellword
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 b
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 c
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 d
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 e
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 f
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 g
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 h
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 i
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 </lyxtabular>
11635
11636 \end_inset
11637
11638
11639 \begin_inset space \hfill{}
11640 \end_inset
11641
11642
11643 \begin_inset Tabular
11644 <lyxtabular version="3" rows="3" columns="3">
11645 <features tabularvalignment="middle">
11646 <column alignment="center" valignment="middle" width="2.5cm">
11647 <column alignment="center" valignment="middle">
11648 <column alignment="center" valignment="middle">
11649 <row>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 \begin_inset space \hspace{}
11655 \length 0pt
11656 \end_inset
11657
11658 verylongtablecellword
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 b
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 c
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 <row>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 d
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 e
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 f
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 g
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 h
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 i
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 </lyxtabular>
11741
11742 \end_inset
11743
11744
11745 \begin_inset space \hfill{}
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Subsection
11757 Multicolumns
11758 \begin_inset CommandInset label
11759 LatexCommand label
11760 name "subsec:Multicolumns"
11761
11762 \end_inset
11763
11764
11765 \begin_inset Index idx
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769 Multicolumns
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \begin_inset Index idx
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779 Table ! Multicolumns
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Subsubsection
11788 Multicolumn Basics
11789 \end_layout
11790
11791 \begin_layout Standard
11792 To merge cells over multiple columns, select as many cells within a row
11793  as you want to merge and use either the table-toolbar button 
11794 \begin_inset Info
11795 type  "icon"
11796 arg   "tabular-feature multicolumn"
11797 \end_inset
11798
11799 , or the menu 
11800 \family sans
11801 Edit\SpecialChar menuseparator
11802 Table\SpecialChar menuseparator
11803 Multicolumn
11804 \family default
11805 , or right click on the marked cells and choose 
11806 \family sans
11807 Multicolumn
11808 \family default
11809  in the context menu.
11810 \end_layout
11811
11812 \begin_layout Standard
11813 Multicolumns have their own cell settings.
11814  That means changing cell borders, cell alignment, and the width only affects
11815  the multicolumn.
11816  Here is an example table with a multicolumn cell in the first row and one
11817  in the last row without the upper border:
11818 \end_layout
11819
11820 \begin_layout Standard
11821 \align center
11822 \begin_inset Tabular
11823 <lyxtabular version="3" rows="3" columns="4">
11824 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11825 <column alignment="center" valignment="top" width="0pt">
11826 <column alignment="center" valignment="middle">
11827 <column alignment="center" valignment="top" width="0in">
11828 <column alignment="center" valignment="top" width="0pt">
11829 <row>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 abc
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 def ghi
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 jkl
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 </row>
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872
11873 \family roman
11874 \series medium
11875 \shape up
11876 \size normal
11877 \emph off
11878 \bar no
11879 \noun off
11880 \color none
11881 A
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 B
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 C
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 D
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 1
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 2
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 3
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 4
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 </lyxtabular>
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Subsubsection
11960 Multicolumn Calculations
11961 \begin_inset CommandInset label
11962 LatexCommand label
11963 name "subsec:Multicolumn-Calculations"
11964
11965 \end_inset
11966
11967
11968 \begin_inset Index idx
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972 Multicolumns ! Calculations
11973 \end_layout
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \SpecialChar LyX
11982  supports multicolumns directly, but we have to take account of the cell
11983  width of the columns spanned by the multicolumn cell.
11984 \end_layout
11985
11986 \begin_layout Standard
11987 \begin_inset Float table
11988 placement h
11989 alignment document
11990 wide false
11991 sideways false
11992 status open
11993
11994 \begin_layout Plain Layout
11995 \begin_inset Caption Standard
11996
11997 \begin_layout Plain Layout
11998 \begin_inset CommandInset label
11999 LatexCommand label
12000 name "tab:Table-with-centered"
12001
12002 \end_inset
12003
12004 Table with centered multicolumn text above two columns that have exactly
12005  half the width of the multicolumn cell
12006 \begin_inset Argument 1
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010 Perfect multicolumn table
12011 \end_layout
12012
12013 \end_inset
12014
12015
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Plain Layout
12024 \align center
12025 \begin_inset Tabular
12026 <lyxtabular version="3" rows="3" columns="3">
12027 <features tabularvalignment="middle">
12028 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12029 <column alignment="center" valignment="middle">
12030 <column alignment="center" valignment="top">
12031 <row>
12032 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 multiple lines multicolumn
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 c
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 <row>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 d
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 e
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 f
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 <row>
12090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094 g
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 h
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 i
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 </row>
12118 </lyxtabular>
12119
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 To create for example Table
12132 \begin_inset space ~
12133 \end_inset
12134
12135
12136 \begin_inset CommandInset ref
12137 LatexCommand ref
12138 reference "tab:Table-with-centered"
12139
12140 \end_inset
12141
12142 , mark the first two cells in the first row of a 3×3 table and right-click
12143  on them.
12144  Now choose for this cell 
12145 \emph on
12146 multicolumn
12147 \emph default
12148
12149 \emph on
12150 centered alignment
12151 \emph default
12152  and a width of 2.5
12153 \begin_inset space \thinspace{}
12154 \end_inset
12155
12156 cm in the table dialog.
12157  The merged columns should have exactly half the width of the multicolumn
12158  cell, so that you would set a width of 1.25
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 cm for the first column.
12163  The second column has then automatically a width of 1.25
12164 \begin_inset space \thinspace{}
12165 \end_inset
12166
12167 cm (multicolumn width - width of first column).
12168  This was done for Table
12169 \begin_inset space ~
12170 \end_inset
12171
12172
12173 \begin_inset CommandInset ref
12174 LatexCommand ref
12175 reference "tab:Table-without-half"
12176
12177 \end_inset
12178
12179 .
12180 \end_layout
12181
12182 \begin_layout Standard
12183 \begin_inset Float table
12184 placement document
12185 alignment document
12186 wide false
12187 sideways false
12188 status open
12189
12190 \begin_layout Plain Layout
12191 \begin_inset Caption Standard
12192
12193 \begin_layout Plain Layout
12194 \begin_inset CommandInset label
12195 LatexCommand label
12196 name "tab:Table-without-half"
12197
12198 \end_inset
12199
12200 Table where the spanned table columns are not exactly half the width of
12201  the multicolumn cell
12202 \begin_inset Argument 1
12203 status collapsed
12204
12205 \begin_layout Plain Layout
12206 Imperfect multicolumn table
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \end_inset
12215
12216
12217 \end_layout
12218
12219 \begin_layout Plain Layout
12220 \align center
12221 \begin_inset Tabular
12222 <lyxtabular version="3" rows="3" columns="3">
12223 <features tabularvalignment="middle">
12224 <column alignment="center" valignment="top" width="1.25cm">
12225 <column alignment="center" valignment="top">
12226 <column alignment="center" valignment="top">
12227 <row>
12228 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 multiple lines multicolumn
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 c
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 d
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 e
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 f
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 <row>
12286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 g
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 h
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 i
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 </lyxtabular>
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \begin_layout Standard
12327 You can see that the first column is not half the width of the multicolumn
12328  cell, it is a bit bigger.
12329  The reason is that the specified width of a cell 
12330 \begin_inset Formula $W_{g}$
12331 \end_inset
12332
12333  is not its total width 
12334 \begin_inset Formula $W_{\mathrm{tot}}$
12335 \end_inset
12336
12337  because a cell is always a bit larger than specified.
12338  Appendix
12339 \begin_inset space ~
12340 \end_inset
12341
12342
12343 \begin_inset CommandInset ref
12344 LatexCommand ref
12345 reference "cha:Explanation-of-Equation"
12346
12347 \end_inset
12348
12349  explains this in detail.
12350 \end_layout
12351
12352 \begin_layout Standard
12353 The width 
12354 \begin_inset Formula $W_{g\,n}$
12355 \end_inset
12356
12357  which the user needs to set when 
12358 \emph on
12359 n
12360 \emph default
12361  columns are spanned can be calculated, so that each column has a total
12362  width of 
12363 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12364 \end_inset
12365
12366 :
12367 \begin_inset Formula 
12368 \begin{equation}
12369 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12370 \end{equation}
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 In our case we have 
12379 \begin_inset Formula $n=2$
12380 \end_inset
12381
12382
12383 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12384 \end_inset
12385
12386 cm and the default values for the lengths, so that equation 
12387 \begin_inset CommandInset ref
12388 LatexCommand ref
12389 reference "eq:Wgn"
12390
12391 \end_inset
12392
12393  becomes
12394 \begin_inset Formula 
12395 \begin{equation}
12396 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12397 \end{equation}
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 To enable calculations in \SpecialChar LaTeX
12406 , the \SpecialChar LaTeX
12407 -package 
12408 \series bold
12409 calc
12410 \series default
12411  must be loaded with the document preamble line
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 \SpecialChar LaTeX
12417 -packages ! calc
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426
12427 \series bold
12428
12429 \backslash
12430 usepackage{calc}
12431 \end_layout
12432
12433 \begin_layout Standard
12434 \SpecialChar LyX
12435  does not allow you to calculate lengths in the 
12436 \family sans
12437 Width
12438 \family default
12439  field of the table dialog.
12440  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12441 -argument in the
12442  dialog.
12443  Here is an overview about the arguments:
12444 \end_layout
12445
12446 \begin_layout Itemize
12447
12448 \series bold
12449 p{width}
12450 \series default
12451  creates cell with a fixed width, its text is vertically top-aligned
12452 \end_layout
12453
12454 \begin_layout Itemize
12455
12456 \series bold
12457 m{width}
12458 \series default
12459  creates cell with a fixed width, its text is vertically centered
12460 \end_layout
12461
12462 \begin_layout Itemize
12463
12464 \series bold
12465 b{width}
12466 \series default
12467  creates cell with a fixed width, its text is vertically bottom-aligned
12468 \end_layout
12469
12470 \begin_layout Standard
12471 By entering a \SpecialChar LaTeX
12472 -argument, all cell settings set in the table dialog are overwritt
12473 en.
12474 \end_layout
12475
12476 \begin_layout Standard
12477 \begin_inset Note Greyedout
12478 status open
12479
12480 \begin_layout Plain Layout
12481
12482 \series bold
12483 Note:
12484 \series default
12485  Due to a bug, \SpecialChar LyX
12486  shows the overwritten settings anyway.
12487 \end_layout
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \begin_layout Standard
12495 As the text should be horizontally centered, the command 
12496 \series bold
12497
12498 \backslash
12499 centering
12500 \series default
12501  is added.
12502  You can now enter the following \SpecialChar LaTeX
12503 -argument for the first spanned column:
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509 >{
12510 \backslash
12511 centering}m{1.25cm-6.2pt}
12512 \end_layout
12513
12514 \begin_layout Standard
12515 The command 
12516 \series bold
12517 >{ }
12518 \series default
12519  means, that the commands inside the braces are applied before the cell
12520  is created.
12521 \end_layout
12522
12523 \begin_layout Standard
12524 Although we have chosen centered alignment for the text of the multicolumn
12525  cell, it is still left aligned.
12526  This is because \SpecialChar LyX
12527  only applies the alignment to single columns.
12528  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12529 -argument
12530 \end_layout
12531
12532 \begin_layout Standard
12533
12534 \series bold
12535 >{
12536 \backslash
12537 centering}m{2.5cm}
12538 \end_layout
12539
12540 \begin_layout Subsection
12541 Multirows
12542 \begin_inset CommandInset label
12543 LatexCommand label
12544 name "subsec:Multirows"
12545
12546 \end_inset
12547
12548
12549 \begin_inset Index idx
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553 Multirows
12554 \end_layout
12555
12556 \end_inset
12557
12558
12559 \begin_inset Index idx
12560 status collapsed
12561
12562 \begin_layout Plain Layout
12563 Table ! Multirows
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \end_layout
12570
12571 \begin_layout Standard
12572 To merge cells over multiple rows, select as many cells within a column
12573  as you want to merge and use either the table-toolbar button 
12574 \begin_inset Info
12575 type  "icon"
12576 arg   "tabular-feature multirow"
12577 \end_inset
12578
12579 , or the menu 
12580 \family sans
12581 Edit\SpecialChar menuseparator
12582 Table\SpecialChar menuseparator
12583 Multirow
12584 \family default
12585 , or right click on the marked cells and choose 
12586 \family sans
12587 Multirow
12588 \family default
12589  in the context menu.
12590 \end_layout
12591
12592 \begin_layout Standard
12593 Here is an example table with a multirow in the first column:
12594 \end_layout
12595
12596 \begin_layout Standard
12597 \align center
12598 \begin_inset Tabular
12599 <lyxtabular version="3" rows="3" columns="3">
12600 <features tabularvalignment="middle">
12601 <column alignment="center" valignment="top" width="0pt">
12602 <column alignment="center" valignment="top">
12603 <column alignment="center" valignment="top">
12604 <row>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 a long cell entry
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 b
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 c
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 </row>
12633 <row>
12634 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 multirow
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 e
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 f
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 h
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 i
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 </lyxtabular>
12692
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \begin_layout Standard
12699 The width of multirow cells is set by setting the width and alignment for
12700  the whole column.
12701  The 
12702 \family sans
12703 Vertical Offset
12704 \family default
12705  shifts the content of the multirow up/down if the offset is positive/negative.
12706 \end_layout
12707
12708 \begin_layout Standard
12709 If the column of a multirow cell has no explicit width, the multirow cell
12710  inherits the alignment of the column.
12711  Otherwise it is by default left-aligned.
12712  To override the default, renew the command 
12713 \series bold
12714
12715 \backslash
12716 multirowsetup
12717 \series default
12718  with the command
12719 \end_layout
12720
12721 \begin_layout Standard
12722
12723 \series bold
12724
12725 \backslash
12726 renewcommand{
12727 \backslash
12728 multirowsetup}{
12729 \backslash
12730 centering}
12731 \end_layout
12732
12733 \begin_layout Standard
12734 in the document preamble.
12735  Then all entries of multirow cells in the document are centered.
12736  If centering is only needed for several tables, you can renew the command
12737  in a \SpecialChar TeX
12738  Code box just before the table instead of the preamble.
12739  If the text should be right-aligned, replace 
12740 \series bold
12741
12742 \backslash
12743 centering
12744 \series default
12745  by 
12746 \series bold
12747
12748 \backslash
12749 raggedleft
12750 \series default
12751 .
12752  To return to left-alignment 
12753 \series bold
12754
12755 \backslash
12756 raggedright
12757 \series default
12758  is used.
12759 \end_layout
12760
12761 \begin_layout Standard
12762 This is an example table with a right-aligned multirow cell that has a vertical
12763  offset of -4
12764 \begin_inset space \thinspace{}
12765 \end_inset
12766
12767 mm and is in a 3
12768 \begin_inset space \thinspace{}
12769 \end_inset
12770
12771 cm wide column:
12772 \end_layout
12773
12774 \begin_layout Standard
12775 \noindent
12776 \align center
12777 \begin_inset ERT
12778 status collapsed
12779
12780 \begin_layout Plain Layout
12781
12782
12783 \backslash
12784 renewcommand{
12785 \backslash
12786 multirowsetup}{
12787 \backslash
12788 raggedleft}
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \begin_inset Tabular
12795 <lyxtabular version="3" rows="4" columns="3">
12796 <features tabularvalignment="middle">
12797 <column alignment="center" valignment="top" width="3cm">
12798 <column alignment="center" valignment="top">
12799 <column alignment="center" valignment="top">
12800 <row>
12801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 a long cell entry
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 b
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 c
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 </row>
12829 <row>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 t
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 n
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 m
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 <row>
12859 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 multirow
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 e
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 f
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 </row>
12887 <row>
12888 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 h
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 i
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 </lyxtabular>
12917
12918 \end_inset
12919
12920
12921 \begin_inset ERT
12922 status collapsed
12923
12924 \begin_layout Plain Layout
12925
12926
12927 \backslash
12928 renewcommand{
12929 \backslash
12930 multirowsetup}{
12931 \backslash
12932 raggedright}
12933 \end_layout
12934
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \begin_layout Standard
12941 To start a new line in a multirow you can use a forced line break (shortcut
12942  
12943 \begin_inset Info
12944 type  "shortcut"
12945 arg   "newline-insert newline"
12946 \end_inset
12947
12948 ) but this will not respect the cell lines as demonstrated in this table:
12949 \end_layout
12950
12951 \begin_layout Standard
12952 \noindent
12953 \align center
12954 \begin_inset Tabular
12955 <lyxtabular version="3" rows="3" columns="2">
12956 <features tabularvalignment="middle">
12957 <column alignment="left" valignment="middle" width="2cm">
12958 <column alignment="center" valignment="top">
12959 <row>
12960 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 aaa
12965 \begin_inset Newline newline
12966 \end_inset
12967
12968 aaa
12969 \begin_inset Newline newline
12970 \end_inset
12971
12972 wrong cell
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981 ccc
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 </row>
12987 <row>
12988 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 ddd
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row>
13008 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 bbb
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 eee
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 </lyxtabular>
13028
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Standard
13035 Therefore be careful with forced line breaks.
13036 \end_layout
13037
13038 \begin_layout Subsection
13039 Cells with diagonal line(s)
13040 \end_layout
13041
13042 \begin_layout Standard
13043 To tell the reader what is meant by column and row headings in a table,
13044  it is helpful to split the first cell of the table by one or two diagonal
13045  lines.
13046  This can be achieved by loading the \SpecialChar LaTeX
13047  package 
13048 \series bold
13049 diagbox
13050 \series default
13051
13052 \begin_inset Index idx
13053 status collapsed
13054
13055 \begin_layout Plain Layout
13056 \SpecialChar LaTeX
13057 -packages ! picinpar
13058 \end_layout
13059
13060 \end_inset
13061
13062  in the document preamble.
13063  The package provides the command 
13064 \series bold
13065
13066 \backslash
13067 diagbox
13068 \series default
13069  that is inserted as \SpecialChar TeX
13070  Code and that can take 2 or 3
13071 \begin_inset space ~
13072 \end_inset
13073
13074 arguments:
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080
13081 \backslash
13082 diagbox[options]{lower left}{upper right}
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \series bold
13088
13089 \backslash
13090 diagbox[options]{lower left}{upper left}{upper right}
13091 \end_layout
13092
13093 \begin_layout Standard
13094 The first scheme divides the cell by a single diagonal line and the arguments
13095  are placed below and above this line.
13096  The second scheme divides the cell by 2
13097 \begin_inset space ~
13098 \end_inset
13099
13100 lines.
13101 \end_layout
13102
13103 \begin_layout Standard
13104 \begin_inset ERT
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108
13109
13110 \backslash
13111 ifdiagbox
13112 \end_layout
13113
13114 \end_inset
13115
13116
13117 \begin_inset Note Note
13118 status open
13119
13120 \begin_layout Plain Layout
13121 The following section will only be displayed when the \SpecialChar LaTeX
13122 -package 
13123 \series bold
13124 diagbox
13125 \series default
13126  is installed.
13127 \end_layout
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \begin_layout Standard
13135 Here is an example table where 
13136 \series bold
13137
13138 \backslash
13139 diagbox 
13140 \series default
13141 is used in the 2-argument scheme in the first cell:
13142 \begin_inset VSpace medskip
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \begin_layout Standard
13149 \noindent
13150 \begin_inset Tabular
13151 <lyxtabular version="3" rows="4" columns="4">
13152 <features tabularvalignment="middle">
13153 <column alignment="center" valignment="top">
13154 <column alignment="center" valignment="top">
13155 <column alignment="center" valignment="top">
13156 <column alignment="center" valignment="top">
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 \begin_inset ERT
13163 status collapsed
13164
13165 \begin_layout Plain Layout
13166
13167
13168 \backslash
13169 diagbox{
13170 \end_layout
13171
13172 \end_inset
13173
13174 Name
13175 \begin_inset ERT
13176 status collapsed
13177
13178 \begin_layout Plain Layout
13179
13180 }{
13181 \end_layout
13182
13183 \end_inset
13184
13185 Parameter
13186 \begin_inset ERT
13187 status collapsed
13188
13189 \begin_layout Plain Layout
13190
13191 }
13192 \end_layout
13193
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 Thickness in nm
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 Transparency in %
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 Hardness in MPa
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 </row>
13229 <row>
13230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Perfect Green
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 45
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 80
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 504
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 </row>
13267 <row>
13268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 Dark Multi-P
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 60
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 72
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 982
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 </row>
13305 <row>
13306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 Crystal Clear Pro
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 18
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 86
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 374
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 </lyxtabular>
13344
13345 \end_inset
13346
13347
13348 \begin_inset VSpace medskip
13349 \end_inset
13350
13351
13352 \end_layout
13353
13354 \begin_layout Standard
13355 The 3-argument scheme is for example useful for cross-tables of sports leagues
13356  or distances:
13357 \end_layout
13358
13359 \begin_layout Standard
13360 \noindent
13361 \align center
13362 \begin_inset Tabular
13363 <lyxtabular version="3" rows="4" columns="4">
13364 <features tabularvalignment="middle">
13365 <column alignment="center" valignment="top" width="0pt">
13366 <column alignment="center" valignment="top">
13367 <column alignment="center" valignment="top">
13368 <column alignment="center" valignment="top">
13369 <row>
13370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 \begin_inset ERT
13375 status collapsed
13376
13377 \begin_layout Plain Layout
13378
13379
13380 \backslash
13381 diagbox{
13382 \end_layout
13383
13384 \end_inset
13385
13386 Team home
13387 \begin_inset ERT
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391
13392 }{
13393 \end_layout
13394
13395 \end_inset
13396
13397 Result
13398 \begin_inset ERT
13399 status collapsed
13400
13401 \begin_layout Plain Layout
13402
13403 }{
13404 \end_layout
13405
13406 \end_inset
13407
13408 Team away
13409 \begin_inset ERT
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413
13414 }
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Tigers
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 Panthers
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 Falcons
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 </row>
13452 <row>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 Tigers
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 1:3
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 0:1
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 Panthers
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 3:1
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 0:0
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 <row>
13529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 Falcons
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 1:0
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 0:0
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 </lyxtabular>
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 For larger cross-tables one might use split cells in 2 or every corner of
13575  the table like in this example:
13576 \end_layout
13577
13578 \begin_layout Standard
13579 \noindent
13580 \align center
13581 \begin_inset Tabular
13582 <lyxtabular version="3" rows="5" columns="5">
13583 <features tabularvalignment="middle">
13584 <column alignment="center" valignment="top" width="0pt">
13585 <column alignment="center" valignment="top">
13586 <column alignment="center" valignment="top">
13587 <column alignment="center" valignment="top">
13588 <column alignment="center" valignment="top">
13589 <row>
13590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 \begin_inset ERT
13595 status open
13596
13597 \begin_layout Plain Layout
13598
13599
13600 \backslash
13601 diagbox{
13602 \end_layout
13603
13604 \end_inset
13605
13606 Team home
13607 \begin_inset ERT
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611
13612 }{
13613 \end_layout
13614
13615 \end_inset
13616
13617 Result
13618 \begin_inset ERT
13619 status collapsed
13620
13621 \begin_layout Plain Layout
13622
13623 }{
13624 \end_layout
13625
13626 \end_inset
13627
13628 Team away
13629 \begin_inset ERT
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633
13634 }
13635 \end_layout
13636
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 Tigers
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 Panthers
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 Falcons
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 \begin_inset ERT
13676 status open
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 diagbox[dir=NE]{
13683 \end_layout
13684
13685 \end_inset
13686
13687 Team home
13688 \begin_inset ERT
13689 status collapsed
13690
13691 \begin_layout Plain Layout
13692
13693 }{
13694 \end_layout
13695
13696 \end_inset
13697
13698 Result
13699 \begin_inset ERT
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703
13704 }{
13705 \end_layout
13706
13707 \end_inset
13708
13709 Team away
13710 \begin_inset ERT
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714
13715 }
13716 \end_layout
13717
13718 \end_inset
13719
13720
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 Tigers
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 1:3
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 0:1
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 Tigers
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Panthers
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 3:1
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 0:0
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 Panthers
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 Falcons
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 1:0
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 0:0
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 Falcons
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 </row>
13867 <row>
13868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 \begin_inset ERT
13873 status open
13874
13875 \begin_layout Plain Layout
13876
13877
13878 \backslash
13879 diagbox[dir=SW]{
13880 \end_layout
13881
13882 \end_inset
13883
13884 Team home
13885 \begin_inset ERT
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889
13890 }{
13891 \end_layout
13892
13893 \end_inset
13894
13895 Result
13896 \begin_inset ERT
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900
13901 }{
13902 \end_layout
13903
13904 \end_inset
13905
13906 Team away
13907 \begin_inset ERT
13908 status collapsed
13909
13910 \begin_layout Plain Layout
13911
13912 }
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 Tigers
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935 Panthers
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Plain Layout
13944 Falcons
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 \begin_inset ERT
13954 status open
13955
13956 \begin_layout Plain Layout
13957
13958
13959 \backslash
13960 diagbox[dir=SE]{
13961 \end_layout
13962
13963 \end_inset
13964
13965 Team home
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971 }{
13972 \end_layout
13973
13974 \end_inset
13975
13976 Result
13977 \begin_inset ERT
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981
13982 }{
13983 \end_layout
13984
13985 \end_inset
13986
13987 Team away
13988 \begin_inset ERT
13989 status collapsed
13990
13991 \begin_layout Plain Layout
13992
13993 }
13994 \end_layout
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 </row>
14004 </lyxtabular>
14005
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \begin_layout Standard
14012 To rotate the diagonal lines, the command option 
14013 \series bold
14014 dir=direction
14015 \series default
14016  is used.
14017  
14018 \emph on
14019 direction
14020 \emph default
14021  is either 
14022 \series bold
14023 NE
14024 \series default
14025
14026 \series bold
14027 SE
14028 \series default
14029
14030 \series bold
14031 SW
14032 \series default
14033  or 
14034 \series bold
14035 NW
14036 \series default
14037  and represent a point of a compass.
14038  
14039 \series bold
14040 SW
14041 \series default
14042  is for example the south-west corner.
14043  Thus in the lower left cell of the above table the command
14044 \end_layout
14045
14046 \begin_layout Standard
14047
14048 \series bold
14049
14050 \backslash
14051 diagbox[dir=SW]{Team home}{Result}{Team away}
14052 \end_layout
14053
14054 \begin_layout Standard
14055 is used.
14056  If no direction is given, it will be NW.
14057 \end_layout
14058
14059 \begin_layout Standard
14060 The necessary width of split cells is automatically calculated.
14061  Thus if you set a fixed column width smaller than the calculated one, the
14062  cell's content will protrude the cell borders:
14063 \end_layout
14064
14065 \begin_layout Standard
14066 \noindent
14067 \align center
14068 \begin_inset Tabular
14069 <lyxtabular version="3" rows="2" columns="2">
14070 <features tabularvalignment="middle">
14071 <column alignment="center" valignment="top" width="3cm">
14072 <column alignment="center" valignment="top">
14073 <row>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 \begin_inset ERT
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082
14083
14084 \backslash
14085 diagbox{
14086 \end_layout
14087
14088 \end_inset
14089
14090 Name
14091 \begin_inset ERT
14092 status collapsed
14093
14094 \begin_layout Plain Layout
14095
14096 }{
14097 \end_layout
14098
14099 \end_inset
14100
14101 Parameter
14102 \begin_inset ERT
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106
14107 }
14108 \end_layout
14109
14110 \end_inset
14111
14112
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 Thickness in nm
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 </row>
14127 <row>
14128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 Perfect Green
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 45
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 </row>
14147 </lyxtabular>
14148
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155 If you need a certain width for columns with a split cell, use the command
14156  option 
14157 \series bold
14158 width=3cm
14159 \series default
14160  (replace '3cm' by the width you need).
14161  In the following table the width of the first column is set to 4
14162 \begin_inset space \thinspace{}
14163 \end_inset
14164
14165 cm.
14166  For 
14167 \series bold
14168
14169 \backslash
14170 diagbox
14171 \series default
14172  a width of 4
14173 \begin_inset space \thinspace{}
14174 \end_inset
14175
14176 cm + 2
14177 \begin_inset space \thinspace{}
14178 \end_inset
14179
14180
14181 \backslash
14182 tabcolsep is necessary because the overall width is the width for the text
14183  (in this case the 4
14184 \begin_inset space \thinspace{}
14185 \end_inset
14186
14187 cm) plus two times the separation of the text and the cell border.
14188  The calculation of the width cannot be done in the command option of 
14189 \series bold
14190
14191 \backslash
14192 diagbox
14193 \series default
14194  so one needs to create a new length which can be used later.
14195  This is done with the \SpecialChar TeX
14196  Code commands
14197 \end_layout
14198
14199 \begin_layout Standard
14200
14201 \series bold
14202
14203 \backslash
14204 newlength{
14205 \backslash
14206 diagtest}
14207 \begin_inset Newline newline
14208 \end_inset
14209
14210
14211 \backslash
14212 setlength{
14213 \backslash
14214 diagtest}{4cm+2
14215 \backslash
14216 tabcolsep}
14217 \end_layout
14218
14219 \begin_layout Standard
14220 \begin_inset ERT
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224
14225
14226 \backslash
14227 newlength{
14228 \backslash
14229 diagtest}
14230 \end_layout
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 setlength{
14237 \backslash
14238 diagtest}{4cm+2
14239 \backslash
14240 tabcolsep}
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249 To enable calculations in \SpecialChar LaTeX
14250  one needs to load the package 
14251 \series bold
14252 calc
14253 \series default
14254
14255 \begin_inset Index idx
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259 \SpecialChar LaTeX
14260 -packages ! calc
14261 \end_layout
14262
14263 \end_inset
14264
14265  in the document preamble.
14266 \end_layout
14267
14268 \begin_layout Standard
14269 In this table you can now use the command
14270 \end_layout
14271
14272 \begin_layout Standard
14273
14274 \series bold
14275
14276 \backslash
14277 diagbox[width=
14278 \backslash
14279 diagtest]{A}{B}
14280 \end_layout
14281
14282 \begin_layout Standard
14283 in the first cell:
14284 \end_layout
14285
14286 \begin_layout Standard
14287 \noindent
14288 \align center
14289 \begin_inset Tabular
14290 <lyxtabular version="3" rows="2" columns="2">
14291 <features tabularvalignment="middle">
14292 <column alignment="center" valignment="top" width="4cm">
14293 <column alignment="center" valignment="top">
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 \begin_inset ERT
14300 status open
14301
14302 \begin_layout Plain Layout
14303
14304
14305 \backslash
14306 diagbox[width=
14307 \backslash
14308 diagtest]{
14309 \end_layout
14310
14311 \end_inset
14312
14313 A
14314 \begin_inset ERT
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318
14319 }{
14320 \end_layout
14321
14322 \end_inset
14323
14324 B
14325 \begin_inset ERT
14326 status collapsed
14327
14328 \begin_layout Plain Layout
14329
14330 }
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 Thickness in nm
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row>
14351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 Perfect Green
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 45
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 </lyxtabular>
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378 Note that the split cell needs to be the widest one in the column.
14379  Otherwise the length of the diagonal line cannot be calculated correctly
14380  like in this table:
14381 \end_layout
14382
14383 \begin_layout Standard
14384 \noindent
14385 \align center
14386 \begin_inset Tabular
14387 <lyxtabular version="3" rows="2" columns="2">
14388 <features tabularvalignment="middle">
14389 <column alignment="center" valignment="top" width="0pt">
14390 <column alignment="center" valignment="top">
14391 <row>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401
14402 \backslash
14403 diagbox{
14404 \end_layout
14405
14406 \end_inset
14407
14408 A
14409 \begin_inset ERT
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413
14414 }{
14415 \end_layout
14416
14417 \end_inset
14418
14419 B
14420 \begin_inset ERT
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424
14425 }
14426 \end_layout
14427
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 Thickness in nm
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 Perfect Green
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 45
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 </row>
14465 </lyxtabular>
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \begin_layout Standard
14473 In this case use the 
14474 \series bold
14475 width
14476 \series default
14477  option of the 
14478 \series bold
14479
14480 \backslash
14481 diagbox
14482 \series default
14483  command.
14484  It is then not necessary to add 2
14485 \backslash
14486 tabcolsep because the cell width is now the width of the column.
14487  In this table a width of 3
14488 \begin_inset space \thinspace{}
14489 \end_inset
14490
14491 cm is used:
14492 \end_layout
14493
14494 \begin_layout Standard
14495 \noindent
14496 \align center
14497 \begin_inset Tabular
14498 <lyxtabular version="3" rows="2" columns="2">
14499 <features tabularvalignment="middle">
14500 <column alignment="center" valignment="top" width="0pt">
14501 <column alignment="center" valignment="top">
14502 <row>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 \begin_inset ERT
14508 status open
14509
14510 \begin_layout Plain Layout
14511
14512
14513 \backslash
14514 diagbox[width=3cm]{
14515 \end_layout
14516
14517 \end_inset
14518
14519 A
14520 \begin_inset ERT
14521 status collapsed
14522
14523 \begin_layout Plain Layout
14524
14525 }{
14526 \end_layout
14527
14528 \end_inset
14529
14530 B
14531 \begin_inset ERT
14532 status collapsed
14533
14534 \begin_layout Plain Layout
14535
14536 }
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 Thickness in nm
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 </row>
14556 <row>
14557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 Perfect Green
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 45
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 </lyxtabular>
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \begin_layout Standard
14584 For multiple text lines in split cells one needs some extra height to fit
14585  the text to the cell.
14586  This can be achieved with the 
14587 \series bold
14588
14589 \backslash
14590 diagbox
14591 \series default
14592  option 
14593 \series bold
14594 height=3cm
14595 \series default
14596  (replace '3cm' by the height you need).
14597  In the following table the command
14598 \end_layout
14599
14600 \begin_layout Standard
14601
14602 \series bold
14603
14604 \backslash
14605 diagbox[width=3cm,height=1.4cm]{A
14606 \backslash
14607
14608 \backslash
14609 B}{C
14610 \backslash
14611
14612 \backslash
14613 D}
14614 \end_layout
14615
14616 \begin_layout Standard
14617 is used in the first cell.
14618  The command 
14619 \series bold
14620
14621 \backslash
14622
14623 \backslash
14624
14625 \series default
14626  creates hereby the line break.
14627 \begin_inset Foot
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631 Breaking lines with 
14632 \family sans
14633 Ctrl+Return
14634 \family default
14635  is only possible when the column has a fixed width.
14636 \end_layout
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \begin_layout Standard
14644 \noindent
14645 \align center
14646 \begin_inset Tabular
14647 <lyxtabular version="3" rows="2" columns="2">
14648 <features tabularvalignment="middle">
14649 <column alignment="center" valignment="top">
14650 <column alignment="center" valignment="top">
14651 <row>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset ERT
14657 status open
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663 diagbox[width=3cm,height=1.4cm]{
14664 \end_layout
14665
14666 \end_inset
14667
14668 A
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674
14675 \backslash
14676
14677 \backslash
14678
14679 \end_layout
14680
14681 \end_inset
14682
14683 B
14684 \begin_inset ERT
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688
14689 }{
14690 \end_layout
14691
14692 \end_inset
14693
14694 C
14695 \begin_inset ERT
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699
14700
14701 \backslash
14702
14703 \backslash
14704
14705 \end_layout
14706
14707 \end_inset
14708
14709 D
14710 \begin_inset ERT
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714
14715 }
14716 \end_layout
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 Thickness in nm
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 </row>
14735 <row>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 Perfect Green
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 45
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 </row>
14755 </lyxtabular>
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset ERT
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767
14768
14769 \backslash
14770 else
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \begin_inset Note Note
14777 status open
14778
14779 \begin_layout Plain Layout
14780 The following will be displayed when the \SpecialChar LaTeX
14781 -package 
14782 \series bold
14783 diagbox
14784 \series default
14785  is not installed:
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \begin_layout Standard
14794 You need to install the \SpecialChar LaTeX
14795 -package 
14796 \series bold
14797 diagbox
14798 \series default
14799  to see the following part of this section in the output.
14800 \end_layout
14801
14802 \begin_layout Standard
14803 \begin_inset ERT
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807
14808
14809 \backslash
14810 fi
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 For more info about the \SpecialChar LaTeX
14820 -package 
14821 \series bold
14822 diagbox
14823 \series default
14824 , see its documentation, 
14825 \begin_inset CommandInset citation
14826 LatexCommand cite
14827 key "diagbox"
14828 literal "true"
14829
14830 \end_inset
14831
14832 .
14833 \end_layout
14834
14835 \begin_layout Section
14836 Formal Tables
14837 \begin_inset CommandInset label
14838 LatexCommand label
14839 name "sec:Formal-Tables"
14840
14841 \end_inset
14842
14843
14844 \begin_inset Index idx
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Table ! Formal
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Tables are often typeset in books similar to Table
14858 \begin_inset space ~
14859 \end_inset
14860
14861
14862 \begin_inset CommandInset ref
14863 LatexCommand ref
14864 reference "tab:Example-booktabs-table"
14865
14866 \end_inset
14867
14868 .
14869  This kind of tables is called 
14870 \begin_inset Quotes eld
14871 \end_inset
14872
14873
14874 \emph on
14875 formal
14876 \emph default
14877
14878 \begin_inset Quotes erd
14879 \end_inset
14880
14881 .
14882  To make a table a formal table
14883 \change_inserted -712698321 1554290084
14884 , select the table style 
14885 \begin_inset Quotes eld
14886 \end_inset
14887
14888 Formal Table
14889 \begin_inset Quotes erd
14890 \end_inset
14891
14892  in the Table Creation dialog or
14893 \change_unchanged
14894  use the option 
14895 \family sans
14896 Formal
14897 \family default
14898  in the 
14899 \family sans
14900 Borders
14901 \family default
14902  tab of the table dialog
14903 \change_inserted -712698321 1554290131
14904  (if you additionally check the option 
14905 \family sans
14906 Use Default Formal Style
14907 \family default
14908 , the border lines are adapted to a sensible default)
14909 \change_unchanged
14910 .
14911 \end_layout
14912
14913 \begin_layout Standard
14914 \begin_inset Float table
14915 placement h
14916 alignment document
14917 wide false
14918 sideways false
14919 status open
14920
14921 \begin_layout Plain Layout
14922 \begin_inset Caption Standard
14923
14924 \begin_layout Plain Layout
14925 \begin_inset CommandInset label
14926 LatexCommand label
14927 name "tab:Example-booktabs-table"
14928
14929 \end_inset
14930
14931 Example 
14932 \change_deleted -712698321 1554292310
14933 booktabs-
14934 \change_inserted -712698321 1554292311
14935 formal 
14936 \change_unchanged
14937 table
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Plain Layout
14946 \align center
14947 \begin_inset Tabular
14948 <lyxtabular version="3" rows="8" columns="4">
14949 <features booktabs="true" tabularvalignment="middle">
14950 <column alignment="center" valignment="top">
14951 <column alignment="center" valignment="top" width="0pt">
14952 <column alignment="center" valignment="top" width="0pt">
14953 <column alignment="center" valignment="top">
14954 <row>
14955 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 System
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" topline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 Chip
14969 \begin_inset space \thinspace{}
14970 \end_inset
14971
14972 1
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 Chip
14982 \begin_inset space \thinspace{}
14983 \end_inset
14984
14985 2
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \change_deleted -712698321 1554290161
15007 \begin_inset ERT
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011
15012
15013 \backslash
15014 cmidrule(r){2-2}
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \begin_inset ERT
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024
15025
15026 \backslash
15027 cmidrule(l){3-4}
15028 \end_layout
15029
15030 \end_inset
15031
15032
15033 \change_unchanged
15034 Detector thickness in µm
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 300
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 300
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 700
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 Edge angle in °
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 3.55
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 2.71
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 7.99
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row topspace="default">
15106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 Spatial resolution in µm
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 4.26
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 10.17
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 10.56
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row topspace="default">
15144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148 MTF at 
15149 \begin_inset Formula $f_{\mathrm{max}}$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 0.53
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 0.37
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 0.39
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row topspace="default">
15186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \change_deleted -712698321 1554290260
15192 \begin_inset ERT
15193 status collapsed
15194
15195 \begin_layout Plain Layout
15196
15197
15198 \backslash
15199 cmidrule[2pt](l{10pt}){1-1}
15200 \end_layout
15201
15202 \end_inset
15203
15204
15205 \change_unchanged
15206 LSF-spatial resolution
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 in µm
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 129.7
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 52.75
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 50.78
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 </row>
15277 <row>
15278 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 in % of pixel size
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 76.3
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 95.9
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 92.3
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 </lyxtabular>
15316
15317 \end_inset
15318
15319
15320 \end_layout
15321
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \begin_layout Standard
15328 Spaces to table rows can be added using the 
15329 \family sans
15330 Borders
15331 \family default
15332  tab of the table dialog as described in section
15333 \begin_inset space ~
15334 \end_inset
15335
15336
15337 \begin_inset CommandInset ref
15338 LatexCommand ref
15339 reference "subsec:Row-Spacing"
15340
15341 \end_inset
15342
15343 .
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Unlike normal tables, formal tables have no vertical table lines.
15348  The horizontal table lines can be set as for normal tables but they appear
15349  with different widths in the output:
15350 \begin_inset Newline newline
15351 \end_inset
15352
15353 The first and the last table line have a default width of 0.08
15354 \begin_inset space \thinspace{}
15355 \end_inset
15356
15357 em while the other lines have a default width of 0.05
15358 \begin_inset space \thinspace{}
15359 \end_inset
15360
15361 em.
15362 \end_layout
15363
15364 \begin_layout Standard
15365 The default widths can be changed with the following preamble lines
15366 \end_layout
15367
15368 \begin_layout Standard
15369
15370 \series bold
15371
15372 \backslash
15373 let
15374 \backslash
15375 mytoprule
15376 \backslash
15377 toprule
15378 \begin_inset Newline newline
15379 \end_inset
15380
15381
15382 \backslash
15383 renewcommand{
15384 \backslash
15385 toprule}{
15386 \backslash
15387 mytoprule[width]}
15388 \end_layout
15389
15390 \begin_layout Standard
15391 This example is for the first line, the so called 
15392 \series bold
15393 toprule
15394 \series default
15395 .
15396  If you want to change the width for the last line, replace 
15397 \series bold
15398 toprule
15399 \series default
15400  by 
15401 \series bold
15402 bottomrule
15403 \series default
15404 .
15405  To change the width for the other lines replace 
15406 \series bold
15407 toprule
15408 \series default
15409  by 
15410 \series bold
15411 midrule
15412 \series default
15413 .
15414  You can use all units listed in appendix
15415 \begin_inset space ~
15416 \end_inset
15417
15418
15419 \begin_inset CommandInset ref
15420 LatexCommand ref
15421 reference "cha:Units-available-in"
15422
15423 \end_inset
15424
15425  to set the width.
15426 \end_layout
15427
15428 \begin_layout Standard
15429
15430 \change_deleted -712698321 1554290929
15431 Lines that do not span all table columns can be created by setting a table
15432  line for multicolumn cells.
15433  \SpecialChar LyX
15434  will then internally use the command 
15435 \series bold
15436
15437 \backslash
15438 cmidrule
15439 \series default
15440  to create this line.
15441  Its full scheme is
15442 \change_inserted -712698321 1554291959
15443 As in 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
15452 \end_inset
15453
15454 , formal tables often use shortened lines to group columns.
15455  This can be done in the borders widget of the table dialog.
15456  With formal tables, the top and bottom borders have to small offset lines
15457  to the left and the right.
15458  Clicking on these will trim the line respectively.
15459 \change_unchanged
15460
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \change_inserted -712698321 1554291403
15466 If you need to adjust the length of the trimming or the height of the rules,
15467  you have to resort to \SpecialChar TeX
15468  Code.
15469  The respective command (which is also used for the trimmed mid rules) is
15470  this:
15471 \change_unchanged
15472
15473 \end_layout
15474
15475 \begin_layout Standard
15476
15477 \series bold
15478
15479 \backslash
15480 cmidrule[height](trim){startcol-endcol}
15481 \end_layout
15482
15483 \begin_layout Standard
15484
15485 \change_deleted -712698321 1554292020
15486 The options of 
15487 \series bold
15488
15489 \backslash
15490 cmidrule
15491 \series default
15492  are currently not supported by \SpecialChar LyX
15493  so you have to use \SpecialChar TeX
15494  Code to be able to
15495  use them.
15496  
15497 \series bold
15498
15499 \backslash
15500 cmidrule
15501 \series default
15502 s can manually be created by inserting the command as \SpecialChar TeX
15503  Code as the first
15504  cell entry of the first cell of a row.
15505  The line is then drawn in the output above the current row.
15506 \change_unchanged
15507
15508 \end_layout
15509
15510 \begin_layout Standard
15511 The default for the optional 
15512 \series bold
15513 height
15514 \series default
15515  is 0.03
15516 \begin_inset space \thinspace{}
15517 \end_inset
15518
15519 em.
15520  
15521 \series bold
15522 startcol
15523 \series default
15524  is the number of the column where the line starts and 
15525 \series bold
15526 endcol
15527 \series default
15528  the column number where the line ends.
15529  The 
15530 \series bold
15531 endcol
15532 \series default
15533  always needs to be specified, also when the line should span only one column.
15534  The optional parameter 
15535 \series bold
15536 trim
15537 \series default
15538  could either be 
15539 \emph on
15540 l{trimwidth}
15541 \emph default
15542  or 
15543 \emph on
15544 r{trimwidth}
15545 \emph default
15546  where the 
15547 \emph on
15548 trimwidth
15549 \emph default
15550  is also optional.
15551  Using for example the parameter 
15552 \emph on
15553 l{2pt}
15554 \emph default
15555  means that the line is trimmed from its left end by 2
15556 \begin_inset space \thinspace{}
15557 \end_inset
15558
15559 pt.
15560  If you don't specify the 
15561 \emph on
15562 trimwidth
15563 \emph default
15564  the line is trimmed by the default of 0.5
15565 \begin_inset space \thinspace{}
15566 \end_inset
15567
15568 em
15569 \change_inserted -712698321 1554291561
15570  (this is what is done if you use trimming from the dialog)
15571 \change_unchanged
15572 .
15573 \change_inserted -712698321 1554292039
15574
15575 \end_layout
15576
15577 \begin_layout Standard
15578
15579 \change_inserted -712698321 1554292207
15580 The 
15581 \emph on
15582 height
15583 \emph default
15584  option of 
15585 \series bold
15586
15587 \backslash
15588 cmidrule
15589 \series default
15590  is currently not supported by \SpecialChar LyX
15591 , and neither are the 
15592 \emph on
15593 trimwidth
15594 \emph default
15595  parameters.
15596  If you need this you can manually insert a 
15597 \series bold
15598
15599 \backslash
15600 cmidrule
15601 \series default
15602  with the respective settings as \SpecialChar TeX
15603  Code as the first cell entry of the first
15604  cell of a row.
15605  The line is then drawn in the output above the current row.
15606  Table
15607 \begin_inset space ~
15608 \end_inset
15609
15610
15611 \begin_inset CommandInset ref
15612 LatexCommand ref
15613 reference "tab:Special-booktabs-table"
15614
15615 \end_inset
15616
15617  exemplifies this (in the sixth row).
15618 \change_unchanged
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623
15624 \change_deleted -712698321 1554291078
15625 \begin_inset VSpace bigskip
15626 \end_inset
15627
15628 Table
15629 \begin_inset space ~
15630 \end_inset
15631
15632
15633 \begin_inset CommandInset ref
15634 LatexCommand ref
15635 reference "tab:Example-booktabs-table"
15636
15637 \end_inset
15638
15639  was created using the commands
15640 \end_layout
15641
15642 \begin_layout Standard
15643
15644 \change_deleted -712698321 1554291077
15645
15646 \series bold
15647
15648 \backslash
15649 cmidrule(r){2-2}
15650 \backslash
15651 cmidrule(l){3-4}
15652 \end_layout
15653
15654 \begin_layout Standard
15655
15656 \change_deleted -712698321 1554291077
15657 at the beginning of the second row and
15658 \end_layout
15659
15660 \begin_layout Standard
15661
15662 \change_deleted -712698321 1554291077
15663
15664 \series bold
15665
15666 \backslash
15667 cmidrule[2pt](l{10pt}){1-1}
15668 \end_layout
15669
15670 \begin_layout Standard
15671
15672 \change_deleted -712698321 1554291077
15673 in the sixth row.
15674 \change_unchanged
15675
15676 \end_layout
15677
15678 \begin_layout Standard
15679
15680 \change_deleted -712698321 1554292212
15681 \begin_inset VSpace bigskip
15682 \end_inset
15683
15684
15685 \change_unchanged
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 You 
15691 \change_inserted -712698321 1554291573
15692 also 
15693 \change_unchanged
15694 might want to have overlapping 
15695 \series bold
15696
15697 \backslash
15698 cmidrule
15699 \series default
15700 s as 
15701 \change_deleted -712698321 1554296804
15702 in
15703 \change_inserted -712698321 1554296808
15704 exemplified as well
15705 \change_unchanged
15706  in Table
15707 \begin_inset space ~
15708 \end_inset
15709
15710
15711 \begin_inset CommandInset ref
15712 LatexCommand ref
15713 reference "tab:Special-booktabs-table"
15714
15715 \end_inset
15716
15717
15718 \change_inserted -712698321 1554291601
15719 , even though this is considered bad style (so only use it if you really
15720  need to)
15721 \change_unchanged
15722 .
15723  This can be achieved with the \SpecialChar TeX
15724  Code command
15725 \end_layout
15726
15727 \begin_layout Standard
15728
15729 \series bold
15730
15731 \backslash
15732 morecmidrules
15733 \end_layout
15734
15735 \begin_layout Standard
15736 The command that was used for the second row of Table
15737 \begin_inset space ~
15738 \end_inset
15739
15740
15741 \begin_inset CommandInset ref
15742 LatexCommand ref
15743 reference "tab:Special-booktabs-table"
15744
15745 \end_inset
15746
15747  is
15748 \end_layout
15749
15750 \begin_layout Standard
15751
15752 \change_deleted -712698321 1554291798
15753
15754 \series bold
15755
15756 \backslash
15757 cmidrule(r){2-2}
15758 \backslash
15759 cmidrule(l){3-4}
15760 \change_unchanged
15761
15762 \backslash
15763 morecmidrules
15764 \backslash
15765 cmidrule{2-4}
15766 \end_layout
15767
15768 \begin_layout Standard
15769 The command for the sixth row is
15770 \end_layout
15771
15772 \begin_layout Standard
15773
15774 \change_deleted -712698321 1554291810
15775
15776 \series bold
15777
15778 \backslash
15779 midrule
15780 \change_unchanged
15781
15782 \backslash
15783 morecmidrules
15784 \backslash
15785 cmidrule{3-4}
15786 \end_layout
15787
15788 \begin_layout Standard
15789 \begin_inset VSpace bigskip
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \begin_layout Standard
15796 If you are in any way not satisfied with the border line spacing, you can
15797  use the following command to produce lines that span over all table columns
15798 \series bold
15799 :
15800 \end_layout
15801
15802 \begin_layout Standard
15803
15804 \series bold
15805
15806 \backslash
15807 specialrule{width}{space above}{space below}
15808 \end_layout
15809
15810 \begin_layout Standard
15811 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15812 -package
15813  
15814 \series bold
15815 booktabs
15816 \series default
15817  
15818 \begin_inset CommandInset citation
15819 LatexCommand cite
15820 key "booktabs"
15821 literal "true"
15822
15823 \end_inset
15824
15825 .
15826 \begin_inset Index idx
15827 status collapsed
15828
15829 \begin_layout Plain Layout
15830 \SpecialChar LaTeX
15831 -packages ! booktabs
15832 \end_layout
15833
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \begin_layout Standard
15840 \begin_inset Float table
15841 placement h
15842 alignment document
15843 wide false
15844 sideways false
15845 status open
15846
15847 \begin_layout Plain Layout
15848 \begin_inset Caption Standard
15849
15850 \begin_layout Plain Layout
15851 \begin_inset CommandInset label
15852 LatexCommand label
15853 name "tab:Special-booktabs-table"
15854
15855 \end_inset
15856
15857 Special 
15858 \change_inserted -712698321 1554292295
15859 (ugly) 
15860 \change_deleted -712698321 1554292304
15861 booktabs
15862 \change_inserted -712698321 1554292305
15863 formal 
15864 \change_deleted -712698321 1554292300
15865 -
15866 \change_unchanged
15867 table
15868 \end_layout
15869
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \begin_layout Plain Layout
15876 \align center
15877 \begin_inset Tabular
15878 <lyxtabular version="3" rows="8" columns="4">
15879 <features booktabs="true" tabularvalignment="middle">
15880 <column alignment="center" valignment="top">
15881 <column alignment="center" valignment="top" width="0pt">
15882 <column alignment="center" valignment="top" width="0pt">
15883 <column alignment="center" valignment="top" width="0pt">
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 System
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 Chip
15899 \begin_inset space \thinspace{}
15900 \end_inset
15901
15902 1
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 Chip
15912 \begin_inset space \thinspace{}
15913 \end_inset
15914
15915 2
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 <row>
15931 <cell alignment="center" valignment="top" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \change_deleted -712698321 1554291732
15937 \begin_inset ERT
15938 status collapsed
15939
15940 \begin_layout Plain Layout
15941
15942
15943 \backslash
15944 cmidrule(r){2-2}
15945 \end_layout
15946
15947 \end_inset
15948
15949
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 cmidrule(l){3-4}
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \change_unchanged
15964
15965 \begin_inset ERT
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969
15970
15971 \backslash
15972 morecmidrules 
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \begin_inset ERT
15979 status open
15980
15981 \begin_layout Plain Layout
15982
15983
15984 \backslash
15985 cmidrule{2-4}
15986 \end_layout
15987
15988 \end_inset
15989
15990 Detector thickness in µm
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 300
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 300
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 700
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 <row>
16024 <cell alignment="center" valignment="top" topline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 Edge angle in °
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 3.55
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 2.71
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 7.99
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row topspace="default">
16062 <cell alignment="center" valignment="top" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 Spatial resolution in µm
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 4.26
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 10.17
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 10.56
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row topspace="default">
16100 <cell alignment="center" valignment="top" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 MTF at 
16105 \begin_inset Formula $f_{\mathrm{max}}$
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 0.53
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 0.37
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 0.39
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 \begin_inset ERT
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150
16151
16152 \backslash
16153 morecmidrules 
16154 \end_layout
16155
16156 \end_inset
16157
16158
16159 \begin_inset ERT
16160 status open
16161
16162 \begin_layout Plain Layout
16163
16164
16165 \backslash
16166 cmidrule
16167 \change_inserted -712698321 1554291896
16168 [2pt](l{7pt})
16169 \change_unchanged
16170 {3-4}
16171 \end_layout
16172
16173 \end_inset
16174
16175 LSF-spatial resolution
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 in µm
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 129.7
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 52.75
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 50.78
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 in % of pixel size
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 76.3
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 95.9
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 92.3
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 </row>
16284 </lyxtabular>
16285
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Section
16297 Vertical Table Alignment
16298 \begin_inset Index idx
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302 Table ! Alignment
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \begin_layout Standard
16311 To align tables vertically in a text line, the table must be inside a box.
16312  The box can then be vertically aligned as described in section
16313 \begin_inset space ~
16314 \end_inset
16315
16316
16317 \begin_inset CommandInset ref
16318 LatexCommand ref
16319 reference "sec:Box-Dialog"
16320
16321 \end_inset
16322
16323 .
16324 \end_layout
16325
16326 \begin_layout Standard
16327 In the following example the tables are inside a minipage
16328 \begin_inset Foot
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332 Minipages are described in section
16333 \begin_inset space ~
16334 \end_inset
16335
16336
16337 \begin_inset CommandInset ref
16338 LatexCommand ref
16339 reference "sec:Minipages"
16340
16341 \end_inset
16342
16343 .
16344 \end_layout
16345
16346 \end_inset
16347
16348  box that has a width of 15
16349 \begin_inset space \thinspace{}
16350 \end_inset
16351
16352 col%:
16353 \end_layout
16354
16355 \begin_layout Itemize
16356 test 
16357 \begin_inset Box Frameless
16358 position "t"
16359 hor_pos "c"
16360 has_inner_box 1
16361 inner_pos "c"
16362 use_parbox 0
16363 use_makebox 0
16364 width "15col%"
16365 special "none"
16366 height "1in"
16367 height_special "totalheight"
16368 thickness "0.4pt"
16369 separation "3pt"
16370 shadowsize "4pt"
16371 framecolor "black"
16372 backgroundcolor "none"
16373 status collapsed
16374
16375 \begin_layout Plain Layout
16376 \begin_inset Tabular
16377 <lyxtabular version="3" rows="3" columns="3">
16378 <features tabularvalignment="middle">
16379 <column alignment="center" valignment="top">
16380 <column alignment="center" valignment="top">
16381 <column alignment="center" valignment="top">
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 a
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 d
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 g
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 b
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 e
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 h
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 c
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 f
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 i
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 </lyxtabular>
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477
16478  test 
16479 \begin_inset ERT
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483
16484
16485 \backslash
16486 raisebox{0.85
16487 \backslash
16488 baselineskip}{
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \begin_inset Box Frameless
16495 position "t"
16496 hor_pos "c"
16497 has_inner_box 1
16498 inner_pos "c"
16499 use_parbox 0
16500 use_makebox 0
16501 width "15col%"
16502 special "none"
16503 height "1in"
16504 height_special "totalheight"
16505 thickness "0.4pt"
16506 separation "3pt"
16507 shadowsize "4pt"
16508 framecolor "black"
16509 backgroundcolor "none"
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513 \begin_inset Tabular
16514 <lyxtabular version="3" rows="3" columns="3">
16515 <features tabularvalignment="middle">
16516 <column alignment="center" valignment="top">
16517 <column alignment="center" valignment="top">
16518 <column alignment="center" valignment="top">
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 a
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 d
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 g
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 b
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 e
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 h
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 c
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 f
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 i
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 </lyxtabular>
16607
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614
16615
16616 \begin_inset ERT
16617 status collapsed
16618
16619 \begin_layout Plain Layout
16620
16621 }
16622 \end_layout
16623
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \begin_layout Itemize
16630 test 
16631 \begin_inset Box Frameless
16632 position "c"
16633 hor_pos "c"
16634 has_inner_box 1
16635 inner_pos "c"
16636 use_parbox 0
16637 use_makebox 0
16638 width "15col%"
16639 special "none"
16640 height "1in"
16641 height_special "totalheight"
16642 thickness "0.4pt"
16643 separation "3pt"
16644 shadowsize "4pt"
16645 framecolor "black"
16646 backgroundcolor "none"
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650 \begin_inset Tabular
16651 <lyxtabular version="3" rows="3" columns="3">
16652 <features tabularvalignment="middle">
16653 <column alignment="center" valignment="top">
16654 <column alignment="center" valignment="top">
16655 <column alignment="center" valignment="top">
16656 <row>
16657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 a
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 d
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 g
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 b
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 e
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 h
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 c
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 f
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 i
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 </lyxtabular>
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \begin_layout Itemize
16756 test 
16757 \begin_inset Box Frameless
16758 position "b"
16759 hor_pos "c"
16760 has_inner_box 1
16761 inner_pos "c"
16762 use_parbox 0
16763 use_makebox 0
16764 width "15col%"
16765 special "none"
16766 height "1in"
16767 height_special "totalheight"
16768 thickness "0.4pt"
16769 separation "3pt"
16770 shadowsize "4pt"
16771 framecolor "black"
16772 backgroundcolor "none"
16773 status collapsed
16774
16775 \begin_layout Plain Layout
16776 \begin_inset Tabular
16777 <lyxtabular version="3" rows="3" columns="3">
16778 <features tabularvalignment="middle">
16779 <column alignment="center" valignment="top">
16780 <column alignment="center" valignment="top">
16781 <column alignment="center" valignment="top">
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 a
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 d
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 g
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 b
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 e
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 h
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 c
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 f
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 i
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 </lyxtabular>
16870
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877
16878  test 
16879 \begin_inset ERT
16880 status collapsed
16881
16882 \begin_layout Plain Layout
16883
16884
16885 \backslash
16886 raisebox{-0.32
16887 \backslash
16888 baselineskip}{
16889 \end_layout
16890
16891 \end_inset
16892
16893
16894 \begin_inset Box Frameless
16895 position "b"
16896 hor_pos "c"
16897 has_inner_box 1
16898 inner_pos "c"
16899 use_parbox 0
16900 use_makebox 0
16901 width "15col%"
16902 special "none"
16903 height "1in"
16904 height_special "totalheight"
16905 thickness "0.4pt"
16906 separation "3pt"
16907 shadowsize "4pt"
16908 framecolor "black"
16909 backgroundcolor "none"
16910 status collapsed
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Tabular
16914 <lyxtabular version="3" rows="3" columns="3">
16915 <features tabularvalignment="middle">
16916 <column alignment="center" valignment="top">
16917 <column alignment="center" valignment="top">
16918 <column alignment="center" valignment="top">
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 a
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 d
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 g
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 b
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 e
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 h
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 c
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 f
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 i
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 </lyxtabular>
17007
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014
17015
17016 \begin_inset ERT
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020
17021 }
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Standard
17030 As you will see, the content of the first and last table row is not correctly
17031  aligned.
17032  To get this alignment, the minipage box must be set into a raisebox.
17033 \begin_inset Foot
17034 status collapsed
17035
17036 \begin_layout Plain Layout
17037 Raiseboxes are described in section
17038 \begin_inset space ~
17039 \end_inset
17040
17041
17042 \begin_inset CommandInset ref
17043 LatexCommand ref
17044 reference "subsec:Vertical-Alignment"
17045
17046 \end_inset
17047
17048 .
17049 \end_layout
17050
17051 \end_inset
17052
17053  In the example above the second table in the first item is aligned using
17054  the \SpecialChar TeX
17055  Code command
17056 \end_layout
17057
17058 \begin_layout Standard
17059
17060 \series bold
17061
17062 \backslash
17063 raisebox{0.85
17064 \backslash
17065 baselineskip}{
17066 \end_layout
17067
17068 \begin_layout Standard
17069 before the box.
17070  After the box the closing brace 
17071 \series bold
17072 }
17073 \series default
17074  is inserted as \SpecialChar TeX
17075  Code.
17076  For the second table in the last item the command
17077 \end_layout
17078
17079 \begin_layout Standard
17080
17081 \series bold
17082
17083 \backslash
17084 raisebox{-0.32
17085 \backslash
17086 baselineskip}{
17087 \end_layout
17088
17089 \begin_layout Standard
17090 is used.
17091 \end_layout
17092
17093 \begin_layout Standard
17094 \begin_inset Note Greyedout
17095 status open
17096
17097 \begin_layout Plain Layout
17098
17099 \series bold
17100 Note:
17101 \series default
17102  The alignment of the table row content to the surrounding text line is
17103  not exact.
17104  The required value for the 
17105 \series bold
17106
17107 \backslash
17108 raisebox
17109 \series default
17110  command for this alignment depends on the document font, the font size,
17111  and the table line thickness.
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \begin_layout Section
17120 Colored Tables
17121 \begin_inset CommandInset label
17122 LatexCommand label
17123 name "sec:Colored-Tables"
17124
17125 \end_inset
17126
17127
17128 \begin_inset Index idx
17129 status collapsed
17130
17131 \begin_layout Plain Layout
17132 Table ! Color
17133 \end_layout
17134
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \begin_layout Subsection
17141 Colored Cells
17142 \begin_inset Index idx
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146 Table Color ! for Cells
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \begin_inset Index idx
17153 status collapsed
17154
17155 \begin_layout Plain Layout
17156 Color ! for Table Cells
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \begin_layout Standard
17165 \begin_inset Float table
17166 placement h
17167 alignment document
17168 wide false
17169 sideways false
17170 status open
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Caption Standard
17174
17175 \begin_layout Plain Layout
17176 \begin_inset CommandInset label
17177 LatexCommand label
17178 name "tab:Table-colored-without"
17179
17180 \end_inset
17181
17182 Table colored without using the package 
17183 \series bold
17184 colortbl
17185 \series default
17186
17187 \begin_inset Argument 1
17188 status collapsed
17189
17190 \begin_layout Plain Layout
17191 Table without colortbl
17192 \end_layout
17193
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \begin_layout Plain Layout
17205 \align center
17206 \begin_inset Tabular
17207 <lyxtabular version="3" rows="3" columns="3">
17208 <features tabularvalignment="middle">
17209 <column alignment="center" valignment="top">
17210 <column alignment="center" valignment="top">
17211 <column alignment="center" valignment="top">
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \color green
17219 a
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \color red
17230 b
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \color red
17241 c
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \color green
17254 d
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \color blue
17265 e
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274
17275 \color blue
17276 f
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \color green
17289 g
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \color blue
17300 h
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \color blue
17311 i
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 </row>
17317 </lyxtabular>
17318
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Standard
17330 If you only need colored text, mark the cells and choose a color in the
17331  
17332 \family sans
17333 Text
17334 \begin_inset space ~
17335 \end_inset
17336
17337 Style
17338 \family default
17339  dialog (toolbar button 
17340 \begin_inset Info
17341 type  "icon"
17342 arg   "dialog-show character"
17343 \end_inset
17344
17345 ).
17346  This was used to create Table
17347 \begin_inset space ~
17348 \end_inset
17349
17350
17351 \begin_inset CommandInset ref
17352 LatexCommand ref
17353 reference "tab:Table-colored-without"
17354
17355 \end_inset
17356
17357 .
17358  In any other case you have to use the \SpecialChar LaTeX
17359 -package 
17360 \series bold
17361 colortbl
17362 \series default
17363 .
17364 \begin_inset Index idx
17365 status collapsed
17366
17367 \begin_layout Plain Layout
17368 \SpecialChar LaTeX
17369 -packages ! colortbl
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 \begin_inset ERT
17379 status collapsed
17380
17381 \begin_layout Plain Layout
17382
17383
17384 \backslash
17385 ifcolortbl
17386 \end_layout
17387
17388 \end_inset
17389
17390
17391 \begin_inset Note Note
17392 status open
17393
17394 \begin_layout Plain Layout
17395 The following section part will only be displayed when the \SpecialChar LaTeX
17396 -package 
17397 \series bold
17398 colortbl
17399 \series default
17400  is installed.
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Standard
17409 To create colored tables, 
17410 \series bold
17411 colortbl
17412 \series default
17413  must be loaded in the preamble with the line
17414 \end_layout
17415
17416 \begin_layout Standard
17417
17418 \series bold
17419
17420 \backslash
17421 usepackage{colortbl}
17422 \end_layout
17423
17424 \begin_layout Standard
17425 The color of a column is adjusted with the command
17426 \end_layout
17427
17428 \begin_layout Standard
17429
17430 \series bold
17431
17432 \backslash
17433 columncolor{name of color}
17434 \end_layout
17435
17436 \begin_layout Standard
17437 inside the command 
17438 \series bold
17439 >{ }
17440 \series default
17441 .
17442  More about the command 
17443 \series bold
17444 >{}
17445 \series default
17446  is contained in section
17447 \begin_inset space ~
17448 \end_inset
17449
17450
17451 \begin_inset CommandInset ref
17452 LatexCommand ref
17453 reference "subsec:Multicolumn-Calculations"
17454
17455 \end_inset
17456
17457 .
17458 \end_layout
17459
17460 \begin_layout Standard
17461 The following color names are predefined:
17462 \end_layout
17463
17464 \begin_layout Standard
17465
17466 \family sans
17467 red
17468 \family default
17469
17470 \family sans
17471 green
17472 \family default
17473
17474 \family sans
17475 yellow
17476 \family default
17477
17478 \family sans
17479 blue
17480 \family default
17481
17482 \family sans
17483 cyan
17484 \family default
17485
17486 \family sans
17487 magenta
17488 \family default
17489
17490 \family sans
17491 black
17492 \family default
17493  and 
17494 \family sans
17495 white
17496 \end_layout
17497
17498 \begin_layout Standard
17499 \begin_inset VSpace medskip
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \begin_layout Standard
17506 If you add the option
17507 \end_layout
17508
17509 \begin_layout Standard
17510
17511 \series bold
17512 dvipsnames
17513 \end_layout
17514
17515 \begin_layout Standard
17516 to the document class options in the document settings, you can additionally
17517  use further 61
17518 \begin_inset space ~
17519 \end_inset
17520
17521 colors.
17522  These colors are listed in appendix
17523 \begin_inset space ~
17524 \end_inset
17525
17526
17527 \begin_inset CommandInset ref
17528 LatexCommand ref
17529 reference "chap:List-of-dvips-colornames"
17530
17531 \end_inset
17532
17533 .
17534  One of these colors, 
17535 \family sans
17536 Maroon
17537 \family default
17538 , is used as example in Table
17539 \begin_inset space ~
17540 \end_inset
17541
17542
17543 \begin_inset CommandInset ref
17544 LatexCommand ref
17545 reference "tab:Table-colored-using"
17546
17547 \end_inset
17548
17549 .
17550 \end_layout
17551
17552 \begin_layout Standard
17553 \begin_inset VSpace medskip
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \begin_layout Standard
17560 You can also define your own color with the command
17561 \end_layout
17562
17563 \begin_layout Standard
17564
17565 \series bold
17566
17567 \backslash
17568 definecolor{color name}{color model}{color values}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 The color model can be
17573 \end_layout
17574
17575 \begin_layout Labeling
17576 \labelwidthstring 00.00.0000
17577 cmyk: cyan, magenta, yellow, black
17578 \end_layout
17579
17580 \begin_layout Labeling
17581 \labelwidthstring 00.00.0000
17582 rgb: red, green blue
17583 \end_layout
17584
17585 \begin_layout Labeling
17586 \labelwidthstring 00.00.0000
17587 gray gray
17588 \end_layout
17589
17590 \begin_layout Standard
17591 and the color values are comma separated numbers between 0 and 1 describing
17592  the factor for the corresponding color of the color model.
17593 \end_layout
17594
17595 \begin_layout Standard
17596 You can e.
17597 \begin_inset space \thinspace{}
17598 \end_inset
17599
17600 g.
17601 \begin_inset space \space{}
17602 \end_inset
17603
17604 define the color "
17605 \emph on
17606 darkgreen
17607 \emph default
17608 " in the preamble with
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17617 \end_layout
17618
17619 \begin_layout Standard
17620 and the color "
17621 \emph on
17622 lightgray
17623 \emph default
17624 " with
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 definecolor{lightgray}{gray}{0.8}
17633 \end_layout
17634
17635 \begin_layout Standard
17636 \begin_inset VSpace medskip
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \begin_layout Standard
17643 Lines are colored with the command
17644 \end_layout
17645
17646 \begin_layout Standard
17647
17648 \series bold
17649
17650 \backslash
17651 rowcolor{name of color}
17652 \end_layout
17653
17654 \begin_layout Standard
17655 and cells are colored with the command
17656 \end_layout
17657
17658 \begin_layout Standard
17659
17660 \series bold
17661
17662 \backslash
17663 cellcolor{name of color}
17664 \end_layout
17665
17666 \begin_layout Standard
17667 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17668  Code.
17669 \end_layout
17670
17671 \begin_layout Standard
17672 To color characters in the table, mark the cells and use the 
17673 \family sans
17674 Text
17675 \begin_inset space ~
17676 \end_inset
17677
17678 Style
17679 \family default
17680  dialog.
17681  If a cell contains \SpecialChar TeX
17682  Code mark only the characters, otherwise the colored
17683  \SpecialChar TeX
17684  Code will cause \SpecialChar LaTeX
17685  errors.
17686 \end_layout
17687
17688 \begin_layout Standard
17689 \begin_inset Note Greyedout
17690 status open
17691
17692 \begin_layout Plain Layout
17693
17694 \series bold
17695 Note:
17696 \series default
17697  Not all DVI-viewers are able to display self-defined colors.
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 \begin_inset VSpace bigskip
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \begin_layout Standard
17713 To create Table
17714 \begin_inset space ~
17715 \end_inset
17716
17717
17718 \begin_inset CommandInset ref
17719 LatexCommand ref
17720 reference "tab:Table-colored-using"
17721
17722 \end_inset
17723
17724  do the following: The color of the first column should be 
17725 \emph on
17726 darkgreen
17727 \emph default
17728 .
17729  So insert
17730 \end_layout
17731
17732 \begin_layout Standard
17733
17734 \series bold
17735 >{
17736 \backslash
17737 columncolor{darkgreen}
17738 \backslash
17739 centering}c
17740 \end_layout
17741
17742 \begin_layout Standard
17743 as \SpecialChar LaTeX
17744 -argument for this column.
17745  The first row should be light blue, therefore the \SpecialChar TeX
17746  Code command
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752
17753 \backslash
17754 rowcolor{cyan}
17755 \end_layout
17756
17757 \begin_layout Standard
17758 is inserted to the first cell of this row.
17759  Note that this overwrites the column color for the first cell.
17760  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17761  Code
17762  command
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768
17769 \backslash
17770 cellcolor{Maroon}
17771 \end_layout
17772
17773 \begin_layout Standard
17774 The characters could now be colored using the menu 
17775 \family sans
17776 Edit\SpecialChar menuseparator
17777 Text
17778 \begin_inset space ~
17779 \end_inset
17780
17781 Style
17782 \family default
17783 .
17784 \end_layout
17785
17786 \begin_layout Standard
17787 \begin_inset Float table
17788 placement h
17789 alignment document
17790 wide false
17791 sideways false
17792 status open
17793
17794 \begin_layout Plain Layout
17795 \begin_inset Caption Standard
17796
17797 \begin_layout Plain Layout
17798 \begin_inset CommandInset label
17799 LatexCommand label
17800 name "tab:Table-colored-using"
17801
17802 \end_inset
17803
17804 Table colored using the package 
17805 \series bold
17806 colortbl
17807 \series default
17808
17809 \begin_inset Argument 1
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813 Table with colortbl
17814 \end_layout
17815
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Plain Layout
17827 \align center
17828 \begin_inset Tabular
17829 <lyxtabular version="3" rows="3" columns="3">
17830 <features tabularvalignment="middle">
17831 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17832 <column alignment="center" valignment="top">
17833 <column alignment="center" valignment="top">
17834 <row>
17835 <cell alignment="center" valignment="top" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 \begin_inset ERT
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843
17844
17845 \backslash
17846 rowcolor{cyan}
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \color magenta
17853 a
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \color red
17864 b
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873
17874 \color red
17875 c
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 <row>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \color yellow
17888 d
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \color blue
17899 e
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908
17909 \color blue
17910 f
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 <row>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \color yellow
17923 g
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932
17933 \color blue
17934 h
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 \begin_inset ERT
17944 status collapsed
17945
17946 \begin_layout Plain Layout
17947
17948
17949 \backslash
17950 cellcolor{Maroon}
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \color green
17957 i
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 </row>
17963 </lyxtabular>
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 \begin_inset ERT
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980
17981
17982 \backslash
17983 else
17984 \end_layout
17985
17986 \end_inset
17987
17988
17989 \begin_inset Note Note
17990 status open
17991
17992 \begin_layout Plain Layout
17993 The following will be displayed when the \SpecialChar LaTeX
17994 -package 
17995 \series bold
17996 colortbl
17997 \series default
17998  is not installed:
17999 \end_layout
18000
18001 \end_inset
18002
18003
18004 \end_layout
18005
18006 \begin_layout Standard
18007 You need to install the package 
18008 \series bold
18009 colortbl
18010 \series default
18011  to see the content of this section in the output.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 \begin_inset ERT
18016 status collapsed
18017
18018 \begin_layout Plain Layout
18019
18020
18021 \backslash
18022 fi
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Subsection
18031 Colored Rows
18032 \begin_inset Index idx
18033 status collapsed
18034
18035 \begin_layout Plain Layout
18036 Table Color ! for Rows
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \begin_inset Index idx
18043 status collapsed
18044
18045 \begin_layout Plain Layout
18046 Color ! for Table Rows
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Standard
18055 In case every second table row needs to be colored there is an alternative
18056  to the method described in the previous section: One loads the package
18057  
18058 \series bold
18059 xcolor
18060 \series default
18061
18062 \begin_inset Index idx
18063 status collapsed
18064
18065 \begin_layout Plain Layout
18066 \SpecialChar LaTeX
18067 -packages ! xcolor
18068 \begin_inset ERT
18069 status collapsed
18070
18071 \begin_layout Plain Layout
18072
18073
18074 \backslash
18075 vspace{4mm}
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084
18085  in the document preamble with the command
18086 \end_layout
18087
18088 \begin_layout Standard
18089
18090 \series bold
18091
18092 \backslash
18093 usepackage[table]{xcolor}
18094 \end_layout
18095
18096 \begin_layout Standard
18097
18098 \series bold
18099 xcolor
18100 \series default
18101  automatically loads also the package 
18102 \series bold
18103 colortbl
18104 \series default
18105
18106 \begin_inset Index idx
18107 status collapsed
18108
18109 \begin_layout Plain Layout
18110 \SpecialChar LaTeX
18111 -packages ! colortbl
18112 \end_layout
18113
18114 \end_inset
18115
18116 , so 
18117 \series bold
18118 colortbl
18119 \series default
18120  must be installed in your \SpecialChar LaTeX
18121 -distribution, otherwise you get \SpecialChar LaTeX
18122 -errors.
18123 \end_layout
18124
18125 \begin_layout Standard
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 ifcolortbl
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \begin_inset Note Note
18140 status open
18141
18142 \begin_layout Plain Layout
18143 The following section part will only be displayed when the \SpecialChar LaTeX
18144 -package 
18145 \series bold
18146 colortbl
18147 \series default
18148  is installed.
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 The table rows are colored with the command
18158 \end_layout
18159
18160 \begin_layout Standard
18161
18162 \series bold
18163
18164 \backslash
18165 rowcolors[commands]{row number}{odd row color}{even row color}
18166 \end_layout
18167
18168 \begin_layout Standard
18169 that is either inserted in the document preamble or as \SpecialChar TeX
18170  Code before the
18171  first table to be colored.
18172  row
18173 \begin_inset space ~
18174 \end_inset
18175
18176 number is the number of the first row which should be colored according
18177  to the odd row color.
18178  commands can be additional commands that are executed before every table
18179  row.
18180  So for example the command
18181 \end_layout
18182
18183 \begin_layout Standard
18184
18185 \series bold
18186
18187 \backslash
18188 rowcolors{1}{white}{lightgray}
18189 \end_layout
18190
18191 \begin_layout Standard
18192 leads to the coloring scheme of Table
18193 \begin_inset space ~
18194 \end_inset
18195
18196
18197 \begin_inset CommandInset ref
18198 LatexCommand ref
18199 reference "tab:Table-rowcolors"
18200
18201 \end_inset
18202
18203 .
18204  The command
18205 \end_layout
18206
18207 \begin_layout Standard
18208
18209 \series bold
18210
18211 \backslash
18212 rowcolors[
18213 \backslash
18214 hline]{1}{lightgray}{cyan}
18215 \end_layout
18216
18217 \begin_layout Standard
18218 leads to the coloring scheme of Table
18219 \begin_inset space ~
18220 \end_inset
18221
18222
18223 \begin_inset CommandInset ref
18224 LatexCommand ref
18225 reference "tab:Table-rowcolors-2"
18226
18227 \end_inset
18228
18229 .
18230  If odd
18231 \begin_inset space ~
18232 \end_inset
18233
18234 row
18235 \begin_inset space ~
18236 \end_inset
18237
18238 color and/or even
18239 \begin_inset space ~
18240 \end_inset
18241
18242 row
18243 \begin_inset space ~
18244 \end_inset
18245
18246 color are left empty, no color will be used so that the command
18247 \end_layout
18248
18249 \begin_layout Standard
18250
18251 \series bold
18252
18253 \backslash
18254 rowcolors{1}{}{}
18255 \end_layout
18256
18257 \begin_layout Standard
18258 deletes all colors.
18259  
18260 \series bold
18261
18262 \backslash
18263 rowcolors
18264 \series default
18265  affects all tables following that command.
18266 \end_layout
18267
18268 \begin_layout Standard
18269 \begin_inset ERT
18270 status open
18271
18272 \begin_layout Plain Layout
18273
18274
18275 \backslash
18276 rowcolors{1}{white}{lightgray}
18277 \end_layout
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \begin_layout Standard
18285 \begin_inset Float table
18286 placement h
18287 alignment document
18288 wide false
18289 sideways false
18290 status open
18291
18292 \begin_layout Plain Layout
18293 \begin_inset Caption Standard
18294
18295 \begin_layout Plain Layout
18296 \begin_inset CommandInset label
18297 LatexCommand label
18298 name "tab:Table-rowcolors"
18299
18300 \end_inset
18301
18302 Table where every second row is colored light gray.
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \end_layout
18309
18310 \begin_layout Plain Layout
18311 \align center
18312 \begin_inset Tabular
18313 <lyxtabular version="3" rows="4" columns="3">
18314 <features tabularvalignment="middle">
18315 <column alignment="center" valignment="top">
18316 <column alignment="center" valignment="top" width="0pt">
18317 <column alignment="center" valignment="top" width="0pt">
18318 <row>
18319 <cell alignment="center" valignment="top" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 X
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 Y
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 Z
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 </row>
18347 <row>
18348 <cell alignment="center" valignment="top" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 1
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 2
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 3
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 </row>
18376 <row>
18377 <cell alignment="center" valignment="top" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 4
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 5
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 6
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 </row>
18405 <row>
18406 <cell alignment="center" valignment="top" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 7
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 8
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 9
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 </row>
18434 </lyxtabular>
18435
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \end_layout
18445
18446 \begin_layout Standard
18447 \begin_inset ERT
18448 status open
18449
18450 \begin_layout Plain Layout
18451
18452
18453 \backslash
18454 rowcolors[
18455 \backslash
18456 hline]{1}{lightgray}{cyan}
18457 \end_layout
18458
18459 \end_inset
18460
18461
18462 \end_layout
18463
18464 \begin_layout Standard
18465 \begin_inset Float table
18466 placement h
18467 alignment document
18468 wide false
18469 sideways false
18470 status open
18471
18472 \begin_layout Plain Layout
18473 \begin_inset Caption Standard
18474
18475 \begin_layout Plain Layout
18476 \begin_inset CommandInset label
18477 LatexCommand label
18478 name "tab:Table-rowcolors-2"
18479
18480 \end_inset
18481
18482 Table where every second row is colored cyan and at which there is a line
18483  between each row.
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Plain Layout
18492 \align center
18493 \begin_inset Tabular
18494 <lyxtabular version="3" rows="4" columns="3">
18495 <features tabularvalignment="middle">
18496 <column alignment="center" valignment="top">
18497 <column alignment="center" valignment="top">
18498 <column alignment="center" valignment="top" width="0pt">
18499 <row>
18500 <cell alignment="center" valignment="top" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 X
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 Y
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 Z
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 1
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 2
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 3
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 <row>
18558 <cell alignment="center" valignment="top" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 4
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 5
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 6
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 <row>
18587 <cell alignment="center" valignment="top" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 7
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 8
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 9
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 </lyxtabular>
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 rowcolors{1}{}{}
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \begin_inset Note Note
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645 turns off the row coloring
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Standard
18654 \begin_inset ERT
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658
18659
18660 \backslash
18661 else
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \begin_inset Note Note
18668 status open
18669
18670 \begin_layout Plain Layout
18671 The following will be displayed when the \SpecialChar LaTeX
18672 -package 
18673 \series bold
18674 colortbl
18675 \series default
18676  is not installed:
18677 \end_layout
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \begin_layout Standard
18685 You need to install the package 
18686 \series bold
18687 colortbl
18688 \series default
18689  to see the content of this section in the output.
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset ERT
18694 status collapsed
18695
18696 \begin_layout Plain Layout
18697
18698
18699 \backslash
18700 fi
18701 \end_layout
18702
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \begin_layout Subsection
18709 Colored Lines
18710 \begin_inset Index idx
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714 Table Color ! for Lines
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \begin_inset Index idx
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724 Color ! for Table Lines
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \begin_layout Standard
18733 As described in section
18734 \begin_inset space ~
18735 \end_inset
18736
18737
18738 \begin_inset CommandInset ref
18739 LatexCommand ref
18740 reference "subsec:Line-Thickness"
18741
18742 \end_inset
18743
18744 , the line thickness for all lines in a table can be adjusted with the length
18745  
18746 \series bold
18747
18748 \backslash
18749 arrayrulewidth
18750 \series default
18751 .
18752  It is set to 1.5
18753 \begin_inset space \thinspace{}
18754 \end_inset
18755
18756 pt for all tables of this section.
18757 \begin_inset ERT
18758 status collapsed
18759
18760 \begin_layout Plain Layout
18761
18762
18763 \backslash
18764 setlength{
18765 \backslash
18766 arrayrulewidth}{1.5pt}
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \begin_layout Standard
18775 To color vertical lines for example with green, create the following column
18776  format in the document preamble, according to the description in section
18777 \begin_inset space ~
18778 \end_inset
18779
18780
18781 \begin_inset CommandInset ref
18782 LatexCommand ref
18783 reference "subsec:Customized-Format"
18784
18785 \end_inset
18786
18787 :
18788 \end_layout
18789
18790 \begin_layout Standard
18791
18792 \series bold
18793
18794 \backslash
18795 newcolumntype{W}{!{
18796 \backslash
18797 color{green}
18798 \backslash
18799 vline}}
18800 \end_layout
18801
18802 \begin_layout Standard
18803 For Table
18804 \begin_inset space ~
18805 \end_inset
18806
18807
18808 \begin_inset CommandInset ref
18809 LatexCommand ref
18810 reference "tab:Table-with-vertical-colored"
18811
18812 \end_inset
18813
18814  the \SpecialChar LaTeX
18815 -argument
18816 \series bold
18817  WcW
18818 \series default
18819  was used for the last column and
18820 \series bold
18821  Wc
18822 \series default
18823  for the other columns.
18824 \end_layout
18825
18826 \begin_layout Standard
18827 If you want to have several colors, define more column formats.
18828 \end_layout
18829
18830 \begin_layout Standard
18831 \begin_inset Float table
18832 placement h
18833 alignment document
18834 wide false
18835 sideways false
18836 status open
18837
18838 \begin_layout Plain Layout
18839 \begin_inset Caption Standard
18840
18841 \begin_layout Plain Layout
18842 \begin_inset CommandInset label
18843 LatexCommand label
18844 name "tab:Table-with-vertical-colored"
18845
18846 \end_inset
18847
18848 Table with colored vertical lines
18849 \end_layout
18850
18851 \end_inset
18852
18853
18854 \end_layout
18855
18856 \begin_layout Plain Layout
18857 \align center
18858 \begin_inset Tabular
18859 <lyxtabular version="3" rows="3" columns="3">
18860 <features tabularvalignment="middle">
18861 <column alignment="center" valignment="top" special="Wc">
18862 <column alignment="center" valignment="top" special="Wc">
18863 <column alignment="center" valignment="top" special="WcW">
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 sd
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 </row>
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 sd
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 sd
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 </lyxtabular>
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \begin_layout Standard
18964 \begin_inset VSpace bigskip
18965 \end_inset
18966
18967 To color all horizontal lines for example with red, as in Table
18968 \begin_inset space ~
18969 \end_inset
18970
18971
18972 \begin_inset CommandInset ref
18973 LatexCommand ref
18974 reference "tab:Table-with-horizontal-colored"
18975
18976 \end_inset
18977
18978 , insert these commands in \SpecialChar TeX
18979  code before the table or table float:
18980 \end_layout
18981
18982 \begin_layout Standard
18983
18984 \series bold
18985
18986 \backslash
18987 let
18988 \backslash
18989 myHlineC
18990 \backslash
18991 hline
18992 \begin_inset Newline newline
18993 \end_inset
18994
18995
18996 \backslash
18997 renewcommand{
18998 \backslash
18999 hline}
19000 \begin_inset Newline newline
19001 \end_inset
19002
19003
19004 \begin_inset Phantom HPhantom
19005 status open
19006
19007 \begin_layout Plain Layout
19008
19009 \series bold
19010 \begin_inset space ~
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \end_inset
19017
19018 {
19019 \backslash
19020 arrayrulecolor{red}
19021 \backslash
19022 myHlineC
19023 \backslash
19024 arrayrulecolor{black}}
19025 \end_layout
19026
19027 \begin_layout Standard
19028 \begin_inset ERT
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032
19033
19034 \backslash
19035 let
19036 \backslash
19037 myHlineC
19038 \backslash
19039 hline
19040 \end_layout
19041
19042 \begin_layout Plain Layout
19043
19044
19045 \backslash
19046 renewcommand{
19047 \backslash
19048 hline}
19049 \end_layout
19050
19051 \begin_layout Plain Layout
19052
19053  {
19054 \backslash
19055 arrayrulecolor{red}
19056 \backslash
19057 myHlineC
19058 \backslash
19059 arrayrulecolor{black}}
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \begin_inset Float table
19066 placement h
19067 alignment document
19068 wide false
19069 sideways false
19070 status open
19071
19072 \begin_layout Plain Layout
19073 \begin_inset Caption Standard
19074
19075 \begin_layout Plain Layout
19076 \begin_inset CommandInset label
19077 LatexCommand label
19078 name "tab:Table-with-horizontal-colored"
19079
19080 \end_inset
19081
19082 Table with colored horizontal lines
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Plain Layout
19091 \align center
19092 \begin_inset Tabular
19093 <lyxtabular version="3" rows="3" columns="3">
19094 <features tabularvalignment="middle">
19095 <column alignment="center" valignment="top">
19096 <column alignment="center" valignment="top">
19097 <column alignment="center" valignment="top">
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 sd
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 </row>
19127 <row>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 sd
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 sd
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 </lyxtabular>
19186
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \end_inset
19193
19194
19195 \end_layout
19196
19197 \begin_layout Standard
19198 To return to the default line color black, insert this command in \SpecialChar TeX
19199  code
19200  after the table or table float:
19201 \end_layout
19202
19203 \begin_layout Standard
19204
19205 \series bold
19206
19207 \backslash
19208 renewcommand{
19209 \backslash
19210 hline}{
19211 \backslash
19212 myHlineC}
19213 \end_layout
19214
19215 \begin_layout Standard
19216 Table
19217 \begin_inset space ~
19218 \end_inset
19219
19220
19221 \begin_inset CommandInset ref
19222 LatexCommand ref
19223 reference "tab:Table-with-colored"
19224
19225 \end_inset
19226
19227  is an example with colored vertical and horizontal lines.
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset Float table
19232 placement h
19233 alignment document
19234 wide false
19235 sideways false
19236 status open
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Caption Standard
19240
19241 \begin_layout Plain Layout
19242 \begin_inset CommandInset label
19243 LatexCommand label
19244 name "tab:Table-with-colored"
19245
19246 \end_inset
19247
19248 Table with colored lines
19249 \end_layout
19250
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \begin_layout Plain Layout
19257 \align center
19258 \begin_inset Tabular
19259 <lyxtabular version="3" rows="3" columns="3">
19260 <features tabularvalignment="middle">
19261 <column alignment="center" valignment="top" special="Wc">
19262 <column alignment="center" valignment="top" special="Wc">
19263 <column alignment="center" valignment="top" special="WcW">
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 sd
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 sd
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row topspace="default">
19323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 sd
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 </lyxtabular>
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 \begin_inset ERT
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368
19369
19370 \backslash
19371 renewcommand{
19372 \backslash
19373 hline}{
19374 \backslash
19375 myHlineC}
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \begin_layout Standard
19384 \begin_inset ERT
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388
19389
19390 \backslash
19391 setlength{
19392 \backslash
19393 arrayrulewidth}{1.2pt}
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Standard
19402 To color only some of the table lines another strategy is necessary.
19403  To color all following horizontal lines, insert this command as \SpecialChar TeX
19404  code as
19405  last thing in the row that should be above the first colored line:
19406 \end_layout
19407
19408 \begin_layout Standard
19409
19410 \series bold
19411
19412 \backslash
19413
19414 \backslash
19415
19416 \backslash
19417 arrayrulecolor{blue}%
19418 \end_layout
19419
19420 \begin_layout Standard
19421 To go back to black lines, add this command as first thing in the row that
19422  is above the black lines:
19423 \end_layout
19424
19425 \begin_layout Standard
19426
19427 \series bold
19428
19429 \backslash
19430 arrayrulecolor{black}
19431 \end_layout
19432
19433 \begin_layout Standard
19434 With this one can color table lines like in Table
19435 \begin_inset space ~
19436 \end_inset
19437
19438
19439 \begin_inset CommandInset ref
19440 LatexCommand ref
19441 reference "tab:Table-with-different-hor"
19442
19443 \end_inset
19444
19445 .
19446  However, with this method it is not possible to color the line above the
19447  first row of a table.
19448 \end_layout
19449
19450 \begin_layout Standard
19451 \begin_inset Float table
19452 placement document
19453 alignment document
19454 wide false
19455 sideways false
19456 status open
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Caption Standard
19460
19461 \begin_layout Plain Layout
19462 \begin_inset CommandInset label
19463 LatexCommand label
19464 name "tab:Table-with-different-hor"
19465
19466 \end_inset
19467
19468 Table with different horizontal line colors.
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \begin_layout Plain Layout
19477 \align center
19478 \begin_inset Tabular
19479 <lyxtabular version="3" rows="6" columns="7">
19480 <features tabularvalignment="middle">
19481 <column alignment="center" valignment="top">
19482 <column alignment="center" valignment="top">
19483 <column alignment="center" valignment="top">
19484 <column alignment="center" valignment="top">
19485 <column alignment="center" valignment="top">
19486 <column alignment="center" valignment="top">
19487 <column alignment="center" valignment="top">
19488 <row>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" topline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" topline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset ERT
19548 status open
19549
19550 \begin_layout Plain Layout
19551
19552
19553 \backslash
19554
19555 \backslash
19556
19557 \backslash
19558 arrayrulecolor{blue}%
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 </row>
19569 <row>
19570 <cell alignment="center" valignment="top" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 Y
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 Y
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset ERT
19640 status open
19641
19642 \begin_layout Plain Layout
19643
19644
19645 \backslash
19646 arrayrulecolor{black}
19647 \end_layout
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 <cell alignment="center" valignment="top" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 <cell alignment="center" valignment="top" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 \begin_inset ERT
19771 status collapsed
19772
19773 \begin_layout Plain Layout
19774
19775
19776 \backslash
19777
19778 \backslash
19779
19780 \backslash
19781 arrayrulecolor{green}%
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset ERT
19863 status collapsed
19864
19865 \begin_layout Plain Layout
19866
19867
19868 \backslash
19869 arrayrulecolor{black}
19870 \end_layout
19871
19872 \end_inset
19873
19874 B
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset ERT
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932
19933
19934 \backslash
19935
19936 \backslash
19937
19938 \backslash
19939 arrayrulecolor{blue}%
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 </lyxtabular>
19951
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \begin_layout Standard
19963 To change the color of vertical lines within a row, like in Table
19964 \begin_inset space ~
19965 \end_inset
19966
19967
19968 \begin_inset CommandInset ref
19969 LatexCommand ref
19970 reference "tab:Table-with-different-ver"
19971
19972 \end_inset
19973
19974 , one needs to use multicolumns.
19975  At first one needs to remove all vertical lines that don't run along the
19976  whole column.
19977  Now one colors all lines using the command
19978 \end_layout
19979
19980 \begin_layout Standard
19981
19982 \series bold
19983
19984 \backslash
19985
19986 \backslash
19987
19988 \backslash
19989 arrayrulecolor{blue}%
19990 \end_layout
19991
19992 \begin_layout Standard
19993 as above.
19994  Finally one inserts this command as \SpecialChar TeX
19995  code to every cell in the row where
19996  one needs a vertical line in a different color:
19997 \end_layout
19998
19999 \begin_layout Standard
20000
20001 \series bold
20002
20003 \backslash
20004 multicolumn{1}{!{
20005 \backslash
20006 color{green}
20007 \backslash
20008 vline}c!{
20009 \backslash
20010 color{red}
20011 \backslash
20012 vline}}{
20013 \end_layout
20014
20015 \begin_layout Standard
20016 This adds a vertical line to both sides of the cell.
20017  The left one will be green, the right one red.
20018  If no color change is necessary one can omit the 
20019 \series bold
20020
20021 \backslash
20022 color
20023 \series default
20024  command in the above command.
20025  To get for example a black left line and a blue right line you can write:
20026 \end_layout
20027
20028 \begin_layout Standard
20029
20030 \series bold
20031
20032 \backslash
20033 multicolumn{1}{!{
20034 \backslash
20035 color{black}
20036 \backslash
20037 vline}c|}{
20038 \end_layout
20039
20040 \begin_layout Standard
20041 because the color blue was already set for all lines.
20042  The 
20043 \series bold
20044 |
20045 \series default
20046  creates hereby the vertical line while 
20047 \series bold
20048
20049 \backslash
20050 vline
20051 \series default
20052  does this when 
20053 \series bold
20054
20055 \backslash
20056 color
20057 \series default
20058  is used.
20059  To set vertical lines without changing any color use
20060 \end_layout
20061
20062 \begin_layout Standard
20063
20064 \series bold
20065
20066 \backslash
20067 multicolumn{1}{|c|}{
20068 \end_layout
20069
20070 \begin_layout Standard
20071 After this command insert the cell content the normal way and end the cell
20072  with a closing brace 
20073 \series bold
20074 }
20075 \series default
20076  in \SpecialChar TeX
20077  code.
20078 \end_layout
20079
20080 \begin_layout Standard
20081 \begin_inset Float table
20082 placement document
20083 alignment document
20084 wide false
20085 sideways false
20086 status open
20087
20088 \begin_layout Plain Layout
20089 \begin_inset Caption Standard
20090
20091 \begin_layout Plain Layout
20092 \begin_inset CommandInset label
20093 LatexCommand label
20094 name "tab:Table-with-different-ver"
20095
20096 \end_inset
20097
20098 Table with different vertical line colors in one row.
20099 \end_layout
20100
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \begin_layout Plain Layout
20107 \align center
20108 \begin_inset Tabular
20109 <lyxtabular version="3" rows="5" columns="7">
20110 <features tabularvalignment="middle">
20111 <column alignment="center" valignment="top">
20112 <column alignment="center" valignment="top">
20113 <column alignment="center" valignment="top">
20114 <column alignment="center" valignment="top">
20115 <column alignment="center" valignment="top">
20116 <column alignment="center" valignment="top">
20117 <column alignment="center" valignment="top">
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" topline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset ERT
20178 status open
20179
20180 \begin_layout Plain Layout
20181
20182
20183 \backslash
20184
20185 \backslash
20186
20187 \backslash
20188 arrayrulecolor{red}%
20189 \end_layout
20190
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset ERT
20205 status open
20206
20207 \begin_layout Plain Layout
20208
20209
20210 \backslash
20211 multicolumn{1}{!{
20212 \backslash
20213 color{black}
20214 \backslash
20215 vline}c|}{
20216 \end_layout
20217
20218 \end_inset
20219
20220 Y
20221 \begin_inset ERT
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225
20226 }
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" 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" topline="true" bottomline="true" 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" topline="true" bottomline="true" 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" topline="true" bottomline="true" 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" topline="true" bottomline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset ERT
20277 status open
20278
20279 \begin_layout Plain Layout
20280
20281
20282 \backslash
20283 multicolumn{1}{c|}{
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \begin_inset ERT
20290 status collapsed
20291
20292 \begin_layout Plain Layout
20293
20294 }
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset ERT
20309 status open
20310
20311 \begin_layout Plain Layout
20312
20313
20314 \backslash
20315 multicolumn{1}{c!{
20316 \backslash
20317 color{black}
20318 \backslash
20319 vline}}{
20320 \end_layout
20321
20322 \end_inset
20323
20324 Y
20325 \begin_inset ERT
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329
20330 }
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset ERT
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350
20351
20352 \backslash
20353 arrayrulecolor{black}
20354 \end_layout
20355
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416
20417
20418 \backslash
20419
20420 \backslash
20421
20422 \backslash
20423 arrayrulecolor{magenta}%
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 </row>
20434 <row>
20435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 \begin_inset ERT
20440 status collapsed
20441
20442 \begin_layout Plain Layout
20443
20444
20445 \backslash
20446 multicolumn{1}{|c!{
20447 \backslash
20448 color{red}
20449 \backslash
20450 vline}}{
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \begin_inset ERT
20457 status collapsed
20458
20459 \begin_layout Plain Layout
20460
20461 }
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475 \begin_inset ERT
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479
20480
20481 \backslash
20482 multicolumn{1}{c!{
20483 \backslash
20484 color{green}
20485 \backslash
20486 vline}}{
20487 \end_layout
20488
20489 \end_inset
20490
20491
20492 \begin_inset ERT
20493 status collapsed
20494
20495 \begin_layout Plain Layout
20496
20497 }
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511 \begin_inset ERT
20512 status collapsed
20513
20514 \begin_layout Plain Layout
20515
20516
20517 \backslash
20518 multicolumn{1}{c!{
20519 \backslash
20520 color{yellow}
20521 \backslash
20522 vline}}{
20523 \end_layout
20524
20525 \end_inset
20526
20527
20528 \begin_inset ERT
20529 status collapsed
20530
20531 \begin_layout Plain Layout
20532
20533 }
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547 \begin_inset ERT
20548 status collapsed
20549
20550 \begin_layout Plain Layout
20551
20552
20553 \backslash
20554 multicolumn{1}{c!{
20555 \backslash
20556 color{blue}
20557 \backslash
20558 vline}}{
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \begin_inset ERT
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568
20569 }
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 \begin_inset ERT
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587
20588
20589 \backslash
20590 multicolumn{1}{c!{
20591 \backslash
20592 color{cyan}
20593 \backslash
20594 vline}}{
20595 \end_layout
20596
20597 \end_inset
20598
20599
20600 \begin_inset ERT
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604
20605 }
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 \begin_inset ERT
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623
20624
20625 \backslash
20626 multicolumn{1}{c!{
20627 \backslash
20628 color{black}
20629 \backslash
20630 vline}}{
20631 \end_layout
20632
20633 \end_inset
20634
20635
20636 \begin_inset ERT
20637 status collapsed
20638
20639 \begin_layout Plain Layout
20640
20641 }
20642 \end_layout
20643
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset ERT
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659
20660
20661 \backslash
20662 multicolumn{1}{c|}{
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset ERT
20669 status collapsed
20670
20671 \begin_layout Plain Layout
20672
20673 }
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 <row>
20685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset ERT
20690 status collapsed
20691
20692 \begin_layout Plain Layout
20693
20694
20695 \backslash
20696 arrayrulecolor{black}
20697 \end_layout
20698
20699 \end_inset
20700
20701 B
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 </lyxtabular>
20762
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \begin_layout Standard
20774 \begin_inset ERT
20775 status collapsed
20776
20777 \begin_layout Plain Layout
20778
20779
20780 \backslash
20781 setlength{
20782 \backslash
20783 arrayrulewidth}{0.4pt}
20784 \end_layout
20785
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \begin_layout Section
20792 Rotated Table Cells
20793 \begin_inset CommandInset label
20794 LatexCommand label
20795 name "sec:Rotated-Table-Cells"
20796
20797 \end_inset
20798
20799
20800 \begin_inset Index idx
20801 status collapsed
20802
20803 \begin_layout Plain Layout
20804 Table ! Rotated Cells
20805 \end_layout
20806
20807 \end_inset
20808
20809
20810 \begin_inset Index idx
20811 status collapsed
20812
20813 \begin_layout Plain Layout
20814 Rotated Material
20815 \end_layout
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \begin_layout Standard
20823 \begin_inset Note Greyedout
20824 status open
20825
20826 \begin_layout Plain Layout
20827
20828 \series bold
20829 Note:
20830 \series default
20831  Not all DVI-viewers are able to display rotations.
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Standard
20840 Table
20841 \begin_inset space ~
20842 \end_inset
20843
20844
20845 \begin_inset CommandInset ref
20846 LatexCommand ref
20847 reference "tab:Table-with-rotated"
20848 plural "false"
20849 caps "false"
20850 noprefix "false"
20851
20852 \end_inset
20853
20854  is an example where 3
20855 \begin_inset space ~
20856 \end_inset
20857
20858 cells were rotated by 45
20859 \begin_inset space \thinspace{}
20860 \end_inset
20861
20862 °.
20863 \end_layout
20864
20865 \begin_layout Standard
20866 \begin_inset Float table
20867 placement h
20868 alignment document
20869 wide false
20870 sideways false
20871 status open
20872
20873 \begin_layout Plain Layout
20874 \begin_inset Caption Standard
20875
20876 \begin_layout Plain Layout
20877 \begin_inset CommandInset label
20878 LatexCommand label
20879 name "tab:Table-with-rotated"
20880
20881 \end_inset
20882
20883 Table with rotated cells in the first row.
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Plain Layout
20892 \noindent
20893 \align center
20894 \begin_inset Tabular
20895 <lyxtabular version="3" rows="2" columns="3">
20896 <features tabularvalignment="middle">
20897 <column alignment="center" valignment="top" width="0pt">
20898 <column alignment="center" valignment="top" width="0pt">
20899 <column alignment="center" valignment="top" width="0pt">
20900 <row>
20901 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 cups
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 plates
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 saucers
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 <row>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 45
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 33
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 21
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 </lyxtabular>
20959
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \begin_layout Standard
20971 \begin_inset Note Greyedout
20972 status open
20973
20974 \begin_layout Plain Layout
20975
20976 \series bold
20977 Note:
20978 \series default
20979  Line breaks (shortcut 
20980 \begin_inset Info
20981 type  "shortcut"
20982 arg   "newline-insert newline"
20983 \end_inset
20984
20985 ) are not allowed in rotated cells.
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \begin_layout Standard
20994 If you want to rotate table cells containing line breaks, you have to put
20995  the cell content into a minipage or a parbox.
20996 \begin_inset Foot
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 For more about these boxes see sec.
21001 \begin_inset space \thinspace{}
21002 \end_inset
21003
21004
21005 \begin_inset CommandInset ref
21006 LatexCommand ref
21007 reference "sec:Minipages"
21008
21009 \end_inset
21010
21011  and 
21012 \begin_inset CommandInset ref
21013 LatexCommand ref
21014 reference "sec:Parboxes"
21015
21016 \end_inset
21017
21018 .
21019 \end_layout
21020
21021 \end_inset
21022
21023  If you rotate this cell by 90
21024 \begin_inset space \thinspace{}
21025 \end_inset
21026
21027 ° the width of the box is the height of the cell.
21028  To avoid to estimate a suitable box width one can use a minipage with a
21029  variable width.
21030  Such a box is inserted by loading the module 
21031 \family sans
21032 Variable-width
21033 \begin_inset space ~
21034 \end_inset
21035
21036 Minipages
21037 \family default
21038  in the document settings.
21039  Then one can use the menu 
21040 \family sans
21041 Insert\SpecialChar menuseparator
21042 Custom
21043 \begin_inset space ~
21044 \end_inset
21045
21046 Insets\SpecialChar menuseparator
21047 Minipage
21048 \begin_inset space ~
21049 \end_inset
21050
21051
21052 \family default
21053 (Var.
21054 \begin_inset space ~
21055 \end_inset
21056
21057 Width).
21058  Table
21059 \begin_inset space ~
21060 \end_inset
21061
21062
21063 \begin_inset CommandInset ref
21064 LatexCommand ref
21065 reference "tab:Table-with-rotated-multi"
21066
21067 \end_inset
21068
21069  is an example for a rotated multiline cell where a variable width minipage
21070  is used.
21071 \end_layout
21072
21073 \begin_layout Standard
21074 \begin_inset Float table
21075 placement document
21076 alignment document
21077 wide false
21078 sideways false
21079 status open
21080
21081 \begin_layout Plain Layout
21082 \begin_inset Caption Standard
21083
21084 \begin_layout Plain Layout
21085 \begin_inset CommandInset label
21086 LatexCommand label
21087 name "tab:Table-with-rotated-multi"
21088
21089 \end_inset
21090
21091 Table with rotated multiline cell.
21092 \end_layout
21093
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \begin_layout Plain Layout
21100 \noindent
21101 \align center
21102 \begin_inset Tabular
21103 <lyxtabular version="3" rows="2" columns="3">
21104 <features tabularvalignment="middle">
21105 <column alignment="center" valignment="top">
21106 <column alignment="center" valignment="top" width="0pt">
21107 <column alignment="center" valignment="top">
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 a
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Flex Minipage (Var. Width)
21123 status open
21124
21125 \begin_layout Plain Layout
21126 rotated cell
21127 \begin_inset Newline newline
21128 \end_inset
21129
21130 with line break
21131 \begin_inset space ~
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 e
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 </row>
21154 <row>
21155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 b
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 c
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 d
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 </lyxtabular>
21184
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Section
21196 Table Width Calculation
21197 \begin_inset CommandInset label
21198 LatexCommand label
21199 name "sec:Table-Width-Calculation"
21200
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \begin_layout Standard
21207 For wide tables it is sometimes difficult to assure that the table does
21208  not protrude over the page margin.
21209  Setting a fixed width for every column of the table is the solution, but
21210  what amount of space is needed for each column?
21211 \end_layout
21212
21213 \begin_layout Standard
21214 The table width 
21215 \begin_inset Formula $W_{\mathrm{table}}$
21216 \end_inset
21217
21218  can be calculated: Every column has the width of the specified column width
21219  
21220 \begin_inset Formula $W_{\mathrm{column}}$
21221 \end_inset
21222
21223  (that the content of the column can consume) plus two times the separation
21224  between the column content and the column border (\SpecialChar LaTeX
21225  length
21226 \series bold
21227  
21228 \backslash
21229 tabcolsep
21230 \series default
21231 , default 6
21232 \begin_inset space \thinspace{}
21233 \end_inset
21234
21235 pt) plus the width of a border line (\SpecialChar LaTeX
21236  length 
21237 \series bold
21238
21239 \backslash
21240 arrayrulewidth
21241 \series default
21242 , default 0.4
21243 \begin_inset space \thinspace{}
21244 \end_inset
21245
21246 pt): So if all 
21247 \begin_inset Formula $n$
21248 \end_inset
21249
21250
21251 \begin_inset space ~
21252 \end_inset
21253
21254 columns have the same width, the table width is
21255 \begin_inset Formula 
21256 \begin{equation}
21257 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21258 \end{equation}
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Standard
21266 The available width for a table is the space between the page margins or
21267  the width of a text column (for a two-column document) (\SpecialChar LaTeX
21268  length 
21269 \series bold
21270
21271 \backslash
21272 columnwidth
21273 \series default
21274 ).
21275  If all table columns should have the same width and 
21276 \begin_inset Formula $W_{\mathrm{table}}$
21277 \end_inset
21278
21279  should be 1
21280 \begin_inset space \thinspace{}
21281 \end_inset
21282
21283
21284 \backslash
21285 columnwidth, 
21286 \begin_inset Formula $W_{\mathrm{column}}$
21287 \end_inset
21288
21289  can easily be calculated.
21290 \end_layout
21291
21292 \begin_layout Standard
21293 To be able to perform calculations you need to load the \SpecialChar LaTeX
21294 -package 
21295 \series bold
21296 calc
21297 \series default
21298
21299 \begin_inset Index idx
21300 status collapsed
21301
21302 \begin_layout Plain Layout
21303 \SpecialChar LaTeX
21304 -packages ! calc
21305 \end_layout
21306
21307 \end_inset
21308
21309  in the document preamble.
21310  To set the width in the table dialog you have to use the field 
21311 \family sans
21312 \SpecialChar LaTeX
21313  argument
21314 \family default
21315 .
21316  The command scheme for this field is the same that is explained in section
21317 \begin_inset space ~
21318 \end_inset
21319
21320
21321 \begin_inset CommandInset ref
21322 LatexCommand ref
21323 reference "subsec:Multicolumn-Calculations"
21324
21325 \end_inset
21326
21327 .
21328  For a table with 5
21329 \begin_inset space \thinspace{}
21330 \end_inset
21331
21332 columns with an uniform width and centered text, enter there for each column
21333  the command
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339 >{
21340 \backslash
21341 centering}p{(1
21342 \backslash
21343 columnwidth-62.4pt)/5}
21344 \end_layout
21345
21346 \begin_layout Standard
21347 For a table with 5
21348 \begin_inset space \thinspace{}
21349 \end_inset
21350
21351 columns where 2 should have 0.75
21352 \begin_inset space ~
21353 \end_inset
21354
21355 times the width than the 3 others, the calculation is
21356 \begin_inset Formula 
21357 \begin{align}
21358 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21359  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21360  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21361 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21362 \end{align}
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \begin_layout Standard
21370 In the table therefore the command
21371 \end_layout
21372
21373 \begin_layout Standard
21374
21375 \series bold
21376 >{
21377 \backslash
21378 centering}p{(1
21379 \backslash
21380 columnwidth-62.4pt)/
21381 \backslash
21382 real{4.5}}
21383 \end_layout
21384
21385 \begin_layout Standard
21386 is used for the wider columns and
21387 \end_layout
21388
21389 \begin_layout Standard
21390
21391 \series bold
21392 >{
21393 \backslash
21394 centering}p{(1
21395 \backslash
21396 columnwidth-62.4pt)/
21397 \backslash
21398 real{4.5}*
21399 \backslash
21400 real{0.75}}
21401 \end_layout
21402
21403 \begin_layout Standard
21404 for the smaller ones:
21405 \end_layout
21406
21407 \begin_layout Standard
21408 \begin_inset Tabular
21409 <lyxtabular version="3" rows="2" columns="5">
21410 <features tabularvalignment="middle">
21411 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21412 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21413 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21414 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21415 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 1
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 2
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 3
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 4
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 5
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 111111 1111111 111111 111111111 11111 11111 1111
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 2222 22222 222222 222222222 2222222 22 22222
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 333333 333333 333333 33333 3333333 333
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 </lyxtabular>
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \begin_layout Section
21518 Table Customization
21519 \begin_inset Index idx
21520 status collapsed
21521
21522 \begin_layout Plain Layout
21523 Table Customization
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \begin_inset Index idx
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533 Table ! Customization
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Subsection
21542 Row Spacing
21543 \begin_inset CommandInset label
21544 LatexCommand label
21545 name "subsec:Row-Spacing"
21546
21547 \end_inset
21548
21549
21550 \begin_inset Index idx
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554 Table Customization ! Row Spacing
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 You can add vertical space to table rows in the 
21564 \family sans
21565 Borders
21566 \family default
21567  tab of the table dialog.
21568  You find there three possibilities:
21569 \end_layout
21570
21571 \begin_layout Description
21572 Top
21573 \begin_inset space ~
21574 \end_inset
21575
21576 of
21577 \begin_inset space ~
21578 \end_inset
21579
21580 row will add space above the characters of the table row.
21581  If the table is a formal table
21582 \begin_inset Foot
21583 status collapsed
21584
21585 \begin_layout Plain Layout
21586 Formal tables are explained in section
21587 \begin_inset space ~
21588 \end_inset
21589
21590
21591 \begin_inset CommandInset ref
21592 LatexCommand ref
21593 reference "sec:Formal-Tables"
21594
21595 \end_inset
21596
21597 .
21598 \end_layout
21599
21600 \end_inset
21601
21602  \SpecialChar LyX
21603  will insert as default 0.5
21604 \begin_inset space \thinspace{}
21605 \end_inset
21606
21607 em space.
21608  For normal tables the inserted space will unfortunately destroy the vertical
21609  table lines as in the following table:
21610 \begin_inset VSpace medskip
21611 \end_inset
21612
21613
21614 \begin_inset Newline newline
21615 \end_inset
21616
21617
21618 \begin_inset space \hspace*{}
21619 \length 0pt
21620 \end_inset
21621
21622
21623 \begin_inset space \hfill{}
21624 \end_inset
21625
21626
21627 \begin_inset Tabular
21628 <lyxtabular version="3" rows="3" columns="1">
21629 <features tabularvalignment="middle">
21630 <column alignment="center" valignment="top">
21631 <row>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 A
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row topspace="3mm">
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 3
21648 \begin_inset space \thinspace{}
21649 \end_inset
21650
21651 mm space top of row
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 C
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 </lyxtabular>
21669
21670 \end_inset
21671
21672
21673 \begin_inset space \hfill{}
21674 \end_inset
21675
21676
21677 \begin_inset space \hspace*{}
21678 \length 0pt
21679 \end_inset
21680
21681
21682 \begin_inset VSpace medskip
21683 \end_inset
21684
21685
21686 \begin_inset Newline newline
21687 \end_inset
21688
21689 So inserting space in the top of row for normal tables is only useful when
21690  you don't have vertical lines.
21691 \end_layout
21692
21693 \begin_layout Description
21694 Bottom
21695 \begin_inset space ~
21696 \end_inset
21697
21698 of
21699 \begin_inset space ~
21700 \end_inset
21701
21702 row will add space below the characters of the table row.
21703  If the table is a formal table \SpecialChar LyX
21704  will insert as default 0.5
21705 \begin_inset space \thinspace{}
21706 \end_inset
21707
21708 em space, for normal tables the default size is 2
21709 \begin_inset space \thinspace{}
21710 \end_inset
21711
21712 pt.
21713 \end_layout
21714
21715 \begin_layout Description
21716 Between
21717 \begin_inset space ~
21718 \end_inset
21719
21720 rows adds space between the current and the following row.
21721  If the table is a formal table \SpecialChar LyX
21722  will insert as default 0.5
21723 \begin_inset space \thinspace{}
21724 \end_inset
21725
21726 em space.
21727  For normal tables the inserted space will unfortunately destroy the vertical
21728  table lines as in the following table:
21729 \begin_inset VSpace medskip
21730 \end_inset
21731
21732
21733 \begin_inset Newline newline
21734 \end_inset
21735
21736
21737 \begin_inset space \hspace*{}
21738 \length 0pt
21739 \end_inset
21740
21741
21742 \begin_inset space \hfill{}
21743 \end_inset
21744
21745
21746 \begin_inset Tabular
21747 <lyxtabular version="3" rows="3" columns="1">
21748 <features tabularvalignment="middle">
21749 <column alignment="center" valignment="top">
21750 <row>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 A
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row interlinespace="3mm">
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 \begin_inset Formula $\downarrow$
21767 \end_inset
21768
21769  3
21770 \begin_inset space \thinspace{}
21771 \end_inset
21772
21773 mm space between row 
21774 \begin_inset Formula $\downarrow$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 \begin_inset Formula $\uparrow$
21789 \end_inset
21790
21791  3
21792 \begin_inset space \thinspace{}
21793 \end_inset
21794
21795 mm space between row 
21796 \begin_inset Formula $\uparrow$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 </lyxtabular>
21806
21807 \end_inset
21808
21809
21810 \begin_inset space \hfill{}
21811 \end_inset
21812
21813
21814 \begin_inset space \hspace*{}
21815 \length 0pt
21816 \end_inset
21817
21818
21819 \begin_inset VSpace medskip
21820 \end_inset
21821
21822
21823 \begin_inset Newline newline
21824 \end_inset
21825
21826 So inserting space between rows for normal tables is only useful when you
21827  don't have vertical lines.
21828 \end_layout
21829
21830 \begin_layout Standard
21831 \begin_inset VSpace bigskip
21832 \end_inset
21833
21834 When you want to add extra height to all cells of all tables, you can do
21835  this with the following preamble lines:
21836 \end_layout
21837
21838 \begin_layout Standard
21839
21840 \series bold
21841
21842 \backslash
21843 @ifundefined{extrarowheight}
21844 \begin_inset Newline newline
21845 \end_inset
21846
21847
21848 \begin_inset Phantom HPhantom
21849 status open
21850
21851 \begin_layout Plain Layout
21852
21853 \series bold
21854 \begin_inset space ~
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861
21862 {
21863 \backslash
21864 usepackage{array}}{}
21865 \begin_inset Newline newline
21866 \end_inset
21867
21868
21869 \backslash
21870 setlength{
21871 \backslash
21872 extrarowheight}{height}
21873 \series default
21874
21875 \begin_inset Note Note
21876 status collapsed
21877
21878 \begin_layout Plain Layout
21879 The package 
21880 \series bold
21881 array
21882 \series default
21883  will be loaded automatically by \SpecialChar LyX
21884  when you use self defined table formats.
21885  To avoid that it is loaded twice the command 
21886 \series bold
21887
21888 \backslash
21889 @ifundefined
21890 \series default
21891  is used in the above command.
21892 \end_layout
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \begin_layout Standard
21900 where the 
21901 \family sans
21902 height
21903 \family default
21904  can have one of the units listed in appendix
21905 \begin_inset space ~
21906 \end_inset
21907
21908
21909 \begin_inset CommandInset ref
21910 LatexCommand ref
21911 reference "cha:Units-available-in"
21912
21913 \end_inset
21914
21915 .
21916  But this has the disadvantage that the cell texts are no longer exactly
21917  vertically centered.
21918 \end_layout
21919
21920 \begin_layout Standard
21921 If you are using font sizes larger than the normal size, the table borders
21922  are often too close to the letters.
21923  This can be corrected by inserting the command 
21924 \series bold
21925
21926 \backslash
21927 strut
21928 \series default
21929  in \SpecialChar TeX
21930  Code at the beginning of a table row.
21931  Table
21932 \begin_inset space ~
21933 \end_inset
21934
21935
21936 \begin_inset CommandInset ref
21937 LatexCommand ref
21938 reference "tab:Vertical-alignment-of"
21939
21940 \end_inset
21941
21942  illustrates the effect.
21943 \end_layout
21944
21945 \begin_layout Standard
21946 \noindent
21947 \begin_inset Float table
21948 placement h
21949 alignment document
21950 wide false
21951 sideways false
21952 status open
21953
21954 \begin_layout Plain Layout
21955 \begin_inset Caption Standard
21956
21957 \begin_layout Plain Layout
21958 \begin_inset CommandInset label
21959 LatexCommand label
21960 name "tab:Vertical-alignment-of"
21961
21962 \end_inset
21963
21964 Vertical alignment of text with large font sizes.
21965 \end_layout
21966
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Plain Layout
21973 \begin_inset space \hfill{}
21974 \end_inset
21975
21976
21977 \begin_inset Float table
21978 placement document
21979 alignment document
21980 wide false
21981 sideways false
21982 status collapsed
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Caption Standard
21986
21987 \begin_layout Plain Layout
21988 Normal table.
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Plain Layout
21997 \noindent
21998 \align center
21999 \begin_inset Tabular
22000 <lyxtabular version="3" rows="6" columns="1">
22001 <features tabularvalignment="middle">
22002 <column alignment="left" valignment="top">
22003 <row>
22004 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 Normal, g
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 </row>
22014 <row>
22015 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019
22020 \size large
22021 Large
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \size larger
22034 Larger
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \size largest
22047 Largest
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \size huge
22060 Huge
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \size huge
22073 Huger
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 </lyxtabular>
22080
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \begin_inset space \hfill{}
22090 \end_inset
22091
22092
22093 \begin_inset Float table
22094 placement document
22095 alignment document
22096 wide false
22097 sideways false
22098 status collapsed
22099
22100 \begin_layout Plain Layout
22101 \begin_inset Caption Standard
22102
22103 \begin_layout Plain Layout
22104 Table using the command 
22105 \series bold
22106
22107 \backslash
22108 strut
22109 \series default
22110 .
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Plain Layout
22119 \noindent
22120 \align center
22121 \begin_inset Tabular
22122 <lyxtabular version="3" rows="6" columns="1">
22123 <features tabularvalignment="middle">
22124 <column alignment="left" valignment="top">
22125 <row>
22126 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 Normal, g
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 </row>
22136 <row>
22137 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141
22142 \size large
22143 \begin_inset ERT
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147
22148
22149 \backslash
22150 strut 
22151 \end_layout
22152
22153 \end_inset
22154
22155 Large
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 </row>
22161 <row>
22162 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166
22167 \size larger
22168 \begin_inset ERT
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172
22173
22174 \backslash
22175 strut 
22176 \end_layout
22177
22178 \end_inset
22179
22180 Larger
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 </row>
22186 <row>
22187 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \size largest
22193 \begin_inset ERT
22194 status collapsed
22195
22196 \begin_layout Plain Layout
22197
22198
22199 \backslash
22200 strut 
22201 \end_layout
22202
22203 \end_inset
22204
22205 Largest
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 </row>
22211 <row>
22212 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216
22217 \size huge
22218 \begin_inset ERT
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222
22223
22224 \backslash
22225 strut 
22226 \end_layout
22227
22228 \end_inset
22229
22230 Huge
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 <row>
22237 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241
22242 \size giant
22243 \begin_inset ERT
22244 status collapsed
22245
22246 \begin_layout Plain Layout
22247
22248
22249 \backslash
22250 strut 
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \size huge
22257 Huger
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 </lyxtabular>
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \begin_inset space \hfill{}
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \begin_layout Subsection
22285 Special Cell Alignment
22286 \begin_inset CommandInset label
22287 LatexCommand label
22288 name "subsec:Special-Cell-Alignment"
22289
22290 \end_inset
22291
22292
22293 \begin_inset Index idx
22294 status collapsed
22295
22296 \begin_layout Plain Layout
22297 Table Customization ! Special Cell Alignment
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Standard
22306 Sometimes it looks better when the cell entries of a column are aligned
22307  with a special character, e.
22308 \begin_inset space \thinspace{}
22309 \end_inset
22310
22311 g.
22312 \begin_inset space \space{}
22313 \end_inset
22314
22315 with the decimal separator as in Table
22316 \begin_inset space ~
22317 \end_inset
22318
22319
22320 \begin_inset CommandInset ref
22321 LatexCommand ref
22322 reference "tab:Table-cells-align"
22323
22324 \end_inset
22325
22326 .
22327  This alignment is achieved by setting the cursor into the column and then
22328  either pressing the toolbar button 
22329 \begin_inset Info
22330 type  "icon"
22331 arg   "tabular-feature align-decimal"
22332 \end_inset
22333
22334  or setting the alignment in the table settings to 
22335 \family sans
22336 At
22337 \begin_inset space ~
22338 \end_inset
22339
22340 Decimal
22341 \begin_inset space ~
22342 \end_inset
22343
22344 Separator
22345 \family default
22346 .
22347  The alignment character can be a character of your choice and is specified
22348  in the table settings.
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset Float table
22353 placement h
22354 alignment document
22355 wide false
22356 sideways false
22357 status open
22358
22359 \begin_layout Plain Layout
22360 \begin_inset Caption Standard
22361
22362 \begin_layout Plain Layout
22363 \begin_inset CommandInset label
22364 LatexCommand label
22365 name "tab:Table-cells-align"
22366
22367 \end_inset
22368
22369 Table cells of a column aligned with the decimal separator.
22370 \end_layout
22371
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \begin_layout Plain Layout
22378 \align center
22379 \begin_inset Tabular
22380 <lyxtabular version="3" rows="4" columns="1">
22381 <features booktabs="true" tabularvalignment="middle">
22382 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22383 <row>
22384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 heading
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 </row>
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 12.6
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 <row>
22406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 0.68
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 -123.0
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 </lyxtabular>
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \begin_layout Standard
22440 \begin_inset Float table
22441 placement h
22442 alignment document
22443 wide false
22444 sideways false
22445 status open
22446
22447 \begin_layout Plain Layout
22448 \begin_inset Caption Standard
22449
22450 \begin_layout Plain Layout
22451 \begin_inset CommandInset label
22452 LatexCommand label
22453 name "tab:Table-align-operator"
22454
22455 \end_inset
22456
22457 Table cells of a column aligned with the operators.
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Plain Layout
22466 \align center
22467 \begin_inset Tabular
22468 <lyxtabular version="3" rows="4" columns="2">
22469 <features booktabs="true" tabularvalignment="middle">
22470 <column alignment="right" valignment="top" width="0pt">
22471 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22472 <row>
22473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 heading
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 <row>
22493 <cell alignment="center" valignment="top" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $12\,+$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Formula $\,6$
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 </row>
22518 <row>
22519 <cell alignment="center" valignment="top" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523 \begin_inset Formula $0\,-$
22524 \end_inset
22525
22526
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Formula $\,68$
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $-123\,/$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\,0$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 </lyxtabular>
22571
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 For alignments at characters in formulas this method does not work because
22584  the field to specify the alignment character does not allow formulas.
22585  In this case one need to use the method from Table
22586 \begin_inset space ~
22587 \end_inset
22588
22589
22590 \begin_inset CommandInset ref
22591 LatexCommand ref
22592 reference "tab:Table-align-operator"
22593
22594 \end_inset
22595
22596 .
22597  This table was created with a 4×2 table.
22598  The heading is a centered multicolumn.
22599  The first column is right-aligned and contains the first part including
22600  the operator.
22601  The second column is left aligned and contains the rest.
22602  A small space was added at the beginning of each cell of the second column
22603  to get the space that is usually around operators.
22604  To omit the space that is normally between two table columns, the following
22605  \SpecialChar LaTeX
22606 -argument was used for the second column:
22607 \end_layout
22608
22609 \begin_layout Standard
22610
22611 \series bold
22612 @{}l
22613 \end_layout
22614
22615 \begin_layout Standard
22616 Table
22617 \begin_inset space ~
22618 \end_inset
22619
22620
22621 \begin_inset CommandInset ref
22622 LatexCommand ref
22623 reference "tab:Several-table-cell"
22624
22625 \end_inset
22626
22627  shows some example alignments.
22628  For the alignment with the relation sign, a small space was added like
22629  for the second column of Table
22630 \begin_inset space ~
22631 \end_inset
22632
22633
22634 \begin_inset CommandInset ref
22635 LatexCommand ref
22636 reference "tab:Table-align-operator"
22637
22638 \end_inset
22639
22640 .
22641 \end_layout
22642
22643 \begin_layout Standard
22644 \begin_inset Float table
22645 placement h
22646 alignment document
22647 wide false
22648 sideways false
22649 status open
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Caption Standard
22653
22654 \begin_layout Plain Layout
22655 \begin_inset CommandInset label
22656 LatexCommand label
22657 name "tab:Several-table-cell"
22658
22659 \end_inset
22660
22661 Several table cell alignments.
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Plain Layout
22670 \align center
22671 \begin_inset Tabular
22672 <lyxtabular version="3" rows="4" columns="6">
22673 <features tabularvalignment="middle">
22674 <column alignment="right" valignment="top">
22675 <column alignment="left" valignment="top" special="@{}l">
22676 <column alignment="right" valignment="top">
22677 <column alignment="left" valignment="top" special="@{}l">
22678 <column alignment="right" valignment="top">
22679 <column alignment="left" valignment="top" special="@{}l">
22680 <row>
22681 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 units
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 exponents
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 relations
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 12×
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 24
22751 \begin_inset space \thinspace{}
22752 \end_inset
22753
22754 bottles
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Formula $10\cdot$
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $10^{\mbox{-}17}$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Formula $\Gamma(t)\propto$
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 \begin_inset Formula $\:\Upsilon(t)$
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 1024×
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 768
22823 \begin_inset space \thinspace{}
22824 \end_inset
22825
22826 Pixels
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 \begin_inset Formula $5.78\cdot$
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 \begin_inset Formula $10^{7}$
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $A\ne$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 \begin_inset Formula $\:B_{\mathrm{red}}$
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 32×
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 6
22895 \begin_inset space \thinspace{}
22896 \end_inset
22897
22898 cm
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 -
22908 \begin_inset Formula $33.5\cdot$
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $10^{4}$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $\sin(\alpha)\ge$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\:\sin(\beta)$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 </lyxtabular>
22954
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \begin_layout Subsection
22966 Customized Cell/Column Format
22967 \begin_inset CommandInset label
22968 LatexCommand label
22969 name "subsec:Customized-Format"
22970
22971 \end_inset
22972
22973
22974 \begin_inset Index idx
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978 Table Customization ! Cell/Column Format
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \begin_layout Standard
22987 Calculating the required width for normal columns as described in section
22988 \begin_inset space ~
22989 \end_inset
22990
22991
22992 \begin_inset CommandInset ref
22993 LatexCommand ref
22994 reference "sec:Table-Width-Calculation"
22995
22996 \end_inset
22997
22998  or for spanned columns as described in section
22999 \begin_inset space ~
23000 \end_inset
23001
23002
23003 \begin_inset CommandInset ref
23004 LatexCommand ref
23005 reference "subsec:Multicolumn-Calculations"
23006
23007 \end_inset
23008
23009  is very annoying if you have several tables where a calculation is necessary.
23010  To make life easier, you can define a cell/column format in the preamble,
23011  that can be used in all tables of the document.
23012  The format is defined with the command
23013 \end_layout
23014
23015 \begin_layout Standard
23016
23017 \series bold
23018
23019 \backslash
23020 newcolumntype{name of format}[number of arguments]{commands}
23021 \end_layout
23022
23023 \begin_layout Standard
23024 The format name may only consist of one letter.
23025  The letters 
23026 \emph on
23027 b
23028 \emph default
23029
23030 \emph on
23031 c
23032 \emph default
23033
23034 \emph on
23035 l
23036 \emph default
23037
23038 \emph on
23039 m
23040 \emph default
23041
23042 \emph on
23043 p
23044 \emph default
23045  and 
23046 \emph on
23047 r
23048 \emph default
23049  are predefined and cannot be used.
23050  But all letters are allowed as capitals.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 \begin_inset VSpace medskip
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Standard
23061 For vertically and horizontally centered multicolumn cells with a fixed
23062  width you can define the cell format
23063 \end_layout
23064
23065 \begin_layout Standard
23066
23067 \series bold
23068
23069 \backslash
23070 newcolumntype{M}[1]{>{
23071 \backslash
23072 centering
23073 \backslash
23074 hspace{0pt}}m{#1}}
23075 \end_layout
23076
23077 \begin_layout Standard
23078 where 
23079 \series bold
23080
23081 \backslash
23082 hspace{0pt}
23083 \series default
23084  avoids the problem of hyphenating the first word, as described in section
23085 \begin_inset space ~
23086 \end_inset
23087
23088
23089 \begin_inset CommandInset ref
23090 LatexCommand ref
23091 reference "subsec:Multiple-Lines-in"
23092
23093 \end_inset
23094
23095 .
23096  Now you can simply enter
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \series bold
23102 M{width}
23103 \end_layout
23104
23105 \begin_layout Standard
23106 as 
23107 \family sans
23108 \SpecialChar LaTeX
23109 -argument
23110 \family default
23111  in the table dialog to create a multicolumn.
23112 \end_layout
23113
23114 \begin_layout Standard
23115 \begin_inset VSpace bigskip
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \begin_layout Standard
23122 For cells spanned by a multicolumn cell, you can define the format
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \series bold
23128
23129 \backslash
23130 newcolumntype{S}[2]{>{
23131 \backslash
23132 centering
23133 \backslash
23134 hspace{0pt}}
23135 \begin_inset Newline newline
23136 \end_inset
23137
23138
23139 \begin_inset Phantom HPhantom
23140 status open
23141
23142 \begin_layout Plain Layout
23143
23144 \series bold
23145
23146 \backslash
23147 newcolumntype
23148 \end_layout
23149
23150 \end_inset
23151
23152 m{(#1+(2
23153 \backslash
23154 tabcolsep+
23155 \backslash
23156 arrayrulewidth)*(1-#2))/#2}}
23157 \end_layout
23158
23159 \begin_layout Standard
23160 This format uses equation 
23161 \begin_inset CommandInset ref
23162 LatexCommand eqref
23163 reference "eq:Wgn"
23164
23165 \end_inset
23166
23167  to calculate the required width so that each spanned cell has the same
23168  width.
23169 \end_layout
23170
23171 \begin_layout Standard
23172 You can now enter
23173 \end_layout
23174
23175 \begin_layout Standard
23176
23177 \series bold
23178 S{width of multicolumn cell}{number of spanned columns}
23179 \end_layout
23180
23181 \begin_layout Standard
23182 as \SpecialChar LaTeX
23183 -argument of the column.
23184 \end_layout
23185
23186 \begin_layout Standard
23187 \begin_inset VSpace bigskip
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \begin_layout Standard
23194 For colored columns, you can define
23195 \end_layout
23196
23197 \begin_layout Standard
23198
23199 \series bold
23200
23201 \backslash
23202 newcolumntype{K}[1]{>{
23203 \backslash
23204 columncolor{#1}
23205 \backslash
23206 hspace{0pt}}c}
23207 \end_layout
23208
23209 \begin_layout Standard
23210 The 
23211 \begin_inset Quotes eld
23212 \end_inset
23213
23214 c
23215 \begin_inset Quotes erd
23216 \end_inset
23217
23218  at the end creates a column with a flexible width whose text is horizontally
23219  centered.
23220  You can now enter
23221 \end_layout
23222
23223 \begin_layout Standard
23224
23225 \series bold
23226 K{color name}
23227 \end_layout
23228
23229 \begin_layout Standard
23230 as \SpecialChar LaTeX
23231 -argument.
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \begin_inset VSpace bigskip
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Standard
23242 To create Table
23243 \begin_inset space ~
23244 \end_inset
23245
23246
23247 \begin_inset CommandInset ref
23248 LatexCommand ref
23249 reference "tab:Table-using-user-defined"
23250
23251 \end_inset
23252
23253  use the \SpecialChar LaTeX
23254 -arguments
23255 \end_layout
23256
23257 \begin_layout Standard
23258
23259 \series bold
23260 M{2.5cm}
23261 \end_layout
23262
23263 \begin_layout Standard
23264 for the first column and the multicolumn,
23265 \end_layout
23266
23267 \begin_layout Standard
23268
23269 \series bold
23270 K{red}
23271 \end_layout
23272
23273 \begin_layout Standard
23274 for the last column, and
23275 \end_layout
23276
23277 \begin_layout Standard
23278
23279 \series bold
23280 S{2.5cm}{2}
23281 \end_layout
23282
23283 \begin_layout Standard
23284 for the cells in the second column.
23285 \end_layout
23286
23287 \begin_layout Standard
23288 \begin_inset Float table
23289 placement h
23290 alignment document
23291 wide false
23292 sideways false
23293 status open
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Caption Standard
23297
23298 \begin_layout Plain Layout
23299 \begin_inset CommandInset label
23300 LatexCommand label
23301 name "tab:Table-using-user-defined"
23302
23303 \end_inset
23304
23305 Table using user-defined table formats
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Plain Layout
23314 \align center
23315 \begin_inset Tabular
23316 <lyxtabular version="3" rows="3" columns="4">
23317 <features tabularvalignment="middle">
23318 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23319 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23320 <column alignment="center" valignment="middle">
23321 <column alignment="center" valignment="middle" special="K{red}">
23322 <row>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 verylongtablecellword
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 multiple lines multicolumn
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354 c
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365 d
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 e
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 f
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 g
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 h
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 i
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 j
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 k
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 </lyxtabular>
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \begin_layout Subsection
23449 Line Thickness
23450 \begin_inset CommandInset label
23451 LatexCommand label
23452 name "subsec:Line-Thickness"
23453
23454 \end_inset
23455
23456
23457 \begin_inset Index idx
23458 status collapsed
23459
23460 \begin_layout Plain Layout
23461 Table Customization ! Line Thickness
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Standard
23470 The line thickness for all lines in a table can be adjusted with the length
23471  
23472 \series bold
23473
23474 \backslash
23475 arrayrulewidth
23476 \series default
23477 .
23478  To set for example a line thickness of 1.5
23479 \begin_inset space \thinspace{}
23480 \end_inset
23481
23482 pt, as in Table
23483 \begin_inset space ~
23484 \end_inset
23485
23486
23487 \begin_inset CommandInset ref
23488 LatexCommand ref
23489 reference "tab:Table-with-1.5"
23490
23491 \end_inset
23492
23493 , insert the command
23494 \end_layout
23495
23496 \begin_layout Standard
23497
23498 \series bold
23499
23500 \backslash
23501 setlength{
23502 \backslash
23503 arrayrulewidth}{1.5pt}
23504 \end_layout
23505
23506 \begin_layout Standard
23507 in \SpecialChar TeX
23508  Code before the table or table float.
23509  The changed thickness is valid for all subsequent tables.
23510  To use the default value again, set 
23511 \series bold
23512
23513 \backslash
23514 arrayrulewidth
23515 \series default
23516  to 0.4
23517 \begin_inset space \thinspace{}
23518 \end_inset
23519
23520 pt in \SpecialChar TeX
23521  Code after the table or table float.
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset ERT
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529
23530
23531 \backslash
23532 setlength{
23533 \backslash
23534 arrayrulewidth}{1.5pt}
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \begin_inset Float table
23541 placement document
23542 alignment document
23543 wide false
23544 sideways false
23545 status open
23546
23547 \begin_layout Plain Layout
23548 \begin_inset Caption Standard
23549
23550 \begin_layout Plain Layout
23551 \begin_inset CommandInset label
23552 LatexCommand label
23553 name "tab:Table-with-1.5"
23554
23555 \end_inset
23556
23557 Table with 1.5
23558 \begin_inset space \thinspace{}
23559 \end_inset
23560
23561 pt thick lines
23562 \end_layout
23563
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \begin_layout Plain Layout
23570 \align center
23571 \begin_inset Tabular
23572 <lyxtabular version="3" rows="3" columns="3">
23573 <features tabularvalignment="middle">
23574 <column alignment="center" valignment="top">
23575 <column alignment="center" valignment="top">
23576 <column alignment="center" valignment="top">
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 sd
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 sd
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 sd
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 </lyxtabular>
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \begin_inset ERT
23675 status collapsed
23676
23677 \begin_layout Plain Layout
23678
23679
23680 \backslash
23681 setlength{
23682 \backslash
23683 arrayrulewidth}{0.4pt}
23684 \end_layout
23685
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \begin_layout Standard
23692 \begin_inset VSpace bigskip
23693 \end_inset
23694
23695 To set the line thickness to 1.5
23696 \begin_inset space \thinspace{}
23697 \end_inset
23698
23699 pt only for horizontal lines, as in Table
23700 \begin_inset space ~
23701 \end_inset
23702
23703
23704 \begin_inset CommandInset ref
23705 LatexCommand ref
23706 reference "tab:Table-with-horizontal"
23707
23708 \end_inset
23709
23710 , insert these commands in \SpecialChar TeX
23711  Code before the table or table float:
23712 \end_layout
23713
23714 \begin_layout Standard
23715
23716 \series bold
23717
23718 \backslash
23719 let
23720 \backslash
23721 myHline
23722 \backslash
23723 hline
23724 \begin_inset Newline newline
23725 \end_inset
23726
23727
23728 \backslash
23729 renewcommand{
23730 \backslash
23731 hline}
23732 \begin_inset Newline newline
23733 \end_inset
23734
23735  {
23736 \backslash
23737 noalign{
23738 \backslash
23739 global
23740 \backslash
23741 arrayrulewidth 1.5pt}
23742 \begin_inset Newline newline
23743 \end_inset
23744
23745  
23746 \backslash
23747 myHline
23748 \backslash
23749 noalign{
23750 \backslash
23751 global
23752 \backslash
23753 arrayrulewidth 0.4pt}}
23754 \end_layout
23755
23756 \begin_layout Standard
23757 To return to the default line thickness, insert this command in \SpecialChar TeX
23758  Code after
23759  the table or table float:
23760 \end_layout
23761
23762 \begin_layout Standard
23763
23764 \series bold
23765
23766 \backslash
23767 renewcommand{
23768 \backslash
23769 hline}{
23770 \backslash
23771 myHline}
23772 \end_layout
23773
23774 \begin_layout Standard
23775 \begin_inset ERT
23776 status collapsed
23777
23778 \begin_layout Plain Layout
23779
23780
23781 \backslash
23782 let
23783 \backslash
23784 myHline
23785 \backslash
23786 hline
23787 \end_layout
23788
23789 \begin_layout Plain Layout
23790
23791
23792 \backslash
23793 renewcommand{
23794 \backslash
23795 hline}
23796 \end_layout
23797
23798 \begin_layout Plain Layout
23799
23800  {
23801 \backslash
23802 noalign{
23803 \backslash
23804 global
23805 \backslash
23806 arrayrulewidth 1.5pt}
23807 \end_layout
23808
23809 \begin_layout Plain Layout
23810
23811   
23812 \backslash
23813 myHline
23814 \backslash
23815 noalign{
23816 \backslash
23817 global
23818 \backslash
23819 arrayrulewidth 0.4pt}}
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \begin_inset Float table
23826 placement document
23827 alignment document
23828 wide false
23829 sideways false
23830 status open
23831
23832 \begin_layout Plain Layout
23833 \begin_inset Caption Standard
23834
23835 \begin_layout Plain Layout
23836 \begin_inset CommandInset label
23837 LatexCommand label
23838 name "tab:Table-with-horizontal"
23839
23840 \end_inset
23841
23842 Table with 1.5
23843 \begin_inset space \thinspace{}
23844 \end_inset
23845
23846 pt thick horizontal lines
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Plain Layout
23855 \align center
23856 \begin_inset Tabular
23857 <lyxtabular version="3" rows="3" columns="3">
23858 <features tabularvalignment="middle">
23859 <column alignment="center" valignment="top">
23860 <column alignment="center" valignment="top">
23861 <column alignment="center" valignment="top">
23862 <row>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 sd
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 sd
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 sd
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 </row>
23949 </lyxtabular>
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \begin_inset ERT
23960 status collapsed
23961
23962 \begin_layout Plain Layout
23963
23964
23965 \backslash
23966 renewcommand{
23967 \backslash
23968 hline}{
23969 \backslash
23970 myHline}
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \begin_layout Standard
23979 \begin_inset VSpace bigskip
23980 \end_inset
23981
23982 To set the line thickness to 1.5
23983 \begin_inset space \thinspace{}
23984 \end_inset
23985
23986 pt only for vertical lines, create the following column format in the document
23987  preamble, according to the description in section
23988 \begin_inset space ~
23989 \end_inset
23990
23991
23992 \begin_inset CommandInset ref
23993 LatexCommand ref
23994 reference "subsec:Customized-Format"
23995
23996 \end_inset
23997
23998 :
23999 \end_layout
24000
24001 \begin_layout Standard
24002
24003 \series bold
24004
24005 \backslash
24006 newcolumntype{V}{!{
24007 \backslash
24008 vrule width 1.5pt}}
24009 \end_layout
24010
24011 \begin_layout Standard
24012 For Table
24013 \begin_inset space ~
24014 \end_inset
24015
24016
24017 \begin_inset CommandInset ref
24018 LatexCommand ref
24019 reference "tab:Table-with-vertical"
24020
24021 \end_inset
24022
24023  the \SpecialChar LaTeX
24024 -argument
24025 \end_layout
24026
24027 \begin_layout Standard
24028
24029 \series bold
24030 VcV
24031 \end_layout
24032
24033 \begin_layout Standard
24034 was used for the last column and
24035 \end_layout
24036
24037 \begin_layout Standard
24038
24039 \series bold
24040 Vc
24041 \end_layout
24042
24043 \begin_layout Standard
24044 for the other columns.
24045 \end_layout
24046
24047 \begin_layout Standard
24048 \begin_inset Float table
24049 placement document
24050 alignment document
24051 wide false
24052 sideways false
24053 status open
24054
24055 \begin_layout Plain Layout
24056 \begin_inset Caption Standard
24057
24058 \begin_layout Plain Layout
24059 \begin_inset CommandInset label
24060 LatexCommand label
24061 name "tab:Table-with-vertical"
24062
24063 \end_inset
24064
24065 Table with 1.5
24066 \begin_inset space \thinspace{}
24067 \end_inset
24068
24069 pt thick vertical lines
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \begin_layout Plain Layout
24078 \align center
24079 \begin_inset Tabular
24080 <lyxtabular version="3" rows="3" columns="3">
24081 <features tabularvalignment="middle">
24082 <column alignment="center" valignment="top" special="Vc">
24083 <column alignment="center" valignment="top" special="Vc">
24084 <column alignment="center" valignment="top" special="VcV">
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 sd
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 sd
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 </row>
24143 <row>
24144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 sd
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 </lyxtabular>
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \begin_layout Subsection
24185 Dashed Lines
24186 \begin_inset Index idx
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190 Table Customization ! Dashed Lines
24191 \end_layout
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Standard
24199 \begin_inset ERT
24200 status collapsed
24201
24202 \begin_layout Plain Layout
24203
24204
24205 \backslash
24206 ifarydshln
24207 \end_layout
24208
24209 \end_inset
24210
24211
24212 \begin_inset Note Note
24213 status open
24214
24215 \begin_layout Plain Layout
24216 The following section will only be displayed when the \SpecialChar LaTeX
24217 -package 
24218 \series bold
24219 arydshln
24220 \series default
24221  is installed.
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset Float table
24231 placement H
24232 alignment document
24233 wide false
24234 sideways false
24235 status open
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Caption Standard
24239
24240 \begin_layout Plain Layout
24241 \begin_inset CommandInset label
24242 LatexCommand label
24243 name "tab:Table-with-dashed"
24244
24245 \end_inset
24246
24247 Table with dashed lines
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Plain Layout
24256 \align center
24257 \begin_inset Tabular
24258 <lyxtabular version="3" rows="5" columns="5">
24259 <features tabularvalignment="middle">
24260 <column alignment="center" valignment="top">
24261 <column alignment="center" valignment="top">
24262 <column alignment="center" valignment="top" special=":c">
24263 <column alignment="center" valignment="top">
24264 <column alignment="center" valignment="top">
24265 <row>
24266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 a
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 b
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 c
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297 d
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 e
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 </row>
24312 <row>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 f
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 g
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 h
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 i
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 j
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 \begin_inset ERT
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368
24369
24370 \backslash
24371 hdashline 
24372 \end_layout
24373
24374 \end_inset
24375
24376 k
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 l
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 m
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 n
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 o
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 <row>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 cdashline{4-5}
24431 \end_layout
24432
24433 \end_inset
24434
24435 p
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444 q
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453 r
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 s
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 t
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 u
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500 v
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 w
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518 x
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 </lyxtabular>
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \begin_layout Standard
24537 \SpecialChar LyX
24538  does not natively support dashed lines, so you have to use \SpecialChar TeX
24539  Code.
24540  As a prerequisite the \SpecialChar LaTeX
24541  package 
24542 \series bold
24543 arydshln
24544 \series default
24545
24546 \begin_inset Index idx
24547 status collapsed
24548
24549 \begin_layout Plain Layout
24550 \SpecialChar LaTeX
24551 -packages ! arydshln
24552 \end_layout
24553
24554 \end_inset
24555
24556  must be loaded in the document preamble with the command
24557 \end_layout
24558
24559 \begin_layout Standard
24560
24561 \series bold
24562
24563 \backslash
24564 usepackage{arydshln}
24565 \end_layout
24566
24567 \begin_layout Standard
24568 To make a vertical line dashed, enter the colon 
24569 \begin_inset Quotes eld
24570 \end_inset
24571
24572 :
24573 \begin_inset Quotes erd
24574 \end_inset
24575
24576  together with the character for the horizontal alignment as \SpecialChar LaTeX
24577  argument in
24578  the table cell dialog.
24579 \end_layout
24580
24581 \begin_layout Standard
24582 For a horizontal dashed line add the command
24583 \end_layout
24584
24585 \begin_layout Standard
24586
24587 \series bold
24588
24589 \backslash
24590 hdashline
24591 \end_layout
24592
24593 \begin_layout Standard
24594 in \SpecialChar TeX
24595  Code as first element of the first cell in the table row.
24596 \end_layout
24597
24598 \begin_layout Standard
24599 For dashed multicolumn lines use the command
24600 \end_layout
24601
24602 \begin_layout Standard
24603
24604 \series bold
24605
24606 \backslash
24607 cdashline{line number
24608 \series default
24609 }
24610 \end_layout
24611
24612 \begin_layout Standard
24613 in \SpecialChar TeX
24614  Code as the first element of the first cell in the table row.
24615  If you have for example a multicolumn spanning columns 2 to 4 and you want
24616  to have a dashed line above, add the command
24617 \end_layout
24618
24619 \begin_layout Standard
24620
24621 \series bold
24622
24623 \backslash
24624 cdashline{2-4}
24625 \end_layout
24626
24627 \begin_layout Standard
24628 as the first element of the first cell in the row of the multicolumn.
24629 \end_layout
24630
24631 \begin_layout Standard
24632 \begin_inset VSpace bigskip
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \begin_layout Standard
24639 Table
24640 \begin_inset space ~
24641 \end_inset
24642
24643
24644 \begin_inset CommandInset ref
24645 LatexCommand ref
24646 reference "tab:Table-with-dashed"
24647
24648 \end_inset
24649
24650  was created using 
24651 \begin_inset Quotes eld
24652 \end_inset
24653
24654
24655 \series bold
24656 :c
24657 \series default
24658
24659 \begin_inset Quotes erd
24660 \end_inset
24661
24662  as \SpecialChar LaTeX
24663  argument of the third column.
24664  The \SpecialChar TeX
24665  Code command 
24666 \series bold
24667
24668 \backslash
24669 hdashline
24670 \series default
24671  was inserted in the first cell of the third row and the \SpecialChar TeX
24672  Code command
24673 \begin_inset Newline newline
24674 \end_inset
24675
24676  
24677 \series bold
24678
24679 \backslash
24680 cdashline{4-5}
24681 \series default
24682  was inserted in the first cell of the fourth row.
24683 \end_layout
24684
24685 \begin_layout Standard
24686 \begin_inset VSpace bigskip
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \begin_layout Standard
24693 Tables with dashed lines can also be colored as shown by Table
24694 \begin_inset space ~
24695 \end_inset
24696
24697
24698 \begin_inset CommandInset ref
24699 LatexCommand ref
24700 reference "tab:Colored-table-with"
24701
24702 \end_inset
24703
24704 .
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset ERT
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712
24713
24714 \backslash
24715 setlength{
24716 \backslash
24717 arrayrulewidth}{1pt}
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \begin_inset Note Note
24724 status collapsed
24725
24726 \begin_layout Plain Layout
24727 thicker lines for better visualization of the line color
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 \begin_inset ERT
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740
24741
24742 \backslash
24743 dashgapcolor{green}
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \begin_inset Note Note
24750 status collapsed
24751
24752 \begin_layout Plain Layout
24753 color gaps between dashes green
24754 \end_layout
24755
24756 \end_inset
24757
24758
24759 \end_layout
24760
24761 \begin_layout Standard
24762 \begin_inset ERT
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767
24768 \backslash
24769 let
24770 \backslash
24771 myHdashline
24772 \backslash
24773 hdashline
24774 \end_layout
24775
24776 \begin_layout Plain Layout
24777
24778
24779 \backslash
24780 renewcommand{
24781 \backslash
24782 hdashline}
24783 \end_layout
24784
24785 \begin_layout Plain Layout
24786
24787  {
24788 \backslash
24789 arrayrulecolor{red}
24790 \backslash
24791 myHdashline
24792 \backslash
24793 arrayrulecolor{black}}
24794 \end_layout
24795
24796 \end_inset
24797
24798
24799 \begin_inset Note Note
24800 status collapsed
24801
24802 \begin_layout Plain Layout
24803 color horizontal, dashed lines red
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817
24818 \backslash
24819 let
24820 \backslash
24821 myCdashline
24822 \backslash
24823 cdashline
24824 \end_layout
24825
24826 \begin_layout Plain Layout
24827
24828
24829 \backslash
24830 renewcommand{
24831 \backslash
24832 cdashline}[1]
24833 \end_layout
24834
24835 \begin_layout Plain Layout
24836
24837  {
24838 \backslash
24839 arrayrulecolor{yellow}
24840 \backslash
24841 myCdashline{#1}
24842 \backslash
24843 arrayrulecolor{black}}
24844 \end_layout
24845
24846 \end_inset
24847
24848
24849 \begin_inset Note Note
24850 status collapsed
24851
24852 \begin_layout Plain Layout
24853 color partial horizontal, dashed lines yellow
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 \begin_inset Float table
24863 placement h
24864 alignment document
24865 wide false
24866 sideways false
24867 status open
24868
24869 \begin_layout Plain Layout
24870 \begin_inset Caption Standard
24871
24872 \begin_layout Plain Layout
24873 \begin_inset CommandInset label
24874 LatexCommand label
24875 name "tab:Colored-table-with"
24876
24877 \end_inset
24878
24879 Colored table with dashed lines
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Plain Layout
24888 \align center
24889 \begin_inset Tabular
24890 <lyxtabular version="3" rows="5" columns="5">
24891 <features tabularvalignment="middle">
24892 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24893 <column alignment="center" valignment="top" width="0pt">
24894 <column alignment="center" valignment="top" width="0pt" special=":c">
24895 <column alignment="center" valignment="top">
24896 <column alignment="center" valignment="top">
24897 <row>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 a
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 b
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 c
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 d
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 e
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 f
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 g
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 h
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 i
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 j
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 </row>
24991 <row>
24992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 \begin_inset ERT
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000
25001
25002 \backslash
25003 hdashline 
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \begin_inset ERT
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013
25014
25015 \backslash
25016 rowcolor{Gray}
25017 \end_layout
25018
25019 \end_inset
25020
25021 k
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 l
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 m
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048 n
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 o
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 </row>
25063 <row>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 \begin_inset ERT
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072
25073
25074 \backslash
25075 cdashline{4-5}
25076 \end_layout
25077
25078 \end_inset
25079
25080 p
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089 q
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 r
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107 s
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 </row>
25122 <row>
25123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127 t
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136 u
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 v
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 w
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163 \begin_inset ERT
25164 status collapsed
25165
25166 \begin_layout Plain Layout
25167
25168
25169 \backslash
25170 cellcolor{Maroon}
25171 \end_layout
25172
25173 \end_inset
25174
25175 i
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 </row>
25181 </lyxtabular>
25182
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Standard
25194 \begin_inset ERT
25195 status collapsed
25196
25197 \begin_layout Plain Layout
25198
25199
25200 \backslash
25201 renewcommand{
25202 \backslash
25203 hdashline}{
25204 \backslash
25205 myHdashline}
25206 \end_layout
25207
25208 \end_inset
25209
25210
25211 \begin_inset Note Note
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215 reset to default
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset ERT
25225 status collapsed
25226
25227 \begin_layout Plain Layout
25228
25229
25230 \backslash
25231 renewcommand{
25232 \backslash
25233 cdashline}{
25234 \backslash
25235 myCdashline}
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \begin_inset Note Note
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245 reset to default
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \begin_layout Standard
25254 \begin_inset ERT
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258
25259
25260 \backslash
25261 nodashgapcolor
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \begin_inset Note Note
25268 status collapsed
25269
25270 \begin_layout Plain Layout
25271 reset to default
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \end_layout
25278
25279 \begin_layout Standard
25280 \begin_inset ERT
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284
25285
25286 \backslash
25287 setlength{
25288 \backslash
25289 arrayrulewidth}{0.4pt}
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \begin_inset Note Note
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 reset to default
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 The coloring of lines, columns and lines works as decribed in section
25309 \begin_inset space ~
25310 \end_inset
25311
25312
25313 \begin_inset CommandInset ref
25314 LatexCommand ref
25315 reference "sec:Colored-Tables"
25316
25317 \end_inset
25318
25319 .
25320  Coloring horizontal lines works analogically as described there as well,
25321  one only needs to replace in the commands 
25322 \series bold
25323
25324 \backslash
25325 myHlineC
25326 \series default
25327  by 
25328 \series bold
25329
25330 \backslash
25331 myHdashline
25332 \series default
25333  and 
25334 \backslash
25335
25336 \series bold
25337 hline
25338 \series default
25339  by 
25340 \series bold
25341
25342 \backslash
25343 hdashline
25344 \series default
25345 ; so one uses the command
25346 \end_layout
25347
25348 \begin_layout Standard
25349
25350 \series bold
25351
25352 \backslash
25353 let
25354 \backslash
25355 myHdashline
25356 \backslash
25357 hdashline
25358 \begin_inset Newline newline
25359 \end_inset
25360
25361
25362 \backslash
25363 renewcommand{
25364 \backslash
25365 hdashline}
25366 \begin_inset Newline newline
25367 \end_inset
25368
25369
25370 \begin_inset Phantom HPhantom
25371 status open
25372
25373 \begin_layout Plain Layout
25374 \begin_inset space ~
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \end_inset
25381
25382 {
25383 \backslash
25384 arrayrulecolor{red}
25385 \backslash
25386 myHdashline
25387 \backslash
25388 arrayrulecolor{black}}
25389 \end_layout
25390
25391 \begin_layout Standard
25392 To color 
25393 \series bold
25394
25395 \backslash
25396 cdashline
25397 \series default
25398 , the command is
25399 \end_layout
25400
25401 \begin_layout Standard
25402
25403 \series bold
25404
25405 \backslash
25406 let
25407 \backslash
25408 myCdashline
25409 \backslash
25410 cdashline
25411 \begin_inset Newline newline
25412 \end_inset
25413
25414
25415 \backslash
25416 renewcommand{
25417 \backslash
25418 cdashline}[1]
25419 \begin_inset Newline newline
25420 \end_inset
25421
25422
25423 \begin_inset Phantom HPhantom
25424 status open
25425
25426 \begin_layout Plain Layout
25427 \begin_inset space ~
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \end_inset
25434
25435 {
25436 \backslash
25437 arrayrulecolor{red}
25438 \backslash
25439 myCdashline{#1}
25440 \backslash
25441 arrayrulecolor{black}}
25442 \end_layout
25443
25444 \begin_layout Standard
25445 To get back the black line color, one needs to insert the following commands
25446  as \SpecialChar TeX
25447  Code behind the table:
25448 \end_layout
25449
25450 \begin_layout Standard
25451 For 
25452 \series bold
25453
25454 \backslash
25455 hdashline
25456 \end_layout
25457
25458 \begin_layout Standard
25459
25460 \series bold
25461
25462 \backslash
25463 renewcommand{
25464 \backslash
25465 hdashline}{
25466 \backslash
25467 myHdashline}
25468 \end_layout
25469
25470 \begin_layout Standard
25471 and for 
25472 \series bold
25473
25474 \backslash
25475 cdashline
25476 \end_layout
25477
25478 \begin_layout Standard
25479
25480 \series bold
25481
25482 \backslash
25483 renewcommand{
25484 \backslash
25485 cdashline}{
25486 \backslash
25487 myCdashline}
25488 \end_layout
25489
25490 \begin_layout Standard
25491 To color the gaps between the dashes the command
25492 \end_layout
25493
25494 \begin_layout Standard
25495
25496 \series bold
25497
25498 \backslash
25499 dashgapcolor{color}
25500 \end_layout
25501
25502 \begin_layout Standard
25503 can be used in front of a table as \SpecialChar TeX
25504  Code.
25505  color is hereby the name of a defined color.
25506  The command
25507 \end_layout
25508
25509 \begin_layout Standard
25510
25511 \series bold
25512
25513 \backslash
25514 nodashgapcolor
25515 \end_layout
25516
25517 \begin_layout Standard
25518 unsets the changes made by 
25519 \series bold
25520
25521 \backslash
25522 dashgapcolor
25523 \series default
25524 .
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \begin_inset Note Greyedout
25529 status open
25530
25531 \begin_layout Plain Layout
25532
25533 \series bold
25534 \color none
25535 Note
25536 \series default
25537 : If there are multiple commands in a cell, the command of 
25538 \series bold
25539 arydshln
25540 \series default
25541  needs to be the first one in the cell.
25542  Therefore in cell 
25543 \emph on
25544 k
25545 \emph default
25546  of Table
25547 \begin_inset space ~
25548 \end_inset
25549
25550
25551 \begin_inset CommandInset ref
25552 LatexCommand ref
25553 reference "tab:Colored-table-with"
25554
25555 \end_inset
25556
25557  the command 
25558 \series bold
25559
25560 \backslash
25561 hdashline
25562 \series default
25563  is before 
25564 \series bold
25565
25566 \backslash
25567 rowcolor
25568 \series default
25569 .
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 \begin_inset Note Greyedout
25579 status open
25580
25581 \begin_layout Plain Layout
25582
25583 \series bold
25584 \color none
25585 Note:
25586 \series default
25587  The \SpecialChar LaTeX
25588 -package 
25589 \series bold
25590 arydshln
25591 \series default
25592  must be loaded in the document preamble before the \SpecialChar LaTeX
25593 -package 
25594 \series bold
25595 colortbl
25596 \series default
25597
25598 \begin_inset Index idx
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602 \SpecialChar LaTeX
25603 -packages ! colortbl
25604 \end_layout
25605
25606 \end_inset
25607
25608 .
25609 \end_layout
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \begin_layout Standard
25617 \begin_inset ERT
25618 status collapsed
25619
25620 \begin_layout Plain Layout
25621
25622
25623 \backslash
25624 else
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \begin_inset Note Note
25631 status open
25632
25633 \begin_layout Plain Layout
25634 The following will be displayed when the \SpecialChar LaTeX
25635 -package 
25636 \series bold
25637 arydshln
25638 \series default
25639  is not installed:
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \begin_layout Standard
25648 You need to install the package 
25649 \series bold
25650 arydshln
25651 \series default
25652  to see the content of this section in the output.
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset ERT
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660
25661
25662 \backslash
25663 fi
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \begin_layout Standard
25672 For more information about dashed lines see the documentation of 
25673 \series bold
25674 arydshln
25675 \series default
25676
25677 \begin_inset CommandInset citation
25678 LatexCommand cite
25679 key "arydshln"
25680 literal "true"
25681
25682 \end_inset
25683
25684 .
25685 \end_layout
25686
25687 \begin_layout Chapter
25688 Floats
25689 \begin_inset CommandInset label
25690 LatexCommand label
25691 name "chap:Floats"
25692
25693 \end_inset
25694
25695
25696 \begin_inset Index idx
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700 Floats
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Section
25709 Introduction
25710 \begin_inset CommandInset label
25711 LatexCommand label
25712 name "sec:FloatIntroduction"
25713
25714 \end_inset
25715
25716
25717 \begin_inset Index idx
25718 status collapsed
25719
25720 \begin_layout Plain Layout
25721 Floats ! Introduction
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 A float is a block of text associated with some sort of label, which doesn't
25731  have a fixed location.
25732  It can 
25733 \begin_inset Quotes eld
25734 \end_inset
25735
25736 float
25737 \begin_inset Quotes erd
25738 \end_inset
25739
25740  forward or backward a page or two, to wherever it fits best.
25741  
25742 \family sans
25743 Footnotes
25744 \family default
25745  and 
25746 \family sans
25747 Margin
25748 \begin_inset space ~
25749 \end_inset
25750
25751 Notes
25752 \family default
25753  are also floats because they can float to the next page when there are
25754  too many notes on the page.
25755 \end_layout
25756
25757 \begin_layout Standard
25758 Floats allow a high quality layout.
25759  Images and tables can be spread evenly among the pages to avoid white space
25760  and pages without text.
25761  As the floating often destroys the context between the text and the image/table
25762 , every float can be referenced in the text.
25763  Floats are therefore numbered.
25764  Referencing is described in section
25765 \begin_inset space ~
25766 \end_inset
25767
25768
25769 \begin_inset CommandInset ref
25770 LatexCommand ref
25771 reference "sec:Referencing-Floats"
25772
25773 \end_inset
25774
25775 .
25776 \end_layout
25777
25778 \begin_layout Standard
25779 To insert a float, use the menu 
25780 \family sans
25781 Insert\SpecialChar menuseparator
25782 Float
25783 \family default
25784  (toolbar button 
25785 \begin_inset Info
25786 type  "icon"
25787 arg   "float-insert figure"
25788 \end_inset
25789
25790  or 
25791 \begin_inset Info
25792 type  "icon"
25793 arg   "float-insert table"
25794 \end_inset
25795
25796 ).
25797  This inserts the 
25798 \family sans
25799 Caption
25800 \family default
25801  inset, a box with a label.
25802  The label will automatically be translated to the document language in
25803  the output.
25804  After the label you can insert the caption text.
25805  The image or table is inserted above or below the caption in a separate
25806  paragraph within the float.
25807  More about the caption placement is contained in section
25808 \begin_inset space ~
25809 \end_inset
25810
25811
25812 \begin_inset CommandInset ref
25813 LatexCommand ref
25814 reference "sec:Caption-Placement"
25815
25816 \end_inset
25817
25818 .
25819  To keep your \SpecialChar LyX
25820  document readable, you can open and close the float box by
25821  left-clicking on the box label.
25822  A closed float box looks like this: 
25823 \begin_inset Graphics
25824         filename clipart/float.png
25825         scale 95
25826         scaleBeforeRotation
25827
25828 \end_inset
25829
25830  – a gray button with a red label.
25831 \end_layout
25832
25833 \begin_layout Standard
25834 It is recommended that you insert floats as separate standard paragraphs
25835  to avoid possible \SpecialChar LaTeX
25836 -errors that can occur when the surrounding text is specially
25837  formatted.
25838 \end_layout
25839
25840 \begin_layout Standard
25841 Existing figures or tables can be put into a float by highlighting them
25842  and then pressing the corresponding toolbar button for a new float.
25843 \end_layout
25844
25845 \begin_layout Section
25846 Float Types
25847 \end_layout
25848
25849 \begin_layout Standard
25850 Besides figure and table floats that are described in sections
25851 \begin_inset space ~
25852 \end_inset
25853
25854
25855 \begin_inset CommandInset ref
25856 LatexCommand ref
25857 reference "sec:Figure-Floats"
25858
25859 \end_inset
25860
25861  and 
25862 \begin_inset CommandInset ref
25863 LatexCommand ref
25864 reference "sec:Table-Floats"
25865
25866 \end_inset
25867
25868  respectively, \SpecialChar LyX
25869  offers the float types 
25870 \family sans
25871 Algorithm
25872 \family default
25873  and 
25874 \family sans
25875 Wrap
25876 \family default
25877 .
25878  The latter are explained in sec.
25879 \begin_inset space \thinspace{}
25880 \end_inset
25881
25882
25883 \begin_inset CommandInset ref
25884 LatexCommand ref
25885 reference "sec:Wrap-Floats"
25886
25887 \end_inset
25888
25889 .
25890 \end_layout
25891
25892 \begin_layout Subsection
25893 Algorithm Floats
25894 \begin_inset Index idx
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898 Floats ! Algorithms
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset Float algorithm
25908 placement h
25909 alignment document
25910 wide false
25911 sideways false
25912 status open
25913
25914 \begin_layout Plain Layout
25915 \begin_inset Caption Standard
25916
25917 \begin_layout Plain Layout
25918 \begin_inset CommandInset label
25919 LatexCommand label
25920 name "alg:Example-Algorithm-float"
25921
25922 \end_inset
25923
25924 Example Algorithm float
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout LyX-Code
25933 for I in 1..N loop
25934 \begin_inset Newline newline
25935 \end_inset
25936
25937  Sum:= Sum + A(I); /*comment*/
25938 \begin_inset Newline newline
25939 \end_inset
25940
25941 end loop
25942 \begin_inset VSpace -4mm
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 This float type is inserted with the menu 
25955 \family sans
25956 Insert\SpecialChar menuseparator
25957 Float\SpecialChar menuseparator
25958 Algorithm
25959 \family default
25960 .
25961  It is used for program codes and descriptions of algorithms and can be
25962  seen as an alternative to program code listings that are explained in chapter
25963 \begin_inset space ~
25964 \end_inset
25965
25966
25967 \begin_inset CommandInset ref
25968 LatexCommand ref
25969 reference "cha:Program-Code-Listings"
25970
25971 \end_inset
25972
25973 .
25974  A possible environment for algorithms is the 
25975 \family sans
25976 \SpecialChar LyX
25977  Code
25978 \family default
25979 , described in \SpecialChar LyX
25980 's 
25981 \emph on
25982 Userguide
25983 \emph default
25984 .
25985  Algorithm
25986 \begin_inset space ~
25987 \end_inset
25988
25989
25990 \begin_inset CommandInset ref
25991 LatexCommand ref
25992 reference "alg:Example-Algorithm-float"
25993
25994 \end_inset
25995
25996  is an example of an algorithm float where -4
25997 \begin_inset space \thinspace{}
25998 \end_inset
25999
26000 mm vertical space was added at the end of the float to have the bottom rule
26001  exactly below the last text line.
26002 \end_layout
26003
26004 \begin_layout Standard
26005 The float label is not automatically translated into the document language.
26006  If your document is not in English, you have to do this manually by adding
26007  the following line to the document preamble
26008 \series bold
26009 :
26010 \end_layout
26011
26012 \begin_layout Standard
26013
26014 \series bold
26015
26016 \backslash
26017 floatname{algorithm}{your
26018 \begin_inset space ~
26019 \end_inset
26020
26021 name}
26022 \end_layout
26023
26024 \begin_layout Standard
26025 where 
26026 \family sans
26027 your
26028 \begin_inset space ~
26029 \end_inset
26030
26031 name
26032 \family default
26033  is the word 
26034 \begin_inset Quotes eld
26035 \end_inset
26036
26037
26038 \emph on
26039 algorithm
26040 \emph default
26041
26042 \begin_inset Quotes erd
26043 \end_inset
26044
26045  in your language.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 To insert the list of algorithms you can use the menu 
26050 \family sans
26051 Insert\SpecialChar menuseparator
26052 List
26053 \begin_inset space \thinspace{}
26054 \end_inset
26055
26056 /
26057 \begin_inset space \thinspace{}
26058 \end_inset
26059
26060 TOC\SpecialChar menuseparator
26061 List of Algorithms
26062 \family default
26063  when your document has the same language as \SpecialChar LyX
26064 's menu names.
26065  In other cases use this command in \SpecialChar TeX
26066  Code instead:
26067 \end_layout
26068
26069 \begin_layout Standard
26070
26071 \series bold
26072
26073 \backslash
26074 listof{algorithm}{your
26075 \begin_inset space ~
26076 \end_inset
26077
26078 name}
26079 \end_layout
26080
26081 \begin_layout Standard
26082 where 
26083 \family sans
26084 your
26085 \begin_inset space ~
26086 \end_inset
26087
26088 name
26089 \family default
26090  is the word 
26091 \begin_inset Quotes eld
26092 \end_inset
26093
26094
26095 \emph on
26096 List of Algorithm
26097 \emph default
26098 s
26099 \begin_inset Quotes erd
26100 \end_inset
26101
26102  in your language.
26103 \end_layout
26104
26105 \begin_layout Standard
26106 Algorithm floats are not by default numbered in the scheme 
26107 \begin_inset Quotes eld
26108 \end_inset
26109
26110 chapter.algorithm
26111 \begin_inset Quotes erd
26112 \end_inset
26113
26114  as is the case for table and figure floats in many document-classes.
26115  To number algorithm floats in the same scheme, add this command to your
26116  document preamble:
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \series bold
26122
26123 \backslash
26124 numberwithin{algorithm}{chapter}
26125 \end_layout
26126
26127 \begin_layout Standard
26128 To be able to use the command 
26129 \series bold
26130
26131 \backslash
26132 numberwithin
26133 \series default
26134 , set in the tab 
26135 \family sans
26136 Math
26137 \begin_inset space ~
26138 \end_inset
26139
26140 Options
26141 \family default
26142  in the document settings the option 
26143 \family sans
26144 Use
26145 \begin_inset space ~
26146 \end_inset
26147
26148 AMS
26149 \begin_inset space ~
26150 \end_inset
26151
26152 math
26153 \begin_inset space ~
26154 \end_inset
26155
26156 package
26157 \family default
26158 .
26159 \end_layout
26160
26161 \begin_layout Section
26162 Float Numbering
26163 \begin_inset Index idx
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 Floats ! Numbering
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 Floats are usually numbered either independently from the sections the floats
26177  are in, or in the scheme 
26178 \begin_inset Quotes eld
26179 \end_inset
26180
26181 chapter.number
26182 \begin_inset Quotes erd
26183 \end_inset
26184
26185  or 
26186 \begin_inset Quotes eld
26187 \end_inset
26188
26189 section.number
26190 \begin_inset Quotes erd
26191 \end_inset
26192
26193 .
26194  This depends on the document class used.
26195 \end_layout
26196
26197 \begin_layout Standard
26198 To change section-independent numbering, you can use this command in the
26199  document preamble:
26200 \end_layout
26201
26202 \begin_layout Standard
26203
26204 \series bold
26205
26206 \backslash
26207 renewcommand{
26208 \backslash
26209 thetable}{
26210 \backslash
26211 roman{table}}
26212 \end_layout
26213
26214 \begin_layout Standard
26215
26216 \series bold
26217
26218 \backslash
26219 thetable
26220 \series default
26221  is the command that prints the table number.
26222  For figure floats, the command would be 
26223 \series bold
26224
26225 \backslash
26226 thefigure
26227 \series default
26228 .
26229  
26230 \series bold
26231
26232 \backslash
26233 roman
26234 \series default
26235  in the command above prints the table number as a small roman number.
26236 \end_layout
26237
26238 \begin_layout Standard
26239 To change the numbering scheme for example to 
26240 \begin_inset Quotes eld
26241 \end_inset
26242
26243 subsection.number
26244 \begin_inset Quotes erd
26245 \end_inset
26246
26247 , use this command in the preamble:
26248 \end_layout
26249
26250 \begin_layout Standard
26251
26252 \series bold
26253
26254 \backslash
26255 numberwithin{table}{subsection}
26256 \end_layout
26257
26258 \begin_layout Standard
26259 To be able to use the command 
26260 \series bold
26261
26262 \backslash
26263 numberwithin
26264 \series default
26265 , set in the tab 
26266 \family sans
26267 Math
26268 \begin_inset space ~
26269 \end_inset
26270
26271 Options
26272 \family default
26273  in the document settings the option 
26274 \family sans
26275 Use
26276 \begin_inset space ~
26277 \end_inset
26278
26279 AMS
26280 \begin_inset space ~
26281 \end_inset
26282
26283 math
26284 \begin_inset space ~
26285 \end_inset
26286
26287 package
26288 \family default
26289 .
26290 \end_layout
26291
26292 \begin_layout Standard
26293 Please also have a look at section
26294 \begin_inset space ~
26295 \end_inset
26296
26297
26298 \begin_inset CommandInset ref
26299 LatexCommand ref
26300 reference "subsec:Footnote-Numbering"
26301
26302 \end_inset
26303
26304  for the details and important notes about the numbering commands.
26305 \end_layout
26306
26307 \begin_layout Section
26308 Referencing Floats
26309 \begin_inset CommandInset label
26310 LatexCommand label
26311 name "sec:Referencing-Floats"
26312
26313 \end_inset
26314
26315
26316 \begin_inset Index idx
26317 status collapsed
26318
26319 \begin_layout Plain Layout
26320 Floats ! References
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \begin_inset Index idx
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330 References ! to Floats
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \begin_layout Standard
26339 To reference a float, insert a label into its caption using the menu 
26340 \family sans
26341 Insert\SpecialChar menuseparator
26342 Label
26343 \family default
26344  or the toolbar button 
26345 \begin_inset Info
26346 type  "icon"
26347 arg   "label-insert"
26348 \end_inset
26349
26350 .
26351  A grey label box like this one: 
26352 \begin_inset Graphics
26353         filename clipart/label.png
26354         scaleBeforeRotation
26355
26356 \end_inset
26357
26358  will be inserted and the label window pops up asking for the label text.
26359  \SpecialChar LyX
26360  offers as text the first words of the caption with a prefix.
26361  The prefix depends on the float type, e.
26362 \begin_inset space \thinspace{}
26363 \end_inset
26364
26365 g.
26366 \begin_inset space \space{}
26367 \end_inset
26368
26369 for figure floats the prefix will be "
26370 \family sans
26371 fig:
26372 \family default
26373 ".
26374 \end_layout
26375
26376 \begin_layout Standard
26377 The label is used as anchor and name for the reference.
26378  You can refer to the label using the menu 
26379 \family sans
26380 Insert\SpecialChar menuseparator
26381 Cross-reference
26382 \family default
26383  or the toolbar button 
26384 \begin_inset Info
26385 type  "icon"
26386 arg   "dialog-show-new-inset ref"
26387 \end_inset
26388
26389 .
26390  The cross-reference window appears showing all labels of the document.
26391  If you have multiple \SpecialChar LyX
26392  documents opened, choose the one you are working
26393  on from the drop-list at the top of the dialog.
26394  You can now sort the labels alphabetically and then choose one.
26395  A grey cross-reference box like this one: 
26396 \begin_inset Graphics
26397         filename clipart/reference.png
26398         scaleBeforeRotation
26399
26400 \end_inset
26401
26402  will be inserted.
26403  At the position of the cross-reference box the float number will appear
26404  in the output.
26405 \end_layout
26406
26407 \begin_layout Standard
26408 It is recommended that you use a protected space between the cross-reference
26409  name and its number to avoid line breaks between them.
26410  If a cross-reference refers to a non-existing label, you will see two question
26411  marks in the output instead of the reference.
26412 \end_layout
26413
26414 \begin_layout Standard
26415 You can change labels at any time by clicking on the label box.
26416  References to the changed label will automatically update their links to
26417  the new label text.
26418 \end_layout
26419
26420 \begin_layout Standard
26421 The button 
26422 \family sans
26423 Go
26424 \begin_inset space ~
26425 \end_inset
26426
26427 to
26428 \begin_inset space ~
26429 \end_inset
26430
26431 Label
26432 \family default
26433  in the cross-reference window sets the cursor before the referred label.
26434  The button text changes then to Go
26435 \begin_inset space ~
26436 \end_inset
26437
26438 Back and you can use it to set the cursor back to the cross-reference.
26439 \end_layout
26440
26441 \begin_layout Subsection
26442 Cross-Reference Formats
26443 \begin_inset CommandInset label
26444 LatexCommand label
26445 name "subsec:Cross-Reference-Formats"
26446
26447 \end_inset
26448
26449
26450 \begin_inset Index idx
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 References ! Formats
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \begin_layout Standard
26463 There are six varieties of cross-references:
26464 \end_layout
26465
26466 \begin_layout Description
26467 <reference>: prints the float number, this is the default: 
26468 \begin_inset CommandInset ref
26469 LatexCommand ref
26470 reference "fig:Two-distorted-images"
26471
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \begin_layout Description
26478 (<reference>): prints the float number within two parentheses, this is the
26479  style normally used to reference formulas, especially when the reference
26480  name 
26481 \begin_inset Quotes eld
26482 \end_inset
26483
26484 Equation
26485 \begin_inset Quotes erd
26486 \end_inset
26487
26488  is omitted: 
26489 \begin_inset CommandInset ref
26490 LatexCommand eqref
26491 reference "eq:Wgn"
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Description
26499 <page>: prints the page number: Page
26500 \begin_inset space ~
26501 \end_inset
26502
26503
26504 \begin_inset CommandInset ref
26505 LatexCommand pageref
26506 reference "fig:Two-distorted-images"
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Description
26514 on
26515 \begin_inset space ~
26516 \end_inset
26517
26518 page
26519 \begin_inset space ~
26520 \end_inset
26521
26522 <page>: prints the text "on page" and the page number: 
26523 \begin_inset CommandInset ref
26524 LatexCommand vpageref
26525 reference "fig:Two-distorted-images"
26526
26527 \end_inset
26528
26529
26530 \end_layout
26531
26532 \begin_layout Description
26533 <reference>
26534 \begin_inset space ~
26535 \end_inset
26536
26537 on
26538 \begin_inset space ~
26539 \end_inset
26540
26541 page
26542 \begin_inset space ~
26543 \end_inset
26544
26545 <page>: prints the float number, the text "on page", and the page number:
26546  
26547 \begin_inset CommandInset ref
26548 LatexCommand vref
26549 reference "fig:Two-distorted-images"
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Description
26557 Formatted
26558 \begin_inset space ~
26559 \end_inset
26560
26561 reference: prints a self-defined cross-reference format.
26562 \begin_inset Newline newline
26563 \end_inset
26564
26565
26566 \begin_inset Note Greyedout
26567 status open
26568
26569 \begin_layout Plain Layout
26570
26571 \series bold
26572 Note:
26573 \series default
26574  This feature is only available when you have the \SpecialChar LaTeX
26575 -package 
26576 \series bold
26577 prettyref
26578 \series default
26579  or 
26580 \series bold
26581 refstyle
26582 \series default
26583
26584 \begin_inset Index idx
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588 \SpecialChar LaTeX
26589 -packages ! prettyref
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \begin_inset Index idx
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 \SpecialChar LaTeX
26600 -packages ! refstyle
26601 \end_layout
26602
26603 \end_inset
26604
26605  installed.
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \begin_inset Newline newline
26612 \end_inset
26613
26614 You can select which \SpecialChar LaTeX
26615 -package should be used for this feature by setting
26616  the option 
26617 \family sans
26618 Use refstyle (not prettyref) for cross-references
26619 \family default
26620  in the menu 
26621 \family sans
26622 Document\SpecialChar menuseparator
26623 Settings\SpecialChar menuseparator
26624 Document Class
26625 \family default
26626 .
26627  The format is specified by adding the command 
26628 \series bold
26629
26630 \backslash
26631 newrefformat
26632 \series default
26633  (prettyref) or 
26634 \series bold
26635
26636 \backslash
26637 newref
26638 \series default
26639  (refstyle) to the preamble of the document.
26640  For example redefining all references to figures (which have the label
26641  prefix 
26642 \begin_inset Quotes eld
26643 \end_inset
26644
26645
26646 \family sans
26647 fig
26648 \family default
26649
26650 \begin_inset Quotes erd
26651 \end_inset
26652
26653 ) can be done with this command
26654 \begin_inset Newline newline
26655 \end_inset
26656
26657
26658 \series bold
26659
26660 \backslash
26661 newref{fig}{refcmd={Image on page 
26662 \backslash
26663 pageref{#1}}}
26664 \series default
26665
26666 \begin_inset Newline newline
26667 \end_inset
26668
26669 For more information about the format, have a look at the package documentations
26670
26671 \begin_inset CommandInset citation
26672 LatexCommand cite
26673 key "prettyref,refstyle"
26674 literal "true"
26675
26676 \end_inset
26677
26678 .
26679 \begin_inset Newline newline
26680 \end_inset
26681
26682 The options 
26683 \family sans
26684 Plural
26685 \family default
26686  and 
26687 \family sans
26688 Capitalized
26689 \family default
26690  are only available if you use the \SpecialChar LaTeX
26691 -package 
26692 \series bold
26693 refstyle
26694 \series default
26695 .
26696  
26697 \family sans
26698 Plural
26699 \family default
26700  adds an 
26701 \emph on
26702 s
26703 \emph default
26704  to the name, e.
26705 \begin_inset space \thinspace{}
26706 \end_inset
26707
26708 g.
26709 \begin_inset space \space{}
26710 \end_inset
26711
26712
26713 \begin_inset Quotes eld
26714 \end_inset
26715
26716 figures
26717 \begin_inset Quotes erd
26718 \end_inset
26719
26720
26721 \family sans
26722 Capitalized
26723 \family default
26724  outputs the name capitalized, e.
26725 \begin_inset space \thinspace{}
26726 \end_inset
26727
26728 g.
26729 \begin_inset space \space{}
26730 \end_inset
26731
26732
26733 \begin_inset Quotes eld
26734 \end_inset
26735
26736 Figure
26737 \begin_inset Quotes erd
26738 \end_inset
26739
26740 .
26741  Both options can be combined to get e.
26742 \begin_inset space \thinspace{}
26743 \end_inset
26744
26745 g.
26746 \begin_inset space \space{}
26747 \end_inset
26748
26749
26750 \begin_inset Quotes eld
26751 \end_inset
26752
26753 Figures
26754 \begin_inset Quotes erd
26755 \end_inset
26756
26757 .
26758 \end_layout
26759
26760 \begin_layout Description
26761 Textual
26762 \begin_inset space ~
26763 \end_inset
26764
26765 reference: prints the caption of the reference: 
26766 \begin_inset CommandInset ref
26767 LatexCommand nameref
26768 reference "fig:Two-distorted-images"
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \begin_layout Description
26776 Label
26777 \begin_inset space ~
26778 \end_inset
26779
26780 only: prints only the \SpecialChar LaTeX
26781  label for the reference: 
26782 \begin_inset CommandInset ref
26783 LatexCommand labelonly
26784 reference "fig:Two-distorted-images"
26785 plural "false"
26786 caps "false"
26787 noprefix "false"
26788
26789 \end_inset
26790
26791
26792 \begin_inset Newline newline
26793 \end_inset
26794
26795 This allows to use the label for commands in \SpecialChar TeX
26796  code.
26797  With the option 
26798 \family sans
26799 No Prefix
26800 \family default
26801  one can omit the prefix of the label name: 
26802 \begin_inset CommandInset ref
26803 LatexCommand labelonly
26804 reference "fig:Two-distorted-images"
26805 plural "false"
26806 caps "false"
26807 noprefix "true"
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \begin_layout Standard
26815
26816 \family sans
26817 <page>
26818 \family default
26819  will not print the page number if the label is on the previous, the same,
26820  or the next page.
26821  You will e.
26822 \begin_inset space \thinspace{}
26823 \end_inset
26824
26825 g.
26826 \begin_inset space \space{}
26827 \end_inset
26828
26829 see the text 
26830 \begin_inset Quotes eld
26831 \end_inset
26832
26833
26834 \family sans
26835 on this page
26836 \family default
26837
26838 \begin_inset Quotes erd
26839 \end_inset
26840
26841  instead.
26842  The style 
26843 \family sans
26844 <reference> on page <page>
26845 \family default
26846  will not print anything about the page if the label is on the same page.
26847 \end_layout
26848
26849 \begin_layout Standard
26850 The number and current page of the part of the document referred to in the
26851  output is automatically calculated by \SpecialChar LaTeX
26852 .
26853  The varieties are adjusted in the field 
26854 \family sans
26855 Format
26856 \family default
26857  of the cross-reference window that appears when you click on the cross-referenc
26858 e box.
26859 \end_layout
26860
26861 \begin_layout Standard
26862 \begin_inset Note Greyedout
26863 status open
26864
26865 \begin_layout Plain Layout
26866
26867 \series bold
26868 Note:
26869 \series default
26870  It is recommended to use the \SpecialChar LaTeX
26871 -package 
26872 \series bold
26873 refstyle
26874 \series default
26875
26876 \begin_inset Index idx
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880 \SpecialChar LaTeX
26881 -packages ! refstyle
26882 \end_layout
26883
26884 \end_inset
26885
26886  because 
26887 \series bold
26888 prettyref
26889 \series default
26890
26891 \begin_inset Index idx
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 \SpecialChar LaTeX
26896 -packages ! prettyref
26897 \end_layout
26898
26899 \end_inset
26900
26901  does not know all of \SpecialChar LyX
26902 's possible label shortcuts
26903 \begin_inset Foot
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907 \begin_inset Quotes eld
26908 \end_inset
26909
26910 fig:
26911 \begin_inset Quotes erd
26912 \end_inset
26913
26914  is for example \SpecialChar LyX
26915 's shortcut for labels in figure captions.
26916 \end_layout
26917
26918 \end_inset
26919
26920  and is not internationalized.
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \begin_layout Subsection
26929 Automatic Reference Naming
26930 \begin_inset Index idx
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934 References ! Automatic Reference Naming
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Standard
26943 The \SpecialChar LaTeX
26944 -package 
26945 \series bold
26946 hyperref
26947 \series default
26948
26949 \begin_inset Index idx
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953 \SpecialChar LaTeX
26954 -packages ! hyperref
26955 \end_layout
26956
26957 \end_inset
26958
26959 , that is enabled in the 
26960 \family sans
26961 PDF Properties
26962 \family default
26963  of the 
26964 \family sans
26965 Document Settings
26966 \family default
26967  dialog, provides a very useful feature that cross-references automatically
26968  include the name of the referenced floats (or text parts like 
26969 \emph on
26970 section
26971 \emph default
26972 ).
26973  So you will save having to write e.
26974 \begin_inset space \thinspace{}
26975 \end_inset
26976
26977 g.
26978 \begin_inset space \space{}
26979 \end_inset
26980
26981 the name 
26982 \begin_inset Quotes eld
26983 \end_inset
26984
26985 Figure
26986 \begin_inset Quotes erd
26987 \end_inset
26988
26989  before every reference to a figure.
26990  To use this feature, enable 
26991 \series bold
26992 hyperref
26993 \series default
26994  and insert this line to the \SpecialChar LaTeX
26995  preamble:
26996 \end_layout
26997
26998 \begin_layout Standard
26999
27000 \series bold
27001
27002 \backslash
27003 AtBeginDocument{
27004 \backslash
27005 renewcommand{
27006 \backslash
27007 ref}[1]{
27008 \backslash
27009 mbox{
27010 \backslash
27011 autoref{#1}}}}
27012 \end_layout
27013
27014 \begin_layout Standard
27015 When you prefer other reference names than the default ones, for example
27016  you want instead of 
27017 \begin_inset Quotes eld
27018 \end_inset
27019
27020 section
27021 \begin_inset Quotes erd
27022 \end_inset
27023
27024  the name 
27025 \begin_inset Quotes eld
27026 \end_inset
27027
27028 sec.
27029 \begin_inset space \thinspace{}
27030 \end_inset
27031
27032
27033 \begin_inset Quotes eld
27034 \end_inset
27035
27036 , you can redefine the name by inserting this in the preamble:
27037 \end_layout
27038
27039 \begin_layout Standard
27040
27041 \series bold
27042
27043 \backslash
27044 addto
27045 \backslash
27046 extrasenglish{
27047 \backslash
27048 renewcommand{
27049 \backslash
27050 sectionautorefname}
27051 \begin_inset Newline newline
27052 \end_inset
27053
27054
27055 \begin_inset Phantom HPhantom
27056 status open
27057
27058 \begin_layout Plain Layout
27059
27060 \series bold
27061 \begin_inset space ~
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \end_inset
27068
27069 {sec.
27070 \backslash
27071 negthinspace}}
27072 \end_layout
27073
27074 \begin_layout Standard
27075 When you are using another document language than English, replace
27076 \begin_inset Newline newline
27077 \end_inset
27078
27079
27080 \series bold
27081
27082 \backslash
27083 extrasenglish
27084 \series default
27085  by 
27086 \series bold
27087
27088 \backslash
27089 extras***
27090 \series default
27091 , where *** is the name of the language used.
27092 \end_layout
27093
27094 \begin_layout Standard
27095 To get automatic names, but not for certain reference types, for example
27096  not for equations, use this preamble code:
27097 \end_layout
27098
27099 \begin_layout Standard
27100
27101 \series bold
27102
27103 \backslash
27104 addto
27105 \backslash
27106 extrasenglish{
27107 \backslash
27108 renewcommand*{
27109 \backslash
27110 equationautorefname}[1]{}}
27111 \end_layout
27112
27113 \begin_layout Standard
27114 More about this topic can be found in 
27115 \series bold
27116 hyperref
27117 \series default
27118 's documentation 
27119 \begin_inset CommandInset citation
27120 LatexCommand cite
27121 key "hyperref"
27122 literal "true"
27123
27124 \end_inset
27125
27126 .
27127 \end_layout
27128
27129 \begin_layout Standard
27130 \begin_inset Note Greyedout
27131 status open
27132
27133 \begin_layout Plain Layout
27134
27135 \series bold
27136 Note:
27137 \series default
27138  Automatic reference naming cannot be used when you use cross-references
27139  in the 
27140 \family sans
27141 Formatted
27142 \begin_inset space ~
27143 \end_inset
27144
27145 reference
27146 \family default
27147  style, as described in section
27148 \begin_inset space ~
27149 \end_inset
27150
27151
27152 \begin_inset CommandInset ref
27153 LatexCommand ref
27154 reference "subsec:Cross-Reference-Formats"
27155
27156 \end_inset
27157
27158 .
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Standard
27167 The 
27168 \emph on
27169 Math
27170 \emph default
27171  manual is an example where automatic reference naming is used.
27172 \end_layout
27173
27174 \begin_layout Subsection
27175 Reference Position
27176 \begin_inset CommandInset label
27177 LatexCommand label
27178 name "subsec:Reference-Position"
27179
27180 \end_inset
27181
27182
27183 \begin_inset Index idx
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187 References ! Reference Position
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 If you use 
27197 \series bold
27198 hyperref
27199 \series default
27200
27201 \begin_inset Index idx
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205 \SpecialChar LaTeX
27206 -packages ! hyperref
27207 \end_layout
27208
27209 \end_inset
27210
27211  in the 
27212 \family sans
27213 PDF Properties
27214 \family default
27215  of the 
27216 \family sans
27217 Document Settings
27218 \family default
27219  dialog to link cross-references in the output, you will see that clicking
27220  on an image float reference jumps to the image label.
27221  The caption will be the first text part on the screen, so that you cannot
27222  see the image without scrolling.
27223  This is because the reference link anchor is placed at the position of
27224  the label.
27225  With the use of the package 
27226 \series bold
27227 hypcap
27228 \series default
27229
27230 \begin_inset Index idx
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234 \SpecialChar LaTeX
27235 -packages ! hypcap
27236 \end_layout
27237
27238 \end_inset
27239
27240 , which is part of the \SpecialChar LaTeX
27241 -package 
27242 \series bold
27243 oberdiek
27244 \series default
27245
27246 \begin_inset Index idx
27247 status collapsed
27248
27249 \begin_layout Plain Layout
27250 \SpecialChar LaTeX
27251 -packages ! oberdiek
27252 \end_layout
27253
27254 \end_inset
27255
27256 , the link anchor is placed at the beginning of a float.
27257  To use this feature for figure floats, load 
27258 \series bold
27259 hypcap
27260 \series default
27261  in the document preamble with the line
27262 \end_layout
27263
27264 \begin_layout Standard
27265
27266 \series bold
27267
27268 \backslash
27269 usepackage[figure]{hypcap}
27270 \end_layout
27271
27272 \begin_layout Standard
27273 You can also use 
27274 \series bold
27275 hypcap
27276 \series default
27277  for all float types but this is not recommended for stability reasons.
27278  For more information, have a look at 
27279 \series bold
27280 hypcap
27281 \series default
27282 's manual 
27283 \begin_inset CommandInset citation
27284 LatexCommand cite
27285 key "hypcap"
27286 literal "true"
27287
27288 \end_inset
27289
27290 .
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset Note Greyedout
27295 status open
27296
27297 \begin_layout Plain Layout
27298
27299 \series bold
27300 Note:
27301 \series default
27302  
27303 \series bold
27304 hypcap
27305 \series default
27306  has no effect on references to subfigures.
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Section
27315 Float 
27316 \change_deleted -712698321 1526031763
27317 Placement 
27318 \change_inserted -712698321 1526031765
27319 Settings
27320 \change_unchanged
27321
27322 \begin_inset CommandInset label
27323 LatexCommand label
27324 name "sec:Float-Settings"
27325
27326 \end_inset
27327
27328
27329 \begin_inset Index idx
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333 Floats ! 
27334 \change_deleted -712698321 1526031841
27335 Placement
27336 \change_inserted -712698321 1526031842
27337 Settings
27338 \change_unchanged
27339
27340 \end_layout
27341
27342 \end_inset
27343
27344
27345 \end_layout
27346
27347 \begin_layout Standard
27348
27349 \change_inserted -712698321 1526033385
27350 Float Settings can be adjusted at two places in \SpecialChar LyX
27351 : In 
27352 \family sans
27353 Document\SpecialChar menuseparator
27354 Settings\SpecialChar ldots
27355 \SpecialChar menuseparator
27356 Float Settings
27357 \family default
27358 , you can set some options that are used by default for all floats of the
27359  document (placement on page and alignment of contents), unless you modify
27360  the local settings of a float.
27361 \change_unchanged
27362
27363 \end_layout
27364
27365 \begin_layout Standard
27366
27367 \change_inserted -712698321 1526032513
27368 The latter can be done by 
27369 \change_deleted -712698321 1526032513
27370 R
27371 \change_inserted -712698321 1526032513
27372 r
27373 \change_unchanged
27374 ight-clicking on a float-box and clicking on 
27375 \family sans
27376 Settings
27377 \change_inserted -712698321 1526033387
27378 \SpecialChar ldots
27379
27380 \change_unchanged
27381
27382 \family default
27383  
27384 \change_inserted -712698321 1526032520
27385 This 
27386 \change_unchanged
27387 opens a dialog where you can
27388 \change_inserted -712698321 1526032584
27389 , now only for the given float,
27390 \change_unchanged
27391  alter the 
27392 \change_inserted -712698321 1526033452
27393 global 
27394 \change_unchanged
27395 placement 
27396 \change_deleted -712698321 1526033439
27397 options that \SpecialChar LaTeX
27398  uses for positioning the float
27399 \change_inserted -712698321 1526033493
27400  and alignment options, and adapt some other options that are only available
27401  for single floats
27402 \change_unchanged
27403 .
27404
27405 \change_inserted -712698321 1526032658
27406  All these options, both for 
27407 \family sans
27408 Document\SpecialChar menuseparator
27409 Settings\SpecialChar menuseparator
27410 Float Settings
27411 \family default
27412  and for local 
27413 \family sans
27414 Float Settings
27415 \family default
27416 , are described in turn.
27417 \change_deleted -712698321 1526031652
27418
27419 \begin_inset Newline newline
27420 \end_inset
27421
27422 The option 
27423 \family sans
27424 Span
27425 \begin_inset space ~
27426 \end_inset
27427
27428 columns
27429 \family default
27430  is only useful for two-column documents: If you select it, the float will
27431  span both columns on the page instead of being confined to just one.
27432 \begin_inset Newline newline
27433 \end_inset
27434
27435 The option 
27436 \family sans
27437 Rotate
27438 \begin_inset space ~
27439 \end_inset
27440
27441 sideways
27442 \family default
27443  is used to rotate floats, see section 
27444 \begin_inset CommandInset ref
27445 LatexCommand ref
27446 reference "sec:Rotated-Floats"
27447
27448 \end_inset
27449
27450 .
27451 \change_unchanged
27452
27453 \end_layout
27454
27455 \begin_layout Subsection
27456
27457 \change_inserted -712698321 1526031775
27458 Float Placement
27459 \begin_inset CommandInset label
27460 LatexCommand label
27461 name "sec:Float-Placement"
27462
27463 \end_inset
27464
27465
27466 \begin_inset Index idx
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471 \change_inserted -712698321 1526031775
27472 Floats ! Placement
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \change_unchanged
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \change_inserted -712698321 1526032697
27485 Both in 
27486 \family sans
27487 Document\SpecialChar menuseparator
27488 Settings\SpecialChar menuseparator
27489 Float Settings
27490 \family default
27491  and in the local 
27492 \family sans
27493 Float Settings
27494 \family default
27495  dialog, you can 
27496 \change_deleted -712698321 1526032811
27497 You can use one or more of the following options in the float dialog to
27498  set
27499 \change_inserted -712698321 1526032812
27500 modify
27501 \change_unchanged
27502  the placement 
27503 \change_inserted -712698321 1526033558
27504 algorithm that \SpecialChar LaTeX
27505  uses for positioning floats on the page, either 
27506 \change_unchanged
27507 for 
27508 \change_inserted -712698321 1526033535
27509 all floats (
27510 \family sans
27511 Document\SpecialChar menuseparator
27512 Settings\SpecialChar menuseparator
27513 Float Settings
27514 \family default
27515 ) or 
27516 \change_unchanged
27517 a particular float
27518 \change_inserted -712698321 1526033570
27519  (local 
27520 \family sans
27521 Float Settings
27522 \family default
27523  dialog).
27524  This is done via 
27525 \family sans
27526 Placement Settings
27527 \family default
27528 .
27529  By default, this is set to
27530 \change_unchanged
27531  
27532 \change_inserted -712698321 1526033604
27533
27534 \family sans
27535 Class Default
27536 \family default
27537  in 
27538 \family sans
27539 Document\SpecialChar menuseparator
27540 Settings\SpecialChar menuseparator
27541 Float Settings
27542 \family default
27543  (meaning that the default placement algorithm of the document class is
27544  used) or 
27545 \family sans
27546 Document Default
27547 \family default
27548  in the local 
27549 \family sans
27550 Float Settings
27551 \family default
27552  dialog (meaning that the settings in 
27553 \family sans
27554 Document\SpecialChar menuseparator
27555 Settings\SpecialChar menuseparator
27556 Float Settings
27557 \family default
27558  are used, which are the Class Defaults by default).
27559  If you want to change this, 
27560 \change_deleted -712698321 1526033009
27561 when you uncheck
27562 \change_inserted -712698321 1526033535
27563 select
27564 \change_unchanged
27565  
27566 \change_deleted -712698321 1526031920
27567 the option
27568 \change_inserted -712698321 1526033535
27569
27570 \family sans
27571 Placement Settings:
27572 \change_unchanged
27573
27574 \family default
27575  
27576 \change_inserted -712698321 1526033535
27577
27578 \family sans
27579 Custom.
27580 \change_deleted -712698321 1526031908
27581 Use
27582 \begin_inset space ~
27583 \end_inset
27584
27585 default
27586 \begin_inset space ~
27587 \end_inset
27588
27589 placement
27590 \change_inserted -712698321 1526033535
27591
27592 \family default
27593  This allows you to select one or more from
27594 \change_unchanged
27595 :
27596 \end_layout
27597
27598 \begin_layout Description
27599 Here
27600 \begin_inset space ~
27601 \end_inset
27602
27603 if
27604 \begin_inset space ~
27605 \end_inset
27606
27607 possible try to place the float on the position where it has been inserted
27608 \end_layout
27609
27610 \begin_layout Description
27611 Top
27612 \begin_inset space ~
27613 \end_inset
27614
27615 of
27616 \begin_inset space ~
27617 \end_inset
27618
27619 page try to place the float at the top of the current page
27620 \end_layout
27621
27622 \begin_layout Description
27623 Bottom
27624 \begin_inset space ~
27625 \end_inset
27626
27627 of
27628 \begin_inset space ~
27629 \end_inset
27630
27631 page try to place the float at the bottom of the current page
27632 \end_layout
27633
27634 \begin_layout Description
27635 Page
27636 \begin_inset space ~
27637 \end_inset
27638
27639 of
27640 \begin_inset space ~
27641 \end_inset
27642
27643 floats try to place the float on its own page
27644 \end_layout
27645
27646 \begin_layout Standard
27647 The order of the above option is 
27648 \emph on
27649 always
27650 \emph default
27651  used by \SpecialChar LaTeX
27652 .
27653  That means, if you use the default placement, \SpecialChar LaTeX
27654  will first try out 
27655 \family sans
27656 Here
27657 \begin_inset space ~
27658 \end_inset
27659
27660 if
27661 \begin_inset space ~
27662 \end_inset
27663
27664 possible
27665 \family default
27666 , then 
27667 \family sans
27668 Top
27669 \begin_inset space ~
27670 \end_inset
27671
27672 of
27673 \begin_inset space ~
27674 \end_inset
27675
27676 page
27677 \family default
27678 , and then the others.
27679  If you do not use the default, \SpecialChar LaTeX
27680  will try only the checked options but in
27681  the same order.
27682  If none of the 4
27683 \begin_inset space ~
27684 \end_inset
27685
27686 placements is possible the procedure is internally repeated trying to put
27687  the float on the following page.
27688 \end_layout
27689
27690 \begin_layout Standard
27691 By default, each option has its own rules:
27692 \end_layout
27693
27694 \begin_layout Labeling
27695 \labelwidthstring 00.00.0000
27696
27697 \family sans
27698 Top
27699 \begin_inset space ~
27700 \end_inset
27701
27702 of
27703 \begin_inset space ~
27704 \end_inset
27705
27706 page
27707 \family default
27708  only floats occupying less than 70
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 % of the page can be placed at the top of a page (
27713 \series bold
27714
27715 \backslash
27716 topfraction
27717 \series default
27718 )
27719 \end_layout
27720
27721 \begin_layout Labeling
27722 \labelwidthstring 00.00.0000
27723
27724 \family sans
27725 Bottom
27726 \begin_inset space ~
27727 \end_inset
27728
27729 of
27730 \begin_inset space ~
27731 \end_inset
27732
27733 page
27734 \family default
27735 : only floats occupying less than 30
27736 \begin_inset space \thinspace{}
27737 \end_inset
27738
27739 % of the page can be placed at the bottom of a page.
27740  (
27741 \series bold
27742
27743 \backslash
27744 bottomfraction
27745 \series default
27746 )
27747 \end_layout
27748
27749 \begin_layout Labeling
27750 \labelwidthstring 00.00.0000
27751
27752 \family sans
27753 Page
27754 \begin_inset space ~
27755 \end_inset
27756
27757 of
27758 \begin_inset space ~
27759 \end_inset
27760
27761 floats
27762 \family default
27763 : only if more than 50
27764 \begin_inset space \thinspace{}
27765 \end_inset
27766
27767 % of the page is occupied by floats, several floats can be set together
27768  on a page.
27769  (
27770 \series bold
27771
27772 \backslash
27773 floatpagefraction
27774 \series default
27775 )
27776 \end_layout
27777
27778 \begin_layout Standard
27779 If you don't like these rules, you can ignore them by using the additional
27780  option 
27781 \family sans
27782 Ignore
27783 \begin_inset space ~
27784 \end_inset
27785
27786 \SpecialChar LaTeX
27787
27788 \begin_inset space ~
27789 \end_inset
27790
27791 rules
27792 \family default
27793 .
27794 \begin_inset Newline newline
27795 \end_inset
27796
27797 You can also redefine the rules with \SpecialChar LaTeX
27798 -commands that are given in parentheses
27799  after the rules description above.
27800  To increase for example the often too small default of the bottom-rule
27801  to 50
27802 \begin_inset space \thinspace{}
27803 \end_inset
27804
27805 % of the page, add this line to your document preamble:
27806 \end_layout
27807
27808 \begin_layout Standard
27809
27810 \series bold
27811
27812 \backslash
27813 renewcommand{
27814 \backslash
27815 bottomfraction}{0.5}
27816 \end_layout
27817
27818 \begin_layout Standard
27819 Sometimes you might need, under all circumstances, a float to be placed
27820  exactly at the position where it is inserted.
27821  For this case you can use the option 
27822 \family sans
27823 Here
27824 \begin_inset space ~
27825 \end_inset
27826
27827 definitely
27828 \family default
27829 .
27830  Use this option very rarely and only if the document is almost ready to
27831  be printed, because the float is then no longer able to 
27832 \begin_inset Quotes eld
27833 \end_inset
27834
27835 float
27836 \begin_inset Quotes erd
27837 \end_inset
27838
27839  when you change your document and this will often destroy the page layout.
27840 \end_layout
27841
27842 \begin_layout Standard
27843 There are no placement options for text wrap floats, because they are always
27844  surrounded by the text of a certain paragraph.
27845 \begin_inset VSpace bigskip
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 Sometimes you have the problem that a float is placed at the top of a page
27853  while its corresponding section starts at the middle of the page, so that
27854  the reader could think the float is part of the previous section.
27855  To avoid this the \SpecialChar LaTeX
27856 -command 
27857 \series bold
27858
27859 \backslash
27860 suppressfloats
27861 \series default
27862  can be used.
27863  It suppresses a given float placement for the page where it is inserted
27864  and can therefore be used to avoid floats being set before a section starts.
27865  To get this, add these commands to your document preamble:
27866 \end_layout
27867
27868 \begin_layout Standard
27869
27870 \series bold
27871
27872 \backslash
27873 let
27874 \backslash
27875 mySection
27876 \backslash
27877 section
27878 \begin_inset Newline newline
27879 \end_inset
27880
27881
27882 \backslash
27883 renewcommand{
27884 \backslash
27885 section}{
27886 \backslash
27887 suppressfloats[t]
27888 \backslash
27889 mySection}
27890 \end_layout
27891
27892 \begin_layout Standard
27893 You can define the same for all section headings, like chapters and subsections.
27894  This definition is not recommended to be used for small text parts like
27895  subsubsections because \SpecialChar LaTeX
27896  may then have problems finding a suitable placement.
27897 \end_layout
27898
27899 \begin_layout Standard
27900 \begin_inset VSpace bigskip
27901 \end_inset
27902
27903 In some cases it is required to have all figures/tables at the end of the
27904  document.
27905  For this purpose the \SpecialChar LaTeX
27906 -package 
27907 \series bold
27908 endfloat
27909 \series default
27910
27911 \begin_inset Index idx
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915 \SpecialChar LaTeX
27916 -packages ! endfloat
27917 \end_layout
27918
27919 \end_inset
27920
27921  was developed.
27922  It puts all figure and table floats at the end of the document into their
27923  own sections.
27924  At the original float position a text hint like 
27925 \begin_inset Quotes eld
27926 \end_inset
27927
27928
27929 \family sans
27930 [Figure
27931 \begin_inset space ~
27932 \end_inset
27933
27934 3.2 about here.]
27935 \family default
27936
27937 \begin_inset Quotes erd
27938 \end_inset
27939
27940  is inserted.
27941  The endfloat-package is loaded in the preamble with the line
27942 \end_layout
27943
27944 \begin_layout Standard
27945
27946 \series bold
27947
27948 \backslash
27949 usepackage[options]{endfloat}
27950 \end_layout
27951
27952 \begin_layout Standard
27953 There are various package options to format the created figure/table sections.
27954  For more information we refer you to the 
27955 \series bold
27956 endfloat
27957 \series default
27958  documentation 
27959 \begin_inset CommandInset citation
27960 LatexCommand cite
27961 key "endfloat"
27962 literal "true"
27963
27964 \end_inset
27965
27966 .
27967 \begin_inset Newline newline
27968 \end_inset
27969
27970
27971 \begin_inset Note Greyedout
27972 status open
27973
27974 \begin_layout Plain Layout
27975
27976 \series bold
27977 Note: endfloat
27978 \series default
27979  doesn't provide an automatic translation for the text hint, you have to
27980  do this manually, see section
27981 \begin_inset space ~
27982 \end_inset
27983
27984 4 in 
27985 \begin_inset CommandInset citation
27986 LatexCommand cite
27987 key "endfloat"
27988 literal "true"
27989
27990 \end_inset
27991
27992 .
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \begin_inset Newline newline
27999 \end_inset
28000
28001
28002 \begin_inset Note Greyedout
28003 status open
28004
28005 \begin_layout Plain Layout
28006
28007 \series bold
28008 Note:
28009 \series default
28010  There is currently a bug in 
28011 \series bold
28012 endfloat
28013 \series default
28014  when the caption contains a German 
28015 \begin_inset Quotes eld
28016 \end_inset
28017
28018 ß
28019 \begin_inset Quotes erd
28020 \end_inset
28021
28022 .
28023  Use in this case the command 
28024 \begin_inset Quotes eld
28025 \end_inset
28026
28027
28028 \series bold
28029
28030 \backslash
28031 ss
28032 \series default
28033
28034 \begin_inset Quotes erd
28035 \end_inset
28036
28037  in \SpecialChar TeX
28038  Code instead of 
28039 \begin_inset Quotes eld
28040 \end_inset
28041
28042 ß
28043 \begin_inset Quotes erd
28044 \end_inset
28045
28046 .
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \begin_layout Standard
28055 \begin_inset VSpace bigskip
28056 \end_inset
28057
28058 For more details about float placements, have a look at \SpecialChar LaTeX
28059  books, 
28060 \begin_inset CommandInset citation
28061 LatexCommand cite
28062 key "latexcompanion,latexguide,latexbook"
28063 literal "true"
28064
28065 \end_inset
28066
28067 .
28068 \change_inserted -712698321 1526030561
28069
28070 \end_layout
28071
28072 \begin_layout Subsection
28073
28074 \change_inserted -712698321 1526031989
28075 Alignment of Float Contents
28076 \end_layout
28077
28078 \begin_layout Standard
28079
28080 \change_inserted -712698321 1526032316
28081 In this list of options, you can define how the contents of a float (or
28082  all floats by default, if selected from 
28083 \family sans
28084 Document\SpecialChar menuseparator
28085 Settings
28086 \family default
28087 ) are aligned.
28088  
28089 \family sans
28090 Class Default
28091 \family default
28092  means that the alignment of the class, or the default alignment of \SpecialChar LaTeX
28093 , is
28094  used.
28095  
28096 \family sans
28097 Document Default
28098 \family default
28099  (only visible in the 
28100 \family sans
28101 Float Settings
28102 \family default
28103  dialog, not in 
28104 \family sans
28105 Document\SpecialChar menuseparator
28106 Settings
28107 \family default
28108 ) takes the setting specified in 
28109 \family sans
28110 Document\SpecialChar menuseparator
28111 Settings\SpecialChar menuseparator
28112 Float Settings
28113 \family default
28114 .
28115  The other three options, 
28116 \family sans
28117 Left
28118 \family default
28119
28120 \family sans
28121 Center
28122 \family default
28123 , or 
28124 \family sans
28125 Right
28126 \family default
28127 , are self-explanatory.
28128  If one of these is selected in 
28129 \family sans
28130 Document\SpecialChar menuseparator
28131 Settings\SpecialChar menuseparator
28132 Float Settings
28133 \family default
28134 , all floats of the document will have this setting by default (so it is
28135  fairly easy, for instance, to center all floats).
28136 \change_unchanged
28137
28138 \end_layout
28139
28140 \begin_layout Subsection
28141
28142 \change_inserted -712698321 1526030571
28143 Other Float Options
28144 \end_layout
28145
28146 \begin_layout Standard
28147
28148 \change_inserted -712698321 1526035716
28149 These two options are only visible in the local 
28150 \family sans
28151 Float Settings
28152 \family default
28153  dialog, not in 
28154 \family sans
28155 Document\SpecialChar menuseparator
28156 Settings.
28157 \change_unchanged
28158
28159 \end_layout
28160
28161 \begin_layout Standard
28162
28163 \change_inserted -712698321 1526033931
28164 The option 
28165 \family sans
28166 Span
28167 \begin_inset space ~
28168 \end_inset
28169
28170 columns
28171 \family default
28172  is useful for two-column documents: If you select it, the float will span
28173  both columns on the page instead of being confined to just one.
28174 \end_layout
28175
28176 \begin_layout Standard
28177
28178 \change_inserted -712698321 1526030572
28179 The option 
28180 \family sans
28181 Rotate
28182 \begin_inset space ~
28183 \end_inset
28184
28185 sideways
28186 \family default
28187  is used to rotate floats, see section 
28188 \begin_inset CommandInset ref
28189 LatexCommand ref
28190 reference "sec:Rotated-Floats"
28191
28192 \end_inset
28193
28194 .
28195 \change_unchanged
28196
28197 \end_layout
28198
28199 \begin_layout Section
28200 Rotated Floats
28201 \begin_inset CommandInset label
28202 LatexCommand label
28203 name "sec:Rotated-Floats"
28204
28205 \end_inset
28206
28207
28208 \begin_inset Index idx
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 Floats ! Rotating
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Standard
28221 Especially for wide tables you might have floats rotated.
28222  To rotate a whole float including the caption, right-click on the float-box
28223  and use the option 
28224 \family sans
28225 Rotate
28226 \begin_inset space ~
28227 \end_inset
28228
28229 sideways
28230 \family default
28231 .
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Rotated floats are always placed on a page of their own (or column of their
28236  own; in case you have a multi-column document).
28237  You can let them span several columns using the float settings option 
28238 \family sans
28239 Span
28240 \begin_inset space ~
28241 \end_inset
28242
28243 columns
28244 \family default
28245 .
28246  Floats are rotated so that you can read them from the outside margin.
28247  To force a certain rotation direction for all pages, you can add either
28248  the option 
28249 \series bold
28250 figuresleft
28251 \series default
28252  or 
28253 \series bold
28254 figuresright
28255 \series default
28256  to the document class options.
28257 \end_layout
28258
28259 \begin_layout Standard
28260 Referencing rotated floats is the same as for normal floats, the caption
28261  format is also the same: Table
28262 \begin_inset space ~
28263 \end_inset
28264
28265
28266 \begin_inset CommandInset ref
28267 LatexCommand ref
28268 reference "tab:Rotated-table"
28269
28270 \end_inset
28271
28272  is an example of a rotated table float.
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \begin_inset Note Greyedout
28277 status open
28278
28279 \begin_layout Plain Layout
28280
28281 \series bold
28282 Note:
28283 \series default
28284  Not all DVI-viewers are able to display rotated floats.
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \begin_layout Standard
28293 \begin_inset Float table
28294 placement document
28295 alignment document
28296 wide false
28297 sideways true
28298 status open
28299
28300 \begin_layout Plain Layout
28301 \begin_inset Caption Standard
28302
28303 \begin_layout Plain Layout
28304 \begin_inset CommandInset label
28305 LatexCommand label
28306 name "tab:Rotated-table"
28307
28308 \end_inset
28309
28310  Rotated table
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Plain Layout
28319 \align center
28320 \begin_inset Tabular
28321 <lyxtabular version="3" rows="1" columns="5">
28322 <features tabularvalignment="middle">
28323 <column alignment="center" valignment="top">
28324 <column alignment="center" valignment="top">
28325 <column alignment="center" valignment="top">
28326 <column alignment="center" valignment="top">
28327 <column alignment="center" valignment="top">
28328 <row>
28329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28330 \begin_inset Text
28331
28332 \begin_layout Plain Layout
28333 test
28334 \end_layout
28335
28336 \end_inset
28337 </cell>
28338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28339 \begin_inset Text
28340
28341 \begin_layout Plain Layout
28342 b
28343 \end_layout
28344
28345 \end_inset
28346 </cell>
28347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28348 \begin_inset Text
28349
28350 \begin_layout Plain Layout
28351 c
28352 \end_layout
28353
28354 \end_inset
28355 </cell>
28356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Plain Layout
28360 d
28361 \end_layout
28362
28363 \end_inset
28364 </cell>
28365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28366 \begin_inset Text
28367
28368 \begin_layout Plain Layout
28369 e
28370 \end_layout
28371
28372 \end_inset
28373 </cell>
28374 </row>
28375 </lyxtabular>
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \begin_layout Section
28388 Subfloats
28389 \begin_inset Index idx
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393 Floats ! Subfloats
28394 \end_layout
28395
28396 \end_inset
28397
28398
28399 \end_layout
28400
28401 \begin_layout Standard
28402 Subfloats are for example used when a figure consists of several images.
28403  They are created by inserting a float into an existing float.
28404  The placement of the subfloats can be controlled in the same way as for
28405  paragraphs as shown in table
28406 \begin_inset space ~
28407 \end_inset
28408
28409
28410 \begin_inset CommandInset ref
28411 LatexCommand ref
28412 reference "tab:Two-subtables-side"
28413
28414 \end_inset
28415
28416  and 
28417 \begin_inset CommandInset ref
28418 LatexCommand ref
28419 reference "tab:Two-subtables-upon"
28420
28421 \end_inset
28422
28423 .
28424 \end_layout
28425
28426 \begin_layout Standard
28427 Referencing subfloats works as for normal floats: Table
28428 \begin_inset space ~
28429 \end_inset
28430
28431
28432 \begin_inset CommandInset ref
28433 LatexCommand ref
28434 reference "tab:This-is-subtable-a"
28435
28436 \end_inset
28437
28438  and 
28439 \begin_inset CommandInset ref
28440 LatexCommand ref
28441 reference "tab:This-is-subtable-b"
28442
28443 \end_inset
28444
28445  are subtables of table
28446 \begin_inset space ~
28447 \end_inset
28448
28449
28450 \begin_inset CommandInset ref
28451 LatexCommand ref
28452 reference "tab:Two-subtables-side"
28453
28454 \end_inset
28455
28456 .
28457 \end_layout
28458
28459 \begin_layout Standard
28460 \begin_inset Float table
28461 placement document
28462 alignment document
28463 wide false
28464 sideways false
28465 status open
28466
28467 \begin_layout Plain Layout
28468 \begin_inset Caption Standard
28469
28470 \begin_layout Plain Layout
28471 \begin_inset CommandInset label
28472 LatexCommand label
28473 name "tab:Two-subtables-side"
28474
28475 \end_inset
28476
28477 Two subtables placed side by side.
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Plain Layout
28486 \align center
28487 \begin_inset space \hfill{}
28488 \end_inset
28489
28490
28491 \begin_inset Float table
28492 placement document
28493 alignment document
28494 wide false
28495 sideways false
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 \begin_inset Caption Standard
28500
28501 \begin_layout Plain Layout
28502 \begin_inset CommandInset label
28503 LatexCommand label
28504 name "tab:This-is-subtable-a"
28505
28506 \end_inset
28507
28508 This is subtable a.
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Plain Layout
28517 \align center
28518 \begin_inset Tabular
28519 <lyxtabular version="3" rows="1" columns="5">
28520 <features tabularvalignment="middle">
28521 <column alignment="center" valignment="top">
28522 <column alignment="center" valignment="top">
28523 <column alignment="center" valignment="top">
28524 <column alignment="center" valignment="top">
28525 <column alignment="center" valignment="top">
28526 <row>
28527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28528 \begin_inset Text
28529
28530 \begin_layout Plain Layout
28531 test
28532 \end_layout
28533
28534 \end_inset
28535 </cell>
28536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28537 \begin_inset Text
28538
28539 \begin_layout Plain Layout
28540 b
28541 \end_layout
28542
28543 \end_inset
28544 </cell>
28545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28546 \begin_inset Text
28547
28548 \begin_layout Plain Layout
28549 c
28550 \end_layout
28551
28552 \end_inset
28553 </cell>
28554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Plain Layout
28558 d
28559 \end_layout
28560
28561 \end_inset
28562 </cell>
28563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28564 \begin_inset Text
28565
28566 \begin_layout Plain Layout
28567 e
28568 \end_layout
28569
28570 \end_inset
28571 </cell>
28572 </row>
28573 </lyxtabular>
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \begin_inset space \hfill{}
28584 \end_inset
28585
28586
28587 \begin_inset Float table
28588 placement document
28589 alignment document
28590 wide false
28591 sideways false
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595 \begin_inset Caption Standard
28596
28597 \begin_layout Plain Layout
28598 \begin_inset CommandInset label
28599 LatexCommand label
28600 name "tab:This-is-subtable-b"
28601
28602 \end_inset
28603
28604 This is subtable b.
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Plain Layout
28613 \align center
28614 \begin_inset Tabular
28615 <lyxtabular version="3" rows="1" columns="5">
28616 <features tabularvalignment="middle">
28617 <column alignment="center" valignment="top">
28618 <column alignment="center" valignment="top">
28619 <column alignment="center" valignment="top">
28620 <column alignment="center" valignment="top">
28621 <column alignment="center" valignment="top">
28622 <row>
28623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627 e
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28633 \begin_inset Text
28634
28635 \begin_layout Plain Layout
28636 d
28637 \end_layout
28638
28639 \end_inset
28640 </cell>
28641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28642 \begin_inset Text
28643
28644 \begin_layout Plain Layout
28645 c
28646 \end_layout
28647
28648 \end_inset
28649 </cell>
28650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28651 \begin_inset Text
28652
28653 \begin_layout Plain Layout
28654 b
28655 \end_layout
28656
28657 \end_inset
28658 </cell>
28659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28660 \begin_inset Text
28661
28662 \begin_layout Plain Layout
28663 test
28664 \end_layout
28665
28666 \end_inset
28667 </cell>
28668 </row>
28669 </lyxtabular>
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \begin_inset space \hfill{}
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset Float table
28692 placement document
28693 alignment document
28694 wide false
28695 sideways false
28696 status open
28697
28698 \begin_layout Plain Layout
28699 \begin_inset Caption Standard
28700
28701 \begin_layout Plain Layout
28702 \begin_inset CommandInset label
28703 LatexCommand label
28704 name "tab:Two-subtables-upon"
28705
28706 \end_inset
28707
28708 Two subtables placed one above the other.
28709  (a) table with 4 cells, (b) table with 5 cells.
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \begin_layout Plain Layout
28718 \align center
28719 \begin_inset Float table
28720 placement document
28721 alignment document
28722 wide false
28723 sideways false
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 \begin_inset Caption Standard
28728
28729 \begin_layout Plain Layout
28730
28731 \end_layout
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \begin_layout Plain Layout
28739 \align center
28740 \begin_inset Tabular
28741 <lyxtabular version="3" rows="1" columns="4">
28742 <features tabularvalignment="middle">
28743 <column alignment="center" valignment="top">
28744 <column alignment="center" valignment="top">
28745 <column alignment="center" valignment="top">
28746 <column alignment="center" valignment="top">
28747 <row>
28748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28749 \begin_inset Text
28750
28751 \begin_layout Plain Layout
28752 test
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Plain Layout
28761 test
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28767 \begin_inset Text
28768
28769 \begin_layout Plain Layout
28770 test
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28776 \begin_inset Text
28777
28778 \begin_layout Plain Layout
28779 test
28780 \end_layout
28781
28782 \end_inset
28783 </cell>
28784 </row>
28785 </lyxtabular>
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \begin_layout Plain Layout
28798 \align center
28799 \begin_inset Float table
28800 placement document
28801 alignment document
28802 wide false
28803 sideways false
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Caption Standard
28808
28809 \begin_layout Plain Layout
28810
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Plain Layout
28819 \align center
28820 \begin_inset Tabular
28821 <lyxtabular version="3" rows="1" columns="5">
28822 <features tabularvalignment="middle">
28823 <column alignment="center" valignment="top">
28824 <column alignment="center" valignment="top">
28825 <column alignment="center" valignment="top">
28826 <column alignment="center" valignment="top">
28827 <column alignment="center" valignment="top">
28828 <row>
28829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28830 \begin_inset Text
28831
28832 \begin_layout Plain Layout
28833 a
28834 \end_layout
28835
28836 \end_inset
28837 </cell>
28838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28839 \begin_inset Text
28840
28841 \begin_layout Plain Layout
28842 b
28843 \end_layout
28844
28845 \end_inset
28846 </cell>
28847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28848 \begin_inset Text
28849
28850 \begin_layout Plain Layout
28851 c
28852 \end_layout
28853
28854 \end_inset
28855 </cell>
28856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 d
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869 e
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 </row>
28875 </lyxtabular>
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Section
28893 Floats Side by Side
28894 \begin_inset Index idx
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Floats ! Side by side
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 To place floats side by side, as in Figures
28908 \begin_inset space ~
28909 \end_inset
28910
28911
28912 \begin_inset CommandInset ref
28913 LatexCommand ref
28914 reference "fig:Float-left"
28915
28916 \end_inset
28917
28918  and 
28919 \begin_inset CommandInset ref
28920 LatexCommand ref
28921 reference "fig:Float-right"
28922
28923 \end_inset
28924
28925 , only 
28926 \emph on
28927 one
28928 \emph default
28929  float is used.
28930  In it two minipage boxes are inserted.
28931 \begin_inset Foot
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935 Minipages are explained in section
28936 \begin_inset space ~
28937 \end_inset
28938
28939
28940 \begin_inset CommandInset ref
28941 LatexCommand ref
28942 reference "sec:Minipages"
28943
28944 \end_inset
28945
28946 .
28947 \end_layout
28948
28949 \end_inset
28950
28951  The width is set to 45
28952 \begin_inset space \thinspace{}
28953 \end_inset
28954
28955 -50
28956 \begin_inset space \thinspace{}
28957 \end_inset
28958
28959 column% and the box alignment to 
28960 \family sans
28961 Bottom
28962 \family default
28963  for each minipage.
28964  The minipage boxes contain the image and the caption in the same way as
28965  they are in a float.
28966  The only difference is that the image unit 
28967 \family sans
28968 Column
28969 \begin_inset space ~
28970 \end_inset
28971
28972 Width
28973 \begin_inset space ~
28974 \end_inset
28975
28976 %
28977 \family default
28978  is now calculated according to the width of the minipage boxes.
28979 \end_layout
28980
28981 \begin_layout Standard
28982 \begin_inset Float figure
28983 placement document
28984 alignment document
28985 wide false
28986 sideways false
28987 status open
28988
28989 \begin_layout Plain Layout
28990 \begin_inset Box Frameless
28991 position "b"
28992 hor_pos "c"
28993 has_inner_box 1
28994 inner_pos "t"
28995 use_parbox 0
28996 use_makebox 0
28997 width "45col%"
28998 special "none"
28999 height "1in"
29000 height_special "totalheight"
29001 thickness "0.4pt"
29002 separation "3pt"
29003 shadowsize "4pt"
29004 framecolor "black"
29005 backgroundcolor "none"
29006 status open
29007
29008 \begin_layout Plain Layout
29009 \align center
29010 \begin_inset Graphics
29011         filename clipart/2D-intensity-plot.pdf
29012         width 100col%
29013         scaleBeforeRotation
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Plain Layout
29021 \begin_inset Caption Standard
29022
29023 \begin_layout Plain Layout
29024 \begin_inset CommandInset label
29025 LatexCommand label
29026 name "fig:Float-left"
29027
29028 \end_inset
29029
29030 Float on the left side.
29031 \end_layout
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \begin_inset space \hfill{}
29042 \end_inset
29043
29044
29045 \begin_inset Box Frameless
29046 position "b"
29047 hor_pos "c"
29048 has_inner_box 1
29049 inner_pos "t"
29050 use_parbox 0
29051 use_makebox 0
29052 width "45col%"
29053 special "none"
29054 height "1in"
29055 height_special "totalheight"
29056 thickness "0.4pt"
29057 separation "3pt"
29058 shadowsize "4pt"
29059 framecolor "black"
29060 backgroundcolor "none"
29061 status open
29062
29063 \begin_layout Plain Layout
29064 \align center
29065 \begin_inset Graphics
29066         filename clipart/Star-structure.pdf
29067         width 100col%
29068         scaleBeforeRotation
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Plain Layout
29076 \begin_inset Caption Standard
29077
29078 \begin_layout Plain Layout
29079 \begin_inset CommandInset label
29080 LatexCommand label
29081 name "fig:Float-right"
29082
29083 \end_inset
29084
29085 Float on the right side.
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 An alternative and simpler solution is to use the module 
29105 \family sans
29106 Variable-width Minipages
29107 \family default
29108 , see sec.
29109 \begin_inset space \thinspace{}
29110 \end_inset
29111
29112
29113 \begin_inset CommandInset ref
29114 LatexCommand ref
29115 reference "sec:Minipages"
29116
29117 \end_inset
29118
29119 .
29120  Variable-width minipages adapt automatically to the width of the figures
29121  and tables.
29122  They do not require an explicit width to be given, and they improve the
29123  horizontal alignment of the figures.
29124  The LyX example file 
29125 \emph on
29126 varwidth-floats-side-by-side
29127 \emph default
29128  gives examples of how to do this.
29129 \end_layout
29130
29131 \begin_layout Section
29132 Caption Formatting
29133 \begin_inset Index idx
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Caption ! Formatting
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \begin_inset Index idx
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147 Floats ! Caption Formatting
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \begin_inset CommandInset label
29154 LatexCommand label
29155 name "sec:Caption-Formatting"
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 The 
29164 \family sans
29165 Caption
29166 \family default
29167  environment is the default paragraph environment for 
29168 \family sans
29169 Floats
29170 \family default
29171 .
29172  On the \SpecialChar LyX
29173  screen captions appear as a label, e.
29174 \begin_inset space \thinspace{}
29175 \end_inset
29176
29177 g.
29178 \begin_inset space \space{}
29179 \end_inset
29180
29181
29182 \begin_inset Quotes eld
29183 \end_inset
29184
29185
29186 \family sans
29187 Figure #:
29188 \family default
29189
29190 \begin_inset Quotes erd
29191 \end_inset
29192
29193  followed by the caption text.
29194  
29195 \begin_inset Quotes eld
29196 \end_inset
29197
29198 #
29199 \begin_inset Quotes erd
29200 \end_inset
29201
29202  is the actual reference number.
29203  By default the label and the number are in the same font as the caption
29204  text and a colon follows the number to divide the label from the text.
29205  This caption format is suitable for many but not all documents.
29206  
29207 \end_layout
29208
29209 \begin_layout Standard
29210 To change the default caption format, load the \SpecialChar LaTeX
29211 -package 
29212 \series bold
29213 caption
29214 \series default
29215
29216 \begin_inset Index idx
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 \SpecialChar LaTeX
29221 -packages ! caption
29222 \end_layout
29223
29224 \end_inset
29225
29226  in the document preamble with this line:
29227 \end_layout
29228
29229 \begin_layout Standard
29230
29231 \series bold
29232
29233 \backslash
29234 usepackage[format definition]{caption}
29235 \end_layout
29236
29237 \begin_layout Standard
29238 To have for example the label and the number in sans-serif, bold font and
29239  the table captions always above the table as in this document, use the
29240  following command:
29241 \end_layout
29242
29243 \begin_layout Standard
29244
29245 \series bold
29246
29247 \backslash
29248 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
29249 \end_layout
29250
29251 \begin_layout Standard
29252 You can also define different caption formats for the different float types.
29253  In this case load the 
29254 \series bold
29255 caption
29256 \series default
29257  package without format specific options and define the different formats
29258  with the help of the command
29259 \end_layout
29260
29261 \begin_layout Standard
29262
29263 \series bold
29264
29265 \backslash
29266 captionsetup[float type]{format definition}
29267 \end_layout
29268
29269 \begin_layout Standard
29270 in the document preamble.
29271  For example the caption formats of Figure
29272 \begin_inset space ~
29273 \end_inset
29274
29275
29276 \begin_inset CommandInset ref
29277 LatexCommand ref
29278 reference "fig:This-is-an-fig"
29279
29280 \end_inset
29281
29282  and Table
29283 \begin_inset space ~
29284 \end_inset
29285
29286
29287 \begin_inset CommandInset ref
29288 LatexCommand ref
29289 reference "tab:This-is-an-tab"
29290
29291 \end_inset
29292
29293  can be created using these commands in the document preamble:
29294 \end_layout
29295
29296 \begin_layout Standard
29297
29298 \series bold
29299
29300 \backslash
29301 usepackage[tableposition=top]{caption}
29302 \series default
29303
29304 \begin_inset Newline newline
29305 \end_inset
29306
29307
29308 \series bold
29309
29310 \backslash
29311 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
29312 \begin_inset Newline newline
29313 \end_inset
29314
29315
29316 \begin_inset Phantom HPhantom
29317 status open
29318
29319 \begin_layout Plain Layout
29320
29321 \series bold
29322
29323 \backslash
29324 captionsetup[figure]{
29325 \end_layout
29326
29327 \end_inset
29328
29329 labelsep=period}
29330 \begin_inset Newline newline
29331 \end_inset
29332
29333
29334 \backslash
29335 captionsetup[table]{labelfont={bf,sf}}
29336 \end_layout
29337
29338 \begin_layout Standard
29339 \begin_inset Note Greyedout
29340 status open
29341
29342 \begin_layout Plain Layout
29343
29344 \series bold
29345 Note:
29346 \series default
29347  The option 
29348 \series bold
29349 tableposition=top
29350 \series default
29351  has no effect when a 
29352 \series bold
29353 KOMA-Script
29354 \series default
29355
29356 \begin_inset Index idx
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 \SpecialChar LaTeX
29361 -packages ! KOMA-Script
29362 \end_layout
29363
29364 \end_inset
29365
29366  document class is used.
29367  In this case the document class option 
29368 \series bold
29369 captions=tableheading
29370 \series default
29371  must be used.
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 For more information about the package 
29381 \series bold
29382 caption
29383 \series default
29384  we refer to its documentation 
29385 \begin_inset CommandInset citation
29386 LatexCommand cite
29387 key "caption"
29388 literal "true"
29389
29390 \end_inset
29391
29392 .
29393 \end_layout
29394
29395 \begin_layout Standard
29396 To change the label name from e.
29397 \begin_inset space \thinspace{}
29398 \end_inset
29399
29400 g.
29401 \begin_inset space \space{}
29402 \end_inset
29403
29404
29405 \begin_inset Quotes eld
29406 \end_inset
29407
29408 Figure
29409 \begin_inset Quotes erd
29410 \end_inset
29411
29412  to 
29413 \begin_inset Quotes eld
29414 \end_inset
29415
29416 Image
29417 \begin_inset Quotes erd
29418 \end_inset
29419
29420  use this preamble command:
29421 \end_layout
29422
29423 \begin_layout Standard
29424
29425 \series bold
29426
29427 \backslash
29428 renewcommand{
29429 \backslash
29430 fnum@figure}{Image~
29431 \backslash
29432 thefigure}
29433 \end_layout
29434
29435 \begin_layout Standard
29436 where 
29437 \series bold
29438
29439 \backslash
29440 thefigure
29441 \series default
29442  inserts the figure number and
29443 \series bold
29444  
29445 \begin_inset Quotes eld
29446 \end_inset
29447
29448 ~
29449 \series default
29450
29451 \begin_inset Quotes erd
29452 \end_inset
29453
29454  creates a protected space.
29455 \end_layout
29456
29457 \begin_layout Standard
29458 \begin_inset VSpace bigskip
29459 \end_inset
29460
29461 If you are using a 
29462 \series bold
29463 KOMA-Script
29464 \series default
29465
29466 \begin_inset Index idx
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470 \SpecialChar LaTeX
29471 -packages ! KOMA-Script
29472 \end_layout
29473
29474 \end_inset
29475
29476  document class (
29477 \family sans
29478 article (KOMA-Script)
29479 \family default
29480
29481 \family sans
29482 book (KOMA-Script)
29483 \family default
29484
29485 \family sans
29486 letter (KOMA-Script)
29487 \family default
29488 , or 
29489 \family sans
29490 report (KOMA-Script)
29491 \family default
29492
29493 \begin_inset space \thinspace{}
29494 \end_inset
29495
29496 ), you can alternatively to the 
29497 \series bold
29498 caption
29499 \series default
29500  package use 
29501 \series bold
29502 KOMA-Script
29503 \series default
29504 's built-in command 
29505 \series bold
29506
29507 \backslash
29508 setkomafont
29509 \series default
29510 .
29511  For example, to have the caption label in bold, add this command to your
29512  document preamble:
29513 \end_layout
29514
29515 \begin_layout Standard
29516
29517 \series bold
29518
29519 \backslash
29520 setkomafont{captionlabel}{
29521 \backslash
29522 bfseries}
29523 \end_layout
29524
29525 \begin_layout Standard
29526 For more information about 
29527 \series bold
29528
29529 \backslash
29530 setkomafont
29531 \series default
29532  we refer to the 
29533 \series bold
29534 KOMA-Script
29535 \series default
29536  documentation 
29537 \begin_inset CommandInset citation
29538 LatexCommand cite
29539 key "KOMA-Script"
29540 literal "true"
29541
29542 \end_inset
29543
29544 .
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset ERT
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552
29553
29554 \backslash
29555 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29556 }
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Note Note
29563 status open
29564
29565 \begin_layout Plain Layout
29566 The caption format is changed only for this example.
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \end_layout
29573
29574 \begin_layout Standard
29575 \begin_inset Float figure
29576 placement !p
29577 alignment document
29578 wide false
29579 sideways false
29580 status open
29581
29582 \begin_layout Plain Layout
29583 \align center
29584 \begin_inset Graphics
29585         filename clipart/2D-intensity-plot.pdf
29586         scaleBeforeRotation
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Plain Layout
29594 \begin_inset Caption Standard
29595
29596 \begin_layout Plain Layout
29597 \begin_inset CommandInset label
29598 LatexCommand label
29599 name "fig:This-is-an-fig"
29600
29601 \end_inset
29602
29603 This is an example figure caption that is longer than one line to show the
29604  different caption format.
29605  Here a self-defined caption format is used.
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624
29625 \backslash
29626 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29627 on}
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636 \begin_inset Float table
29637 placement !p
29638 alignment document
29639 wide false
29640 sideways false
29641 status open
29642
29643 \begin_layout Plain Layout
29644 \begin_inset Caption Standard
29645
29646 \begin_layout Plain Layout
29647 \begin_inset CommandInset label
29648 LatexCommand label
29649 name "tab:This-is-an-tab"
29650
29651 \end_inset
29652
29653 This is an example table caption that is longer than one line to show the
29654  different caption format.
29655  Here the standard caption format for tables in this document is used.
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Plain Layout
29664 \align center
29665 \begin_inset Tabular
29666 <lyxtabular version="3" rows="1" columns="5">
29667 <features tabularvalignment="middle">
29668 <column alignment="center" valignment="top">
29669 <column alignment="center" valignment="top">
29670 <column alignment="center" valignment="top">
29671 <column alignment="center" valignment="top">
29672 <column alignment="center" valignment="top">
29673 <row>
29674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29675 \begin_inset Text
29676
29677 \begin_layout Plain Layout
29678 a
29679 \end_layout
29680
29681 \end_inset
29682 </cell>
29683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29684 \begin_inset Text
29685
29686 \begin_layout Plain Layout
29687 b
29688 \end_layout
29689
29690 \end_inset
29691 </cell>
29692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29693 \begin_inset Text
29694
29695 \begin_layout Plain Layout
29696 c
29697 \end_layout
29698
29699 \end_inset
29700 </cell>
29701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29702 \begin_inset Text
29703
29704 \begin_layout Plain Layout
29705 d
29706 \end_layout
29707
29708 \end_inset
29709 </cell>
29710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29711 \begin_inset Text
29712
29713 \begin_layout Plain Layout
29714 e
29715 \end_layout
29716
29717 \end_inset
29718 </cell>
29719 </row>
29720 </lyxtabular>
29721
29722 \end_inset
29723
29724
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \begin_layout Section
29733 Caption Placement
29734 \begin_inset Index idx
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738 Caption ! Placement
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \begin_inset Index idx
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 Floats ! Caption Placement
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \begin_inset CommandInset label
29755 LatexCommand label
29756 name "sec:Caption-Placement"
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 The common caption placement rule is:
29765 \end_layout
29766
29767 \begin_layout Description
29768 Figure: Caption is set below the figure
29769 \end_layout
29770
29771 \begin_layout Description
29772 Table: Caption is set above the table
29773 \end_layout
29774
29775 \begin_layout Standard
29776 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29777 's
29778  standard classes.
29779  That means if you are using the document classes 
29780 \family sans
29781 article
29782 \family default
29783
29784 \family sans
29785 book
29786 \family default
29787
29788 \family sans
29789 letter
29790 \family default
29791 , or 
29792 \family sans
29793 report
29794 \family default
29795  there will be no space between the caption and the table.
29796  To insert the necessary space, load the \SpecialChar LaTeX
29797 -package 
29798 \series bold
29799 caption
29800 \series default
29801
29802 \begin_inset Index idx
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 \SpecialChar LaTeX
29807 -packages ! caption
29808 \end_layout
29809
29810 \end_inset
29811
29812  in your document preamble with the option
29813 \begin_inset Foot
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817 See section
29818 \begin_inset space ~
29819 \end_inset
29820
29821
29822 \begin_inset CommandInset ref
29823 LatexCommand ref
29824 reference "sec:Caption-Formatting"
29825
29826 \end_inset
29827
29828  for more information of the package 
29829 \series bold
29830 caption
29831 \series default
29832 .
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Standard
29841
29842 \series bold
29843 tableposition=top
29844 \end_layout
29845
29846 \begin_layout Standard
29847 If you are using a 
29848 \series bold
29849 KOMA-Script
29850 \series default
29851
29852 \begin_inset Index idx
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 \SpecialChar LaTeX
29857 -packages ! KOMA-Script
29858 \end_layout
29859
29860 \end_inset
29861
29862  document class (
29863 \family sans
29864 article (KOMA-Script)
29865 \family default
29866
29867 \family sans
29868 book (KOMA-Script)
29869 \family default
29870
29871 \family sans
29872 letter (KOMA-Script)
29873 \family default
29874 , or 
29875 \family sans
29876 report (KOMA-Script)
29877 \family default
29878
29879 \begin_inset space \thinspace{}
29880 \end_inset
29881
29882 ), you can alternatively to the 
29883 \series bold
29884 caption
29885 \series default
29886  package set the document class option
29887 \begin_inset Foot
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891 That option is used in this document.
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \end_layout
29898
29899 \begin_layout Standard
29900
29901 \series bold
29902 captions=tableheading
29903 \end_layout
29904
29905 \begin_layout Standard
29906 In documents with a KOMA-Script document class you can also right-click
29907  on a caption and mark in the context menu if this should be a caption above
29908  or below the table/figure.
29909  This way you can override the document-wide caption placement for certain
29910  captions.
29911  Table
29912 \begin_inset space ~
29913 \end_inset
29914
29915
29916 \begin_inset CommandInset ref
29917 LatexCommand ref
29918 reference "tab:A-caption-marked"
29919
29920 \end_inset
29921
29922  is an example where the caption is marked a being below the table while
29923  it is above.
29924  For comparison the caption in Table
29925 \begin_inset space ~
29926 \end_inset
29927
29928
29929 \begin_inset CommandInset ref
29930 LatexCommand ref
29931 reference "tab:A-standard-table"
29932
29933 \end_inset
29934
29935  is not marked.
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \begin_inset Float table
29940 placement document
29941 alignment document
29942 wide false
29943 sideways false
29944 status open
29945
29946 \begin_layout Plain Layout
29947 \begin_inset Caption Below
29948
29949 \begin_layout Plain Layout
29950 \begin_inset CommandInset label
29951 LatexCommand label
29952 name "tab:A-caption-marked"
29953
29954 \end_inset
29955
29956 A caption marked as being below the table.
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \begin_layout Plain Layout
29965 \align center
29966 \begin_inset Tabular
29967 <lyxtabular version="3" rows="3" columns="3">
29968 <features tabularvalignment="middle">
29969 <column alignment="center" valignment="top" width="0pt">
29970 <column alignment="center" valignment="top" width="0pt">
29971 <column alignment="center" valignment="top" width="0pt">
29972 <row>
29973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29974 \begin_inset Text
29975
29976 \begin_layout Plain Layout
29977 1
29978 \end_layout
29979
29980 \end_inset
29981 </cell>
29982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29983 \begin_inset Text
29984
29985 \begin_layout Plain Layout
29986 2
29987 \end_layout
29988
29989 \end_inset
29990 </cell>
29991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29992 \begin_inset Text
29993
29994 \begin_layout Plain Layout
29995 3
29996 \end_layout
29997
29998 \end_inset
29999 </cell>
30000 </row>
30001 <row>
30002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Plain Layout
30006 Joe
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30012 \begin_inset Text
30013
30014 \begin_layout Plain Layout
30015 Mary
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024 Ted
30025 \end_layout
30026
30027 \end_inset
30028 </cell>
30029 </row>
30030 <row>
30031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30032 \begin_inset Text
30033
30034 \begin_layout Plain Layout
30035 \begin_inset Formula $\int x^{2}dx$
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Plain Layout
30047 \begin_inset Formula $\left[\begin{array}{cc}
30048 a & b\\
30049 c & d
30050 \end{array}\right]$
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \end_inset
30057 </cell>
30058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30059 \begin_inset Text
30060
30061 \begin_layout Plain Layout
30062 \begin_inset Formula $1+1=2$
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \end_inset
30069 </cell>
30070 </row>
30071 </lyxtabular>
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \end_layout
30082
30083 \begin_layout Standard
30084 \begin_inset Float table
30085 placement document
30086 alignment document
30087 wide false
30088 sideways false
30089 status open
30090
30091 \begin_layout Plain Layout
30092 \begin_inset Caption Standard
30093
30094 \begin_layout Plain Layout
30095 \begin_inset CommandInset label
30096 LatexCommand label
30097 name "tab:A-standard-table"
30098
30099 \end_inset
30100
30101 A standard table caption.
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Plain Layout
30110 \align center
30111 \begin_inset Tabular
30112 <lyxtabular version="3" rows="3" columns="3">
30113 <features tabularvalignment="middle">
30114 <column alignment="center" valignment="top" width="0pt">
30115 <column alignment="center" valignment="top" width="0pt">
30116 <column alignment="center" valignment="top" width="0pt">
30117 <row>
30118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30119 \begin_inset Text
30120
30121 \begin_layout Plain Layout
30122 1
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30128 \begin_inset Text
30129
30130 \begin_layout Plain Layout
30131 2
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30137 \begin_inset Text
30138
30139 \begin_layout Plain Layout
30140 3
30141 \end_layout
30142
30143 \end_inset
30144 </cell>
30145 </row>
30146 <row>
30147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Plain Layout
30151 Joe
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
30160 Mary
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30166 \begin_inset Text
30167
30168 \begin_layout Plain Layout
30169 Ted
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 </row>
30175 <row>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180 \begin_inset Formula $\int x^{2}dx$
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \end_inset
30187 </cell>
30188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30189 \begin_inset Text
30190
30191 \begin_layout Plain Layout
30192 \begin_inset Formula $\left[\begin{array}{cc}
30193 a & b\\
30194 c & d
30195 \end{array}\right]$
30196 \end_inset
30197
30198
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30204 \begin_inset Text
30205
30206 \begin_layout Plain Layout
30207 \begin_inset Formula $1+1=2$
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \end_inset
30214 </cell>
30215 </row>
30216 </lyxtabular>
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 \begin_inset VSpace bigskip
30230 \end_inset
30231
30232 It is also possible to set the caption beside a figure or table.
30233  To get this the \SpecialChar LaTeX
30234 -package 
30235 \series bold
30236 sidecap
30237 \series default
30238
30239 \begin_inset Index idx
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 \SpecialChar LaTeX
30244 -packages ! sidecap
30245 \end_layout
30246
30247 \end_inset
30248
30249  has to be loaded in the document preamble with the line
30250 \end_layout
30251
30252 \begin_layout Standard
30253
30254 \series bold
30255
30256 \backslash
30257 usepackage[option]{sidecap}
30258 \end_layout
30259
30260 \begin_layout Standard
30261 If you set no option, the caption is placed on the side of the outer page
30262  margin – to the right on odd pages, to the left on even pages.
30263  You can change the placement to inner margin with the option 
30264 \series bold
30265 innercaption
30266 \series default
30267 .
30268  To force the placement always to the right or left, use the option 
30269 \series bold
30270 rightcaption
30271 \series default
30272  or 
30273 \series bold
30274 leftcaption
30275 \series default
30276 , respectively.
30277 \end_layout
30278
30279 \begin_layout Standard
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 ifsidecap
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \begin_inset Note Note
30294 status open
30295
30296 \begin_layout Plain Layout
30297 The following section will only be displayed when the \SpecialChar LaTeX
30298 -package 
30299 \series bold
30300 sidecap
30301 \series default
30302  is installed.
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \end_layout
30309
30310 \begin_layout Standard
30311 To place in \SpecialChar LyX
30312  the caption of a float on the side, it is necessary to add
30313  these commands to the document preamble:
30314 \end_layout
30315
30316 \begin_layout Standard
30317 \noindent
30318 \begin_inset CommandInset line
30319 LatexCommand rule
30320 offset "0.5ex"
30321 width "100line%"
30322 height "1pt"
30323
30324 \end_inset
30325
30326
30327 \end_layout
30328
30329 \begin_layout Standard
30330
30331 \series bold
30332
30333 \backslash
30334 newcommand{
30335 \backslash
30336 TabBesBeg}[1][1.0]{%
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340
30341 \begin_inset Phantom HPhantom
30342 status open
30343
30344 \begin_layout Plain Layout
30345 \begin_inset space ~
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \backslash
30355 let
30356 \backslash
30357 MyTable
30358 \backslash
30359 table
30360 \begin_inset Newline newline
30361 \end_inset
30362
30363
30364 \begin_inset Phantom HPhantom
30365 status open
30366
30367 \begin_layout Plain Layout
30368
30369 \series medium
30370 \begin_inset space ~
30371 \end_inset
30372
30373
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \backslash
30380 let
30381 \backslash
30382 MyEndtable
30383 \backslash
30384 endtable
30385 \begin_inset Newline newline
30386 \end_inset
30387
30388
30389 \begin_inset Phantom HPhantom
30390 status open
30391
30392 \begin_layout Plain Layout
30393
30394 \series medium
30395 \begin_inset space ~
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \backslash
30405 renewenvironment{table}[1]{
30406 \backslash
30407 begin{SCtable}[#1]##1}{
30408 \backslash
30409 end{SCtable}}}
30410 \end_layout
30411
30412 \begin_layout Standard
30413
30414 \series bold
30415
30416 \backslash
30417 newcommand{
30418 \backslash
30419 TabBesEnd}{%
30420 \begin_inset Newline newline
30421 \end_inset
30422
30423
30424 \begin_inset Phantom HPhantom
30425 status open
30426
30427 \begin_layout Plain Layout
30428 \begin_inset space ~
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \backslash
30438 let
30439 \backslash
30440 table
30441 \backslash
30442 MyTable
30443 \begin_inset Newline newline
30444 \end_inset
30445
30446
30447 \begin_inset Phantom HPhantom
30448 status open
30449
30450 \begin_layout Plain Layout
30451 \begin_inset space ~
30452 \end_inset
30453
30454
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \backslash
30461 let
30462 \backslash
30463 endtable
30464 \backslash
30465 MyEndtable
30466 \end_layout
30467
30468 \begin_layout Standard
30469
30470 \series bold
30471
30472 \backslash
30473 newcommand{
30474 \backslash
30475 FigBesBeg}[1][1.0]{%
30476 \begin_inset Newline newline
30477 \end_inset
30478
30479
30480 \begin_inset Phantom HPhantom
30481 status open
30482
30483 \begin_layout Plain Layout
30484 \begin_inset space ~
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \backslash
30494 let
30495 \backslash
30496 MyFigure
30497 \backslash
30498 figure
30499 \begin_inset Newline newline
30500 \end_inset
30501
30502
30503 \begin_inset Phantom HPhantom
30504 status open
30505
30506 \begin_layout Plain Layout
30507 \begin_inset space ~
30508 \end_inset
30509
30510
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \backslash
30517 let
30518 \backslash
30519 MyEndfigure
30520 \backslash
30521 endfigure
30522 \begin_inset Newline newline
30523 \end_inset
30524
30525
30526 \begin_inset Phantom HPhantom
30527 status open
30528
30529 \begin_layout Plain Layout
30530 \begin_inset space ~
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \backslash
30540 renewenvironment{figure}[1]{
30541 \backslash
30542 begin{SCfigure}[#1]##1}{
30543 \backslash
30544 end{SCfigure}}}
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 newcommand{
30553 \backslash
30554 FigBesEnd}{%
30555 \begin_inset Newline newline
30556 \end_inset
30557
30558
30559 \begin_inset Phantom HPhantom
30560 status open
30561
30562 \begin_layout Plain Layout
30563 \begin_inset space ~
30564 \end_inset
30565
30566
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \backslash
30573 let
30574 \backslash
30575 figure
30576 \backslash
30577 MyFigure
30578 \begin_inset Newline newline
30579 \end_inset
30580
30581
30582 \begin_inset Phantom HPhantom
30583 status open
30584
30585 \begin_layout Plain Layout
30586 \begin_inset space ~
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \backslash
30596 let
30597 \backslash
30598 endfigure
30599 \backslash
30600 MyEndfigure}
30601 \end_layout
30602
30603 \begin_layout Standard
30604 \noindent
30605 \begin_inset CommandInset line
30606 LatexCommand rule
30607 offset "0.5ex"
30608 width "100line%"
30609 height "1pt"
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \begin_layout Standard
30617 The commands allow you to redefine the floats so that the caption is set
30618  on the side.
30619  For figure floats use the command
30620 \end_layout
30621
30622 \begin_layout Standard
30623
30624 \series bold
30625
30626 \backslash
30627 FigBesBeg
30628 \end_layout
30629
30630 \begin_layout Standard
30631 in \SpecialChar TeX
30632  Code before the float.
30633  And insert the command
30634 \end_layout
30635
30636 \begin_layout Standard
30637
30638 \series bold
30639
30640 \backslash
30641 FigBesEnd
30642 \end_layout
30643
30644 \begin_layout Standard
30645 in \SpecialChar TeX
30646  Code at the point where you want to get back to the original float definitio
30647 n.
30648 \end_layout
30649
30650 \begin_layout Standard
30651 For table floats use the corresponding commands
30652 \end_layout
30653
30654 \begin_layout Standard
30655
30656 \series bold
30657
30658 \backslash
30659 TabBesBeg
30660 \series default
30661  and 
30662 \series bold
30663
30664 \backslash
30665 TabBesEnd
30666 \end_layout
30667
30668 \begin_layout Standard
30669 Figure
30670 \begin_inset space ~
30671 \end_inset
30672
30673
30674 \begin_inset CommandInset ref
30675 LatexCommand ref
30676 reference "fig:cap-beside-fig"
30677
30678 \end_inset
30679
30680  and Table
30681 \begin_inset space ~
30682 \end_inset
30683
30684
30685 \begin_inset CommandInset ref
30686 LatexCommand ref
30687 reference "tab:cap-beside-tab"
30688
30689 \end_inset
30690
30691  are examples where the caption is set beside.
30692 \end_layout
30693
30694 \begin_layout Standard
30695 You can see in the examples that the caption text appears at the top of
30696  the floats for table floats and at the bottom for figure floats.
30697  To change this, you can use the command
30698 \end_layout
30699
30700 \begin_layout Standard
30701
30702 \series bold
30703
30704 \backslash
30705 sidecaptionvpos{float type}{placement}
30706 \end_layout
30707
30708 \begin_layout Standard
30709 in the document preamble or in \SpecialChar TeX
30710  Code before the float.
30711  The float type is either 
30712 \family sans
30713 figure
30714 \family default
30715  or 
30716 \family sans
30717 table
30718 \family default
30719 , the placement can be 
30720 \begin_inset Quotes eld
30721 \end_inset
30722
30723
30724 \family sans
30725 t
30726 \family default
30727
30728 \begin_inset Quotes erd
30729 \end_inset
30730
30731  for top, 
30732 \begin_inset Quotes eld
30733 \end_inset
30734
30735
30736 \family sans
30737 c
30738 \family default
30739
30740 \begin_inset Quotes erd
30741 \end_inset
30742
30743  for center, or 
30744 \begin_inset Quotes eld
30745 \end_inset
30746
30747
30748 \family sans
30749 b
30750 \family default
30751
30752 \begin_inset Quotes erd
30753 \end_inset
30754
30755  for bottom.
30756  To have for example the caption of figure floats vertically centered, use
30757  the command
30758 \end_layout
30759
30760 \begin_layout Standard
30761
30762 \series bold
30763
30764 \backslash
30765 sidecaptionvpos{figure}{c}
30766 \end_layout
30767
30768 \begin_layout Standard
30769 This was used for Figure
30770 \begin_inset space ~
30771 \end_inset
30772
30773
30774 \begin_inset CommandInset ref
30775 LatexCommand ref
30776 reference "fig:cap-beside-fig-2"
30777
30778 \end_inset
30779
30780 .
30781 \end_layout
30782
30783 \begin_layout Standard
30784 \begin_inset VSpace medskip
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \begin_layout Standard
30791 The default caption width is the width of the image/table.
30792  For thin image/tables, like in Table
30793 \begin_inset space ~
30794 \end_inset
30795
30796
30797 \begin_inset CommandInset ref
30798 LatexCommand ref
30799 reference "tab:cap-beside-tab"
30800
30801 \end_inset
30802
30803 , this leads to captions that are too thin.
30804  You can increase the width by specifying a factor that will be multiplied
30805  with the image/table width to get the caption width.
30806  The caption width will automatically be recalculated in case it would protrude
30807  over the page or column margin due to the specified width.
30808  The 
30809 \emph on
30810 factor
30811 \emph default
30812  can either be given as optional argument for 
30813 \series bold
30814
30815 \backslash
30816 FigBesBeg
30817 \series default
30818 :
30819 \end_layout
30820
30821 \begin_layout Standard
30822
30823 \series bold
30824
30825 \backslash
30826 FigBesBeg[factor]
30827 \end_layout
30828
30829 \begin_layout Standard
30830 or in the definition of 
30831 \series bold
30832
30833 \backslash
30834 FigBesBeg
30835 \series default
30836  by replacing the 
30837 \series bold
30838 1.0
30839 \series default
30840  with another value.
30841  If you do the latter, your factor will be the default if 
30842 \series bold
30843
30844 \backslash
30845 FigBesBeg
30846 \series default
30847  is used without an argument.
30848  For Table
30849 \begin_inset space ~
30850 \end_inset
30851
30852
30853 \begin_inset CommandInset ref
30854 LatexCommand ref
30855 reference "tab:cap-beside-tab-wider"
30856
30857 \end_inset
30858
30859  the factor 5 was used.
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset Note Greyedout
30864 status open
30865
30866 \begin_layout Plain Layout
30867
30868 \series bold
30869 Note:
30870 \series default
30871  For floats with captions set beside, you cannot use the float placement
30872  option 
30873 \family sans
30874 Here
30875 \begin_inset space ~
30876 \end_inset
30877
30878 definitely
30879 \family default
30880  because it is not supported by 
30881 \series bold
30882 sidecap
30883 \series default
30884 .
30885 \end_layout
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 \begin_inset VSpace medskip
30894 \end_inset
30895
30896 For more information about the package 
30897 \series bold
30898 sidecap
30899 \series default
30900  we refer to its documentation 
30901 \begin_inset CommandInset citation
30902 LatexCommand cite
30903 key "sidecap"
30904 literal "true"
30905
30906 \end_inset
30907
30908 .
30909 \end_layout
30910
30911 \begin_layout Standard
30912 \begin_inset Note Greyedout
30913 status open
30914
30915 \begin_layout Plain Layout
30916
30917 \series bold
30918 Note:
30919 \series default
30920  The \SpecialChar LaTeX
30921 -package 
30922 \series bold
30923 hypcap
30924 \series default
30925
30926 \begin_inset Index idx
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 \SpecialChar LaTeX
30931 -packages ! hypcap
30932 \end_layout
30933
30934 \end_inset
30935
30936 , described in section
30937 \begin_inset space ~
30938 \end_inset
30939
30940
30941 \begin_inset CommandInset ref
30942 LatexCommand ref
30943 reference "subsec:Reference-Position"
30944
30945 \end_inset
30946
30947 , has no effect on floats with the caption set beside.
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \begin_inset ERT
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960
30961
30962 \backslash
30963 FigBesBeg
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Standard
30972 \begin_inset Float figure
30973 placement document
30974 alignment document
30975 wide false
30976 sideways false
30977 status open
30978
30979 \begin_layout Plain Layout
30980 \begin_inset Graphics
30981         filename clipart/3D-structure-distort.pdf
30982         scale 50
30983         scaleBeforeRotation
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Plain Layout
30991 \begin_inset Caption Standard
30992
30993 \begin_layout Plain Layout
30994 \begin_inset CommandInset label
30995 LatexCommand label
30996 name "fig:cap-beside-fig"
30997
30998 \end_inset
30999
31000 This is a caption beside a figure.
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Standard
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 FigBesEnd
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \end_layout
31028
31029 \begin_layout Standard
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 TabBesBeg
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Standard
31046 \begin_inset Float table
31047 placement document
31048 alignment document
31049 wide false
31050 sideways false
31051 status open
31052
31053 \begin_layout Plain Layout
31054 \begin_inset Caption Standard
31055
31056 \begin_layout Plain Layout
31057 \begin_inset CommandInset label
31058 LatexCommand label
31059 name "tab:cap-beside-tab"
31060
31061 \end_inset
31062
31063 This is a caption beside a table.
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \end_layout
31070
31071 \begin_layout Plain Layout
31072 \begin_inset Tabular
31073 <lyxtabular version="3" rows="4" columns="5">
31074 <features tabularvalignment="middle">
31075 <column alignment="center" valignment="top">
31076 <column alignment="center" valignment="top">
31077 <column alignment="center" valignment="top">
31078 <column alignment="center" valignment="top">
31079 <column alignment="center" valignment="top">
31080 <row>
31081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31082 \begin_inset Text
31083
31084 \begin_layout Plain Layout
31085 a
31086 \end_layout
31087
31088 \end_inset
31089 </cell>
31090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31091 \begin_inset Text
31092
31093 \begin_layout Plain Layout
31094
31095 \end_layout
31096
31097 \end_inset
31098 </cell>
31099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31100 \begin_inset Text
31101
31102 \begin_layout Plain Layout
31103 b
31104 \end_layout
31105
31106 \end_inset
31107 </cell>
31108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31109 \begin_inset Text
31110
31111 \begin_layout Plain Layout
31112
31113 \end_layout
31114
31115 \end_inset
31116 </cell>
31117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31118 \begin_inset Text
31119
31120 \begin_layout Plain Layout
31121 c
31122 \end_layout
31123
31124 \end_inset
31125 </cell>
31126 </row>
31127 <row>
31128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31129 \begin_inset Text
31130
31131 \begin_layout Plain Layout
31132
31133 \end_layout
31134
31135 \end_inset
31136 </cell>
31137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31138 \begin_inset Text
31139
31140 \begin_layout Plain Layout
31141 d
31142 \end_layout
31143
31144 \end_inset
31145 </cell>
31146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159 e
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Plain Layout
31168
31169 \end_layout
31170
31171 \end_inset
31172 </cell>
31173 </row>
31174 <row>
31175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31176 \begin_inset Text
31177
31178 \begin_layout Plain Layout
31179 f
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Plain Layout
31188
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31194 \begin_inset Text
31195
31196 \begin_layout Plain Layout
31197 g
31198 \end_layout
31199
31200 \end_inset
31201 </cell>
31202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31203 \begin_inset Text
31204
31205 \begin_layout Plain Layout
31206
31207 \end_layout
31208
31209 \end_inset
31210 </cell>
31211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31212 \begin_inset Text
31213
31214 \begin_layout Plain Layout
31215 h
31216 \end_layout
31217
31218 \end_inset
31219 </cell>
31220 </row>
31221 <row>
31222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31223 \begin_inset Text
31224
31225 \begin_layout Plain Layout
31226
31227 \end_layout
31228
31229 \end_inset
31230 </cell>
31231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31232 \begin_inset Text
31233
31234 \begin_layout Plain Layout
31235 i
31236 \end_layout
31237
31238 \end_inset
31239 </cell>
31240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout Plain Layout
31244
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31250 \begin_inset Text
31251
31252 \begin_layout Plain Layout
31253 j
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31259 \begin_inset Text
31260
31261 \begin_layout Plain Layout
31262
31263 \end_layout
31264
31265 \end_inset
31266 </cell>
31267 </row>
31268 </lyxtabular>
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286
31287 \backslash
31288 TabBesEnd
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset ERT
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301
31302
31303 \backslash
31304 FigBesBeg
31305 \end_layout
31306
31307 \end_inset
31308
31309
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315
31316 \backslash
31317 sidecaptionvpos{figure}{c}
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \begin_inset Float figure
31324 placement document
31325 alignment document
31326 wide false
31327 sideways false
31328 status open
31329
31330 \begin_layout Plain Layout
31331 \begin_inset Graphics
31332         filename clipart/3D-structure-distort.pdf
31333         scale 50
31334         scaleBeforeRotation
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Plain Layout
31342 \begin_inset Caption Standard
31343
31344 \begin_layout Plain Layout
31345 \begin_inset CommandInset label
31346 LatexCommand label
31347 name "fig:cap-beside-fig-2"
31348
31349 \end_inset
31350
31351 This is a vertically centered caption beside a figure.
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Standard
31365 \begin_inset ERT
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369
31370
31371 \backslash
31372 FigBesEnd
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Standard
31381 \begin_inset ERT
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385
31386
31387 \backslash
31388 TabBesBeg[5]
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 \begin_inset Float table
31398 placement document
31399 alignment document
31400 wide false
31401 sideways false
31402 status open
31403
31404 \begin_layout Plain Layout
31405 \begin_inset Caption Standard
31406
31407 \begin_layout Plain Layout
31408 \begin_inset CommandInset label
31409 LatexCommand label
31410 name "tab:cap-beside-tab-wider"
31411
31412 \end_inset
31413
31414 This caption is wider than the one in Table
31415 \begin_inset space ~
31416 \end_inset
31417
31418
31419 \begin_inset CommandInset ref
31420 LatexCommand ref
31421 reference "tab:cap-beside-tab"
31422
31423 \end_inset
31424
31425 .
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \begin_layout Plain Layout
31434 \begin_inset Tabular
31435 <lyxtabular version="3" rows="4" columns="5">
31436 <features tabularvalignment="middle">
31437 <column alignment="center" valignment="top">
31438 <column alignment="center" valignment="top">
31439 <column alignment="center" valignment="top">
31440 <column alignment="center" valignment="top">
31441 <column alignment="center" valignment="top">
31442 <row>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 a
31448 \end_layout
31449
31450 \end_inset
31451 </cell>
31452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 b
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 c
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 </row>
31489 <row>
31490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31491 \begin_inset Text
31492
31493 \begin_layout Plain Layout
31494
31495 \end_layout
31496
31497 \end_inset
31498 </cell>
31499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503 d
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 e
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 </row>
31536 <row>
31537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541 f
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 g
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31565 \begin_inset Text
31566
31567 \begin_layout Plain Layout
31568
31569 \end_layout
31570
31571 \end_inset
31572 </cell>
31573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31574 \begin_inset Text
31575
31576 \begin_layout Plain Layout
31577 h
31578 \end_layout
31579
31580 \end_inset
31581 </cell>
31582 </row>
31583 <row>
31584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31585 \begin_inset Text
31586
31587 \begin_layout Plain Layout
31588
31589 \end_layout
31590
31591 \end_inset
31592 </cell>
31593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31594 \begin_inset Text
31595
31596 \begin_layout Plain Layout
31597 i
31598 \end_layout
31599
31600 \end_inset
31601 </cell>
31602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31603 \begin_inset Text
31604
31605 \begin_layout Plain Layout
31606
31607 \end_layout
31608
31609 \end_inset
31610 </cell>
31611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31612 \begin_inset Text
31613
31614 \begin_layout Plain Layout
31615 j
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 </row>
31630 </lyxtabular>
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 \begin_inset ERT
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647
31648
31649 \backslash
31650 TabBesEnd
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset ERT
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663
31664
31665 \backslash
31666 else
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \begin_inset Note Note
31673 status open
31674
31675 \begin_layout Plain Layout
31676 The following will be displayed when the \SpecialChar LaTeX
31677 -package 
31678 \series bold
31679 sidecap
31680 \series default
31681  is not installed:
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \begin_layout Standard
31690 You need to install the \SpecialChar LaTeX
31691 -package 
31692 \series bold
31693 sidecap
31694 \series default
31695  to see the following part of this section in the output.
31696 \end_layout
31697
31698 \begin_layout Standard
31699 \begin_inset ERT
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703
31704
31705 \backslash
31706 fi
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Section
31715 Listings of Floats
31716 \begin_inset Index idx
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720 Floats ! Float Lists
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \begin_layout Standard
31729 Similar to the table of contents where the sections of the document are
31730  listed, there are listings for all float types, like the figures of the
31731  documents.
31732  You can insert them via the 
31733 \family sans
31734 Insert\SpecialChar menuseparator
31735 List
31736 \begin_inset space ~
31737 \end_inset
31738
31739 /
31740 \begin_inset space ~
31741 \end_inset
31742
31743 TOC
31744 \family default
31745  sub menus.
31746 \end_layout
31747
31748 \begin_layout Standard
31749 The list entries are the float captions or its short title, the float number,
31750  and the page number where they appear in the document.
31751 \end_layout
31752
31753 \begin_layout Standard
31754 You can find the list of figures and tables at the end of this document.
31755 \end_layout
31756
31757 \begin_layout Chapter
31758 Notes
31759 \end_layout
31760
31761 \begin_layout Section
31762 \SpecialChar LyX
31763  Notes
31764 \begin_inset Index idx
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 Notes ! \SpecialChar LyX
31769  Notes
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Standard
31778 Notes are inserted with the toolbar button 
31779 \begin_inset Info
31780 type  "icon"
31781 arg   "note-insert"
31782 \end_inset
31783
31784  or the menu 
31785 \family sans
31786 Insert\SpecialChar menuseparator
31787 Note
31788 \family default
31789 .
31790  There are three types of notes:
31791 \end_layout
31792
31793 \begin_layout Description
31794 \SpecialChar LyX
31795
31796 \begin_inset space ~
31797 \end_inset
31798
31799 Note This note type is for internal notes that won't appear in the output.
31800  Its note-box looks like this:
31801 \begin_inset Newline newline
31802 \end_inset
31803
31804
31805 \begin_inset Newline newline
31806 \end_inset
31807
31808
31809 \begin_inset Graphics
31810         filename clipart/LyXNoteImage.png
31811         display false
31812         scaleBeforeRotation
31813
31814 \end_inset
31815
31816  
31817 \begin_inset Note Note
31818 status open
31819
31820 \begin_layout Plain Layout
31821 This is text in a note box that doesn't appear in the output.
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \begin_layout Description
31830 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31831 -comment,
31832  when you export the document to \SpecialChar LaTeX
31833  via the menu 
31834 \family sans
31835 File\SpecialChar menuseparator
31836 Export\SpecialChar menuseparator
31837 LaTeX
31838 \begin_inset space ~
31839 \end_inset
31840
31841 (pdflatex) / (plain)
31842 \family default
31843 .
31844  Its note-box looks like this:
31845 \begin_inset Newline newline
31846 \end_inset
31847
31848
31849 \begin_inset Newline newline
31850 \end_inset
31851
31852
31853 \begin_inset Graphics
31854         filename clipart/CommentNoteImage.png
31855         display false
31856         scaleBeforeRotation
31857
31858 \end_inset
31859
31860  
31861 \begin_inset Note Comment
31862 status open
31863
31864 \begin_layout Plain Layout
31865 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31866 -files.
31867 \end_layout
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \begin_layout Description
31875 Greyed
31876 \begin_inset space ~
31877 \end_inset
31878
31879 Out This note will appear in the output as grey text.
31880  Its note-box looks like this:
31881 \begin_inset Newline newline
31882 \end_inset
31883
31884
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888
31889 \begin_inset Graphics
31890         filename clipart/GreyedOutNoteImage.png
31891         display false
31892         scaleBeforeRotation
31893
31894 \end_inset
31895
31896
31897 \begin_inset Newline newline
31898 \end_inset
31899
31900
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 renewenvironment{lyxgreyedout}
31909 \end_layout
31910
31911 \begin_layout Plain Layout
31912
31913 {
31914 \backslash
31915 textcolor[gray]{0.8}
31916 \backslash
31917 bgroup}{
31918 \backslash
31919 egroup}
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \begin_inset Note Greyedout
31926 status open
31927
31928 \begin_layout Plain Layout
31929 This is text of a comment that appears grey in the output.
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 renewenvironment{lyxgreyedout}
31943 \end_layout
31944
31945 \begin_layout Plain Layout
31946
31947 {
31948 \backslash
31949 textcolor{blue}
31950 \backslash
31951 bgroup}{
31952 \backslash
31953 egroup}
31954 \end_layout
31955
31956 \end_inset
31957
31958
31959 \begin_inset Note Note
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31964  definition
31965  because greyed out notes are redefined in the preamble of this document,
31966  as described below, to have blue text.
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \begin_inset Newline newline
31973 \end_inset
31974
31975
31976 \begin_inset Newline newline
31977 \end_inset
31978
31979 As you can see in the example, the first line of greyed out notes is a bit
31980  indented and greyed out notes can have footnotes.
31981 \end_layout
31982
31983 \begin_layout Standard
31984 \begin_inset VSpace bigskip
31985 \end_inset
31986
31987 When you use the toolbar button 
31988 \begin_inset Info
31989 type  "icon"
31990 arg   "note-insert"
31991 \end_inset
31992
31993  to insert notes, a 
31994 \family sans
31995 \SpecialChar LyX
31996
31997 \begin_inset space ~
31998 \end_inset
31999
32000 Note
32001 \family default
32002  is inserted.
32003  You can switch between the three note types by right-clicking on the note-box.
32004  
32005 \family roman
32006 \series medium
32007 \bar no
32008 If you want to turn existing text into a note, mark it and click on the
32009  note
32010 \family default
32011 \series default
32012 \bar default
32013  toolbar 
32014 \family roman
32015 \series medium
32016 \bar no
32017 button
32018 \family default
32019 \series default
32020 \bar default
32021 .
32022  To change a note to text, press the backspace key when the cursor is in
32023  the first position of a note, or press the delete key when the cursor is
32024  in the very last position of the note, respectively.
32025 \end_layout
32026
32027 \begin_layout Standard
32028 \begin_inset VSpace bigskip
32029 \end_inset
32030
32031 You can change the text color of the greyed out notes in the menu 
32032 \family sans
32033 Document\SpecialChar menuseparator
32034 Settings\SpecialChar menuseparator
32035 Colors
32036 \family default
32037 .
32038 \end_layout
32039
32040 \begin_layout Section
32041 Footnotes
32042 \begin_inset CommandInset label
32043 LatexCommand label
32044 name "sec:Footnotes"
32045
32046 \end_inset
32047
32048
32049 \begin_inset Index idx
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053 Notes ! Footnotes
32054 \end_layout
32055
32056 \end_inset
32057
32058
32059 \begin_inset Index idx
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063 Footnotes
32064 \end_layout
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Standard
32072 Footnotes can be inserted using the toolbar button 
32073 \begin_inset Info
32074 type  "icon"
32075 arg   "footnote-insert"
32076 \end_inset
32077
32078  or the menu 
32079 \family sans
32080 Insert\SpecialChar menuseparator
32081 Footnote
32082 \family default
32083 .
32084  You will then see the following footnote-box: 
32085 \begin_inset Graphics
32086         filename clipart/footnote.png
32087         scale 95
32088         scaleBeforeRotation
32089
32090 \end_inset
32091
32092  
32093 \family roman
32094 \series medium
32095 \bar no
32096 where you can enter the footnote text.
32097  If you want to turn existing text into a footnote, mark it and click on
32098  the footnote
32099 \family default
32100 \series default
32101 \bar default
32102  toolbar 
32103 \family roman
32104 \series medium
32105 \bar no
32106 button
32107 \family default
32108 \series default
32109 \bar default
32110 .
32111  To change a 
32112 \family roman
32113 \series medium
32114 \bar no
32115 footnote
32116 \family default
32117 \series default
32118 \bar default
32119  to text, press the 
32120 \family sans
32121 Backspace
32122 \family default
32123  key when the cursor is in the first position of a 
32124 \family roman
32125 \series medium
32126 \bar no
32127 footnote
32128 \family default
32129 \series default
32130 \bar default
32131 , or press the 
32132 \family sans
32133 Delete
32134 \family default
32135  key when the cursor is in the very last position of the 
32136 \family roman
32137 \series medium
32138 \bar no
32139 footnote
32140 \family default
32141 \series default
32142 \bar default
32143 , respectively.
32144 \end_layout
32145
32146 \begin_layout Standard
32147 Here is an example footnote:
32148 \family roman
32149 \series medium
32150 \bar no
32151
32152 \begin_inset Foot
32153 status open
32154
32155 \begin_layout Plain Layout
32156 \begin_inset CommandInset label
32157 LatexCommand label
32158 name "foot:This-is-an"
32159
32160 \end_inset
32161
32162 This is an example footnote.
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \family default
32169 \series default
32170 \bar default
32171
32172 \begin_inset ERT
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176
32177
32178 \backslash
32179 newcounter{MyRepeatFoot}
32180 \end_layout
32181
32182 \begin_layout Plain Layout
32183
32184
32185 \backslash
32186 setcounter{MyRepeatFoot}{
32187 \backslash
32188 thefootnote}
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \begin_layout Standard
32197 The footnote will appear in the output as a superscript number at the text
32198  position where the footnote box is placed.
32199  The footnote text is placed at the bottom of the current page.
32200  The footnote number is calculated by \SpecialChar LaTeX
32201 ; the numbers are consecutive.
32202  Whether the footnote number is reset for every chapter depends on your
32203  document class.
32204 \end_layout
32205
32206 \begin_layout Standard
32207 Footnotes can be referenced like floats: Insert a label into the footnote
32208  and cross-reference this label in the text as described in section
32209 \begin_inset space ~
32210 \end_inset
32211
32212
32213 \begin_inset CommandInset ref
32214 LatexCommand ref
32215 reference "sec:Referencing-Floats"
32216
32217 \end_inset
32218
32219 .
32220 \begin_inset Newline newline
32221 \end_inset
32222
32223 This is a cross-reference of Footnote
32224 \begin_inset space ~
32225 \end_inset
32226
32227
32228 \begin_inset CommandInset ref
32229 LatexCommand ref
32230 reference "foot:This-is-an"
32231
32232 \end_inset
32233
32234 .
32235 \end_layout
32236
32237 \begin_layout Standard
32238 \begin_inset VSpace defskip
32239 \end_inset
32240
32241 Footnotes in title environments are usually not numbered with symbols and
32242  they cannot contain several paragraphs.
32243  See for example the footnote in the titling of this document.
32244 \end_layout
32245
32246 \begin_layout Standard
32247 Footnotes in multi-page tables are described in section
32248 \begin_inset space ~
32249 \end_inset
32250
32251
32252 \begin_inset CommandInset ref
32253 LatexCommand ref
32254 reference "subsec:Footnotes-in-Multi-page"
32255
32256 \end_inset
32257
32258 .
32259 \end_layout
32260
32261 \begin_layout Standard
32262 \begin_inset VSpace defskip
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Footnotes in minipage boxes are printed, but inside the box and with a different
32270  numbering because a minipage box is like a page inside a page.
32271  (For more about minipages, see section
32272 \begin_inset space ~
32273 \end_inset
32274
32275
32276 \begin_inset CommandInset ref
32277 LatexCommand ref
32278 reference "sec:Minipages"
32279
32280 \end_inset
32281
32282 .) To get a footnote in the minipage that is output at the bottom of the
32283  page like normal footnotes use this method: Instead of the footnote the
32284  command 
32285 \series bold
32286
32287 \backslash
32288 footnotemark{}
32289 \series default
32290  is inserted as \SpecialChar TeX
32291  code.
32292  The text of the footnote is entered as an argument of the \SpecialChar TeX
32293  code command
32294  
32295 \series bold
32296
32297 \backslash
32298 footnotetext
32299 \series default
32300  after the minipage.
32301 \begin_inset Newline newline
32302 \end_inset
32303
32304 This was done for the following minipage with the command
32305 \end_layout
32306
32307 \begin_layout Standard
32308
32309 \series bold
32310
32311 \backslash
32312 footnotetext{
32313 \series default
32314 Footnote outside the minipage.
32315 \series bold
32316 }
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \begin_inset Box Frameless
32321 position "t"
32322 hor_pos "c"
32323 has_inner_box 1
32324 inner_pos "t"
32325 use_parbox 0
32326 use_makebox 0
32327 width "100col%"
32328 special "none"
32329 height "1in"
32330 height_special "totalheight"
32331 thickness "0.4pt"
32332 separation "3pt"
32333 shadowsize "4pt"
32334 framecolor "black"
32335 backgroundcolor "none"
32336 status open
32337
32338 \begin_layout Plain Layout
32339 This an example text in a minipage.
32340 \begin_inset Foot
32341 status open
32342
32343 \begin_layout Plain Layout
32344 Footnote in the minipage.
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \begin_layout Plain Layout
32353 This an example text in a minipage.
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359
32360 \backslash
32361 footnotemark{}
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \begin_layout Standard
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379
32380
32381 \backslash
32382 footnotetext{
32383 \end_layout
32384
32385 \end_inset
32386
32387 Footnote outside the minipage.
32388 \begin_inset ERT
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392
32393 }
32394 \end_layout
32395
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \begin_layout Standard
32402 \begin_inset VSpace defskip
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Standard
32409 To refer to the same footnote several times without printing the footnote
32410  text every time, use the command 
32411 \series bold
32412
32413 \backslash
32414 footnotemark[number]
32415 \series default
32416  in \SpecialChar TeX
32417  code.
32418 \begin_inset Newline newline
32419 \end_inset
32420
32421 As you do not know the number of the repeating footnote while you are writing
32422  the text, you have to store its number.
32423  For the following footnote mark example, these commands were inserted in
32424  \SpecialChar TeX
32425  code after Footnote
32426 \begin_inset space ~
32427 \end_inset
32428
32429
32430 \begin_inset CommandInset ref
32431 LatexCommand ref
32432 reference "foot:This-is-an"
32433
32434 \end_inset
32435
32436  to store the footnote number:
32437 \end_layout
32438
32439 \begin_layout Standard
32440
32441 \series bold
32442
32443 \backslash
32444 newcounter{MyRepeatFoot}
32445 \begin_inset Newline newline
32446 \end_inset
32447
32448
32449 \backslash
32450 setcounter{MyRepeatFoot}{
32451 \backslash
32452 thefootnote}
32453 \end_layout
32454
32455 \begin_layout Standard
32456 The footnote mark was then created with this command:
32457 \end_layout
32458
32459 \begin_layout Standard
32460
32461 \series bold
32462
32463 \backslash
32464 footnotemark[
32465 \backslash
32466 theMyRepeatFoot]
32467 \end_layout
32468
32469 \begin_layout Standard
32470 Here is a repeated footnote:
32471 \family roman
32472 \series medium
32473 \bar no
32474
32475 \begin_inset ERT
32476 status collapsed
32477
32478 \begin_layout Plain Layout
32479
32480
32481 \backslash
32482 footnotemark[
32483 \backslash
32484 theMyRepeatFoot]
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Standard
32493 If you want to repeat the previous footnote, you can omit the storage of
32494  the footnote number and just use this command instead:
32495 \end_layout
32496
32497 \begin_layout Standard
32498
32499 \series bold
32500
32501 \backslash
32502 footnotemark[
32503 \backslash
32504 thefootnote]
32505 \end_layout
32506
32507 \begin_layout Standard
32508 Here is another repeated footnote:
32509 \family roman
32510 \series medium
32511 \bar no
32512
32513 \begin_inset ERT
32514 status collapsed
32515
32516 \begin_layout Plain Layout
32517
32518
32519 \backslash
32520 footnotemark[
32521 \backslash
32522 thefootnote]
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \begin_layout Subsection
32531 Footnote Numbering
32532 \begin_inset CommandInset label
32533 LatexCommand label
32534 name "subsec:Footnote-Numbering"
32535
32536 \end_inset
32537
32538
32539 \begin_inset Index idx
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543 Footnotes ! Numbering
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \begin_layout Standard
32552 To reset the footnote number back to 1 after each section
32553 \family roman
32554 , add this command to your document preamble:
32555 \end_layout
32556
32557 \begin_layout Standard
32558
32559 \series bold
32560
32561 \backslash
32562 @addtoreset{footnote}{section}
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset VSpace bigskip
32567 \end_inset
32568
32569 The following preamble command changes the footnote numbering style to small
32570  roman numerals:
32571 \end_layout
32572
32573 \begin_layout Standard
32574
32575 \series bold
32576
32577 \backslash
32578 renewcommand{
32579 \backslash
32580 thefootnote}{
32581 \backslash
32582 roman{footnote}}
32583 \end_layout
32584
32585 \begin_layout Standard
32586 \begin_inset ERT
32587 status collapsed
32588
32589 \begin_layout Plain Layout
32590
32591
32592 \backslash
32593 renewcommand{
32594 \backslash
32595 thefootnote}{
32596 \backslash
32597 roman{footnote}}
32598 \end_layout
32599
32600 \end_inset
32601
32602  This is a footnote with roman numbering:
32603 \begin_inset Foot
32604 status open
32605
32606 \begin_layout Plain Layout
32607 This is an example footnote with roman numbering.
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 To change the numbering style to capital roman numerals replace in the command
32617  above 
32618 \series bold
32619
32620 \backslash
32621 roman
32622 \series default
32623  by 
32624 \series bold
32625
32626 \backslash
32627 Roman
32628 \series default
32629 .
32630  To 
32631 \begin_inset Quotes eld
32632 \end_inset
32633
32634 number
32635 \begin_inset Quotes erd
32636 \end_inset
32637
32638  footnotes with capital or small Latin letters use 
32639 \series bold
32640
32641 \backslash
32642 Alph
32643 \series default
32644  or 
32645 \series bold
32646
32647 \backslash
32648 alph
32649 \series default
32650 , respectively.
32651  To 
32652 \begin_inset Quotes eld
32653 \end_inset
32654
32655 number
32656 \begin_inset Quotes erd
32657 \end_inset
32658
32659  footnotes with symbols use 
32660 \series bold
32661
32662 \backslash
32663 fnsymbol
32664 \series default
32665 .
32666 \end_layout
32667
32668 \begin_layout Standard
32669 \begin_inset Note Greyedout
32670 status open
32671
32672 \begin_layout Plain Layout
32673
32674 \series bold
32675 Note:
32676 \series default
32677  You can only number 26 footnotes with Latin letters, because this numbering
32678  is limited to single letters.
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \begin_inset Newline newline
32685 \end_inset
32686
32687
32688 \begin_inset Note Greyedout
32689 status open
32690
32691 \begin_layout Plain Layout
32692
32693 \series bold
32694 Note:
32695 \series default
32696  You can only number 9 footnotes with symbols.
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 To return to the default numbering style after you have changed to another
32706  one, use 
32707 \series bold
32708
32709 \backslash
32710 arabic
32711 \series default
32712  instead of 
32713 \series bold
32714
32715 \backslash
32716 roman
32717 \series default
32718  in the command above.
32719 \begin_inset ERT
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724
32725 \backslash
32726 renewcommand{
32727 \backslash
32728 thefootnote}{
32729 \backslash
32730 arabic{footnote}}
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 \begin_inset VSpace bigskip
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 If you want to have footnotes numbered in the scheme 
32747 \begin_inset Quotes eld
32748 \end_inset
32749
32750 chapter.footnote
32751 \begin_inset Quotes erd
32752 \end_inset
32753
32754 , add the following command to your document preamble:
32755 \end_layout
32756
32757 \begin_layout Standard
32758
32759 \series bold
32760
32761 \backslash
32762 numberwithin{footnote}{chapter}
32763 \end_layout
32764
32765 \begin_layout Standard
32766 To be able to use the command 
32767 \series bold
32768
32769 \backslash
32770 numberwithin
32771 \series default
32772 , set in the tab 
32773 \family sans
32774 Math
32775 \begin_inset space ~
32776 \end_inset
32777
32778 Options
32779 \family default
32780  in the document settings the option 
32781 \family sans
32782 Use
32783 \begin_inset space ~
32784 \end_inset
32785
32786 AMS
32787 \begin_inset space ~
32788 \end_inset
32789
32790 math
32791 \begin_inset space ~
32792 \end_inset
32793
32794 package
32795 \family default
32796 .
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \begin_inset ERT
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804
32805
32806 \backslash
32807 numberwithin{footnote}{chapter}
32808 \end_layout
32809
32810 \end_inset
32811
32812 This is another example footnote:
32813 \series bold
32814
32815 \begin_inset Foot
32816 status open
32817
32818 \begin_layout Plain Layout
32819 This is a footnote numbered in the scheme 
32820 \begin_inset Quotes eld
32821 \end_inset
32822
32823 chapter.footnote
32824 \begin_inset Quotes erd
32825 \end_inset
32826
32827 .
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \series default
32834
32835 \begin_inset ERT
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839
32840
32841 \backslash
32842 renewcommand{
32843 \backslash
32844 thefootnote}{
32845 \backslash
32846 arabic{footnote}}
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Standard
32855 \begin_inset Note Greyedout
32856 status open
32857
32858 \begin_layout Plain Layout
32859
32860 \series bold
32861 Note:
32862 \series default
32863  
32864 \series bold
32865
32866 \backslash
32867 numberwithin
32868 \series default
32869  always prints out the footnote number as arabic number; previous redefinitions
32870  to get non-arabic numbers are overwritten.
32871 \end_layout
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 So to get for example the scheme 
32880 \begin_inset Quotes eld
32881 \end_inset
32882
32883 chapter.
32884 \backslash
32885 Roman{footnote}
32886 \begin_inset Quotes erd
32887 \end_inset
32888
32889 , use this command instead of 
32890 \series bold
32891
32892 \backslash
32893 numberwithin
32894 \series default
32895 :
32896 \end_layout
32897
32898 \begin_layout Standard
32899
32900 \series bold
32901
32902 \backslash
32903 renewcommand{
32904 \backslash
32905 thefootnote}{
32906 \backslash
32907 thechapter.
32908 \backslash
32909 Roman{footnote}}
32910 \end_layout
32911
32912 \begin_layout Subsection
32913 Footnote Placement
32914 \begin_inset Index idx
32915 status collapsed
32916
32917 \begin_layout Plain Layout
32918 Footnotes ! Placement
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Standard
32927 If you have several footnotes in one page, they appear without vertical
32928  space between them at the bottom of the page.
32929  To make them more readable you can e.
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 g.
32934 \begin_inset space \space{}
32935 \end_inset
32936
32937 add 1.5
32938 \begin_inset space \thinspace{}
32939 \end_inset
32940
32941 mm space with the following preamble command:
32942 \end_layout
32943
32944 \begin_layout Standard
32945
32946 \series bold
32947
32948 \backslash
32949 let
32950 \backslash
32951 myFoot
32952 \backslash
32953 footnote
32954 \begin_inset Newline newline
32955 \end_inset
32956
32957
32958 \backslash
32959 renewcommand{
32960 \backslash
32961 footnote}[1]{
32962 \backslash
32963 myFoot{#1
32964 \backslash
32965 vspace{1.5mm}}}
32966 \end_layout
32967
32968 \begin_layout Standard
32969 \begin_inset VSpace bigskip
32970 \end_inset
32971
32972 In a two-column document the footnotes appear at the bottom of every column,
32973  see Figure
32974 \begin_inset space ~
32975 \end_inset
32976
32977
32978 \begin_inset CommandInset ref
32979 LatexCommand ref
32980 reference "fig:Standard-footnote-placement"
32981
32982 \end_inset
32983
32984 .
32985  If the footnotes should only appear at the bottom of the right column,
32986  as in Figure
32987 \begin_inset space ~
32988 \end_inset
32989
32990
32991 \begin_inset CommandInset ref
32992 LatexCommand ref
32993 reference "fig:Footnote-placement-in"
32994
32995 \end_inset
32996
32997 , use the \SpecialChar LaTeX
32998 -package 
32999 \series bold
33000 ftnright
33001 \series default
33002
33003 \begin_inset Index idx
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007 \SpecialChar LaTeX
33008 -packages ! ftnright
33009 \end_layout
33010
33011 \end_inset
33012
33013  with this command in the document preamble:
33014 \end_layout
33015
33016 \begin_layout Standard
33017
33018 \series bold
33019
33020 \backslash
33021 usepackage{ftnright}
33022 \end_layout
33023
33024 \begin_layout Standard
33025 \begin_inset Float figure
33026 placement !h
33027 alignment document
33028 wide false
33029 sideways false
33030 status open
33031
33032 \begin_layout Plain Layout
33033 \noindent
33034 \align center
33035 \begin_inset Box Boxed
33036 position "t"
33037 hor_pos "c"
33038 has_inner_box 0
33039 inner_pos "t"
33040 use_parbox 0
33041 use_makebox 0
33042 width ""
33043 special "none"
33044 height "1in"
33045 height_special "totalheight"
33046 thickness "0.4pt"
33047 separation "3pt"
33048 shadowsize "4pt"
33049 framecolor "black"
33050 backgroundcolor "none"
33051 status open
33052
33053 \begin_layout Plain Layout
33054 \begin_inset Graphics
33055         filename clipart/without_fntright.pdf
33056         width 100col%
33057         scaleBeforeRotation
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \begin_layout Plain Layout
33070 \begin_inset Caption Standard
33071
33072 \begin_layout Plain Layout
33073 \begin_inset CommandInset label
33074 LatexCommand label
33075 name "fig:Standard-footnote-placement"
33076
33077 \end_inset
33078
33079 Standard footnote placement in two-column documents.
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \end_inset
33088
33089
33090 \end_layout
33091
33092 \begin_layout Standard
33093 \begin_inset Float figure
33094 placement !h
33095 alignment document
33096 wide false
33097 sideways false
33098 status open
33099
33100 \begin_layout Plain Layout
33101 \noindent
33102 \align center
33103 \begin_inset Box Boxed
33104 position "t"
33105 hor_pos "c"
33106 has_inner_box 0
33107 inner_pos "t"
33108 use_parbox 0
33109 use_makebox 0
33110 width ""
33111 special "none"
33112 height "1in"
33113 height_special "totalheight"
33114 thickness "0.4pt"
33115 separation "3pt"
33116 shadowsize "4pt"
33117 framecolor "black"
33118 backgroundcolor "none"
33119 status open
33120
33121 \begin_layout Plain Layout
33122 \begin_inset Graphics
33123         filename clipart/with_fntright.pdf
33124         width 100col%
33125         scaleBeforeRotation
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Plain Layout
33138 \begin_inset Caption Standard
33139
33140 \begin_layout Plain Layout
33141 \begin_inset CommandInset label
33142 LatexCommand label
33143 name "fig:Footnote-placement-in"
33144
33145 \end_inset
33146
33147 Footnote placement in two-column documents when the \SpecialChar LaTeX
33148 -package 
33149 \series bold
33150 ftnright
33151 \series default
33152  is used.
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \begin_layout Standard
33166 \begin_inset VSpace bigskip
33167 \end_inset
33168
33169 In some scientific literature it is usual to collect the footnotes and print
33170  them in a separate paragraph at the end of a section, as in Figure
33171 \begin_inset space ~
33172 \end_inset
33173
33174
33175 \begin_inset CommandInset ref
33176 LatexCommand ref
33177 reference "fig:Endnotes"
33178
33179 \end_inset
33180
33181 .
33182  They are then called 
33183 \begin_inset Quotes eld
33184 \end_inset
33185
33186 endnotes
33187 \begin_inset Quotes erd
33188 \end_inset
33189
33190 .
33191 \begin_inset Index idx
33192 status collapsed
33193
33194 \begin_layout Plain Layout
33195 Endnotes
33196 \end_layout
33197
33198 \end_inset
33199
33200  To use endnotes instead of footnotes in your document, load in the menu
33201  
33202 \family sans
33203 Document\SpecialChar menuseparator
33204 Settings\SpecialChar menuseparator
33205 Modules 
33206 \family default
33207 the module 
33208 \family sans
33209 Foot
33210 \begin_inset space ~
33211 \end_inset
33212
33213 to
33214 \begin_inset space ~
33215 \end_inset
33216
33217 End
33218 \family default
33219 .
33220  To insert the collected footnotes, insert the command
33221 \end_layout
33222
33223 \begin_layout Standard
33224
33225 \series bold
33226
33227 \backslash
33228 theendnotes
33229 \end_layout
33230
33231 \begin_layout Standard
33232 in \SpecialChar TeX
33233  Code at the end of a section or chapter.
33234 \end_layout
33235
33236 \begin_layout Standard
33237 \begin_inset Float figure
33238 placement document
33239 alignment document
33240 wide false
33241 sideways false
33242 status open
33243
33244 \begin_layout Plain Layout
33245 \noindent
33246 \align center
33247 \begin_inset Box Boxed
33248 position "t"
33249 hor_pos "c"
33250 has_inner_box 0
33251 inner_pos "t"
33252 use_parbox 0
33253 use_makebox 0
33254 width ""
33255 special "none"
33256 height "1in"
33257 height_special "totalheight"
33258 thickness "0.4pt"
33259 separation "3pt"
33260 shadowsize "4pt"
33261 framecolor "black"
33262 backgroundcolor "none"
33263 status open
33264
33265 \begin_layout Plain Layout
33266 \begin_inset Graphics
33267         filename clipart/endnotes.pdf
33268         width 100col%
33269         scaleBeforeRotation
33270
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \end_layout
33280
33281 \begin_layout Plain Layout
33282 \begin_inset Caption Standard
33283
33284 \begin_layout Plain Layout
33285 \begin_inset CommandInset label
33286 LatexCommand label
33287 name "fig:Endnotes"
33288
33289 \end_inset
33290
33291 Endnotes – footnotes are printed in a separate paragraph at the end of sections
33292  or chapters.
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Standard
33306 \begin_inset VSpace medskip
33307 \end_inset
33308
33309 The paragraph heading for the endnotes isn't automatically translated into
33310  the document language, this must be done manually.
33311  The following preamble command translates the default English 
33312 \begin_inset Quotes eld
33313 \end_inset
33314
33315 Notes
33316 \begin_inset Quotes erd
33317 \end_inset
33318
33319  into the German 
33320 \begin_inset Quotes eld
33321 \end_inset
33322
33323 Anmerkungen
33324 \begin_inset Quotes erd
33325 \end_inset
33326
33327 :
33328 \end_layout
33329
33330 \begin_layout Standard
33331
33332 \series bold
33333
33334 \backslash
33335 renewcommand{
33336 \backslash
33337 notesname}{Anmerkungen}
33338 \end_layout
33339
33340 \begin_layout Standard
33341 \begin_inset VSpace medskip
33342 \end_inset
33343
33344 The numbering of endnotes can be changed like the footnote numbering as
33345  described in section
33346 \begin_inset space ~
33347 \end_inset
33348
33349
33350 \begin_inset CommandInset ref
33351 LatexCommand ref
33352 reference "subsec:Footnote-Numbering"
33353
33354 \end_inset
33355
33356 ; just replace the command 
33357 \series bold
33358
33359 \backslash
33360 thefootnote
33361 \series default
33362  by 
33363 \series bold
33364
33365 \backslash
33366 theendnote
33367 \series default
33368 .
33369  To reset the endnote number use the command 
33370 \series bold
33371
33372 \backslash
33373 @addtoreset
33374 \series default
33375  as described in section
33376 \begin_inset space ~
33377 \end_inset
33378
33379
33380 \begin_inset CommandInset ref
33381 LatexCommand ref
33382 reference "subsec:Footnote-Numbering"
33383
33384 \end_inset
33385
33386  and replace the command parameter 
33387 \series bold
33388 footnote
33389 \series default
33390  by 
33391 \series bold
33392 endnote
33393 \series default
33394 .
33395 \end_layout
33396
33397 \begin_layout Standard
33398 For endnotes there is the command 
33399 \series bold
33400
33401 \backslash
33402 endnotemark[number]
33403 \series default
33404  similar to the command 
33405 \series bold
33406
33407 \backslash
33408 footnotemark
33409 \series default
33410 , that is described in section
33411 \begin_inset space ~
33412 \end_inset
33413
33414
33415 \begin_inset CommandInset ref
33416 LatexCommand ref
33417 reference "sec:Footnotes"
33418
33419 \end_inset
33420
33421 .
33422 \end_layout
33423
33424 \begin_layout Standard
33425 \begin_inset VSpace bigskip
33426 \end_inset
33427
33428 Footnotes can also be placed in the page margin and the footnote text alignment
33429  can be changed, see the \SpecialChar LaTeX
33430 -package 
33431 \series bold
33432 footmisc
33433 \series default
33434
33435 \begin_inset Index idx
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 \SpecialChar LaTeX
33440 -packages ! footmisc
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \begin_inset CommandInset citation
33447 LatexCommand cite
33448 key "footmisc"
33449 literal "true"
33450
33451 \end_inset
33452
33453  for more information about this.
33454 \end_layout
33455
33456 \begin_layout Standard
33457 For various further footnote formatting issues have a look at \SpecialChar LaTeX
33458 -books, 
33459 \begin_inset CommandInset citation
33460 LatexCommand cite
33461 key "latexcompanion,latexguide,latexbook"
33462 literal "true"
33463
33464 \end_inset
33465
33466 .
33467  If you are using a 
33468 \series bold
33469 KOMA-Script
33470 \series default
33471
33472 \begin_inset Index idx
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476 \SpecialChar LaTeX
33477 -packages ! KOMA-Script
33478 \end_layout
33479
33480 \end_inset
33481
33482  document class, you can adjust all footnote settings using class-specific
33483  commands, see 
33484 \begin_inset CommandInset citation
33485 LatexCommand cite
33486 key "KOMA-Script"
33487 literal "true"
33488
33489 \end_inset
33490
33491 .
33492 \end_layout
33493
33494 \begin_layout Section
33495 Margin Notes
33496 \begin_inset Index idx
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 Notes ! Margin Notes
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Margin notes look and behave in \SpecialChar LyX
33510  like footnotes.
33511  They are inserted via the menu 
33512 \family sans
33513 Insert\SpecialChar menuseparator
33514 Marginal
33515 \begin_inset space ~
33516 \end_inset
33517
33518 Note
33519 \family default
33520  or the toolbar button 
33521 \begin_inset Info
33522 type  "icon"
33523 arg   "marginalnote-insert"
33524 \end_inset
33525
33526 .
33527  A grey 
33528 \family roman
33529 \series medium
33530 box with the
33531 \family default
33532 \series default
33533  red 
33534 \family roman
33535 \series medium
33536 label 
33537 \begin_inset Quotes eld
33538 \end_inset
33539
33540 margin
33541 \begin_inset Quotes erd
33542 \end_inset
33543
33544  appears where you can enter the text of the margin note.
33545 \end_layout
33546
33547 \begin_layout Standard
33548 At the side is an example margin note.
33549
33550 \family roman
33551 \series medium
33552  
33553 \begin_inset Marginal
33554 status open
33555
33556 \begin_layout Plain Layout
33557 This is a margin note.
33558 \end_layout
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \begin_layout Standard
33566 Margin notes appear at the right side in single-sided documents.
33567  In double-sided documents they appear in the outer margin – left on even
33568  pages, right on odd pages.
33569  The text of margin notes is aligned opposite to the outer margin – right-aligne
33570 d when the note appears in the left margin.
33571  The first line of the margin note is placed at the position of the text
33572  line where it is inserted in the document.
33573 \end_layout
33574
33575 \begin_layout Standard
33576 \begin_inset VSpace bigskip
33577 \end_inset
33578
33579 To place the margin note in the inner margin, add the command
33580 \end_layout
33581
33582 \begin_layout Standard
33583
33584 \series bold
33585
33586 \backslash
33587 reversemarginpar
33588 \end_layout
33589
33590 \begin_layout Standard
33591 in \SpecialChar TeX
33592  Code before a margin note.
33593  The new placement is valid for all subsequent margin notes.
33594  
33595 \begin_inset ERT
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599
33600
33601 \backslash
33602 reversemarginpar 
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \begin_inset Marginal
33609 status open
33610
33611 \begin_layout Plain Layout
33612 This is a margin note in the inner margin.
33613 \end_layout
33614
33615 \end_inset
33616
33617
33618 \series bold
33619
33620 \begin_inset Newline newline
33621 \end_inset
33622
33623
33624 \series default
33625
33626 \begin_inset Note Greyedout
33627 status open
33628
33629 \begin_layout Plain Layout
33630
33631 \series bold
33632 Note:
33633 \series default
33634  There is often not enough space in the inner margin so that the notes are
33635  not correctly displayed in the output.
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Standard
33644 To return to the default placement insert the command
33645 \end_layout
33646
33647 \begin_layout Standard
33648
33649 \series bold
33650
33651 \backslash
33652 normalmarginpar
33653 \end_layout
33654
33655 \begin_layout Standard
33656 in \SpecialChar TeX
33657  Code.
33658 \begin_inset ERT
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662
33663
33664 \backslash
33665 normalmarginpar 
33666 \end_layout
33667
33668 \end_inset
33669
33670  
33671 \begin_inset Note Greyedout
33672 status open
33673
33674 \begin_layout Plain Layout
33675
33676 \series bold
33677 Note:
33678 \series default
33679  The command is ignored when it is within a paragraph where also the command
33680  
33681 \series bold
33682
33683 \backslash
33684 reversemarginpar
33685 \series default
33686  is inserted.
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Standard
33695 \begin_inset VSpace bigskip
33696 \end_inset
33697
33698
33699 \family roman
33700 \series medium
33701
33702 \begin_inset Marginal
33703 status open
33704
33705 \begin_layout Plain Layout
33706 AVeryLongMarginParWord that isn't hyphenated.
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \family default
33713 \series default
33714  Similar to the case described in section
33715 \begin_inset space ~
33716 \end_inset
33717
33718
33719 \begin_inset CommandInset ref
33720 LatexCommand ref
33721 reference "subsec:Multiple-Lines-in"
33722
33723 \end_inset
33724
33725 , long words cannot be hyphenated when they are the first word in a margin
33726  note.
33727  To avoid this, insert 0
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 pt horizontal space before the word
33732 \family roman
33733 \series medium
33734 .
33735  
33736 \begin_inset Marginal
33737 status open
33738
33739 \begin_layout Plain Layout
33740 \begin_inset space \hspace*{}
33741 \length 0pt
33742 \end_inset
33743
33744 AVeryLongMarginParWord that is hyphenated.
33745 \end_layout
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 \begin_inset VSpace bigskip
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Standard
33760 \begin_inset Note Greyedout
33761 status open
33762
33763 \begin_layout Plain Layout
33764
33765 \series bold
33766 Note:
33767 \series default
33768  Margin notes can normally not be used inside tables, floats, and footnotes.
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \end_layout
33775
33776 \begin_layout Standard
33777 \begin_inset VSpace bigskip
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \begin_inset ERT
33785 status collapsed
33786
33787 \begin_layout Plain Layout
33788
33789
33790 \backslash
33791 ifmarginnote
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \begin_inset Note Note
33798 status open
33799
33800 \begin_layout Plain Layout
33801 The following section will only be displayed when the \SpecialChar LaTeX
33802 -package 
33803 \series bold
33804 marginnote
33805 \series default
33806  is installed.
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Standard
33815 This restriction can be evaded by using the \SpecialChar LaTeX
33816 -package 
33817 \series bold
33818 marginnote
33819 \series default
33820
33821 \begin_inset Index idx
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825 \SpecialChar LaTeX
33826 -packages ! marginnote
33827 \end_layout
33828
33829 \end_inset
33830
33831 .
33832  By adding these two lines to your document preamble, the command used by
33833  \SpecialChar LyX
33834  for margin notes is redefined to use the command provided by the 
33835 \series bold
33836 marginnote
33837 \series default
33838 -package:
33839 \end_layout
33840
33841 \begin_layout Standard
33842
33843 \series bold
33844
33845 \backslash
33846 usepackage{marginnote}
33847 \begin_inset Newline newline
33848 \end_inset
33849
33850
33851 \backslash
33852 let
33853 \backslash
33854 marginpar
33855 \backslash
33856 marginnote
33857 \end_layout
33858
33859 \begin_layout Standard
33860 This is also used in this document because 
33861 \series bold
33862 marginnote
33863 \series default
33864  has another useful feature: You can set a vertical offset for the note.
33865  This is often needed when too many margin notes are too close together
33866  or for a better page layout.
33867  The offset is set in \SpecialChar LyX
33868  as \SpecialChar TeX
33869  Code directly after the margin note in the scheme
33870 \end_layout
33871
33872 \begin_layout Standard
33873
33874 \series bold
33875 [offset]
33876 \end_layout
33877
33878 \begin_layout Standard
33879 where the offset is a length with one of the units listed in Table
33880 \begin_inset space ~
33881 \end_inset
33882
33883
33884 \begin_inset CommandInset ref
33885 LatexCommand ref
33886 reference "tab:Units"
33887
33888 \end_inset
33889
33890 .
33891  A negative value shifts the note up, a positive value shifts it down.
33892  
33893 \family roman
33894 \series medium
33895 For example the margin note beside this text line is shifted up 1.5
33896 \begin_inset space \thinspace{}
33897 \end_inset
33898
33899 cm with the \SpecialChar TeX
33900  Code command 
33901 \begin_inset Quotes eld
33902 \end_inset
33903
33904
33905 \family default
33906 \series bold
33907 [-1.5cm]
33908 \family roman
33909 \series medium
33910
33911 \begin_inset Quotes erd
33912 \end_inset
33913
33914
33915 \begin_inset Marginal
33916 status open
33917
33918 \begin_layout Plain Layout
33919 This margin note is shifted up 1.5
33920 \begin_inset space \thinspace{}
33921 \end_inset
33922
33923 cm from its original position.
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \family default
33930 \series default
33931
33932 \begin_inset ERT
33933 status collapsed
33934
33935 \begin_layout Plain Layout
33936
33937 [-1.5cm]
33938 \end_layout
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946 \begin_inset VSpace medskip
33947 \end_inset
33948
33949 With 
33950 \series bold
33951 marginnote
33952 \series default
33953  you can also change the alignment of the text in the margin note.
33954  For example the commands
33955 \end_layout
33956
33957 \begin_layout Standard
33958
33959 \series bold
33960
33961 \backslash
33962 renewcommand*{
33963 \backslash
33964 raggedleftmarginnote}{
33965 \backslash
33966 centering}
33967 \begin_inset Newline newline
33968 \end_inset
33969
33970
33971 \backslash
33972 renewcommand*{
33973 \backslash
33974 raggedrightmarginnote}{
33975 \backslash
33976 centering}
33977 \end_layout
33978
33979 \begin_layout Standard
33980 set the alignment to centered.
33981  
33982 \series bold
33983
33984 \backslash
33985 raggedleftmarginnote
33986 \series default
33987  denotes margin notes that appear at the left side.
33988 \family roman
33989 \series medium
33990
33991 \begin_inset ERT
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995
33996
33997 \backslash
33998 renewcommand*{
33999 \backslash
34000 raggedleftmarginnote}{
34001 \backslash
34002 centering}
34003 \end_layout
34004
34005 \begin_layout Plain Layout
34006
34007
34008 \backslash
34009 renewcommand*{
34010 \backslash
34011 raggedrightmarginnote}{
34012 \backslash
34013 centering}
34014 \end_layout
34015
34016 \end_inset
34017
34018
34019 \begin_inset Marginal
34020 status open
34021
34022 \begin_layout Plain Layout
34023 The text of this margin note is centered.
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \family default
34030 \series default
34031  The default is
34032 \end_layout
34033
34034 \begin_layout Standard
34035
34036 \series bold
34037
34038 \backslash
34039 renewcommand*{
34040 \backslash
34041 raggedleftmarginnote}{
34042 \backslash
34043 raggedleft}
34044 \begin_inset Newline newline
34045 \end_inset
34046
34047
34048 \backslash
34049 renewcommand*{
34050 \backslash
34051 raggedrightmarginnote}{
34052 \backslash
34053 raggedright}
34054 \family roman
34055 \series medium
34056
34057 \begin_inset ERT
34058 status collapsed
34059
34060 \begin_layout Plain Layout
34061
34062
34063 \backslash
34064 renewcommand*{
34065 \backslash
34066 raggedleftmarginnote}{
34067 \backslash
34068 raggedleft}
34069 \end_layout
34070
34071 \begin_layout Plain Layout
34072
34073
34074 \backslash
34075 renewcommand*{
34076 \backslash
34077 raggedrightmarginnote}{
34078 \backslash
34079 raggedright}
34080 \end_layout
34081
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset VSpace medskip
34089 \end_inset
34090
34091 For the other features of 
34092 \series bold
34093 marginnote
34094 \series default
34095  refer to its documentation 
34096 \begin_inset CommandInset citation
34097 LatexCommand cite
34098 key "marginnote"
34099 literal "true"
34100
34101 \end_inset
34102
34103 .
34104 \end_layout
34105
34106 \begin_layout Standard
34107 \begin_inset VSpace bigskip
34108 \end_inset
34109
34110 You can adjust the layout of margin notes by changing its definition.
34111  To create for example a header for all margin notes with the underlined,
34112  sans-serif, and bold header text 
34113 \begin_inset Quotes eld
34114 \end_inset
34115
34116
34117 \family sans
34118 \series bold
34119 \bar under
34120 Attention!
34121 \family default
34122 \series default
34123 \bar default
34124
34125 \begin_inset Quotes erd
34126 \end_inset
34127
34128 , add this to your document preamble:
34129 \end_layout
34130
34131 \begin_layout Standard
34132
34133 \series bold
34134
34135 \backslash
34136 let
34137 \backslash
34138 myMarginpar
34139 \backslash
34140 marginpar
34141 \begin_inset Newline newline
34142 \end_inset
34143
34144
34145 \backslash
34146 renewcommand{
34147 \backslash
34148 marginpar}[1]{
34149 \backslash
34150 myMarginpar{%
34151 \begin_inset Newline newline
34152 \end_inset
34153
34154
34155 \begin_inset Phantom HPhantom
34156 status open
34157
34158 \begin_layout Plain Layout
34159
34160 \series bold
34161 \begin_inset space ~
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \backslash
34171 hspace{0pt}
34172 \backslash
34173 textsf{
34174 \backslash
34175 textbf{
34176 \backslash
34177 underbar{Attention!}}}%
34178 \begin_inset Newline newline
34179 \end_inset
34180
34181
34182 \begin_inset Phantom HPhantom
34183 status open
34184
34185 \begin_layout Plain Layout
34186
34187 \series bold
34188 \begin_inset space ~
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \backslash
34198 vspace{1.5mm}
34199 \backslash
34200
34201 \backslash
34202 #1}}
34203 \end_layout
34204
34205 \begin_layout Standard
34206
34207 \family roman
34208 \series medium
34209 \begin_inset ERT
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213
34214
34215 \backslash
34216 let
34217 \backslash
34218 myMarginpar
34219 \backslash
34220 marginpar
34221 \end_layout
34222
34223 \begin_layout Plain Layout
34224
34225
34226 \backslash
34227 renewcommand{
34228 \backslash
34229 marginpar}[1]{
34230 \backslash
34231 myMarginpar{%
34232 \end_layout
34233
34234 \begin_layout Plain Layout
34235
34236    
34237 \backslash
34238 textsf{
34239 \backslash
34240 textbf{
34241 \backslash
34242 underbar{Attention!}}}%
34243 \end_layout
34244
34245 \begin_layout Plain Layout
34246
34247    
34248 \backslash
34249 vspace{1.5mm}
34250 \backslash
34251
34252 \backslash
34253 #1}}
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \begin_inset Marginal
34260 status open
34261
34262 \begin_layout Plain Layout
34263 This is a margin note with a defined heading.
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \family default
34270 \series default
34271
34272 \begin_inset ERT
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276
34277 [-1.5cm]
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \family roman
34284 \series medium
34285
34286 \begin_inset ERT
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290
34291
34292 \backslash
34293 renewcommand{
34294 \backslash
34295 marginpar}[1]{
34296 \backslash
34297 myMarginpar{#1}}
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \family default
34304 \series default
34305
34306 \begin_inset Note Note
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 The margin note format is changed only for this example.
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Standard
34319 \begin_inset ERT
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323
34324
34325 \backslash
34326 else
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \begin_inset Note Note
34333 status open
34334
34335 \begin_layout Plain Layout
34336 The following will be displayed when the \SpecialChar LaTeX
34337 -package 
34338 \series bold
34339 marginnote
34340 \series default
34341  is not installed:
34342 \end_layout
34343
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \begin_layout Standard
34350 You need to install the \SpecialChar LaTeX
34351 -package 
34352 \series bold
34353 marginnote
34354 \series default
34355  to see the following part of this section in the output.
34356 \end_layout
34357
34358 \begin_layout Standard
34359 \begin_inset ERT
34360 status collapsed
34361
34362 \begin_layout Plain Layout
34363
34364
34365 \backslash
34366 fi
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Chapter
34375 Boxes
34376 \end_layout
34377
34378 \begin_layout Section
34379 Introduction
34380 \begin_inset Index idx
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 Boxes ! Introduction
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Boxes are used to format a block of text.
34394  Boxes can be used to write documents with multiple languages, see section
34395 \begin_inset space ~
34396 \end_inset
34397
34398
34399 \begin_inset CommandInset ref
34400 LatexCommand ref
34401 reference "sec:Minipages"
34402
34403 \end_inset
34404
34405 , to frame texts, see section
34406 \begin_inset space ~
34407 \end_inset
34408
34409
34410 \begin_inset CommandInset ref
34411 LatexCommand ref
34412 reference "sec:Decoration"
34413
34414 \end_inset
34415
34416 , to prevent words from being hyphenated, see section
34417 \begin_inset space ~
34418 \end_inset
34419
34420
34421 \begin_inset CommandInset ref
34422 LatexCommand ref
34423 reference "sec:Prevent-Hyphenation"
34424
34425 \end_inset
34426
34427 , to align text, see section
34428 \begin_inset space ~
34429 \end_inset
34430
34431
34432 \begin_inset CommandInset ref
34433 LatexCommand ref
34434 reference "subsec:Vertical-Alignment"
34435
34436 \end_inset
34437
34438 , or to set the background color of texts, see section
34439 \begin_inset space ~
34440 \end_inset
34441
34442
34443 \begin_inset CommandInset ref
34444 LatexCommand ref
34445 reference "sec:Colored-Boxes"
34446
34447 \end_inset
34448
34449 .
34450 \end_layout
34451
34452 \begin_layout Standard
34453 Boxes can be inserted with the menu 
34454 \family sans
34455 Insert\SpecialChar menuseparator
34456 Box
34457 \family default
34458  or the toolbar button 
34459 \begin_inset Info
34460 type  "icon"
34461 arg   "box-insert Frameless"
34462 \end_inset
34463
34464 .
34465  A grey box with the label 
34466 \family sans
34467 Box (Minipage)
34468 \family default
34469
34470 \begin_inset Graphics
34471         filename clipart/BoxInsetDefault.png
34472         scale 95
34473         scaleBeforeRotation
34474
34475 \end_inset
34476
34477  will be inserted.
34478  The box type can be specified by right-clicking on the box and selecting
34479  
34480 \family sans
34481 Settings
34482 \family default
34483 .
34484  The box dialog offers the 
34485 \family sans
34486 Inner
34487 \begin_inset space ~
34488 \end_inset
34489
34490 Box
34491 \family default
34492  types 
34493 \family sans
34494 Makebox
34495 \family default
34496
34497 \family sans
34498 Parbox
34499 \family default
34500  and 
34501 \family sans
34502 Minipage
34503 \family default
34504 .
34505  The type 
34506 \family sans
34507 Minipage
34508 \family default
34509  is the default for new boxes and is explained in section
34510 \begin_inset space ~
34511 \end_inset
34512
34513
34514 \begin_inset CommandInset ref
34515 LatexCommand ref
34516 reference "sec:Minipages"
34517
34518 \end_inset
34519
34520 ; the type 
34521 \family sans
34522 Parbox
34523 \family default
34524  is described in section
34525 \begin_inset space ~
34526 \end_inset
34527
34528
34529 \begin_inset CommandInset ref
34530 LatexCommand ref
34531 reference "sec:Parboxes"
34532
34533 \end_inset
34534
34535  and the type 
34536 \family sans
34537 Makebox
34538 \family default
34539  in 
34540 \begin_inset CommandInset ref
34541 LatexCommand ref
34542 reference "sec:Prevent-Hyphenation"
34543
34544 \end_inset
34545
34546 .
34547 \end_layout
34548
34549 \begin_layout Standard
34550 Boxes are not numbered and can therefore not be referenced like floats or
34551  footnotes.
34552 \end_layout
34553
34554 \begin_layout Standard
34555 \begin_inset Note Greyedout
34556 status open
34557
34558 \begin_layout Plain Layout
34559
34560 \series bold
34561 Note:
34562 \series default
34563  Boxes must not be the item in an 
34564 \family sans
34565 Itemize
34566 \family default
34567  or 
34568 \family sans
34569 Description
34570 \family default
34571  environment.
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 \begin_inset Note Greyedout
34581 status open
34582
34583 \begin_layout Plain Layout
34584
34585 \series bold
34586 Note:
34587 \series default
34588  For an unknown reason you can only set the 
34589 \family sans
34590 Inner
34591 \begin_inset space ~
34592 \end_inset
34593
34594 Box
34595 \family default
34596  type to 
34597 \family sans
34598 None
34599 \family default
34600  when you use a framed box.
34601  Boxes without an 
34602 \family sans
34603 Inner
34604 \begin_inset space ~
34605 \end_inset
34606
34607 Box
34608 \family default
34609  type and without frames are explained in section
34610 \begin_inset space ~
34611 \end_inset
34612
34613
34614 \begin_inset CommandInset ref
34615 LatexCommand ref
34616 reference "sec:Prevent-Hyphenation"
34617
34618 \end_inset
34619
34620 .
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \begin_layout Section
34629 Box Dialog
34630 \begin_inset CommandInset label
34631 LatexCommand label
34632 name "sec:Box-Dialog"
34633
34634 \end_inset
34635
34636
34637 \begin_inset Index idx
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641 Boxes ! Box Dialog
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Subsection
34650 Size
34651 \begin_inset Index idx
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655 Boxes ! Size
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Standard
34664 In the box dialog you can adjust the box geometry in the fields 
34665 \family sans
34666 Width
34667 \family default
34668  and 
34669 \family sans
34670 Height
34671 \family default
34672 .
34673  The available units for the geometry are explained in Table
34674 \begin_inset space ~
34675 \end_inset
34676
34677
34678 \begin_inset CommandInset ref
34679 LatexCommand ref
34680 reference "tab:Units"
34681
34682 \end_inset
34683
34684 .
34685  The field 
34686 \family sans
34687 Height
34688 \family default
34689  offers the following additional sizes:
34690 \end_layout
34691
34692 \begin_layout Description
34693 Depth This is the plain text 
34694 \begin_inset Quotes eld
34695 \end_inset
34696
34697 height
34698 \begin_inset Quotes erd
34699 \end_inset
34700
34701 .
34702  It ignores the total depth when there are multiple text lines in the box:
34703 \begin_inset Newline newline
34704 \end_inset
34705
34706
34707 \begin_inset Newline newline
34708 \end_inset
34709
34710
34711 \begin_inset Newline newline
34712 \end_inset
34713
34714
34715 \begin_inset Box Boxed
34716 position "c"
34717 hor_pos "c"
34718 has_inner_box 1
34719 inner_pos "c"
34720 use_parbox 0
34721 use_makebox 0
34722 width "12col%"
34723 special "none"
34724 height "1in"
34725 height_special "depth"
34726 thickness "0.4pt"
34727 separation "3pt"
34728 shadowsize "4pt"
34729 framecolor "black"
34730 backgroundcolor "none"
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734 \align center
34735 Box height set to 1
34736 \begin_inset space \thinspace{}
34737 \end_inset
34738
34739 Depth
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \begin_inset Newline newline
34746 \end_inset
34747
34748
34749 \begin_inset Newline newline
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Description
34756 Height This is the height of the text that is inside the box.
34757  A value of e.
34758 \begin_inset space \thinspace{}
34759 \end_inset
34760
34761 g.
34762 \begin_inset space \space{}
34763 \end_inset
34764
34765 2 for this size will set the box height to 2
34766 \begin_inset space ~
34767 \end_inset
34768
34769 times the text height: 
34770 \begin_inset Box Boxed
34771 position "c"
34772 hor_pos "c"
34773 has_inner_box 1
34774 inner_pos "c"
34775 use_parbox 0
34776 use_makebox 0
34777 width "20col%"
34778 special "none"
34779 height "2in"
34780 height_special "height"
34781 thickness "0.4pt"
34782 separation "3pt"
34783 shadowsize "4pt"
34784 framecolor "black"
34785 backgroundcolor "none"
34786 status collapsed
34787
34788 \begin_layout Plain Layout
34789 \align center
34790 Box height set to 2
34791 \begin_inset space \thinspace{}
34792 \end_inset
34793
34794 Height
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \begin_layout Description
34803 Total
34804 \begin_inset space ~
34805 \end_inset
34806
34807 Height This is the Height
34808 \begin_inset space \thinspace{}
34809 \end_inset
34810
34811 +
34812 \begin_inset space \thinspace{}
34813 \end_inset
34814
34815 Depth: 
34816 \begin_inset Box Boxed
34817 position "c"
34818 hor_pos "c"
34819 has_inner_box 1
34820 inner_pos "c"
34821 use_parbox 0
34822 use_makebox 0
34823 width "20col%"
34824 special "none"
34825 height "1in"
34826 height_special "totalheight"
34827 thickness "0.4pt"
34828 separation "3pt"
34829 shadowsize "4pt"
34830 framecolor "black"
34831 backgroundcolor "none"
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 \align center
34836 Box height set to 1
34837 \begin_inset space \thinspace{}
34838 \end_inset
34839
34840 Total
34841 \begin_inset space ~
34842 \end_inset
34843
34844 Height
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Description
34853 Width This sets the width of the box as height: 
34854 \begin_inset Box Boxed
34855 position "c"
34856 hor_pos "c"
34857 has_inner_box 1
34858 inner_pos "c"
34859 use_parbox 0
34860 use_makebox 0
34861 width "12col%"
34862 special "none"
34863 height "1in"
34864 height_special "width"
34865 thickness "0.4pt"
34866 separation "3pt"
34867 shadowsize "4pt"
34868 framecolor "black"
34869 backgroundcolor "none"
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873 \align center
34874 Box height set to 1
34875 \begin_inset space \thinspace{}
34876 \end_inset
34877
34878 Width
34879 \end_layout
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \begin_layout Subsection
34887 Alignment
34888 \begin_inset Index idx
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892 Boxes ! Alignment
34893 \end_layout
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Standard
34901 When you have chosen an 
34902 \family sans
34903 Inner
34904 \begin_inset space ~
34905 \end_inset
34906
34907 Box
34908 \family default
34909 , the vertical box alignment can be:
34910 \end_layout
34911
34912 \begin_layout Description
34913 Top This is an example text line.
34914  
34915 \begin_inset Box Boxed
34916 position "t"
34917 hor_pos "c"
34918 has_inner_box 1
34919 inner_pos "c"
34920 use_parbox 0
34921 use_makebox 0
34922 width "12col%"
34923 special "none"
34924 height "1in"
34925 height_special "totalheight"
34926 thickness "0.4pt"
34927 separation "3pt"
34928 shadowsize "4pt"
34929 framecolor "black"
34930 backgroundcolor "none"
34931 status collapsed
34932
34933 \begin_layout Plain Layout
34934 \align center
34935 This box is top-aligned.
34936 \end_layout
34937
34938 \end_inset
34939
34940  This is an example text line.
34941 \end_layout
34942
34943 \begin_layout Description
34944 Middle This is an example text line.
34945  
34946 \begin_inset Box Boxed
34947 position "c"
34948 hor_pos "c"
34949 has_inner_box 1
34950 inner_pos "c"
34951 use_parbox 0
34952 use_makebox 0
34953 width "12col%"
34954 special "none"
34955 height "1in"
34956 height_special "totalheight"
34957 thickness "0.4pt"
34958 separation "3pt"
34959 shadowsize "4pt"
34960 framecolor "black"
34961 backgroundcolor "none"
34962 status collapsed
34963
34964 \begin_layout Plain Layout
34965 \align center
34966 This box is middle-aligned.
34967 \end_layout
34968
34969 \end_inset
34970
34971  This is an example text line.
34972 \end_layout
34973
34974 \begin_layout Description
34975 Bottom This is an example text line.
34976  
34977 \begin_inset Box Boxed
34978 position "b"
34979 hor_pos "c"
34980 has_inner_box 1
34981 inner_pos "c"
34982 use_parbox 0
34983 use_makebox 0
34984 width "12col%"
34985 special "none"
34986 height "1in"
34987 height_special "totalheight"
34988 thickness "0.4pt"
34989 separation "3pt"
34990 shadowsize "4pt"
34991 framecolor "black"
34992 backgroundcolor "none"
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996 \align center
34997 This box is bottom-aligned.
34998 \end_layout
34999
35000 \end_inset
35001
35002  This is an example text line.
35003 \end_layout
35004
35005 \begin_layout Standard
35006 \begin_inset Note Greyedout
35007 status open
35008
35009 \begin_layout Plain Layout
35010
35011 \series bold
35012 Note:
35013 \series default
35014  The vertical box alignment can be lost in the output when you have two
35015  boxes in a line and one has e.
35016 \begin_inset space \thinspace{}
35017 \end_inset
35018
35019 g.
35020 \begin_inset space \space{}
35021 \end_inset
35022
35023 a shadow and the other one not.
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 The horizontal box alignment can be set via \SpecialChar LyX
35033 's paragraph dialog when you
35034  set the box into its own paragraph.
35035 \end_layout
35036
35037 \begin_layout Standard
35038 \begin_inset VSpace bigskip
35039 \end_inset
35040
35041 When you have chosen an 
35042 \family sans
35043 Inner
35044 \begin_inset space ~
35045 \end_inset
35046
35047 Box
35048 \family default
35049 , the box content can be aligned vertically to:
35050 \end_layout
35051
35052 \begin_layout Description
35053 top This is an example text line.
35054  
35055 \begin_inset Box Boxed
35056 position "c"
35057 hor_pos "c"
35058 has_inner_box 1
35059 inner_pos "t"
35060 use_parbox 0
35061 use_makebox 0
35062 width "12col%"
35063 special "none"
35064 height "1.5in"
35065 height_special "totalheight"
35066 thickness "0.4pt"
35067 separation "3pt"
35068 shadowsize "4pt"
35069 framecolor "black"
35070 backgroundcolor "none"
35071 status collapsed
35072
35073 \begin_layout Plain Layout
35074 \align center
35075 This box text is top-aligned.
35076 \end_layout
35077
35078 \end_inset
35079
35080  This is an example text line.
35081 \end_layout
35082
35083 \begin_layout Description
35084 middle This is an example text line.
35085  
35086 \begin_inset Box Boxed
35087 position "c"
35088 hor_pos "c"
35089 has_inner_box 1
35090 inner_pos "c"
35091 use_parbox 0
35092 use_makebox 0
35093 width "12col%"
35094 special "none"
35095 height "1.5in"
35096 height_special "totalheight"
35097 thickness "0.4pt"
35098 separation "3pt"
35099 shadowsize "4pt"
35100 framecolor "black"
35101 backgroundcolor "none"
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 \align center
35106 This box text is middle-aligned.
35107 \end_layout
35108
35109 \end_inset
35110
35111  This is an example text line.
35112 \end_layout
35113
35114 \begin_layout Description
35115 bottom This is an example text line.
35116  
35117 \begin_inset Box Boxed
35118 position "c"
35119 hor_pos "c"
35120 has_inner_box 1
35121 inner_pos "b"
35122 use_parbox 0
35123 use_makebox 0
35124 width "12col%"
35125 special "none"
35126 height "1.5in"
35127 height_special "totalheight"
35128 thickness "0.4pt"
35129 separation "3pt"
35130 shadowsize "4pt"
35131 framecolor "black"
35132 backgroundcolor "none"
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136 \align center
35137 This box text is bottom-aligned.
35138 \end_layout
35139
35140 \end_inset
35141
35142  This is an example text line.
35143 \end_layout
35144
35145 \begin_layout Description
35146 stretch This is an example text line.
35147  
35148 \begin_inset Box Boxed
35149 position "c"
35150 hor_pos "c"
35151 has_inner_box 1
35152 inner_pos "s"
35153 use_parbox 0
35154 use_makebox 0
35155 width "12col%"
35156 special "none"
35157 height "1.5in"
35158 height_special "totalheight"
35159 thickness "0.4pt"
35160 separation "3pt"
35161 shadowsize "4pt"
35162 framecolor "black"
35163 backgroundcolor "none"
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167 \align center
35168 This box
35169 \end_layout
35170
35171 \begin_layout Plain Layout
35172 \align center
35173 text is
35174 \end_layout
35175
35176 \begin_layout Plain Layout
35177 \align center
35178 stretched.
35179 \end_layout
35180
35181 \end_inset
35182
35183  This is an example text line.
35184 \end_layout
35185
35186 \begin_layout Standard
35187 To stretch the box content, it must consist of more than one paragraph.
35188  In the example above every text line is in an own paragraph.
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset VSpace bigskip
35193 \end_inset
35194
35195 To align the box content horizontally you can use \SpecialChar LyX
35196 's paragraph dialog when
35197  you have chosen an 
35198 \family sans
35199 Inner
35200 \begin_inset space ~
35201 \end_inset
35202
35203 Box
35204 \family default
35205 .
35206 \end_layout
35207
35208 \begin_layout Standard
35209 \align center
35210 \begin_inset Box Boxed
35211 position "c"
35212 hor_pos "c"
35213 has_inner_box 1
35214 inner_pos "s"
35215 use_parbox 0
35216 use_makebox 0
35217 width "15col%"
35218 special "none"
35219 height "1.25in"
35220 height_special "totalheight"
35221 thickness "0.4pt"
35222 separation "3pt"
35223 shadowsize "4pt"
35224 framecolor "black"
35225 backgroundcolor "none"
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 \align left
35230 This box
35231 \end_layout
35232
35233 \begin_layout Plain Layout
35234 \align center
35235 text is
35236 \end_layout
35237
35238 \begin_layout Plain Layout
35239 \align right
35240 stretched.
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \end_layout
35247
35248 \begin_layout Standard
35249 If you have not set an 
35250 \family sans
35251 Inner
35252 \begin_inset space ~
35253 \end_inset
35254
35255 Box
35256 \family default
35257 , you can align the box content horizontally in the box dialog.
35258 \end_layout
35259
35260 \begin_layout Standard
35261 \align center
35262 \begin_inset Box Boxed
35263 position "c"
35264 hor_pos "s"
35265 has_inner_box 0
35266 inner_pos "s"
35267 use_parbox 0
35268 use_makebox 0
35269 width "90col%"
35270 special "none"
35271 height "1.25in"
35272 height_special "totalheight"
35273 thickness "0.4pt"
35274 separation "3pt"
35275 shadowsize "4pt"
35276 framecolor "black"
35277 backgroundcolor "none"
35278 status collapsed
35279
35280 \begin_layout Plain Layout
35281 This box text is horizontally stretched.
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Subsection
35290 Decoration
35291 \begin_inset CommandInset label
35292 LatexCommand label
35293 name "sec:Decoration"
35294
35295 \end_inset
35296
35297
35298 \begin_inset Index idx
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302 Boxes ! Decoration
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \end_layout
35309
35310 \begin_layout Standard
35311 The type of the box can be specified in the box dialog in the drop-down
35312  list 
35313 \family sans
35314 Decoration
35315 \family default
35316 .
35317  The following types are possible:
35318 \end_layout
35319
35320 \begin_layout Description
35321 No
35322 \begin_inset space ~
35323 \end_inset
35324
35325 frame Nothing is drawn.
35326 \end_layout
35327
35328 \begin_layout Description
35329 Simple
35330 \begin_inset space ~
35331 \end_inset
35332
35333 rectangular
35334 \begin_inset space ~
35335 \end_inset
35336
35337 frame This draws a rectangular frame around the box.
35338  The frame line thickness can be specified.
35339  
35340 \begin_inset Box Boxed
35341 position "c"
35342 hor_pos "c"
35343 has_inner_box 1
35344 inner_pos "c"
35345 use_parbox 0
35346 use_makebox 0
35347 width "20col%"
35348 special "none"
35349 height "1in"
35350 height_special "totalheight"
35351 thickness "0.4pt"
35352 separation "3pt"
35353 shadowsize "4pt"
35354 framecolor "black"
35355 backgroundcolor "none"
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 \align center
35360 Rectangular box
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Description
35369 Oval
35370 \begin_inset space ~
35371 \end_inset
35372
35373 box,
35374 \begin_inset space ~
35375 \end_inset
35376
35377 thin This draws an oval frame around the box.
35378  The frame line thickness has the size 0.4
35379 \begin_inset space \thinspace{}
35380 \end_inset
35381
35382 pt.
35383  
35384 \begin_inset Box ovalbox
35385 position "c"
35386 hor_pos "c"
35387 has_inner_box 1
35388 inner_pos "c"
35389 use_parbox 0
35390 use_makebox 0
35391 width "20col%"
35392 special "none"
35393 height "1in"
35394 height_special "totalheight"
35395 thickness "0.4pt"
35396 separation "3pt"
35397 shadowsize "4pt"
35398 framecolor "black"
35399 backgroundcolor "none"
35400 status collapsed
35401
35402 \begin_layout Plain Layout
35403 \align center
35404 Oval box, thin
35405 \end_layout
35406
35407 \end_inset
35408
35409
35410 \end_layout
35411
35412 \begin_layout Description
35413 Oval
35414 \begin_inset space ~
35415 \end_inset
35416
35417 box,
35418 \begin_inset space ~
35419 \end_inset
35420
35421 thick This draws an oval frame around the box.
35422  The frame line thickness has the size 0.8
35423 \begin_inset space \thinspace{}
35424 \end_inset
35425
35426 pt.
35427  
35428 \begin_inset Box Ovalbox
35429 position "c"
35430 hor_pos "c"
35431 has_inner_box 1
35432 inner_pos "c"
35433 use_parbox 0
35434 use_makebox 0
35435 width "20col%"
35436 special "none"
35437 height "1in"
35438 height_special "totalheight"
35439 thickness "0.4pt"
35440 separation "3pt"
35441 shadowsize "4pt"
35442 framecolor "black"
35443 backgroundcolor "none"
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447 \align center
35448 Oval box, thick
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Description
35457 Drop
35458 \begin_inset space ~
35459 \end_inset
35460
35461 shadow This draws a rectangular frame with a shadow around the box.
35462  The frame line thickness and the shadow can be specified.
35463  
35464 \begin_inset Box Shadowbox
35465 position "c"
35466 hor_pos "c"
35467 has_inner_box 1
35468 inner_pos "c"
35469 use_parbox 0
35470 use_makebox 0
35471 width "20col%"
35472 special "none"
35473 height "1in"
35474 height_special "totalheight"
35475 thickness "0.4pt"
35476 separation "3pt"
35477 shadowsize "4pt"
35478 framecolor "black"
35479 backgroundcolor "none"
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483 \align center
35484 Shadow box
35485 \end_layout
35486
35487 \end_inset
35488
35489
35490 \end_layout
35491
35492 \begin_layout Description
35493 Shaded
35494 \begin_inset space ~
35495 \end_inset
35496
35497 background This draws a box with a red background.
35498  Unlike colored boxes
35499 \begin_inset Foot
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 see sec.
35504 \begin_inset space \thinspace{}
35505 \end_inset
35506
35507
35508 \begin_inset CommandInset ref
35509 LatexCommand ref
35510 reference "sec:Colored-Boxes"
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \end_inset
35518
35519 , it always uses the whole column width and the box is set as its own paragraph.
35520  
35521 \begin_inset Box Shaded
35522 position "t"
35523 hor_pos "c"
35524 has_inner_box 0
35525 inner_pos "t"
35526 use_parbox 0
35527 use_makebox 0
35528 width "50col%"
35529 special "none"
35530 height "1in"
35531 height_special "totalheight"
35532 thickness "0.4pt"
35533 separation "3pt"
35534 shadowsize "4pt"
35535 framecolor "black"
35536 backgroundcolor "none"
35537 status collapsed
35538
35539 \begin_layout Plain Layout
35540 Shaded background box
35541 \end_layout
35542
35543 \end_inset
35544
35545
35546 \end_layout
35547
35548 \begin_layout Description
35549 Double
35550 \begin_inset space ~
35551 \end_inset
35552
35553 rectangular
35554 \begin_inset space ~
35555 \end_inset
35556
35557 frame This draws a double-line rectangular frame around the box.
35558  The line thickness of the inner frame is 0.75
35559 \begin_inset space \thinspace{}
35560 \end_inset
35561
35562 line
35563 \begin_inset space ~
35564 \end_inset
35565
35566 thickness, the thickness of the outer frame is 1.5
35567 \begin_inset space \thinspace{}
35568 \end_inset
35569
35570 line
35571 \begin_inset space ~
35572 \end_inset
35573
35574 thickness.
35575  The distance between the lines is 1.5
35576 \begin_inset space \thinspace{}
35577 \end_inset
35578
35579 line
35580 \begin_inset space ~
35581 \end_inset
35582
35583 thickness
35584 \begin_inset space \thinspace{}
35585 \end_inset
35586
35587 +
35588 \begin_inset space \thinspace{}
35589 \end_inset
35590
35591 0.5
35592 \begin_inset space \thinspace{}
35593 \end_inset
35594
35595 pt.
35596  
35597 \begin_inset Box Doublebox
35598 position "c"
35599 hor_pos "c"
35600 has_inner_box 1
35601 inner_pos "c"
35602 use_parbox 0
35603 use_makebox 0
35604 width "20col%"
35605 special "none"
35606 height "1in"
35607 height_special "totalheight"
35608 thickness "0.4pt"
35609 separation "3pt"
35610 shadowsize "4pt"
35611 framecolor "black"
35612 backgroundcolor "none"
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616 \align center
35617 Double rectangular box
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \end_layout
35624
35625 \begin_layout Standard
35626 \begin_inset VSpace bigskip
35627 \end_inset
35628
35629 \SpecialChar LyX
35630 's box label will reflect the different frame types.
35631  To be able to use all types, the \SpecialChar LaTeX
35632 -package 
35633 \series bold
35634 fancybox
35635 \series default
35636
35637 \begin_inset Index idx
35638 status collapsed
35639
35640 \begin_layout Plain Layout
35641 \SpecialChar LaTeX
35642 -packages ! fancybox
35643 \end_layout
35644
35645 \end_inset
35646
35647  must be installed.
35648 \end_layout
35649
35650 \begin_layout Standard
35651 \begin_inset VSpace bigskip
35652 \end_inset
35653
35654 When you use the decoration 
35655 \family sans
35656 simple rectangular frame
35657 \family default
35658  and no inner box, you can allow page breaks within a box.
35659  Note that then, unlike other framed boxes, the frame always uses the whole
35660  column width and the box is set as its own paragraph: 
35661 \begin_inset Box Framed
35662 position "t"
35663 hor_pos "c"
35664 has_inner_box 0
35665 inner_pos "t"
35666 use_parbox 0
35667 use_makebox 0
35668 width "100col%"
35669 special "none"
35670 height "1in"
35671 height_special "totalheight"
35672 thickness "0.4pt"
35673 separation "3pt"
35674 shadowsize "4pt"
35675 framecolor "black"
35676 backgroundcolor "none"
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680 Allow page break box
35681 \end_layout
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Section
35689 Box Customization
35690 \begin_inset Index idx
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694 Boxes ! Customization
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \end_layout
35701
35702 \begin_layout Standard
35703 The diameter of the round corners of the oval boxes can be set with the
35704  command 
35705 \series bold
35706
35707 \backslash
35708 cornersize
35709 \series default
35710 .
35711  The command
35712 \end_layout
35713
35714 \begin_layout Standard
35715
35716 \series bold
35717
35718 \backslash
35719 cornersize*{1cm}
35720 \end_layout
35721
35722 \begin_layout Standard
35723 sets the diameter to 1
35724 \begin_inset space \thinspace{}
35725 \end_inset
35726
35727 cm.
35728  The command
35729 \end_layout
35730
35731 \begin_layout Standard
35732
35733 \series bold
35734
35735 \backslash
35736 cornersize{num}
35737 \end_layout
35738
35739 \begin_layout Standard
35740 sets the diameter to 
35741 \family sans
35742 num
35743 \begin_inset space \thinspace{}
35744 \end_inset
35745
35746 ×
35747 \begin_inset space \thinspace{}
35748 \end_inset
35749
35750 minimum(width and height of box)
35751 \family default
35752 .
35753  The default is 
35754 \series bold
35755
35756 \backslash
35757 cornersize{0.5}
35758 \series default
35759 .
35760 \end_layout
35761
35762 \begin_layout Standard
35763 \begin_inset ERT
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767
35768
35769 \backslash
35770 cornersize*{1.5cm}
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \begin_inset Box Ovalbox
35777 position "c"
35778 hor_pos "c"
35779 has_inner_box 1
35780 inner_pos "c"
35781 use_parbox 0
35782 use_makebox 0
35783 width "25col%"
35784 special "none"
35785 height "1in"
35786 height_special "totalheight"
35787 thickness "0.4pt"
35788 separation "3pt"
35789 shadowsize "4pt"
35790 framecolor "black"
35791 backgroundcolor "none"
35792 status open
35793
35794 \begin_layout Plain Layout
35795 \align center
35796 Oval box with 
35797 \series bold
35798
35799 \backslash
35800 cornersize
35801 \series default
35802
35803 \begin_inset space \thinspace{}
35804 \end_inset
35805
35806 =
35807 \begin_inset space \thinspace{}
35808 \end_inset
35809
35810 1.5
35811 \begin_inset space \thinspace{}
35812 \end_inset
35813
35814 cm
35815 \end_layout
35816
35817 \end_inset
35818
35819
35820 \begin_inset ERT
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824
35825
35826 \backslash
35827 cornersize{0.5}
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 \begin_inset VSpace bigskip
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843 The default background color red of 
35844 \family sans
35845 shaded background
35846 \family default
35847  boxes can either be changed locally with the command 
35848 \series bold
35849
35850 \backslash
35851 definecolor{shadecolor}
35852 \series default
35853  or globally with the menu 
35854 \family sans
35855 Tools\SpecialChar menuseparator
35856 Preferences\SpecialChar menuseparator
35857 Colors\SpecialChar menuseparator
35858 shaded
35859 \begin_inset space ~
35860 \end_inset
35861
35862 box
35863 \family default
35864 .
35865  The scheme of the 
35866 \series bold
35867
35868 \backslash
35869 definecolor
35870 \series default
35871  command is explained in section
35872 \begin_inset space ~
35873 \end_inset
35874
35875
35876 \begin_inset CommandInset ref
35877 LatexCommand ref
35878 reference "sec:Colored-Tables"
35879
35880 \end_inset
35881
35882 .
35883 \begin_inset Foot
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887 Note that 
35888 \series bold
35889
35890 \backslash
35891 definecolor
35892 \series default
35893  requires the \SpecialChar LaTeX
35894 -package 
35895 \series bold
35896 color
35897 \series default
35898  in the preamble, see section
35899 \begin_inset space ~
35900 \end_inset
35901
35902
35903 \begin_inset CommandInset ref
35904 LatexCommand ref
35905 reference "sec:Colored-Boxes"
35906
35907 \end_inset
35908
35909 .
35910 \end_layout
35911
35912 \end_inset
35913
35914  For example the appearance of the following shaded background box is set
35915  with the \SpecialChar TeX
35916  Code command
35917 \end_layout
35918
35919 \begin_layout Standard
35920
35921 \series bold
35922
35923 \backslash
35924 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35925 \end_layout
35926
35927 \begin_layout Standard
35928 \begin_inset ERT
35929 status collapsed
35930
35931 \begin_layout Plain Layout
35932
35933
35934 \backslash
35935 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35936 \end_layout
35937
35938 \end_inset
35939
35940
35941 \begin_inset Box Shaded
35942 position "t"
35943 hor_pos "c"
35944 has_inner_box 0
35945 inner_pos "t"
35946 use_parbox 0
35947 use_makebox 0
35948 width "100col%"
35949 special "none"
35950 height "1in"
35951 height_special "totalheight"
35952 thickness "0.4pt"
35953 separation "3pt"
35954 shadowsize "4pt"
35955 framecolor "black"
35956 backgroundcolor "none"
35957 status open
35958
35959 \begin_layout Plain Layout
35960
35961 \color yellow
35962 This is yellow text in a
35963 \color none
35964  
35965 \family sans
35966 \color yellow
35967 shaded background
35968 \family default
35969 \color none
35970  
35971 \color yellow
35972 box with dark green background.
35973 \end_layout
35974
35975 \end_inset
35976
35977
35978 \begin_inset ERT
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982
35983
35984 \backslash
35985 definecolor{shadecolor}{rgb}{1,0,0}
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 \begin_inset VSpace bigskip
35995 \end_inset
35996
35997 Manually changed sizes and colors are valid for all boxes following the
35998  commands that change them.
35999 \end_layout
36000
36001 \begin_layout Section
36002 Minipages
36003 \begin_inset CommandInset label
36004 LatexCommand label
36005 name "sec:Minipages"
36006
36007 \end_inset
36008
36009
36010 \begin_inset Index idx
36011 status collapsed
36012
36013 \begin_layout Plain Layout
36014 Boxes ! Minipages
36015 \end_layout
36016
36017 \end_inset
36018
36019
36020 \end_layout
36021
36022 \begin_layout Standard
36023 Minipages are treated by \SpecialChar LaTeX
36024  as pages within pages and can therefore for example
36025  have their own footnotes.
36026 \end_layout
36027
36028 \begin_layout Standard
36029 Minipages are useful when you write documents with different languages.
36030 \end_layout
36031
36032 \begin_layout Standard
36033 Below are two example minipages side by side.
36034  Their width is set to 45
36035 \begin_inset space \thinspace{}
36036 \end_inset
36037
36038 col% and they are separated by a horizontal fill, that was inserted via
36039  the menu 
36040 \family sans
36041 Insert\SpecialChar menuseparator
36042 Special
36043 \begin_inset space ~
36044 \end_inset
36045
36046 Formatting\SpecialChar menuseparator
36047 Horizontal
36048 \begin_inset space ~
36049 \end_inset
36050
36051 Fill
36052 \family default
36053 .
36054 \begin_inset Newpage newpage
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \begin_layout Standard
36061 \begin_inset Box Frameless
36062 position "t"
36063 hor_pos "c"
36064 has_inner_box 1
36065 inner_pos "c"
36066 use_parbox 0
36067 use_makebox 0
36068 width "45col%"
36069 special "none"
36070 height "1in"
36071 height_special "totalheight"
36072 thickness "0.4pt"
36073 separation "3pt"
36074 shadowsize "4pt"
36075 framecolor "black"
36076 backgroundcolor "none"
36077 status open
36078
36079 \begin_layout Plain Layout
36080
36081 \lang ngerman
36082 Dies ist ein deutscher Text.
36083  Dies ist ein deutscher Text.
36084  Dies ist ein deutscher Text.
36085  Dies ist ein deutscher Text.
36086  Dies ist ein deutscher Text.
36087  Dies ist ein deutscher Text.
36088  Dies ist ein deutscher Text.
36089  Dies ist ein deutscher Text.
36090  Dies ist ein deutscher Text.
36091  Dies ist ein deutscher Text.
36092  Dies ist ein deutscher Text.
36093  Dies ist ein deutscher Text.
36094  Dies ist ein deutscher Text
36095 \begin_inset Foot
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099
36100 \lang ngerman
36101 Dies ist eine deutsche Fußnote.
36102 \end_layout
36103
36104 \end_inset
36105
36106 .
36107  Dies ist ein deutscher Text.
36108  Dies ist ein deutscher Text.
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \begin_inset space \hfill{}
36115 \end_inset
36116
36117
36118 \begin_inset Box Frameless
36119 position "t"
36120 hor_pos "c"
36121 has_inner_box 1
36122 inner_pos "c"
36123 use_parbox 0
36124 use_makebox 0
36125 width "45col%"
36126 special "none"
36127 height "1in"
36128 height_special "totalheight"
36129 thickness "0.4pt"
36130 separation "3pt"
36131 shadowsize "4pt"
36132 framecolor "black"
36133 backgroundcolor "none"
36134 status open
36135
36136 \begin_layout Plain Layout
36137 This is an English Text.
36138  This is an English Text.
36139  This is an English Text.
36140  This is an English Text.
36141  This is an English Text.
36142  This is an English Text.
36143  This is an English Text.
36144  This is an English Text.
36145  This is an English Text.
36146  This is an English Text.
36147  This is an English Text.
36148  This is an English Text.
36149  This is an English Text.
36150  This is an English Text.
36151  This is an English Text.
36152  This is an English Text.
36153 \begin_inset Foot
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157 This is an English footnote.
36158 \end_layout
36159
36160 \end_inset
36161
36162  This is an English Text.
36163 \end_layout
36164
36165 \end_inset
36166
36167
36168 \end_layout
36169
36170 \begin_layout Standard
36171 \begin_inset VSpace bigskip
36172 \end_inset
36173
36174 The document-wide paragraph settings are ignored within minipages.
36175  That means that there will be no space between paragraphs in minipages
36176  although you set it to e.
36177 \begin_inset space \thinspace{}
36178 \end_inset
36179
36180 g.
36181 \begin_inset space \space{}
36182 \end_inset
36183
36184
36185 \family sans
36186 MedSkip
36187 \family default
36188  in the document settings.
36189 \end_layout
36190
36191 \begin_layout Standard
36192 Minipages can also be used to set a background color for text parts, see
36193  section
36194 \begin_inset space ~
36195 \end_inset
36196
36197
36198 \begin_inset CommandInset ref
36199 LatexCommand ref
36200 reference "sec:Colored-Boxes"
36201
36202 \end_inset
36203
36204 .
36205 \end_layout
36206
36207 \begin_layout Standard
36208 \begin_inset Note Greyedout
36209 status open
36210
36211 \begin_layout Plain Layout
36212
36213 \series bold
36214 Note:
36215 \series default
36216  You cannot have floats or margin notes inside minipages but minipages can
36217  be used inside tables, floats, and other boxes.
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Standard
36226 \begin_inset VSpace bigskip
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \begin_layout Standard
36233 \SpecialChar LyX
36234  has also basic support for minipages whose size is automatically determined
36235  by the width of their contents, via the module 
36236 \family sans
36237 Variable-width Minipages
36238 \family default
36239 .
36240  The \SpecialChar LyX
36241  example file 
36242 \emph on
36243 varwidth-floats-side-by-side
36244 \emph default
36245  gives examples of variable-width minipages used for placing two floats
36246  side-by-side.
36247 \end_layout
36248
36249 \begin_layout Section
36250 Parboxes
36251 \begin_inset CommandInset label
36252 LatexCommand label
36253 name "sec:Parboxes"
36254
36255 \end_inset
36256
36257
36258 \begin_inset Index idx
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262 Boxes ! Parboxes
36263 \end_layout
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \begin_layout Standard
36271 Parboxes are very similar to minipages with the difference that they cannot
36272  have footnotes.
36273 \end_layout
36274
36275 \begin_layout Standard
36276 \align center
36277 \begin_inset Box Frameless
36278 position "t"
36279 hor_pos "c"
36280 has_inner_box 1
36281 inner_pos "t"
36282 use_parbox 1
36283 use_makebox 0
36284 width "33col%"
36285 special "none"
36286 height "1in"
36287 height_special "totalheight"
36288 thickness "0.4pt"
36289 separation "3pt"
36290 shadowsize "4pt"
36291 framecolor "black"
36292 backgroundcolor "none"
36293 status open
36294
36295 \begin_layout Plain Layout
36296 This a text within a parbox.
36297  This a text within a parbox.
36298 \end_layout
36299
36300 \begin_layout Plain Layout
36301 This footnote won't appear:
36302 \begin_inset Foot
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306 This footnote is inside a parbox and will therefore not appear.
36307 \end_layout
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \end_inset
36315
36316
36317 \end_layout
36318
36319 \begin_layout Section
36320 Boxes for Words and Characters
36321 \begin_inset Index idx
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325 Boxes ! for Characters
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Subsection
36334 Prevent Hyphenation
36335 \begin_inset CommandInset label
36336 LatexCommand label
36337 name "sec:Prevent-Hyphenation"
36338
36339 \end_inset
36340
36341
36342 \begin_inset Index idx
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346 Boxes ! to Prevent Hyphenation
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Standard
36355 You can use the box type 
36356 \family sans
36357 Makebox
36358 \family default
36359  to prevent words or text from being hyphenated.
36360 \begin_inset Newline newline
36361 \end_inset
36362
36363 Here is an example text:
36364 \end_layout
36365
36366 \begin_layout Standard
36367 This line is an example to show how you can prevent the hyphenation of 
36368 \begin_inset Quotes eld
36369 \end_inset
36370
36371 veryverylongword
36372 \begin_inset Quotes erd
36373 \end_inset
36374
36375 .
36376 \end_layout
36377
36378 \begin_layout Standard
36379 To prevent the hyphenation of the word 
36380 \begin_inset Quotes eld
36381 \end_inset
36382
36383 veryverylongword
36384 \begin_inset Quotes erd
36385 \end_inset
36386
36387 , put the word into a box, set the 
36388 \family sans
36389 Inner
36390 \begin_inset space ~
36391 \end_inset
36392
36393 box
36394 \family default
36395  to 
36396 \family sans
36397 Makebox
36398 \family default
36399  and use no explicit width.
36400 \end_layout
36401
36402 \begin_layout Standard
36403 This is the result:
36404 \end_layout
36405
36406 \begin_layout Standard
36407 This line is an example to show how you can prevent the hyphenation of 
36408 \begin_inset Box Frameless
36409 position "t"
36410 hor_pos "c"
36411 has_inner_box 1
36412 inner_pos "t"
36413 use_parbox 0
36414 use_makebox 1
36415 width ""
36416 special "none"
36417 height "1in"
36418 height_special "totalheight"
36419 thickness "0.4pt"
36420 separation "3pt"
36421 shadowsize "4pt"
36422 framecolor "black"
36423 backgroundcolor "none"
36424 status open
36425
36426 \begin_layout Plain Layout
36427 \begin_inset Quotes eld
36428 \end_inset
36429
36430 veryverylongword
36431 \begin_inset Quotes erd
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \end_inset
36438
36439 .
36440 \end_layout
36441
36442 \begin_layout Standard
36443 You can alternatively set the command 
36444 \begin_inset Quotes eld
36445 \end_inset
36446
36447
36448 \series bold
36449
36450 \backslash
36451 -
36452 \series default
36453
36454 \begin_inset Quotes grd
36455 \end_inset
36456
36457  as \SpecialChar TeX
36458  Code directly before the word:
36459 \end_layout
36460
36461 \begin_layout Standard
36462 This line is an example to show how you can prevent the hyphenation of 
36463 \begin_inset Quotes eld
36464 \end_inset
36465
36466
36467 \begin_inset ERT
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471
36472
36473 \backslash
36474 -
36475 \end_layout
36476
36477 \end_inset
36478
36479 veryverylongword
36480 \begin_inset Quotes erd
36481 \end_inset
36482
36483 .
36484 \end_layout
36485
36486 \begin_layout Standard
36487 Of course the word now protrudes over the side margin.
36488  To avoid this, add via the menu 
36489 \family sans
36490 Insert\SpecialChar menuseparator
36491 Formatting\SpecialChar menuseparator
36492 Ragged
36493 \begin_inset space ~
36494 \end_inset
36495
36496 Line
36497 \begin_inset space ~
36498 \end_inset
36499
36500 Break
36501 \family default
36502  (shortcut 
36503 \begin_inset Info
36504 type  "shortcut"
36505 arg   "newline-insert newline"
36506 \end_inset
36507
36508 ) a line break before the word:
36509 \end_layout
36510
36511 \begin_layout Standard
36512 This line is an example to show how you can prevent the hyphenation of 
36513 \begin_inset Newline newline
36514 \end_inset
36515
36516
36517 \begin_inset Box Frameless
36518 position "t"
36519 hor_pos "c"
36520 has_inner_box 1
36521 inner_pos "t"
36522 use_parbox 0
36523 use_makebox 1
36524 width ""
36525 special "none"
36526 height "1in"
36527 height_special "totalheight"
36528 thickness "0.4pt"
36529 separation "3pt"
36530 shadowsize "4pt"
36531 framecolor "black"
36532 backgroundcolor "none"
36533 status open
36534
36535 \begin_layout Plain Layout
36536 \begin_inset Quotes eld
36537 \end_inset
36538
36539 veryverylongword
36540 \begin_inset Quotes erd
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \end_inset
36547
36548 .
36549 \end_layout
36550
36551 \begin_layout Subsection
36552 Vertical Alignment
36553 \begin_inset CommandInset label
36554 LatexCommand label
36555 name "subsec:Vertical-Alignment"
36556
36557 \end_inset
36558
36559
36560 \begin_inset Index idx
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 Boxes ! for Vertical Alignment
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset Index idx
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574 Boxes ! Raiseboxes
36575 \end_layout
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \begin_layout Standard
36583 With the help of the command 
36584 \series bold
36585
36586 \backslash
36587 raisebox
36588 \series default
36589  you can align words, characters or other boxes vertically relative to the
36590  surrounding text.
36591  
36592 \series bold
36593
36594 \backslash
36595 raisebox
36596 \series default
36597  is used with the following scheme:
36598 \end_layout
36599
36600 \begin_layout Standard
36601
36602 \series bold
36603
36604 \backslash
36605 raisebox{lift}[height][depth]{box content}
36606 \end_layout
36607
36608 \begin_layout Standard
36609 The lift can be a positive value to raise the box or a negative value to
36610  lower the box.
36611 \end_layout
36612
36613 \begin_layout Standard
36614 To align for example the word 
36615 \begin_inset Quotes eld
36616 \end_inset
36617
36618 preventing
36619 \begin_inset Quotes erd
36620 \end_inset
36621
36622  so that the bottom of the 
36623 \begin_inset Quotes eld
36624 \end_inset
36625
36626 deepest
36627 \begin_inset Quotes erd
36628 \end_inset
36629
36630  character 
36631 \begin_inset Quotes eld
36632 \end_inset
36633
36634 p
36635 \begin_inset Quotes erd
36636 \end_inset
36637
36638  is at the baseline, insert the command
36639 \end_layout
36640
36641 \begin_layout Standard
36642
36643 \series bold
36644
36645 \backslash
36646 raisebox{
36647 \backslash
36648 depth}{
36649 \end_layout
36650
36651 \begin_layout Standard
36652 in \SpecialChar TeX
36653  Code before the word.
36654  After the word insert a closing brace 
36655 \begin_inset Quotes eld
36656 \end_inset
36657
36658
36659 \series bold
36660 }
36661 \series default
36662
36663 \begin_inset Quotes erd
36664 \end_inset
36665
36666  in \SpecialChar TeX
36667  Code.
36668 \begin_inset Newline newline
36669 \end_inset
36670
36671 This is the result:
36672 \end_layout
36673
36674 \begin_layout Standard
36675 This is a text line with the word 
36676 \begin_inset ERT
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680
36681
36682 \backslash
36683 raisebox{
36684 \backslash
36685 depth}{
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \begin_inset Quotes eld
36692 \end_inset
36693
36694 preventing
36695 \begin_inset Quotes erd
36696 \end_inset
36697
36698
36699 \begin_inset ERT
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703
36704 }
36705 \end_layout
36706
36707 \end_inset
36708
36709  as a raised word.
36710 \end_layout
36711
36712 \begin_layout Standard
36713 \begin_inset VSpace bigskip
36714 \end_inset
36715
36716 When you raise or lower characters in a line, the line distance will be
36717  spread:
36718 \end_layout
36719
36720 \begin_layout Standard
36721 This is a text line with the word 
36722 \begin_inset ERT
36723 status collapsed
36724
36725 \begin_layout Plain Layout
36726
36727
36728 \backslash
36729 raisebox{-
36730 \backslash
36731 depth}{
36732 \end_layout
36733
36734 \end_inset
36735
36736
36737 \begin_inset Quotes eld
36738 \end_inset
36739
36740 preventing
36741 \begin_inset Quotes erd
36742 \end_inset
36743
36744
36745 \begin_inset ERT
36746 status collapsed
36747
36748 \begin_layout Plain Layout
36749
36750 }
36751 \end_layout
36752
36753 \end_inset
36754
36755  as a lowered word.
36756 \begin_inset Newline newline
36757 \end_inset
36758
36759 This is a text line with the word 
36760 \begin_inset ERT
36761 status collapsed
36762
36763 \begin_layout Plain Layout
36764
36765
36766 \backslash
36767 raisebox{0.5cm}{
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \begin_inset Quotes eld
36774 \end_inset
36775
36776 testing
36777 \begin_inset Quotes erd
36778 \end_inset
36779
36780
36781 \begin_inset ERT
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785
36786 }
36787 \end_layout
36788
36789 \end_inset
36790
36791  as a raised word.
36792 \end_layout
36793
36794 \begin_layout Standard
36795 If you want to prevent this for a certain reason, set the box height to
36796  a zero value.
36797  For example use
36798 \end_layout
36799
36800 \begin_layout Standard
36801
36802 \series bold
36803
36804 \backslash
36805 raisebox{-
36806 \backslash
36807 depth}[0pt]{
36808 \end_layout
36809
36810 \begin_layout Standard
36811 This is a text line with the word 
36812 \begin_inset ERT
36813 status collapsed
36814
36815 \begin_layout Plain Layout
36816
36817
36818 \backslash
36819 raisebox{-
36820 \backslash
36821 depth}[0pt]{
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \begin_inset Quotes eld
36828 \end_inset
36829
36830 preventing
36831 \begin_inset Quotes erd
36832 \end_inset
36833
36834
36835 \begin_inset ERT
36836 status collapsed
36837
36838 \begin_layout Plain Layout
36839
36840 }
36841 \end_layout
36842
36843 \end_inset
36844
36845  as a lowered word.
36846 \begin_inset Newline newline
36847 \end_inset
36848
36849
36850 \begin_inset Newline newline
36851 \end_inset
36852
36853 This is a text line with the word 
36854 \begin_inset ERT
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858
36859
36860 \backslash
36861 raisebox{0.5cm}[0pt]{
36862 \end_layout
36863
36864 \end_inset
36865
36866
36867 \begin_inset Quotes eld
36868 \end_inset
36869
36870 testing
36871 \begin_inset Quotes erd
36872 \end_inset
36873
36874
36875 \begin_inset ERT
36876 status collapsed
36877
36878 \begin_layout Plain Layout
36879
36880 }
36881 \end_layout
36882
36883 \end_inset
36884
36885  as a raised word.
36886 \end_layout
36887
36888 \begin_layout Section
36889 Colored Boxes
36890 \begin_inset CommandInset label
36891 LatexCommand label
36892 name "sec:Colored-Boxes"
36893
36894 \end_inset
36895
36896
36897 \begin_inset Index idx
36898 status collapsed
36899
36900 \begin_layout Plain Layout
36901 Boxes ! Color
36902 \end_layout
36903
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \begin_layout Standard
36910 To color the background of a box just select the color you like in the box
36911  dialog.
36912  This is for example a box with orange background: 
36913 \begin_inset Box Frameless
36914 position "t"
36915 hor_pos "c"
36916 has_inner_box 1
36917 inner_pos "t"
36918 use_parbox 0
36919 use_makebox 1
36920 width ""
36921 special "none"
36922 height "1in"
36923 height_special "totalheight"
36924 thickness "0.4pt"
36925 separation "3pt"
36926 shadowsize "4pt"
36927 framecolor "black"
36928 backgroundcolor "orange"
36929 status open
36930
36931 \begin_layout Plain Layout
36932 Box with orange background
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Standard
36941 If you use the decoration 
36942 \family sans
36943 Simple
36944 \begin_inset space ~
36945 \end_inset
36946
36947 rectangular
36948 \begin_inset space ~
36949 \end_inset
36950
36951 frame
36952 \family default
36953  you can set a frame color.
36954  In this case you must also specify a background color (LyX sets white as
36955  default).
36956  Here is an example: 
36957 \begin_inset Box Boxed
36958 position "t"
36959 hor_pos "c"
36960 has_inner_box 0
36961 inner_pos "t"
36962 use_parbox 0
36963 use_makebox 0
36964 width ""
36965 special "none"
36966 height "1in"
36967 height_special "totalheight"
36968 thickness "0.4pt"
36969 separation "3pt"
36970 shadowsize "4pt"
36971 framecolor "teal"
36972 backgroundcolor "yellow"
36973 status open
36974
36975 \begin_layout Plain Layout
36976 Box with teal frame color and yellow background color
36977 \end_layout
36978
36979 \end_inset
36980
36981
36982 \end_layout
36983
36984 \begin_layout Standard
36985 \begin_inset VSpace bigskip
36986 \end_inset
36987
36988 Of course you can also have colored text inside a colored box:
36989 \begin_inset Newline newline
36990 \end_inset
36991
36992
36993 \begin_inset Box Boxed
36994 position "t"
36995 hor_pos "c"
36996 has_inner_box 0
36997 inner_pos "t"
36998 use_parbox 0
36999 use_makebox 0
37000 width ""
37001 special "none"
37002 height "1in"
37003 height_special "totalheight"
37004 thickness "0.4pt"
37005 separation "3pt"
37006 shadowsize "4pt"
37007 framecolor "cyan"
37008 backgroundcolor "magenta"
37009 status open
37010
37011 \begin_layout Plain Layout
37012
37013 \color yellow
37014 This is colored text within a colored, framed box
37015 \end_layout
37016
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Standard
37023 \begin_inset VSpace bigskip
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 If you need another color than the predefined ones, you can define your
37031  own color as described in section
37032 \begin_inset space ~
37033 \end_inset
37034
37035
37036 \begin_inset CommandInset ref
37037 LatexCommand ref
37038 reference "sec:Colored-Tables"
37039
37040 \end_inset
37041
37042 .
37043  To use your own color you must typeset the box by using TeX code:
37044 \end_layout
37045
37046 \begin_layout Standard
37047 Colored boxes without frame are created with the command 
37048 \series bold
37049
37050 \backslash
37051 colorbox
37052 \series default
37053 .
37054  It has the following scheme:
37055 \end_layout
37056
37057 \begin_layout Standard
37058
37059 \series bold
37060
37061 \backslash
37062 colorbox{color}{box content}
37063 \end_layout
37064
37065 \begin_layout Standard
37066 The box content can also be a box and colored boxes can also be within other
37067  boxes.
37068  To have e.
37069 \begin_inset space \thinspace{}
37070 \end_inset
37071
37072 g.
37073 \begin_inset space \space{}
37074 \end_inset
37075
37076 a darkgreen background for a word, insert the command
37077 \end_layout
37078
37079 \begin_layout Standard
37080
37081 \series bold
37082
37083 \backslash
37084 colorbox{darkgreen}{
37085 \end_layout
37086
37087 \begin_layout Standard
37088 before the word in \SpecialChar TeX
37089  Code.
37090  After the word insert a closing brace 
37091 \begin_inset Quotes eld
37092 \end_inset
37093
37094
37095 \series bold
37096 }
37097 \series default
37098
37099 \begin_inset Quotes erd
37100 \end_inset
37101
37102  in \SpecialChar TeX
37103  Code.
37104 \begin_inset Newline newline
37105 \end_inset
37106
37107 This is the result:
37108 \end_layout
37109
37110 \begin_layout Standard
37111 This is a line where the word 
37112 \begin_inset ERT
37113 status collapsed
37114
37115 \begin_layout Plain Layout
37116
37117
37118 \backslash
37119 colorbox{darkgreen}{
37120 \end_layout
37121
37122 \end_inset
37123
37124
37125 \begin_inset Quotes eld
37126 \end_inset
37127
37128 Attention!
37129 \begin_inset Quotes erd
37130 \end_inset
37131
37132
37133 \begin_inset ERT
37134 status collapsed
37135
37136 \begin_layout Plain Layout
37137
37138 }
37139 \end_layout
37140
37141 \end_inset
37142
37143  has a darkgreen background.
37144 \end_layout
37145
37146 \begin_layout Standard
37147 Framed, colored boxes are created with the command 
37148 \series bold
37149
37150 \backslash
37151 fcolorbox
37152 \series default
37153 .
37154  It has the following scheme:
37155 \end_layout
37156
37157 \begin_layout Standard
37158
37159 \series bold
37160
37161 \backslash
37162 fcolorbox{frame color}{box color}{box content}
37163 \end_layout
37164
37165 \begin_layout Section
37166 Rotated and Scaled Boxes
37167 \end_layout
37168
37169 \begin_layout Standard
37170 To use the boxes described in this section, the module 
37171 \family sans
37172 GraphicBoxes
37173 \family default
37174  must be loaded in the document settings.
37175 \end_layout
37176
37177 \begin_layout Standard
37178 \begin_inset Note Greyedout
37179 status open
37180
37181 \begin_layout Plain Layout
37182
37183 \series bold
37184 Note:
37185 \series default
37186  Not all DVI viewers are able to display rotated or scaled material.
37187 \end_layout
37188
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \begin_layout Standard
37195 \begin_inset Note Greyedout
37196 status open
37197
37198 \begin_layout Plain Layout
37199
37200 \series bold
37201 Note:
37202 \series default
37203  Floats are not allowed inside a rotated or scaled box.
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \begin_layout Subsection
37212 Rotated Boxes
37213 \begin_inset Index idx
37214 status collapsed
37215
37216 \begin_layout Plain Layout
37217 Boxes ! rotated
37218 \end_layout
37219
37220 \end_inset
37221
37222
37223 \begin_inset Index idx
37224 status collapsed
37225
37226 \begin_layout Plain Layout
37227 Rotated Material
37228 \end_layout
37229
37230 \end_inset
37231
37232
37233 \end_layout
37234
37235 \begin_layout Standard
37236 To rotate material, you can put it into a 
37237 \family sans
37238 Rotatebox
37239 \family default
37240 .
37241  Such a box is inserted via the menu 
37242 \family sans
37243 Insert\SpecialChar menuseparator
37244 Custom Insets\SpecialChar menuseparator
37245 Rotatebox
37246 \family default
37247 .
37248 \end_layout
37249
37250 \begin_layout Standard
37251 The rotation origin can be specified via the inset 
37252 \family sans
37253 Origin
37254 \family default
37255  (menu 
37256 \family sans
37257 Insert\SpecialChar menuseparator
37258 Origin
37259 \family default
37260 ) in the form 
37261 \series bold
37262 origin=position
37263 \series default
37264 .
37265  The following positions are possible: 
37266 \emph on
37267 c
37268 \emph default
37269  (center), 
37270 \emph on
37271 l
37272 \emph default
37273  (left), 
37274 \emph on
37275 r
37276 \emph default
37277  (right), 
37278 \emph on
37279 b
37280 \emph default
37281  (bottom), 
37282 \emph on
37283 t
37284 \emph default
37285  (top), along with meaningful combinations of the four base positions.
37286  For example 
37287 \emph on
37288 lt
37289 \emph default
37290  means that the rotation origin is at the top left corner of the box.
37291  When no rotation origin is specified, the position 
37292 \emph on
37293 l
37294 \emph default
37295  will be used.
37296  The rotation angle is a number that can be negative that specifies the
37297  angle in degrees.
37298  The rotation direction is counterclockwise.
37299 \end_layout
37300
37301 \begin_layout Standard
37302 In the following example 
37303 \series bold
37304 origin=c
37305 \series default
37306  was inserted to the 
37307 \family sans
37308 Origin
37309 \family default
37310  inset and 
37311 \series bold
37312 60
37313 \series default
37314  was inserted to the 
37315 \family sans
37316 Angle
37317 \family default
37318  inset.
37319 \end_layout
37320
37321 \begin_layout Standard
37322 This is a line 
37323 \begin_inset Flex Rotatebox
37324 status open
37325
37326 \begin_layout Plain Layout
37327 \begin_inset Argument 1
37328 status open
37329
37330 \begin_layout Plain Layout
37331 origin=c
37332 \end_layout
37333
37334 \end_inset
37335
37336
37337 \begin_inset Argument 2
37338 status open
37339
37340 \begin_layout Plain Layout
37341 60
37342 \end_layout
37343
37344 \end_inset
37345
37346 with rotated
37347 \end_layout
37348
37349 \end_inset
37350
37351  text.
37352 \end_layout
37353
37354 \begin_layout Standard
37355 The box content can also be another box or an inline formula:
37356 \end_layout
37357
37358 \begin_layout Standard
37359 This is a line 
37360 \begin_inset Flex Rotatebox
37361 status open
37362
37363 \begin_layout Plain Layout
37364 \begin_inset Argument 1
37365 status open
37366
37367 \begin_layout Plain Layout
37368 origin=r
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \begin_inset Argument 2
37375 status open
37376
37377 \begin_layout Plain Layout
37378 -60
37379 \end_layout
37380
37381 \end_inset
37382
37383
37384 \begin_inset Box Doublebox
37385 position "c"
37386 hor_pos "c"
37387 has_inner_box 0
37388 inner_pos "c"
37389 use_parbox 0
37390 use_makebox 0
37391 width "1in"
37392 special "width"
37393 height "1in"
37394 height_special "totalheight"
37395 thickness "0.4pt"
37396 separation "3pt"
37397 shadowsize "4pt"
37398 framecolor "black"
37399 backgroundcolor "none"
37400 status collapsed
37401
37402 \begin_layout Plain Layout
37403 with rotated
37404 \end_layout
37405
37406 \end_inset
37407
37408
37409 \end_layout
37410
37411 \end_inset
37412
37413  framed text 
37414 \begin_inset Flex Rotatebox
37415 status open
37416
37417 \begin_layout Plain Layout
37418 \begin_inset Argument 1
37419 status open
37420
37421 \begin_layout Plain Layout
37422 origin=lb
37423 \end_layout
37424
37425 \end_inset
37426
37427
37428 \begin_inset Argument 2
37429 status open
37430
37431 \begin_layout Plain Layout
37432 60
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37439 \end_inset
37440
37441
37442 \end_layout
37443
37444 \end_inset
37445
37446  and a formula.
37447 \end_layout
37448
37449 \begin_layout Standard
37450 or an image or table:
37451 \end_layout
37452
37453 \begin_layout Standard
37454 This is a line 
37455 \begin_inset Flex Rotatebox
37456 status open
37457
37458 \begin_layout Plain Layout
37459 \begin_inset Argument 1
37460 status open
37461
37462 \begin_layout Plain Layout
37463 origin=lb
37464 \end_layout
37465
37466 \end_inset
37467
37468
37469 \begin_inset Argument 2
37470 status open
37471
37472 \begin_layout Plain Layout
37473 90
37474 \end_layout
37475
37476 \end_inset
37477
37478
37479 \begin_inset Graphics
37480         filename clipart/Star-structure.pdf
37481         lyxscale 50
37482         width 25col%
37483
37484 \end_inset
37485
37486
37487 \end_layout
37488
37489 \end_inset
37490
37491  with a rotated image 
37492 \begin_inset Flex Rotatebox
37493 status open
37494
37495 \begin_layout Plain Layout
37496 \begin_inset Argument 2
37497 status open
37498
37499 \begin_layout Plain Layout
37500 -90
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \begin_inset Tabular
37507 <lyxtabular version="3" rows="2" columns="2">
37508 <features tabularvalignment="middle">
37509 <column alignment="center" valignment="top">
37510 <column alignment="center" valignment="top">
37511 <row>
37512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 q
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 w
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 <row>
37532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536 e
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545 r
37546 \end_layout
37547
37548 \end_inset
37549 </cell>
37550 </row>
37551 </lyxtabular>
37552
37553 \end_inset
37554
37555
37556 \end_layout
37557
37558 \end_inset
37559
37560  and table.
37561 \begin_inset Index idx
37562 status collapsed
37563
37564 \begin_layout Plain Layout
37565 Figures ! rotated
37566 \end_layout
37567
37568 \end_inset
37569
37570
37571 \begin_inset Index idx
37572 status collapsed
37573
37574 \begin_layout Plain Layout
37575 Table Customization ! Rotating
37576 \end_layout
37577
37578 \end_inset
37579
37580
37581 \end_layout
37582
37583 \begin_layout Standard
37584 \begin_inset Note Greyedout
37585 status open
37586
37587 \begin_layout Plain Layout
37588
37589 \series bold
37590 Note:
37591 \series default
37592  If the 
37593 \family sans
37594 Angle
37595 \family default
37596  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
37597
37598  errors when viewing/exporting the document.
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \begin_layout Subsection
37607 Scaled Boxes
37608 \begin_inset Index idx
37609 status collapsed
37610
37611 \begin_layout Plain Layout
37612 Boxes ! scaled
37613 \end_layout
37614
37615 \end_inset
37616
37617
37618 \begin_inset Index idx
37619 status collapsed
37620
37621 \begin_layout Plain Layout
37622 Scaled Material
37623 \end_layout
37624
37625 \end_inset
37626
37627
37628 \end_layout
37629
37630 \begin_layout Standard
37631 To scale material put it into a 
37632 \family sans
37633 Scalebox
37634 \family default
37635 .
37636  Such a box is inserted via the menu 
37637 \family sans
37638 Insert\SpecialChar menuseparator
37639 Custom Insets\SpecialChar menuseparator
37640 Scalebox
37641 \family default
37642 .
37643 \end_layout
37644
37645 \begin_layout Standard
37646 The 
37647 \family sans
37648 Scalebox
37649 \family default
37650  inset has the mandatory inset 
37651 \family sans
37652 H-Factor
37653 \family default
37654  and the optional inset 
37655 \family sans
37656 V-Factor
37657 \family default
37658  (inserted via the menu 
37659 \family sans
37660 Insert\SpecialChar menuseparator
37661 V-Factor)
37662 \family default
37663 .
37664  Input there the horizontal and vertical scale factor, respectively.
37665  If no 
37666 \family sans
37667 V-Factor
37668 \family default
37669  inset is used, the horizontal factor will also be used as the vertical
37670  one.
37671 \end_layout
37672
37673 \begin_layout Standard
37674 To get for example the double text size, compared to the document text size,
37675  insert 
37676 \series bold
37677 2
37678 \series default
37679  into the 
37680 \family sans
37681 H-Factor
37682 \family default
37683  inset.
37684  An example: 
37685 \begin_inset Flex Scalebox
37686 status open
37687
37688 \begin_layout Plain Layout
37689 \begin_inset Argument 1
37690 status open
37691
37692 \begin_layout Plain Layout
37693 2
37694 \end_layout
37695
37696 \end_inset
37697
37698 Hello
37699 \end_layout
37700
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \begin_layout Standard
37707
37708 \series bold
37709 2
37710 \series default
37711  as 
37712 \family sans
37713 H-Factor
37714 \family default
37715  and 
37716 \series bold
37717 1
37718 \series default
37719  as 
37720 \family sans
37721 V-Factor
37722 \family default
37723  distorts the 
37724 \begin_inset Flex Scalebox
37725 status open
37726
37727 \begin_layout Plain Layout
37728 \begin_inset Argument 1
37729 status open
37730
37731 \begin_layout Plain Layout
37732 2
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \begin_inset Argument 2
37739 status open
37740
37741 \begin_layout Plain Layout
37742 1
37743 \end_layout
37744
37745 \end_inset
37746
37747 Hello
37748 \end_layout
37749
37750 \end_inset
37751
37752 .
37753 \end_layout
37754
37755 \begin_layout Standard
37756 If the scaling factor is negative, the box content will be mirrored.
37757  Therefore 
37758 \series bold
37759 -1
37760 \series default
37761  as 
37762 \family sans
37763 H-Factor
37764 \family default
37765  and 
37766 \series bold
37767 1
37768 \series default
37769  as 
37770 \family sans
37771 V-Factor
37772 \family default
37773  can be used to create mirror writing: 
37774 \begin_inset Flex Scalebox
37775 status open
37776
37777 \begin_layout Plain Layout
37778 \begin_inset Argument 1
37779 status open
37780
37781 \begin_layout Plain Layout
37782 -1
37783 \end_layout
37784
37785 \end_inset
37786
37787
37788 \begin_inset Argument 2
37789 status open
37790
37791 \begin_layout Plain Layout
37792 1
37793 \end_layout
37794
37795 \end_inset
37796
37797 Hello
37798 \end_layout
37799
37800 \end_inset
37801
37802
37803 \end_layout
37804
37805 \begin_layout Standard
37806
37807 \series bold
37808 1
37809 \series default
37810  as 
37811 \family sans
37812 H-Factor
37813 \family default
37814  and 
37815 \series bold
37816 -1
37817 \series default
37818  as 
37819 \family sans
37820 V-Factor
37821 \family default
37822  reflects the 
37823 \begin_inset Flex Scalebox
37824 status open
37825
37826 \begin_layout Plain Layout
37827 \begin_inset Argument 1
37828 status open
37829
37830 \begin_layout Plain Layout
37831 1
37832 \end_layout
37833
37834 \end_inset
37835
37836
37837 \begin_inset Argument 2
37838 status open
37839
37840 \begin_layout Plain Layout
37841 -1
37842 \end_layout
37843
37844 \end_inset
37845
37846 Hello
37847 \end_layout
37848
37849 \end_inset
37850
37851  at the base line.
37852 \end_layout
37853
37854 \begin_layout Standard
37855 The 
37856 \family sans
37857 Reflectbox
37858 \family default
37859  (menu 
37860 \family sans
37861 Insert\SpecialChar menuseparator
37862 Custom Insets\SpecialChar menuseparator
37863 Reflectbox
37864 \family default
37865 ) is equivalent to 
37866 \series bold
37867 -1
37868 \series default
37869  as 
37870 \family sans
37871 H-Factor
37872 \family default
37873  and 
37874 \series bold
37875 1
37876 \series default
37877  as 
37878 \family sans
37879 V-Factor 
37880 \family default
37881 for a 
37882 \family sans
37883 Scalebox
37884 \family default
37885 .
37886 \end_layout
37887
37888 \begin_layout Standard
37889 \begin_inset Note Greyedout
37890 status open
37891
37892 \begin_layout Plain Layout
37893
37894 \series bold
37895 Note:
37896 \series default
37897  If the 
37898 \family sans
37899 H-Factor
37900 \family default
37901  inset is empty or contains other characters than numbers you will get LaTeX
37902  errors when viewing/exporting the document.
37903 \end_layout
37904
37905 \end_inset
37906
37907
37908 \end_layout
37909
37910 \begin_layout Standard
37911 \begin_inset VSpace bigskip
37912 \end_inset
37913
37914 The 
37915 \family sans
37916 Resizebox
37917 \family default
37918  (menu 
37919 \family sans
37920 Insert\SpecialChar menuseparator
37921 Custom Insets\SpecialChar menuseparator
37922 Resizebox
37923 \family default
37924 ) is used to scale the content to a defined width and height.
37925  The 
37926 \family sans
37927 Resizebox
37928 \family default
37929  inset has the mandatory inset 
37930 \family sans
37931 Width
37932 \family default
37933  and the optional inset 
37934 \family sans
37935 Height
37936 \family default
37937  (inserted via the menu 
37938 \family sans
37939 Insert\SpecialChar menuseparator
37940 Height)
37941 \family default
37942 .
37943  Input there the width and height, respectively, as value with a unit.
37944  
37945 \begin_inset CommandInset ref
37946 LatexCommand ref
37947 reference "tab:Units"
37948
37949 \end_inset
37950
37951  lists the possible units.
37952  If there is an exclamation mark 
37953 \series bold
37954 !
37955 \series default
37956  in of of the two insets, the size is set so that the aspect ratio of the
37957  box content is kept.
37958  If no 
37959 \family sans
37960 Height
37961 \family default
37962  inset is used an exclamation mark will internally be used for the height.
37963 \end_layout
37964
37965 \begin_layout Standard
37966
37967 \series bold
37968 2cm
37969 \series default
37970  as 
37971 \family sans
37972 Width
37973 \family default
37974  and 
37975 \series bold
37976 1cm
37977 \series default
37978  as 
37979 \family sans
37980 Height
37981 \family default
37982  produces: 
37983 \begin_inset Flex Resizebox
37984 status open
37985
37986 \begin_layout Plain Layout
37987 \begin_inset Argument 1
37988 status open
37989
37990 \begin_layout Plain Layout
37991 2cm
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \begin_inset Argument 2
37998 status open
37999
38000 \begin_layout Plain Layout
38001 1cm
38002 \end_layout
38003
38004 \end_inset
38005
38006 Hello
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \begin_inset Newline newline
38013 \end_inset
38014
38015
38016 \series bold
38017 2cm
38018 \series default
38019  as 
38020 \family sans
38021 Width
38022 \family default
38023  and 
38024 \series bold
38025 !
38026 \series default
38027  as 
38028 \family sans
38029 Height
38030 \family default
38031  (or no 
38032 \family sans
38033 Height
38034 \family default
38035 ) produces: 
38036 \begin_inset Flex Resizebox
38037 status open
38038
38039 \begin_layout Plain Layout
38040 \begin_inset Argument 1
38041 status open
38042
38043 \begin_layout Plain Layout
38044 2cm
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \begin_inset Argument 2
38051 status open
38052
38053 \begin_layout Plain Layout
38054 !
38055 \end_layout
38056
38057 \end_inset
38058
38059 Hello
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Standard
38068 \begin_inset Note Greyedout
38069 status open
38070
38071 \begin_layout Plain Layout
38072
38073 \series bold
38074 Note:
38075 \series default
38076  If the 
38077 \family sans
38078 Width
38079 \family default
38080  inset is empty or contains an invalid unit you will get LaTeX errors when
38081  viewing/exporting the document.
38082 \end_layout
38083
38084 \end_inset
38085
38086
38087 \end_layout
38088
38089 \begin_layout Standard
38090 \begin_inset VSpace bigskip
38091 \end_inset
38092
38093
38094 \end_layout
38095
38096 \begin_layout Standard
38097 The boxes can be combined in any order.
38098  As example a 
38099 \family sans
38100 Reflectbox
38101 \family default
38102  inside a 
38103 \family sans
38104 Resizebox
38105 \family default
38106  which is in turn inside a 
38107 \family sans
38108 Rotatebox
38109 \family default
38110 :
38111 \end_layout
38112
38113 \begin_layout Standard
38114 \noindent
38115 \align center
38116 \begin_inset Flex Rotatebox
38117 status open
38118
38119 \begin_layout Plain Layout
38120 \begin_inset Argument 1
38121 status open
38122
38123 \begin_layout Plain Layout
38124 origin=c
38125 \end_layout
38126
38127 \end_inset
38128
38129
38130 \begin_inset Argument 2
38131 status open
38132
38133 \begin_layout Plain Layout
38134 -45
38135 \end_layout
38136
38137 \end_inset
38138
38139
38140 \begin_inset Flex Resizebox
38141 status open
38142
38143 \begin_layout Plain Layout
38144 \begin_inset Argument 1
38145 status open
38146
38147 \begin_layout Plain Layout
38148 2cm
38149 \end_layout
38150
38151 \end_inset
38152
38153
38154 \begin_inset Flex Reflectbox
38155 status open
38156
38157 \begin_layout Plain Layout
38158 Hello
38159 \end_layout
38160
38161 \end_inset
38162
38163
38164 \end_layout
38165
38166 \end_inset
38167
38168
38169 \end_layout
38170
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \begin_layout Standard
38177 \noindent
38178 Images, tables, and inline formulas are allowed as box content:
38179 \end_layout
38180
38181 \begin_layout Standard
38182 \noindent
38183 \align center
38184 \begin_inset Flex Resizebox
38185 status open
38186
38187 \begin_layout Plain Layout
38188 \begin_inset Argument 1
38189 status open
38190
38191 \begin_layout Plain Layout
38192 2cm
38193 \end_layout
38194
38195 \end_inset
38196
38197
38198 \begin_inset Flex Reflectbox
38199 status open
38200
38201 \begin_layout Plain Layout
38202 \begin_inset Graphics
38203         filename clipart/Star-structure.pdf
38204         lyxscale 50
38205         width 25col%
38206
38207 \end_inset
38208
38209
38210 \end_layout
38211
38212 \end_inset
38213
38214
38215 \end_layout
38216
38217 \end_inset
38218
38219  
38220 \begin_inset Flex Resizebox
38221 status open
38222
38223 \begin_layout Plain Layout
38224 \begin_inset Argument 1
38225 status open
38226
38227 \begin_layout Plain Layout
38228 2cm
38229 \end_layout
38230
38231 \end_inset
38232
38233
38234 \begin_inset Flex Reflectbox
38235 status open
38236
38237 \begin_layout Plain Layout
38238 \begin_inset Tabular
38239 <lyxtabular version="3" rows="2" columns="2">
38240 <features tabularvalignment="middle">
38241 <column alignment="center" valignment="top">
38242 <column alignment="center" valignment="top">
38243 <row>
38244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38245 \begin_inset Text
38246
38247 \begin_layout Plain Layout
38248 q
38249 \end_layout
38250
38251 \end_inset
38252 </cell>
38253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38254 \begin_inset Text
38255
38256 \begin_layout Plain Layout
38257 w
38258 \end_layout
38259
38260 \end_inset
38261 </cell>
38262 </row>
38263 <row>
38264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268 e
38269 \end_layout
38270
38271 \end_inset
38272 </cell>
38273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38274 \begin_inset Text
38275
38276 \begin_layout Plain Layout
38277 r
38278 \end_layout
38279
38280 \end_inset
38281 </cell>
38282 </row>
38283 </lyxtabular>
38284
38285 \end_inset
38286
38287
38288 \end_layout
38289
38290 \end_inset
38291
38292
38293 \end_layout
38294
38295 \end_inset
38296
38297  
38298 \begin_inset Flex Resizebox
38299 status open
38300
38301 \begin_layout Plain Layout
38302 \begin_inset Argument 1
38303 status open
38304
38305 \begin_layout Plain Layout
38306 3cm
38307 \end_layout
38308
38309 \end_inset
38310
38311
38312 \begin_inset Flex Reflectbox
38313 status open
38314
38315 \begin_layout Plain Layout
38316 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38317 \end_inset
38318
38319
38320 \end_layout
38321
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \end_inset
38328
38329
38330 \begin_inset Index idx
38331 status collapsed
38332
38333 \begin_layout Plain Layout
38334 Figures ! scaled
38335 \end_layout
38336
38337 \end_inset
38338
38339
38340 \begin_inset Index idx
38341 status collapsed
38342
38343 \begin_layout Plain Layout
38344 Table Customization ! Scaling
38345 \end_layout
38346
38347 \end_inset
38348
38349
38350 \end_layout
38351
38352 \begin_layout Standard
38353 When the global formula style 
38354 \series bold
38355 fleqn
38356 \series default
38357  is used in the document
38358 \begin_inset Foot
38359 status collapsed
38360
38361 \begin_layout Plain Layout
38362 When 
38363 \begin_inset Quotes eld
38364 \end_inset
38365
38366 fleqn
38367 \begin_inset Quotes erd
38368 \end_inset
38369
38370  is added to the document class options.
38371 \end_layout
38372
38373 \end_inset
38374
38375 , display style formulas can also be scaled.
38376 \end_layout
38377
38378 \begin_layout Chapter
38379 Objects Surrounded by Text
38380 \begin_inset Index idx
38381 status collapsed
38382
38383 \begin_layout Plain Layout
38384 Surrounded by text
38385 \end_layout
38386
38387 \end_inset
38388
38389
38390 \end_layout
38391
38392 \begin_layout Section
38393 Wrap Floats
38394 \begin_inset CommandInset label
38395 LatexCommand label
38396 name "sec:Wrap-Floats"
38397
38398 \end_inset
38399
38400
38401 \begin_inset Index idx
38402 status collapsed
38403
38404 \begin_layout Plain Layout
38405 Floats ! Wrap Floats
38406 \end_layout
38407
38408 \end_inset
38409
38410
38411 \begin_inset Index idx
38412 status collapsed
38413
38414 \begin_layout Plain Layout
38415 Surrounded by text ! Wrap Floats
38416 \end_layout
38417
38418 \end_inset
38419
38420
38421 \end_layout
38422
38423 \begin_layout Standard
38424 \begin_inset Wrap figure
38425 lines 0
38426 placement l
38427 overhang 1cm
38428 width "40col%"
38429 status open
38430
38431 \begin_layout Plain Layout
38432 \begin_inset Graphics
38433         filename clipart/2D-intensity-plot.pdf
38434         width 40col%
38435         scaleBeforeRotation
38436         rotateOrigin center
38437
38438 \end_inset
38439
38440
38441 \end_layout
38442
38443 \begin_layout Plain Layout
38444 \begin_inset Caption Standard
38445
38446 \begin_layout Plain Layout
38447 \begin_inset CommandInset label
38448 LatexCommand label
38449 name "fig:This-is-a"
38450
38451 \end_inset
38452
38453 This is a figure wrap float.
38454 \end_layout
38455
38456 \end_inset
38457
38458
38459 \end_layout
38460
38461 \end_inset
38462
38463  This float type is used if you want to wrap text around a figure or table
38464  so that it only occupies some fraction of the column width.
38465  It can be inserted using the menu 
38466 \family sans
38467 Insert\SpecialChar menuseparator
38468 Floats\SpecialChar menuseparator
38469 Figure
38470 \begin_inset space ~
38471 \end_inset
38472
38473 Wrap
38474 \begin_inset space ~
38475 \end_inset
38476
38477 Float
38478 \family default
38479  or 
38480 \family sans
38481 Table
38482 \begin_inset space ~
38483 \end_inset
38484
38485 Wrap
38486 \begin_inset space ~
38487 \end_inset
38488
38489 Float
38490 \family default
38491  if the \SpecialChar LaTeX
38492 -package 
38493 \series bold
38494 wrapfig
38495 \series default
38496
38497 \begin_inset Index idx
38498 status collapsed
38499
38500 \begin_layout Plain Layout
38501 \SpecialChar LaTeX
38502 -packages ! wrapfig
38503 \end_layout
38504
38505 \end_inset
38506
38507  is installed.
38508 \begin_inset Foot
38509 status collapsed
38510
38511 \begin_layout Plain Layout
38512 Installing a \SpecialChar LaTeX
38513 -package is explained it in the 
38514 \emph on
38515 \SpecialChar LaTeX
38516
38517 \begin_inset space ~
38518 \end_inset
38519
38520 Configuration
38521 \emph default
38522  manual.
38523 \end_layout
38524
38525 \end_inset
38526
38527  The settings of the float can be modified by right-clicking on the float
38528  box.
38529  The mandatory settings are the float 
38530 \family sans
38531 Placement
38532 \family default
38533  and its 
38534 \family sans
38535 Width
38536 \family default
38537 .
38538  Optional are the 
38539 \family sans
38540 Overhang
38541 \family default
38542  that specifies how much the float is set into the paragraph
38543 \begin_inset space \thinspace{}
38544 \end_inset
38545
38546 /
38547 \begin_inset space \thinspace{}
38548 \end_inset
38549
38550 page margin, and the 
38551 \family sans
38552 Line
38553 \begin_inset space ~
38554 \end_inset
38555
38556 span
38557 \family default
38558  that specifies how many text lines the float will approximately need.
38559  The line span is often hard to approximate; so it is better only to use
38560  it when you encounter float placement problems.
38561  You can furthermore decide if \SpecialChar LaTeX
38562  is allowed to let the float float within
38563  the paragraph or to surrounding paragraphs.
38564  Figure
38565 \begin_inset space ~
38566 \end_inset
38567
38568
38569 \begin_inset CommandInset ref
38570 LatexCommand ref
38571 reference "fig:This-is-a"
38572
38573 \end_inset
38574
38575  is an example text wrap float with a width of 40
38576 \begin_inset space \thinspace{}
38577 \end_inset
38578
38579 col%, 1
38580 \begin_inset space \thinspace{}
38581 \end_inset
38582
38583 cm overhang, set to the left.
38584 \end_layout
38585
38586 \begin_layout Standard
38587 \begin_inset Note Greyedout
38588 status open
38589
38590 \begin_layout Plain Layout
38591
38592 \series bold
38593 Note:
38594 \series default
38595  Text
38596 \begin_inset space ~
38597 \end_inset
38598
38599 wrap float floats are fragile! E.
38600 \begin_inset space \thinspace{}
38601 \end_inset
38602
38603 g.
38604 \begin_inset space \space{}
38605 \end_inset
38606
38607 having a figure too close to the bottom of the page can mess things up in
38608  such a way that the float does not appear in the output or that it is placed
38609  over some other text.
38610 \end_layout
38611
38612 \end_inset
38613
38614
38615 \end_layout
38616
38617 \begin_layout Standard
38618 In general, the following applies for wrap floats:
38619 \end_layout
38620
38621 \begin_layout Itemize
38622 They should not be placed in paragraphs that run over a page break.
38623  That means that wrap floats are better inserted in their exact place when
38624  the document is almost finished and you are able to estimate where page
38625  breaks will appear.
38626 \end_layout
38627
38628 \begin_layout Itemize
38629 They should either be placed in their own paragraph before the paragraph
38630  where they should wrap into or within a paragraph.
38631 \end_layout
38632
38633 \begin_layout Itemize
38634 In consecutive paragraphs they may cause troubles, so ensure that there
38635  is a text paragraph between them as separator.
38636 \end_layout
38637
38638 \begin_layout Itemize
38639 They are not allowed in section headings or tables.
38640 \end_layout
38641
38642 \begin_layout Itemize
38643 Their numbering and referencing works as described in chap.
38644 \begin_inset space \thinspace{}
38645 \end_inset
38646
38647
38648 \begin_inset CommandInset ref
38649 LatexCommand ref
38650 reference "chap:Floats"
38651
38652 \end_inset
38653
38654 .
38655 \end_layout
38656
38657 \begin_layout Section
38658 Surrounded Fixed Objects
38659 \begin_inset Index idx
38660 status collapsed
38661
38662 \begin_layout Plain Layout
38663 Surrounded by text ! Fixed objects
38664 \end_layout
38665
38666 \end_inset
38667
38668
38669 \end_layout
38670
38671 \begin_layout Standard
38672 The wrap floats described in sec.
38673 \begin_inset space \thinspace{}
38674 \end_inset
38675
38676
38677 \begin_inset CommandInset ref
38678 LatexCommand ref
38679 reference "sec:Wrap-Floats"
38680
38681 \end_inset
38682
38683  have these positions in the paragraph:
38684 \end_layout
38685
38686 \begin_layout Standard
38687 \noindent
38688 \align center
38689 \begin_inset Tabular
38690 <lyxtabular version="3" rows="2" columns="2">
38691 <features tabularvalignment="middle">
38692 <column alignment="center" valignment="top">
38693 <column alignment="center" valignment="top">
38694 <row>
38695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38696 \begin_inset Text
38697
38698 \begin_layout Plain Layout
38699 \begin_inset Info
38700 type  "icon"
38701 arg   "dialog-show-new-inset graphics"
38702 \end_inset
38703
38704
38705 \end_layout
38706
38707 \end_inset
38708 </cell>
38709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38710 \begin_inset Text
38711
38712 \begin_layout Plain Layout
38713 text
38714 \end_layout
38715
38716 \end_inset
38717 </cell>
38718 </row>
38719 <row>
38720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38721 \begin_inset Text
38722
38723 \begin_layout Plain Layout
38724 text
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 text
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 </row>
38739 </lyxtabular>
38740
38741 \end_inset
38742
38743  or 
38744 \begin_inset Tabular
38745 <lyxtabular version="3" rows="2" columns="2">
38746 <features tabularvalignment="middle">
38747 <column alignment="center" valignment="top">
38748 <column alignment="center" valignment="top">
38749 <row>
38750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38751 \begin_inset Text
38752
38753 \begin_layout Plain Layout
38754 text
38755 \end_layout
38756
38757 \end_inset
38758 </cell>
38759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38760 \begin_inset Text
38761
38762 \begin_layout Plain Layout
38763 \begin_inset Info
38764 type  "icon"
38765 arg   "dialog-show-new-inset graphics"
38766 \end_inset
38767
38768
38769 \end_layout
38770
38771 \end_inset
38772 </cell>
38773 </row>
38774 <row>
38775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 text
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38785 \begin_inset Text
38786
38787 \begin_layout Plain Layout
38788 text
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 </row>
38794 </lyxtabular>
38795
38796 \end_inset
38797
38798
38799 \end_layout
38800
38801 \begin_layout Standard
38802 To get an object exactly at the position where it is inserted, for example
38803  to get one of these positions:
38804 \begin_inset VSpace defskip
38805 \end_inset
38806
38807
38808 \end_layout
38809
38810 \begin_layout Standard
38811 \noindent
38812 \align center
38813 \begin_inset Tabular
38814 <lyxtabular version="3" rows="2" columns="2">
38815 <features tabularvalignment="middle">
38816 <column alignment="center" valignment="top">
38817 <column alignment="center" valignment="top">
38818 <row>
38819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38820 \begin_inset Text
38821
38822 \begin_layout Plain Layout
38823 text
38824 \end_layout
38825
38826 \end_inset
38827 </cell>
38828 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38829 \begin_inset Text
38830
38831 \begin_layout Plain Layout
38832 text
38833 \end_layout
38834
38835 \end_inset
38836 </cell>
38837 </row>
38838 <row>
38839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38840 \begin_inset Text
38841
38842 \begin_layout Plain Layout
38843 \begin_inset Info
38844 type  "icon"
38845 arg   "dialog-show-new-inset graphics"
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 text
38858 \end_layout
38859
38860 \end_inset
38861 </cell>
38862 </row>
38863 </lyxtabular>
38864
38865 \end_inset
38866
38867  
38868 \begin_inset Tabular
38869 <lyxtabular version="3" rows="2" columns="2">
38870 <features tabularvalignment="middle">
38871 <column alignment="center" valignment="top">
38872 <column alignment="center" valignment="top">
38873 <row>
38874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38875 \begin_inset Text
38876
38877 \begin_layout Plain Layout
38878 text
38879 \end_layout
38880
38881 \end_inset
38882 </cell>
38883 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38884 \begin_inset Text
38885
38886 \begin_layout Plain Layout
38887 text
38888 \end_layout
38889
38890 \end_inset
38891 </cell>
38892 </row>
38893 <row>
38894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38895 \begin_inset Text
38896
38897 \begin_layout Plain Layout
38898 text
38899 \end_layout
38900
38901 \end_inset
38902 </cell>
38903 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38904 \begin_inset Text
38905
38906 \begin_layout Plain Layout
38907 \begin_inset Info
38908 type  "icon"
38909 arg   "dialog-show-new-inset graphics"
38910 \end_inset
38911
38912
38913 \end_layout
38914
38915 \end_inset
38916 </cell>
38917 </row>
38918 </lyxtabular>
38919
38920 \end_inset
38921
38922  
38923 \begin_inset Tabular
38924 <lyxtabular version="3" rows="2" columns="3">
38925 <features tabularvalignment="middle">
38926 <column alignment="center" valignment="top">
38927 <column alignment="center" valignment="top">
38928 <column alignment="center" valignment="top">
38929 <row>
38930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38931 \begin_inset Text
38932
38933 \begin_layout Plain Layout
38934 text
38935 \end_layout
38936
38937 \end_inset
38938 </cell>
38939 <cell alignment="center" valignment="top" topline="true" usebox="none">
38940 \begin_inset Text
38941
38942 \begin_layout Plain Layout
38943 \begin_inset Info
38944 type  "icon"
38945 arg   "dialog-show-new-inset graphics"
38946 \end_inset
38947
38948
38949 \end_layout
38950
38951 \end_inset
38952 </cell>
38953 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38954 \begin_inset Text
38955
38956 \begin_layout Plain Layout
38957 text
38958 \end_layout
38959
38960 \end_inset
38961 </cell>
38962 </row>
38963 <row>
38964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38965 \begin_inset Text
38966
38967 \begin_layout Plain Layout
38968 text
38969 \end_layout
38970
38971 \end_inset
38972 </cell>
38973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38974 \begin_inset Text
38975
38976 \begin_layout Plain Layout
38977 text
38978 \end_layout
38979
38980 \end_inset
38981 </cell>
38982 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38983 \begin_inset Text
38984
38985 \begin_layout Plain Layout
38986 text
38987 \end_layout
38988
38989 \end_inset
38990 </cell>
38991 </row>
38992 </lyxtabular>
38993
38994 \end_inset
38995
38996  
38997 \begin_inset Tabular
38998 <lyxtabular version="3" rows="2" columns="3">
38999 <features tabularvalignment="middle">
39000 <column alignment="center" valignment="top">
39001 <column alignment="center" valignment="top">
39002 <column alignment="center" valignment="top">
39003 <row>
39004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39005 \begin_inset Text
39006
39007 \begin_layout Plain Layout
39008 text
39009 \end_layout
39010
39011 \end_inset
39012 </cell>
39013 <cell alignment="center" valignment="top" topline="true" usebox="none">
39014 \begin_inset Text
39015
39016 \begin_layout Plain Layout
39017 text
39018 \end_layout
39019
39020 \end_inset
39021 </cell>
39022 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39023 \begin_inset Text
39024
39025 \begin_layout Plain Layout
39026 text
39027 \end_layout
39028
39029 \end_inset
39030 </cell>
39031 </row>
39032 <row>
39033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39034 \begin_inset Text
39035
39036 \begin_layout Plain Layout
39037 text
39038 \end_layout
39039
39040 \end_inset
39041 </cell>
39042 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39043 \begin_inset Text
39044
39045 \begin_layout Plain Layout
39046 \begin_inset Info
39047 type  "icon"
39048 arg   "dialog-show-new-inset graphics"
39049 \end_inset
39050
39051
39052 \end_layout
39053
39054 \end_inset
39055 </cell>
39056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39057 \begin_inset Text
39058
39059 \begin_layout Plain Layout
39060 text
39061 \end_layout
39062
39063 \end_inset
39064 </cell>
39065 </row>
39066 </lyxtabular>
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \begin_layout Standard
39074 \noindent
39075 \align center
39076 \begin_inset Tabular
39077 <lyxtabular version="3" rows="3" columns="2">
39078 <features tabularvalignment="middle">
39079 <column alignment="center" valignment="top">
39080 <column alignment="center" valignment="top">
39081 <row>
39082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39083 \begin_inset Text
39084
39085 \begin_layout Plain Layout
39086 text
39087 \end_layout
39088
39089 \end_inset
39090 </cell>
39091 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39092 \begin_inset Text
39093
39094 \begin_layout Plain Layout
39095 text
39096 \end_layout
39097
39098 \end_inset
39099 </cell>
39100 </row>
39101 <row>
39102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39103 \begin_inset Text
39104
39105 \begin_layout Plain Layout
39106 \begin_inset Info
39107 type  "icon"
39108 arg   "dialog-show-new-inset graphics"
39109 \end_inset
39110
39111
39112 \end_layout
39113
39114 \end_inset
39115 </cell>
39116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39117 \begin_inset Text
39118
39119 \begin_layout Plain Layout
39120 text
39121 \end_layout
39122
39123 \end_inset
39124 </cell>
39125 </row>
39126 <row>
39127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39128 \begin_inset Text
39129
39130 \begin_layout Plain Layout
39131 text
39132 \end_layout
39133
39134 \end_inset
39135 </cell>
39136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39137 \begin_inset Text
39138
39139 \begin_layout Plain Layout
39140 text
39141 \end_layout
39142
39143 \end_inset
39144 </cell>
39145 </row>
39146 </lyxtabular>
39147
39148 \end_inset
39149
39150  
39151 \begin_inset Tabular
39152 <lyxtabular version="3" rows="3" columns="3">
39153 <features tabularvalignment="middle">
39154 <column alignment="center" valignment="top">
39155 <column alignment="center" valignment="top">
39156 <column alignment="center" valignment="top">
39157 <row>
39158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39159 \begin_inset Text
39160
39161 \begin_layout Plain Layout
39162 text
39163 \end_layout
39164
39165 \end_inset
39166 </cell>
39167 <cell alignment="center" valignment="top" topline="true" usebox="none">
39168 \begin_inset Text
39169
39170 \begin_layout Plain Layout
39171 text
39172 \end_layout
39173
39174 \end_inset
39175 </cell>
39176 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39177 \begin_inset Text
39178
39179 \begin_layout Plain Layout
39180 text
39181 \end_layout
39182
39183 \end_inset
39184 </cell>
39185 </row>
39186 <row>
39187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39188 \begin_inset Text
39189
39190 \begin_layout Plain Layout
39191 text
39192 \end_layout
39193
39194 \end_inset
39195 </cell>
39196 <cell alignment="center" valignment="top" usebox="none">
39197 \begin_inset Text
39198
39199 \begin_layout Plain Layout
39200 \begin_inset Info
39201 type  "icon"
39202 arg   "dialog-show-new-inset graphics"
39203 \end_inset
39204
39205
39206 \end_layout
39207
39208 \end_inset
39209 </cell>
39210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39211 \begin_inset Text
39212
39213 \begin_layout Plain Layout
39214 text
39215 \end_layout
39216
39217 \end_inset
39218 </cell>
39219 </row>
39220 <row>
39221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39222 \begin_inset Text
39223
39224 \begin_layout Plain Layout
39225 text
39226 \end_layout
39227
39228 \end_inset
39229 </cell>
39230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39231 \begin_inset Text
39232
39233 \begin_layout Plain Layout
39234 text
39235 \end_layout
39236
39237 \end_inset
39238 </cell>
39239 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39240 \begin_inset Text
39241
39242 \begin_layout Plain Layout
39243 text
39244 \end_layout
39245
39246 \end_inset
39247 </cell>
39248 </row>
39249 </lyxtabular>
39250
39251 \end_inset
39252
39253  
39254 \begin_inset Tabular
39255 <lyxtabular version="3" rows="3" columns="2">
39256 <features tabularvalignment="middle">
39257 <column alignment="center" valignment="top">
39258 <column alignment="center" valignment="top">
39259 <row>
39260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39261 \begin_inset Text
39262
39263 \begin_layout Plain Layout
39264 text
39265 \end_layout
39266
39267 \end_inset
39268 </cell>
39269 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39270 \begin_inset Text
39271
39272 \begin_layout Plain Layout
39273 text
39274 \end_layout
39275
39276 \end_inset
39277 </cell>
39278 </row>
39279 <row>
39280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39281 \begin_inset Text
39282
39283 \begin_layout Plain Layout
39284 text
39285 \end_layout
39286
39287 \end_inset
39288 </cell>
39289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39290 \begin_inset Text
39291
39292 \begin_layout Plain Layout
39293 \begin_inset Info
39294 type  "icon"
39295 arg   "dialog-show-new-inset graphics"
39296 \end_inset
39297
39298
39299 \end_layout
39300
39301 \end_inset
39302 </cell>
39303 </row>
39304 <row>
39305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39306 \begin_inset Text
39307
39308 \begin_layout Plain Layout
39309 text
39310 \end_layout
39311
39312 \end_inset
39313 </cell>
39314 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39315 \begin_inset Text
39316
39317 \begin_layout Plain Layout
39318 text
39319 \end_layout
39320
39321 \end_inset
39322 </cell>
39323 </row>
39324 </lyxtabular>
39325
39326 \end_inset
39327
39328
39329 \end_layout
39330
39331 \begin_layout Standard
39332 \noindent
39333 you can use the \SpecialChar LaTeX
39334 -package 
39335 \series bold
39336 picinpar
39337 \series default
39338
39339 \begin_inset Index idx
39340 status collapsed
39341
39342 \begin_layout Plain Layout
39343 \SpecialChar LaTeX
39344 -packages ! picinpar
39345 \end_layout
39346
39347 \end_inset
39348
39349 .
39350  Here is an example:
39351 \end_layout
39352
39353 \begin_layout Standard
39354 \begin_inset ERT
39355 status collapsed
39356
39357 \begin_layout Plain Layout
39358
39359
39360 \backslash
39361 ifpicinpar
39362 \end_layout
39363
39364 \end_inset
39365
39366
39367 \begin_inset Note Note
39368 status open
39369
39370 \begin_layout Plain Layout
39371 The following section will only be displayed when the \SpecialChar LaTeX
39372 -package 
39373 \series bold
39374 picinpar
39375 \series default
39376  is installed.
39377 \end_layout
39378
39379 \end_inset
39380
39381
39382 \end_layout
39383
39384 \begin_layout Standard
39385 \begin_inset ERT
39386 status collapsed
39387
39388 \begin_layout Plain Layout
39389
39390
39391 \backslash
39392 begin{window}[2,c,{
39393 \end_layout
39394
39395 \end_inset
39396
39397
39398 \begin_inset Graphics
39399         filename clipart/2D-intensity-plot.pdf
39400         lyxscale 60
39401         width 40col%
39402         scaleBeforeRotation
39403         rotateOrigin center
39404
39405 \end_inset
39406
39407
39408 \begin_inset ERT
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412
39413 },]
39414 \end_layout
39415
39416 \begin_layout Plain Layout
39417
39418 {}
39419 \end_layout
39420
39421 \end_inset
39422
39423
39424 \size small
39425 It was in the spring of the year 1894 that all London was interested, and
39426  the fashionable world dismayed, by the murder of the Honourable Ronald
39427  Adair under most unusual and inexplicable circumstances.
39428  The public has already learned those particulars of the crime which
39429 \size default
39430
39431 \begin_inset ERT
39432 status collapsed
39433
39434 \begin_layout Plain Layout
39435
39436
39437 \backslash
39438 footnotemark{}
39439 \end_layout
39440
39441 \end_inset
39442
39443
39444 \size small
39445  came out in the police investigation, but a good deal was suppressed upon
39446  that occasion, since the case for the prosecution was so overwhelmingly
39447  strong that it was not necessary to bring forward all the facts.
39448  Only now, at the end of nearly ten years, am I allowed to supply those
39449  missing links which make up the whole of that remarkable chain.
39450 \size default
39451
39452 \begin_inset ERT
39453 status collapsed
39454
39455 \begin_layout Plain Layout
39456
39457
39458 \backslash
39459 end{window}
39460 \end_layout
39461
39462 \end_inset
39463
39464
39465 \end_layout
39466
39467 \begin_layout Standard
39468 \begin_inset ERT
39469 status collapsed
39470
39471 \begin_layout Plain Layout
39472
39473
39474 \backslash
39475 footnotetext{
39476 \end_layout
39477
39478 \end_inset
39479
39480 Footnote of the paragraph with the fixed object.
39481 \begin_inset ERT
39482 status collapsed
39483
39484 \begin_layout Plain Layout
39485
39486 }
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \end_layout
39493
39494 \begin_layout Standard
39495 Surrounded fixed objects are used to let text float around them, at which
39496  the object's position in the paragraph can be determined by the number
39497  of lines above it.
39498  In contrary to floats is it not possible to have a numbered caption.
39499 \end_layout
39500
39501 \begin_layout Standard
39502 A fixed object is inserted by adding the command
39503 \end_layout
39504
39505 \begin_layout Standard
39506
39507 \series bold
39508
39509 \backslash
39510 begin{window}[2,c,{
39511 \end_layout
39512
39513 \begin_layout Standard
39514 as \SpecialChar TeX
39515  Code at the beginning of the paragraph.
39516  The first parameter in the bracket, here '2', defines the number of lines
39517  above the object, the second, here 'c', the position of the object.
39518  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
39519  Behind the command you insert the object.
39520  In this example an image with a width of 40
39521 \begin_inset space \thinspace{}
39522 \end_inset
39523
39524 % of the text column width was inserted.
39525  The object can also be a table, a box or an equation.
39526  Behind the object the command
39527 \end_layout
39528
39529 \begin_layout Standard
39530
39531 \series bold
39532 },description text]
39533 \begin_inset Newline newline
39534 \end_inset
39535
39536 {}
39537 \end_layout
39538
39539 \begin_layout Standard
39540 is inserted.
39541  Note that the 
39542 \begin_inset Quotes eld
39543 \end_inset
39544
39545
39546 \series bold
39547 {}
39548 \series default
39549
39550 \begin_inset Quotes erd
39551 \end_inset
39552
39553  is in the second line.
39554  The description text is optional.
39555  The text surrounding the object must be in the same paragraph as the object,
39556  so it must begin directly after the 
39557 \series bold
39558 {}
39559 \series default
39560 .
39561  At the end of the paragraph insert the command:
39562 \end_layout
39563
39564 \begin_layout Standard
39565
39566 \series bold
39567
39568 \backslash
39569 end{window}
39570 \end_layout
39571
39572 \begin_layout Standard
39573 Within a paragraph with a fixed object, you cannot insert footnotes in the
39574  normal way.
39575  You have to use instead the command 
39576 \series bold
39577
39578 \backslash
39579 footnotemark
39580 \series default
39581  inside the paragraph and outside the command 
39582 \series bold
39583
39584 \backslash
39585 footnotetext
39586 \series default
39587  as described in sec.
39588 \begin_inset space \thinspace{}
39589 \end_inset
39590
39591
39592 \begin_inset CommandInset ref
39593 LatexCommand ref
39594 reference "sec:Footnotes"
39595
39596 \end_inset
39597
39598 .
39599 \end_layout
39600
39601 \begin_layout Standard
39602 \begin_inset ERT
39603 status collapsed
39604
39605 \begin_layout Plain Layout
39606
39607
39608 \backslash
39609 else
39610 \end_layout
39611
39612 \end_inset
39613
39614
39615 \begin_inset Note Note
39616 status open
39617
39618 \begin_layout Plain Layout
39619 The following will be displayed when the \SpecialChar LaTeX
39620 -package 
39621 \series bold
39622 picinpar
39623 \series default
39624  is not installed:
39625 \end_layout
39626
39627 \end_inset
39628
39629
39630 \end_layout
39631
39632 \begin_layout Standard
39633 You need to install the \SpecialChar LaTeX
39634 -package 
39635 \series bold
39636 picinpar
39637 \series default
39638  to see the following part of this section in the output.
39639 \end_layout
39640
39641 \begin_layout Standard
39642 \begin_inset ERT
39643 status collapsed
39644
39645 \begin_layout Plain Layout
39646
39647
39648 \backslash
39649 fi
39650 \end_layout
39651
39652 \end_inset
39653
39654
39655 \end_layout
39656
39657 \begin_layout Section
39658 Initials
39659 \begin_inset Index idx
39660 status collapsed
39661
39662 \begin_layout Plain Layout
39663 Initials
39664 \end_layout
39665
39666 \end_inset
39667
39668
39669 \begin_inset Index idx
39670 status collapsed
39671
39672 \begin_layout Plain Layout
39673 Surrounded by text ! Initials
39674 \end_layout
39675
39676 \end_inset
39677
39678
39679 \end_layout
39680
39681 \begin_layout Standard
39682 To use initials, you must have the \SpecialChar LaTeX
39683 -package 
39684 \series bold
39685 lettrine
39686 \series default
39687
39688 \begin_inset Index idx
39689 status collapsed
39690
39691 \begin_layout Plain Layout
39692 \SpecialChar LaTeX
39693 -packages ! lettrine
39694 \end_layout
39695
39696 \end_inset
39697
39698  installed and use the module 
39699 \family sans
39700 Initials
39701 \family default
39702  in your document (menu 
39703 \family sans
39704 Document\SpecialChar menuseparator
39705 Settings\SpecialChar menuseparator
39706 Modules
39707 \family default
39708 ).
39709  To insert an initial, use the style 
39710 \family sans
39711 Initial
39712 \family default
39713 .
39714  This style has a mandatory and two optional arguments.
39715  The arguments are inserted via the 
39716 \family sans
39717 Insert
39718 \family default
39719  menu.
39720  The mandatory argument 
39721 \family sans
39722 Initial
39723 \family default
39724  contains the letter(s) that is the initial, the argument 
39725 \family sans
39726 Rest
39727 \begin_inset space ~
39728 \end_inset
39729
39730 of
39731 \begin_inset space ~
39732 \end_inset
39733
39734 Initial
39735 \family default
39736  contains the rest of the word or text of the initial letter(s).
39737  The argument 
39738 \family sans
39739 Options
39740 \family default
39741  contains parameters to modify the initial.
39742  For more information about the possible parameters see the documentation
39743  of 
39744 \series bold
39745 lettrine
39746 \series default
39747
39748 \begin_inset CommandInset citation
39749 LatexCommand cite
39750 key "lettrine"
39751 literal "true"
39752
39753 \end_inset
39754
39755 .
39756  The style itself contains the text that is surrounding the initial.
39757  The usual style is hereby that the word whose first letter is the initial,
39758  is printed with 
39759 \shape smallcaps
39760 small caps
39761 \shape default
39762 .
39763 \end_layout
39764
39765 \begin_layout Standard
39766 Here are some examples:
39767 \end_layout
39768
39769 \begin_layout Standard
39770 \begin_inset ERT
39771 status collapsed
39772
39773 \begin_layout Plain Layout
39774
39775
39776 \backslash
39777 iflettrine
39778 \end_layout
39779
39780 \end_inset
39781
39782
39783 \begin_inset Note Note
39784 status open
39785
39786 \begin_layout Plain Layout
39787 The following section will only be displayed when the \SpecialChar LaTeX
39788 -package 
39789 \series bold
39790 lettrine
39791 \series default
39792  is installed.
39793 \end_layout
39794
39795 \end_inset
39796
39797
39798 \end_layout
39799
39800 \begin_layout Enumerate
39801 No optional argument, the initial is the letter 'I' in the math font 
39802 \begin_inset Formula $\mathfrak{Fraktur}$
39803 \end_inset
39804
39805 :
39806 \end_layout
39807
39808 \begin_deeper
39809 \begin_layout Initial
39810 \begin_inset Argument 2
39811 status open
39812
39813 \begin_layout Plain Layout
39814 \begin_inset Formula $\mathfrak{I}$
39815 \end_inset
39816
39817
39818 \end_layout
39819
39820 \end_inset
39821
39822
39823 \begin_inset Argument 3
39824 status open
39825
39826 \begin_layout Plain Layout
39827 t
39828 \end_layout
39829
39830 \end_inset
39831
39832  was in the spring of the year 1894 that all London was interested, and
39833  the fashionable world dismayed, by the murder of the Honourable Ronald
39834  Adair under most unusual and inexplicable circumstances.
39835  The public has already learned those particulars of the crime which came
39836  out in the police investigation, but a good deal was suppressed upon that
39837  occasion, since the case for the prosecution was so overwhelmingly strong
39838  that it was not necessary to bring forward all the facts.
39839 \begin_inset Newpage newpage
39840 \end_inset
39841
39842
39843 \end_layout
39844
39845 \end_deeper
39846 \begin_layout Enumerate
39847 Only one line is surrounding the initial, which is formed by two letters
39848  in standard font and no text is printed in small caps:
39849 \end_layout
39850
39851 \begin_deeper
39852 \begin_layout Initial
39853 \begin_inset Argument 1
39854 status open
39855
39856 \begin_layout Plain Layout
39857 lines=1
39858 \end_layout
39859
39860 \end_inset
39861
39862
39863 \begin_inset Argument 2
39864 status open
39865
39866 \begin_layout Plain Layout
39867 It
39868 \end_layout
39869
39870 \end_inset
39871
39872  was in the spring of the year 1894 that all London was interested, and
39873  the fashionable world dismayed, by the murder of the Honourable Ronald
39874  Adair under most unusual and inexplicable circumstances.
39875  The public has already learned those particulars of the crime which came
39876  out in the police investigation, but a good deal was suppressed upon that
39877  occasion, since the case for the prosecution was so overwhelmingly strong
39878  that it was not necessary to bring forward all the facts.
39879 \end_layout
39880
39881 \end_deeper
39882 \begin_layout Enumerate
39883 Magenta, hanging initial over 3
39884 \begin_inset space ~
39885 \end_inset
39886
39887 lines in the math font 
39888 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39889 \end_inset
39890
39891 , the text 
39892 \begin_inset Quotes eld
39893 \end_inset
39894
39895 t was in the spring
39896 \begin_inset Quotes erd
39897 \end_inset
39898
39899  is in 
39900 \shape smallcaps
39901 small caps
39902 \shape default
39903 ; to color the initial, you must insert this command before the initial:
39904 \begin_inset Newline newline
39905 \end_inset
39906
39907
39908 \series bold
39909
39910 \backslash
39911 renewcommand{
39912 \backslash
39913 LettrineFontHook}{
39914 \backslash
39915 color{color}}
39916 \series default
39917
39918 \begin_inset Newline newline
39919 \end_inset
39920
39921 where the second 
39922 \emph on
39923 color
39924 \emph default
39925  can be 
39926 \begin_inset Quotes eld
39927 \end_inset
39928
39929 red
39930 \begin_inset Quotes erd
39931 \end_inset
39932
39933
39934 \begin_inset Quotes eld
39935 \end_inset
39936
39937 blue
39938 \begin_inset Quotes erd
39939 \end_inset
39940
39941
39942 \begin_inset Quotes eld
39943 \end_inset
39944
39945 green
39946 \begin_inset Quotes erd
39947 \end_inset
39948
39949
39950 \begin_inset Quotes eld
39951 \end_inset
39952
39953 yellow
39954 \begin_inset Quotes erd
39955 \end_inset
39956
39957
39958 \begin_inset Quotes eld
39959 \end_inset
39960
39961 cyan
39962 \begin_inset Quotes erd
39963 \end_inset
39964
39965
39966 \begin_inset Quotes eld
39967 \end_inset
39968
39969 magenta
39970 \begin_inset Quotes erd
39971 \end_inset
39972
39973
39974 \begin_inset Quotes eld
39975 \end_inset
39976
39977 black
39978 \begin_inset Quotes erd
39979 \end_inset
39980
39981  or 
39982 \begin_inset Quotes eld
39983 \end_inset
39984
39985 white
39986 \begin_inset Quotes erd
39987 \end_inset
39988
39989 , and add this command to the document preamble:
39990 \begin_inset Newline newline
39991 \end_inset
39992
39993
39994 \series bold
39995
39996 \backslash
39997 @ifundefined{textcolor}
39998 \begin_inset Newline newline
39999 \end_inset
40000
40001
40002 \begin_inset space ~
40003 \end_inset
40004
40005 {
40006 \backslash
40007 usepackage{color}}{}
40008 \end_layout
40009
40010 \begin_deeper
40011 \begin_layout Standard
40012 \begin_inset ERT
40013 status collapsed
40014
40015 \begin_layout Plain Layout
40016
40017
40018 \backslash
40019 renewcommand{
40020 \backslash
40021 LettrineFontHook}{
40022 \backslash
40023 color{magenta}}
40024 \end_layout
40025
40026 \end_inset
40027
40028
40029 \begin_inset Note Note
40030 status collapsed
40031
40032 \begin_layout Plain Layout
40033 makes the initial magenta
40034 \end_layout
40035
40036 \end_inset
40037
40038
40039 \end_layout
40040
40041 \begin_layout Initial
40042 \begin_inset Argument 1
40043 status open
40044
40045 \begin_layout Plain Layout
40046 lines=3, lhang=0.33, loversize=0.25
40047 \end_layout
40048
40049 \end_inset
40050
40051
40052 \begin_inset Argument 2
40053 status open
40054
40055 \begin_layout Plain Layout
40056 \begin_inset Formula $\mathcal{I}$
40057 \end_inset
40058
40059
40060 \end_layout
40061
40062 \end_inset
40063
40064
40065 \begin_inset Argument 3
40066 status open
40067
40068 \begin_layout Plain Layout
40069 t was in the spring
40070 \end_layout
40071
40072 \end_inset
40073
40074  of the year 1894 that all London was interested, and the fashionable world
40075  dismayed, by the murder of the Honourable Ronald Adair under most unusual
40076  and inexplicable circumstances.
40077  The public has already learned those particulars of the crime which came
40078  out in the police investigation, but a good deal was suppressed upon that
40079  occasion, since the case for the prosecution was so overwhelmingly strong
40080  that it was not necessary to bring forward all the facts.
40081 \end_layout
40082
40083 \end_deeper
40084 \begin_layout Standard
40085 \begin_inset ERT
40086 status collapsed
40087
40088 \begin_layout Plain Layout
40089
40090
40091 \backslash
40092 else
40093 \end_layout
40094
40095 \end_inset
40096
40097
40098 \begin_inset Note Note
40099 status open
40100
40101 \begin_layout Plain Layout
40102 The following will be displayed when the \SpecialChar LaTeX
40103 -package 
40104 \series bold
40105 lettrine
40106 \series default
40107  is not installed:
40108 \end_layout
40109
40110 \end_inset
40111
40112
40113 \end_layout
40114
40115 \begin_layout Standard
40116 You need to install the \SpecialChar LaTeX
40117 -package 
40118 \series bold
40119 lettrine
40120 \series default
40121  to see the following part of this section in the output.
40122 \end_layout
40123
40124 \begin_layout Standard
40125 \begin_inset ERT
40126 status collapsed
40127
40128 \begin_layout Plain Layout
40129
40130
40131 \backslash
40132 fi
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \end_layout
40139
40140 \begin_layout Chapter
40141 External Document Parts
40142 \begin_inset Index idx
40143 status collapsed
40144
40145 \begin_layout Plain Layout
40146 External Document Parts
40147 \end_layout
40148
40149 \end_inset
40150
40151
40152 \end_layout
40153
40154 \begin_layout Standard
40155 With the menu 
40156 \family sans
40157 Insert\SpecialChar menuseparator
40158 File
40159 \family default
40160  you can insert external material into your document.
40161  This can be:
40162 \end_layout
40163
40164 \begin_layout Description
40165 LyX
40166 \begin_inset space ~
40167 \end_inset
40168
40169 Document Another \SpecialChar LyX
40170  document; its content is directly inserted to your document.
40171 \end_layout
40172
40173 \begin_layout Description
40174 Plain
40175 \begin_inset space ~
40176 \end_inset
40177
40178 Text A text document; each line is inserted in your document as a separate
40179  paragraph.
40180 \end_layout
40181
40182 \begin_layout Description
40183 Plain
40184 \begin_inset space ~
40185 \end_inset
40186
40187 Text,
40188 \begin_inset space ~
40189 \end_inset
40190
40191 Join
40192 \begin_inset space ~
40193 \end_inset
40194
40195 Lines A text document; text lines are inserted in your document continuously
40196  but an empty text line creates a new paragraph.
40197 \end_layout
40198
40199 \begin_layout Description
40200 External
40201 \begin_inset space ~
40202 \end_inset
40203
40204 Material Files in various formats.
40205 \end_layout
40206
40207 \begin_layout Description
40208 Child
40209 \begin_inset space ~
40210 \end_inset
40211
40212 Document \SpecialChar LyX
40213  or \SpecialChar LaTeX
40214  documents.
40215 \end_layout
40216
40217 \begin_layout Section
40218 External Material
40219 \begin_inset Index idx
40220 status collapsed
40221
40222 \begin_layout Plain Layout
40223 External Document Parts ! External Material
40224 \end_layout
40225
40226 \end_inset
40227
40228
40229 \end_layout
40230
40231 \begin_layout Standard
40232 The external material feature allows you to insert files into your document
40233  without converting them to a format that can be read by the document output
40234  format.
40235  \SpecialChar LyX
40236  takes care of the necessary conversions.
40237  This is similar to images that can be inserted in various image formats
40238  in \SpecialChar LyX
40239  documents.
40240  When you have enabled Instant Preview in \SpecialChar LyX
40241 's preferences under 
40242 \family sans
40243 Look
40244 \begin_inset space ~
40245 \end_inset
40246
40247 and
40248 \begin_inset space ~
40249 \end_inset
40250
40251 feel\SpecialChar menuseparator
40252 Graphics
40253 \family default
40254 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
40255 .
40256 \end_layout
40257
40258 \begin_layout Standard
40259 External material can be inserted via the 
40260 \family sans
40261 External Material
40262 \family default
40263  dialog that is accessible with the menu 
40264 \family sans
40265 Insert\SpecialChar menuseparator
40266 File\SpecialChar menuseparator
40267 External
40268 \begin_inset space ~
40269 \end_inset
40270
40271 Material
40272 \family default
40273 .
40274  Currently the following file types (
40275 \family sans
40276 Templates
40277 \family default
40278 ) are allowed:
40279 \end_layout
40280
40281 \begin_layout Description
40282 Chess
40283 \begin_inset space ~
40284 \end_inset
40285
40286 diagram This template supports chess position diagrams made with the program
40287  
40288 \series bold
40289
40290 \begin_inset CommandInset href
40291 LatexCommand href
40292 name "XBoard"
40293 target "https://en.wikipedia.org/wiki/XBoard"
40294 literal "false"
40295
40296 \end_inset
40297
40298
40299 \series default
40300 .
40301 \end_layout
40302
40303 \begin_layout Description
40304 Dia
40305 \begin_inset space ~
40306 \end_inset
40307
40308 diagram This template supports diagrams created with the program 
40309 \series bold
40310
40311 \begin_inset CommandInset href
40312 LatexCommand href
40313 name "Dia"
40314 target "https://en.wikipedia.org/wiki/Dia_(software)"
40315 literal "false"
40316
40317 \end_inset
40318
40319
40320 \series default
40321 .
40322 \end_layout
40323
40324 \begin_layout Description
40325 Inkscape
40326 \begin_inset space ~
40327 \end_inset
40328
40329 figure This template supports specific scalable images derived from scalable
40330  vector graphics (SVG), in which the contained text is replaced by a version
40331  typeset by \SpecialChar LaTeX
40332  (and hence in the current document font).
40333  It relies on a feature of the program 
40334 \series bold
40335
40336 \begin_inset CommandInset href
40337 LatexCommand href
40338 name "Inkscape"
40339 target "https://inkscape.org/"
40340 literal "false"
40341
40342 \end_inset
40343
40344
40345 \series default
40346  which creates a special PDF or EPS and \SpecialChar LaTeX
40347  file from a given SVG file (in
40348  
40349 \noun on
40350 Inkscape
40351 \noun default
40352  itself, the feature is available via the option 
40353 \family sans
40354 Omit text in PDF and create LaTeX file
40355 \family default
40356  when saving a drawing as PDF or EPS).
40357  The benefit of such files is a uniform text style throughout the whole
40358  document.
40359 \begin_inset Newline newline
40360 \end_inset
40361
40362 The external template reads SVG files and uses a converter program to generate
40363  the respective PDF\SpecialChar breakableslash
40364 EPS and \SpecialChar LaTeX
40365  files (via
40366 \noun on
40367  
40368 \noun default
40369 Inkscape
40370 \noun on
40371 )
40372 \noun default
40373  on the fly, so you don't have to export those files yourself.
40374  If you prefer the latter and want use given 
40375 \family typewriter
40376 *.pdf
40377 \family default
40378  and 
40379 \family typewriter
40380 *.pdf_tex
40381 \family default
40382  or 
40383 \family typewriter
40384 *.eps
40385 \family default
40386  and 
40387 \family typewriter
40388 *.eps_tex
40389 \family default
40390  files instead, simply input the respective 
40391 \family typewriter
40392 *.pdf_tex
40393 \family default
40394  or 
40395 \family typewriter
40396 *.eps_tex
40397 \family default
40398  file via the 
40399 \family sans
40400 Child Documents
40401 \family default
40402  dialog (see sec.
40403 \begin_inset space ~
40404 \end_inset
40405
40406
40407 \begin_inset CommandInset ref
40408 LatexCommand ref
40409 reference "sec:Child-Documents"
40410
40411 \end_inset
40412
40413 ) rather than using this template.
40414 \begin_inset Newline newline
40415 \end_inset
40416
40417 You can use \SpecialChar TeX
40418  code commands such as 
40419 \series bold
40420
40421 \backslash
40422 Large
40423 \series default
40424
40425 \series bold
40426
40427 \backslash
40428 small
40429 \series default
40430 , etc.
40431 \begin_inset space \space{}
40432 \end_inset
40433
40434 in the text of the SVG.
40435  The size of the font will be taken from the settings of the \SpecialChar LyX
40436  document.
40437  Please refer to 
40438 \begin_inset CommandInset citation
40439 LatexCommand cite
40440 key "Inkscape"
40441 literal "false"
40442
40443 \end_inset
40444
40445  for more information and examples.
40446 \end_layout
40447
40448 \begin_layout Description
40449 Lilypond
40450 \begin_inset space ~
40451 \end_inset
40452
40453 typeset
40454 \begin_inset space ~
40455 \end_inset
40456
40457 music This template is used for music notation typeset with the program
40458 \begin_inset Newline linebreak
40459 \end_inset
40460
40461
40462 \series bold
40463
40464 \begin_inset CommandInset href
40465 LatexCommand href
40466 name "LilyPond"
40467 target "https://en.wikipedia.org/wiki/LilyPond"
40468 literal "false"
40469
40470 \end_inset
40471
40472
40473 \series default
40474 .
40475  For \SpecialChar LyX
40476 's extended support for LilyPond have a look at \SpecialChar LyX
40477 's example file 
40478 \emph on
40479 lilypond.lyx
40480 \emph default
40481 .
40482 \end_layout
40483
40484 \begin_layout Description
40485 PDF
40486 \begin_inset space ~
40487 \end_inset
40488
40489 pages With this template you can insert PDF documents to your document.
40490  To specify the range of pages that should be included, use the option 
40491 \series bold
40492 pages
40493 \series default
40494  in the 
40495 \family sans
40496 Option
40497 \family default
40498  field in the 
40499 \family sans
40500 LaTeX and LyX options
40501 \family default
40502  tab.
40503  The argument of this option is a comma separated list, containing page
40504  numbers (insert as option 
40505 \series bold
40506 pages={3,5,6,8}
40507 \series default
40508 ), ranges of page numbers (
40509 \series bold
40510 pages={4-9}
40511 \series default
40512 ) or any combination.
40513  To insert empty pages use {}.
40514  E.
40515 \begin_inset space \thinspace{}
40516 \end_inset
40517
40518 g.
40519 \begin_inset space ~
40520 \end_inset
40521
40522
40523 \series bold
40524 pages={3,{},8-11,15}
40525 \series default
40526  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
40527  Page ranges are specified in the syntax 
40528 \emph on
40529 start
40530 \emph default
40531 -
40532 \emph on
40533 stop
40534 \emph default
40535 .
40536  This selects all pages from 
40537 \emph on
40538 start
40539 \emph default
40540  to 
40541 \emph on
40542 stop
40543 \emph default
40544 .
40545  Omitting 
40546 \emph on
40547 start
40548 \emph default
40549  defaults to the first page; omitting 
40550 \emph on
40551 stop
40552 \emph default
40553  defaults to the last page of the document.
40554  The last page can also be selected with the keyword 
40555 \series bold
40556 last
40557 \series default
40558 .
40559  (This is only permitted in a page range.) So 
40560 \series bold
40561 pages=-
40562 \series default
40563  will insert all pages of the document and 
40564 \series bold
40565 pages=last-1
40566 \series default
40567  will insert all pages in reverse order.
40568  If the pages option is not specified, only the first page of the PDF is
40569  inserted.
40570 \begin_inset Newline newline
40571 \end_inset
40572
40573 The option 
40574 \series bold
40575 noautoscale
40576 \series default
40577  inserts the pages with their original size, if this option is not given,
40578  the pages will be resized to fith the width of the page of your document.
40579  In the tab 
40580 \family sans
40581 Size and Rotation
40582 \family default
40583  you can specify the width and height of the input pages and their rotation.
40584  If another width than 100
40585 \begin_inset space \thinspace{}
40586 \end_inset
40587
40588 Scale% is used, the option 
40589 \series bold
40590 noautoscale
40591 \series default
40592  will be overwritten.
40593  For more info and possible options, have a look into the documentation
40594  of the \SpecialChar LaTeX
40595 -package 
40596 \series bold
40597 pdfpages
40598 \series default
40599  
40600 \begin_inset CommandInset citation
40601 LatexCommand cite
40602 key "pdfpages"
40603 literal "true"
40604
40605 \end_inset
40606
40607 .
40608 \begin_inset Index idx
40609 status collapsed
40610
40611 \begin_layout Plain Layout
40612 \SpecialChar LaTeX
40613 -packages ! pdfpages
40614 \end_layout
40615
40616 \end_inset
40617
40618
40619 \begin_inset Newline newline
40620 \end_inset
40621
40622 To use this template in a 
40623 \family sans
40624 Beamer
40625 \family default
40626  presentation you need to first insert an 
40627 \family sans
40628 EndFrame
40629 \family default
40630  environment and in a subsequent paragraph a \SpecialChar TeX
40631  Code box containing the command
40632  
40633 \series bold
40634
40635 \backslash
40636 setbeamertemplate{background canvas}{}
40637 \series default
40638 .
40639  Then you can insert as many paragraphs containing the PDFPages template
40640  as you wish.
40641  Behind the included PDF pages you can resume the Beamer presentation by
40642  beginning a new frame or by starting a new section.
40643  To avoid stray blank pages prior to the PDF pages, make sure to use the
40644  
40645 \family sans
40646 Default
40647 \family default
40648  alignment for the paragraph containing the template.
40649 \begin_inset Newline newline
40650 \end_inset
40651
40652 Here is an included PDF which is rotated by -5°: 
40653 \begin_inset External
40654         template PDFPages
40655         filename clipart/Abstract.pdf
40656         extra LaTeX "noautoscale, pages=-"
40657         rotateAngle -5
40658         rotateOrigin bottomleft
40659
40660 \end_inset
40661
40662
40663 \end_layout
40664
40665 \begin_layout Description
40666 Raster
40667 \begin_inset space ~
40668 \end_inset
40669
40670 image This can be used for bitmap images.
40671  The image can be treated in the 
40672 \family sans
40673 External material
40674 \family default
40675  dialog like the images that are usually included via the 
40676 \family sans
40677 Graphics
40678 \family default
40679  dialog as described in section
40680 \begin_inset space ~
40681 \end_inset
40682
40683
40684 \begin_inset CommandInset ref
40685 LatexCommand ref
40686 reference "sec:Graphics-Dialog"
40687
40688 \end_inset
40689
40690 .
40691  Here is an inserted raster image: 
40692 \begin_inset External
40693         template RasterImage
40694         filename clipart/ToolbarEnvBox.png
40695
40696 \end_inset
40697
40698
40699 \end_layout
40700
40701 \begin_layout Description
40702 Spreadsheet With this template you can insert spreadsheets
40703 \begin_inset space \thinspace{}
40704 \end_inset
40705
40706 /
40707 \begin_inset space \thinspace{}
40708 \end_inset
40709
40710 tables in the format of 
40711 \series bold
40712
40713 \begin_inset CommandInset href
40714 LatexCommand href
40715 name "Gnumeric"
40716 target "https://en.wikipedia.org/wiki/Gnumeric"
40717 literal "false"
40718
40719 \end_inset
40720
40721
40722 \series default
40723
40724 \begin_inset CommandInset href
40725 LatexCommand href
40726 name "OpenDocument"
40727 target "https://en.wikipedia.org/wiki/OpenDocument"
40728 literal "false"
40729
40730 \end_inset
40731
40732
40733 \begin_inset CommandInset href
40734 LatexCommand href
40735 name "Microsoft Office XML"
40736 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40737 literal "false"
40738
40739 \end_inset
40740
40741  and 
40742 \begin_inset CommandInset href
40743 LatexCommand href
40744 name "Office Open XML"
40745 target "https://en.wikipedia.org/wiki/Office_Open_XML"
40746 literal "false"
40747
40748 \end_inset
40749
40750 .
40751  For this feature \SpecialChar LyX
40752  must have found the program 
40753 \family typewriter
40754 ssconvert
40755 \family default
40756  during its configuration.
40757  This program is part of Gnumeric, so that you must have Gnumeric installed,
40758  also if you don't have tables in the Gnumeric format.
40759  For examples and possible limitations have a look at \SpecialChar LyX
40760 's example file 
40761 \emph on
40762 spreadsheet.lyx
40763 \emph default
40764 .
40765 \end_layout
40766
40767 \begin_layout Description
40768 Vector
40769 \begin_inset space ~
40770 \end_inset
40771
40772 graphics This can be used for vector graphics.
40773  The image can be treated in the 
40774 \family sans
40775 External material
40776 \family default
40777  dialog like the images that are usually included via the 
40778 \family sans
40779 Graphics
40780 \family default
40781  dialog as described in section
40782 \begin_inset space ~
40783 \end_inset
40784
40785
40786 \begin_inset CommandInset ref
40787 LatexCommand ref
40788 reference "sec:Graphics-Dialog"
40789
40790 \end_inset
40791
40792 .
40793  Here is an inserted vector graphics: 
40794 \begin_inset External
40795         template VectorGraphics
40796         filename clipart/SVG-Drawing.svg
40797         lyxscale 50
40798         scale 33
40799
40800 \end_inset
40801
40802
40803 \end_layout
40804
40805 \begin_layout Description
40806 Xfig
40807 \begin_inset space ~
40808 \end_inset
40809
40810 figure This template supports images created with the program 
40811 \begin_inset CommandInset href
40812 LatexCommand href
40813 name "Xfig"
40814 target "https://en.wikipedia.org/wiki/Xfig"
40815 literal "false"
40816
40817 \end_inset
40818
40819 .
40820 \end_layout
40821
40822 \begin_layout Standard
40823 When you use the option 
40824 \family sans
40825 Draft
40826 \family default
40827  in the 
40828 \family sans
40829 File
40830 \family default
40831  tab of the 
40832 \family sans
40833 External Material
40834 \family default
40835  dialog, only the path to the inserted file is shown in the output.
40836 \begin_inset Newline newline
40837 \end_inset
40838
40839 External material is displayed in \SpecialChar LyX
40840  either as a box like this: 
40841 \begin_inset Graphics
40842         filename clipart/ExternalMaterial.png
40843         scale 95
40844         scaleBeforeRotation
40845
40846 \end_inset
40847
40848  or as image, depending on the option 
40849 \family sans
40850 Show in LyX
40851 \family default
40852  in the 
40853 \family sans
40854 LaTeX and LyX options
40855 \family default
40856  tab of the dialog.
40857 \end_layout
40858
40859 \begin_layout Standard
40860 The 
40861 \family sans
40862 \emph on
40863 Customization
40864 \family default
40865 \emph default
40866  manual explains how you can define your own templates.
40867 \end_layout
40868
40869 \begin_layout Section
40870 Child Documents
40871 \begin_inset CommandInset label
40872 LatexCommand label
40873 name "sec:Child-Documents"
40874
40875 \end_inset
40876
40877
40878 \begin_inset Index idx
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882 External Document Parts ! Child Documents
40883 \end_layout
40884
40885 \end_inset
40886
40887
40888 \begin_inset Index idx
40889 status collapsed
40890
40891 \begin_layout Plain Layout
40892 Files ! Include
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \end_layout
40899
40900 \begin_layout Standard
40901 Child documents are used if you have a long document consisting of several
40902  larger parts or sections.
40903  For maintenance it is often useful and sometimes even required to split
40904  the document into several files that can be revised separately.
40905  The different documents are then the so called 
40906 \begin_inset Quotes eld
40907 \end_inset
40908
40909 child documents
40910 \begin_inset Quotes erd
40911 \end_inset
40912
40913 , and a master document connects them to print the full document or parts
40914  of it.
40915  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40916  preamble,
40917  the bibliography, and labels for cross-references.
40918 \end_layout
40919
40920 \begin_layout Standard
40921 To be able to work on child documents without the need to open their master,
40922  specify in the child document the master in the menu
40923 \family sans
40924  Document\SpecialChar menuseparator
40925 Settings\SpecialChar menuseparator
40926 Document
40927 \begin_inset space ~
40928 \end_inset
40929
40930 Class
40931 \family default
40932 .
40933  This master document will then be used in the background by \SpecialChar LyX
40934  when you edit
40935  the child document.
40936 \end_layout
40937
40938 \begin_layout Standard
40939 Included documents are displayed in \SpecialChar LyX
40940  as a box like this: 
40941 \begin_inset Graphics
40942         filename clipart/ChildDocument.png
40943         scale 95
40944         scaleBeforeRotation
40945
40946 \end_inset
40947
40948  To include child documents in a master document use the menu 
40949 \family sans
40950 Insert\SpecialChar menuseparator
40951 File\SpecialChar menuseparator
40952 Child
40953 \begin_inset space ~
40954 \end_inset
40955
40956 Documents
40957 \family default
40958 .
40959  A dialog pops up where you can choose between four include methods:
40960 \end_layout
40961
40962 \begin_layout Description
40963 Include You can include \SpecialChar LyX
40964  and \SpecialChar LaTeX
40965  documents.
40966  When you press the 
40967 \family sans
40968 Edit
40969 \family default
40970  button in the 
40971 \family sans
40972 Child Document
40973 \family default
40974  dialog, the included document will be opened in \SpecialChar LyX
40975  in a new file tab so that
40976  you can modify it.
40977 \begin_inset Newline newline
40978 \end_inset
40979
40980
40981 \end_layout
40982
40983 \begin_layout Standard
40984 Here is a child document inserted using 
40985 \family sans
40986 Include
40987 \family default
40988
40989 \begin_inset CommandInset include
40990 LatexCommand include
40991 filename "DummyDocument1.lyx"
40992 literal "true"
40993
40994 \end_inset
40995
40996
40997 \end_layout
40998
40999 \begin_layout Standard
41000 The section numbering includes the sections of the included files in the
41001  order they are inserted in the master document.
41002  The included example document has for example a subsection that is numbered
41003  as a subsection of this section.
41004  Labels of included documents can be referenced: Subsection
41005 \begin_inset space ~
41006 \end_inset
41007
41008
41009 \begin_inset CommandInset ref
41010 LatexCommand ref
41011 reference "subsec:External-Subsection-1"
41012
41013 \end_inset
41014
41015 .
41016 \end_layout
41017
41018 \begin_layout Standard
41019 The preamble of the child document is ignored; only the preamble of the
41020  master document is used.
41021  Branches in child documents will be ignored by the master document when
41022  the master document does not have a branch with the same name.
41023  Included documents are inserted starting on a new page and ending with
41024  a page break.
41025 \end_layout
41026
41027 \begin_layout Standard
41028 \begin_inset Note Greyedout
41029 status open
41030
41031 \begin_layout Plain Layout
41032
41033 \series bold
41034 Note:
41035 \series default
41036  If you have included a \SpecialChar LyX
41037  or \SpecialChar LaTeX
41038  file, you are warned when you export/view the
41039  document in case the child document uses another document class than the
41040  master document as this will lead to unexpected outputs.
41041 \end_layout
41042
41043 \end_inset
41044
41045
41046 \end_layout
41047
41048 \begin_layout Description
41049 Input This method is very similar to the Include method.
41050  The differences are:
41051 \end_layout
41052
41053 \begin_deeper
41054 \begin_layout Itemize
41055 Input files don't start with a new page and don't end with a page break.
41056 \end_layout
41057
41058 \begin_layout Itemize
41059 Input files can be previewed in \SpecialChar LyX
41060  when 
41061 \family sans
41062 Instant
41063 \begin_inset space ~
41064 \end_inset
41065
41066 Preview
41067 \family default
41068  is enabled in \SpecialChar LyX
41069 's preferences under 
41070 \family sans
41071 Look
41072 \begin_inset space ~
41073 \end_inset
41074
41075 and
41076 \begin_inset space ~
41077 \end_inset
41078
41079 feel\SpecialChar menuseparator
41080 Graphics
41081 \family default
41082 .
41083 \end_layout
41084
41085 \begin_layout Itemize
41086 You cannot exclude Input files via the menu 
41087 \family sans
41088 Document\SpecialChar menuseparator
41089 Settings\SpecialChar menuseparator
41090 Child Documents
41091 \family default
41092 .
41093 \end_layout
41094
41095 \end_deeper
41096 \begin_layout Standard
41097 Here is a child document inserted using 
41098 \family sans
41099 Input
41100 \family default
41101
41102 \begin_inset CommandInset include
41103 LatexCommand input
41104 filename "DummyDocument2.lyx"
41105 literal "true"
41106
41107 \end_inset
41108
41109
41110 \end_layout
41111
41112 \begin_layout Description
41113 Verbatim With this method any text file can be included.
41114  The file is shown in the output with its source code; no command used in
41115  the text is invoked.
41116  You can use the option 
41117 \family sans
41118 Mark spaces in output
41119 \family default
41120  that displays the character 
41121 \begin_inset Quotes eld
41122 \end_inset
41123
41124
41125 \begin_inset ERT
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129
41130
41131 \backslash
41132 textvisiblespace 
41133 \end_layout
41134
41135 \end_inset
41136
41137
41138 \begin_inset Quotes erd
41139 \end_inset
41140
41141  for every space character in the source code.
41142  The difference from the method via the menu 
41143 \family sans
41144 Insert\SpecialChar menuseparator
41145 File\SpecialChar menuseparator
41146 Plain
41147 \begin_inset space ~
41148 \end_inset
41149
41150 Text
41151 \family default
41152  is that the document content is not shown in \SpecialChar LyX
41153 .
41154 \end_layout
41155
41156 \begin_layout Standard
41157 Here is a child document inserted as Verbatim: 
41158 \begin_inset CommandInset include
41159 LatexCommand verbatiminput
41160 filename "DummyTextDocument.txt"
41161 literal "true"
41162
41163 \end_inset
41164
41165
41166 \begin_inset VSpace bigskip
41167 \end_inset
41168
41169  Here is a child document inserted as Verbatim using the 
41170 \family sans
41171 Mark spaces in output
41172 \family default
41173  option: 
41174 \begin_inset CommandInset include
41175 LatexCommand verbatiminput*
41176 filename "DummyTextDocument.txt"
41177 literal "true"
41178
41179 \end_inset
41180
41181
41182 \end_layout
41183
41184 \begin_layout Standard
41185 \begin_inset VSpace bigskip
41186 \end_inset
41187
41188
41189 \end_layout
41190
41191 \begin_layout Standard
41192 \begin_inset Note Greyedout
41193 status open
41194
41195 \begin_layout Plain Layout
41196
41197 \series bold
41198 Note:
41199 \series default
41200  As you can see in the examples above, the text of the documents included
41201  as 
41202 \family sans
41203 verbatim
41204 \family default
41205  is not broken at the end of the document lines.
41206 \end_layout
41207
41208 \end_inset
41209
41210
41211 \end_layout
41212
41213 \begin_layout Description
41214 Listings This type is described in chapter
41215 \begin_inset space ~
41216 \end_inset
41217
41218
41219 \begin_inset CommandInset ref
41220 LatexCommand ref
41221 reference "cha:Program-Code-Listings"
41222
41223 \end_inset
41224
41225 .
41226 \end_layout
41227
41228 \begin_layout Standard
41229 \begin_inset Note Greyedout
41230 status open
41231
41232 \begin_layout Plain Layout
41233
41234 \series bold
41235 Note:
41236 \series default
41237  Including the same document twice in a document using different methods
41238  could cause \SpecialChar LaTeX
41239 -problems.
41240 \end_layout
41241
41242 \end_inset
41243
41244
41245 \end_layout
41246
41247 \begin_layout Standard
41248 If you want to view/export only selected children of your master document,
41249  either because you want to save compiling time or because you want to distribut
41250 e single chapters of the book you are just writing, you can exclude children
41251  from the output.
41252  This is done via the menu 
41253 \family sans
41254 Document\SpecialChar menuseparator
41255 Settings\SpecialChar menuseparator
41256 Child Documents
41257 \family default
41258 .
41259  You can exclude\SpecialChar breakableslash
41260 include children by double-clicking on the 
41261 \family sans
41262 include to output
41263 \family default
41264  column of the respective child document in the list (note that this only
41265  works for documents embedded via 
41266 \begin_inset Quotes eld
41267 \end_inset
41268
41269 Include
41270 \begin_inset Quotes erd
41271 \end_inset
41272
41273 , not with 
41274 \begin_inset Quotes eld
41275 \end_inset
41276
41277 Input
41278 \begin_inset Quotes erd
41279 \end_inset
41280
41281 ).
41282  
41283 \change_inserted -712698321 1584102244
41284
41285 \end_layout
41286
41287 \begin_layout Standard
41288
41289 \change_inserted -712698321 1584102427
41290 In the section 
41291 \family sans
41292 Global Counters & References
41293 \family default
41294  you can set how page numbers, references, section counters etc.
41295  are handled.
41296 \end_layout
41297
41298 \begin_layout Itemize
41299
41300 \change_inserted -712698321 1584102377
41301 With the option 
41302 \family sans
41303 Strictly maintain
41304 \family default
41305
41306 \change_deleted -712698321 1584102385
41307 If the option 
41308 \family sans
41309 Maintain counters and references
41310 \family default
41311  is enabled, 
41312 \change_unchanged
41313 \SpecialChar LyX
41314  will assure that all page numbers, references etc.
41315 \begin_inset space ~
41316 \end_inset
41317
41318 are correct as if the whole document was 
41319 \change_deleted -712698321 1584108508
41320 processed
41321 \change_inserted -712698321 1584108509
41322 output
41323 \change_unchanged
41324 .
41325  This is useful if you want the selected sub-documents to look exactly as
41326  in the context of the whole document.
41327  However, \SpecialChar LyX
41328  needs to process the whole document in the background for this
41329  feature
41330 \change_inserted -712698321 1584102406
41331 , which can take a long time
41332 \change_unchanged
41333 .
41334
41335 \change_deleted -712698321 1584103026
41336  
41337 \change_inserted -712698321 1584102447
41338
41339 \end_layout
41340
41341 \begin_layout Itemize
41342
41343 \change_inserted -712698321 1584102489
41344 With the option 
41345 \family sans
41346 Do not maintain
41347 \family default
41348
41349 \change_unchanged
41350 \SpecialChar LyX
41351
41352 \change_inserted -712698321 1584103270
41353  only compiles the master and the included documents.
41354  Thus the counters will differ from the complete document, and references
41355  to excluded child documents will not be resolved.
41356  
41357 \change_deleted -712698321 1584102517
41358 So i
41359 \change_inserted -712698321 1584102518
41360 I
41361 \change_unchanged
41362 f you want to save compile time and if counters and references do not need
41363  to be correct, 
41364 \change_deleted -712698321 1584102523
41365 disable this checkbox
41366 \change_inserted -712698321 1584102546
41367 use this option as this is the fastest one
41368 \change_unchanged
41369 .
41370 \change_inserted -712698321 1584102550
41371
41372 \end_layout
41373
41374 \begin_layout Itemize
41375
41376 \change_inserted -712698321 1584109486
41377 The option 
41378 \family sans
41379 Maintain mostly
41380 \family default
41381  is somewhat in-between the above two.
41382  If this is selected, \SpecialChar LyX
41383  will compile the whole document at the first output,
41384  which sets up counters and references correctly.
41385  In subsequent outputs, it will compile the whole document only if a change
41386  has been made in an excluded child document.
41387  As long as you only edit the included files, this approach is as fast as
41388  the second one, while giving you more or less correct counters and references.
41389  They are only more or less correct since the change of size of included
41390  documents obviously also changes the pagination of excluded documents,
41391  but this change cannot be tracked with this method.
41392 \change_unchanged
41393
41394 \end_layout
41395
41396 \begin_layout Standard
41397 Alternatively, you can put each included file into a branch.
41398 \begin_inset Foot
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402 Branches are described in section 
41403 \emph on
41404 Branches
41405 \emph default
41406  of the \SpecialChar LyX
41407  
41408 \emph on
41409 Userguide
41410 \emph default
41411 .
41412 \end_layout
41413
41414 \end_inset
41415
41416  By enabling\SpecialChar breakableslash
41417 disabling branches you can decide which included files will
41418  appear in the output.
41419  This has the advantage that it also works with Input'ed sub-documents.
41420  However, counters and references will not be maintained with this approach.
41421 \end_layout
41422
41423 \begin_layout Chapter
41424 Program Code Listings
41425 \begin_inset CommandInset label
41426 LatexCommand label
41427 name "cha:Program-Code-Listings"
41428
41429 \end_inset
41430
41431
41432 \begin_inset Index idx
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436 Listings
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \begin_inset Index idx
41443 status collapsed
41444
41445 \begin_layout Plain Layout
41446 Program Code
41447 \end_layout
41448
41449 \end_inset
41450
41451
41452 \begin_inset Index idx
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456 Floats ! Listings
41457 \end_layout
41458
41459 \end_inset
41460
41461
41462 \end_layout
41463
41464 \begin_layout Standard
41465 To include and typeset program code you can use the 
41466 \family sans
41467 Listings
41468 \family default
41469  inset that can be inserted via the menu 
41470 \family sans
41471 Insert\SpecialChar menuseparator
41472 Program Listing
41473 \family default
41474 .
41475  The \SpecialChar LaTeX
41476 -packages 
41477 \series bold
41478 listings
41479 \series default
41480
41481 \begin_inset Index idx
41482 status collapsed
41483
41484 \begin_layout Plain Layout
41485 \SpecialChar LaTeX
41486 -packages ! listings
41487 \end_layout
41488
41489 \end_inset
41490
41491  or 
41492 \series bold
41493 minted
41494 \series default
41495
41496 \begin_inset Index idx
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500 \SpecialChar LaTeX
41501 -packages ! minted
41502 \end_layout
41503
41504 \end_inset
41505
41506  provide a powerful and flexible way to insert program source code into
41507  your document.
41508  One can only use one of these packages in a document.
41509  
41510 \series bold
41511 listings
41512 \series default
41513  is used by default.
41514 \end_layout
41515
41516 \begin_layout Standard
41517 \begin_inset Note Note
41518 status open
41519
41520 \begin_layout Plain Layout
41521
41522 \series bold
41523 Note:
41524 \series default
41525  \SpecialChar LyX
41526  does NOT want to encourage users to add the 
41527 \family typewriter
41528 -shell-escape
41529 \family default
41530  option to converter definitions.
41531  It works, but it is a huge security risk.
41532  There is an active discussion about how to handle this.
41533  Once that's been resolved, this can be updated appropriately.
41534 \end_layout
41535
41536 \begin_layout Plain Layout
41537 =====
41538 \end_layout
41539
41540 \begin_layout Plain Layout
41541 In order to use 
41542 \series bold
41543 minted
41544 \series default
41545 , you need to select it as the syntax highlighting package in the document
41546  settings under 
41547 \family sans
41548 Listings
41549 \family default
41550 .
41551  
41552 \series bold
41553 minted
41554 \series default
41555  requires also additionally the module 
41556 \family sans
41557 pygments
41558 \family default
41559  of the software 
41560 \noun on
41561 Python
41562 \noun default
41563
41564 \begin_inset Foot
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568 Under \SpecialChar LyX
41569  for Windows 
41570 \family sans
41571 pygments
41572 \family default
41573  is already installed.
41574 \end_layout
41575
41576 \end_inset
41577
41578  and the option 
41579 \family typewriter
41580 -shell-escape
41581 \family default
41582  for the \SpecialChar LaTeX
41583  processor.
41584  If you want for example view or export your document as the format 
41585 \family sans
41586 PDF
41587 \begin_inset space ~
41588 \end_inset
41589
41590 (pdflatex)
41591 \family default
41592 , go to the \SpecialChar LyX
41593  preferences and there to the section 
41594 \family sans
41595 File
41596 \begin_inset space ~
41597 \end_inset
41598
41599 Handling\SpecialChar menuseparator
41600 Converters
41601 \family default
41602 .
41603  There go to the entry 
41604 \family sans
41605 LaTeX
41606 \begin_inset space ~
41607 \end_inset
41608
41609 (pdflatex) -> PDF
41610 \begin_inset space ~
41611 \end_inset
41612
41613 (pdflatex)
41614 \family default
41615  and look at the field 
41616 \family sans
41617 Converter
41618 \family default
41619 .
41620  There you see by default the content
41621 \begin_inset Newline newline
41622 \end_inset
41623
41624
41625 \series bold
41626 pdflatex $$i
41627 \series default
41628
41629 \begin_inset Newline newline
41630 \end_inset
41631
41632 Now change it to
41633 \begin_inset Newline newline
41634 \end_inset
41635
41636
41637 \series bold
41638 pdflatex $$i -shell-escape
41639 \begin_inset Newline newline
41640 \end_inset
41641
41642
41643 \series default
41644 and press the 
41645 \family sans
41646 Modify
41647 \family default
41648  button and subsequently 
41649 \family sans
41650 Apply
41651 \family default
41652  or 
41653 \family sans
41654 Save
41655 \family default
41656 .
41657  The same can be done for the output formats 
41658 \family sans
41659 PDF
41660 \begin_inset space ~
41661 \end_inset
41662
41663 (LuaTeX)
41664 \family default
41665  and 
41666 \family sans
41667 PDF
41668 \begin_inset space ~
41669 \end_inset
41670
41671 (XeTeX)
41672 \family default
41673 .
41674 \end_layout
41675
41676 \end_inset
41677
41678
41679 \end_layout
41680
41681 \begin_layout Standard
41682 Right-clicking on a listings inset opens the context menu containing where
41683  you can set the listings format.
41684 \end_layout
41685
41686 \begin_layout Standard
41687 By default, a listing starts a new paragraph in the output.
41688  The placement option 
41689 \family sans
41690 Inline
41691 \begin_inset space ~
41692 \end_inset
41693
41694 listing
41695 \family default
41696  prints the listing inline like this: 
41697 \begin_inset listings
41698 lstparams "language={C++}"
41699 inline true
41700 status open
41701
41702 \begin_layout Plain Layout
41703
41704 int a=5;
41705 \end_layout
41706
41707 \end_inset
41708
41709
41710 \begin_inset Newline newline
41711 \end_inset
41712
41713 The option 
41714 \family sans
41715 Float
41716 \family default
41717  creates a listings float where you can specify the placement options 
41718 \begin_inset Quotes eld
41719 \end_inset
41720
41721
41722 \family sans
41723 h
41724 \family default
41725
41726 \begin_inset Quotes erd
41727 \end_inset
41728
41729
41730 \begin_inset Quotes eld
41731 \end_inset
41732
41733
41734 \family sans
41735 t
41736 \family default
41737
41738 \begin_inset Quotes erd
41739 \end_inset
41740
41741
41742 \begin_inset Quotes eld
41743 \end_inset
41744
41745
41746 \family sans
41747 b
41748 \family default
41749
41750 \begin_inset Quotes erd
41751 \end_inset
41752
41753 , and 
41754 \begin_inset Quotes eld
41755 \end_inset
41756
41757
41758 \family sans
41759 p
41760 \family default
41761
41762 \begin_inset Quotes erd
41763 \end_inset
41764
41765  corresponding to the float placement options described in section
41766 \begin_inset space ~
41767 \end_inset
41768
41769
41770 \begin_inset CommandInset ref
41771 LatexCommand ref
41772 reference "sec:Float-Settings"
41773
41774 \end_inset
41775
41776 .
41777  The placement options can be mixed and are inserted without any separation,
41778  e.
41779 \begin_inset space \thinspace{}
41780 \end_inset
41781
41782 g.
41783 \begin_inset space \space{}
41784 \end_inset
41785
41786
41787 \begin_inset Quotes eld
41788 \end_inset
41789
41790
41791 \family sans
41792 htbp
41793 \family default
41794
41795 \begin_inset Quotes erd
41796 \end_inset
41797
41798 .
41799  The option 
41800 \begin_inset Quotes eld
41801 \end_inset
41802
41803 h
41804 \begin_inset Quotes erd
41805 \end_inset
41806
41807  has sometimes no effect, but you don't need to use the 
41808 \family sans
41809 Float
41810 \family default
41811  option in this case as also non-float listings can have captions and be
41812  referenced.
41813 \end_layout
41814
41815 \begin_layout Standard
41816 You can add captions to listings that are not inline with the menu 
41817 \family sans
41818 Insert\SpecialChar menuseparator
41819 Caption
41820 \family default
41821 .
41822  Listings can be referenced like floats: Listing
41823 \begin_inset space ~
41824 \end_inset
41825
41826
41827 \begin_inset CommandInset ref
41828 LatexCommand ref
41829 reference "lst:Example-Listing"
41830
41831 \end_inset
41832
41833 .
41834  A list of listings which contains all listings with captions can be created
41835  via the menu 
41836 \family sans
41837 Insert\SpecialChar menuseparator
41838 List
41839 \begin_inset space ~
41840 \end_inset
41841
41842 /
41843 \begin_inset space ~
41844 \end_inset
41845
41846 TOC\SpecialChar menuseparator
41847 List of Listings
41848 \family default
41849 .
41850  The list entries are the listing caption and the listing number.
41851 \end_layout
41852
41853 \begin_layout Standard
41854 \begin_inset listings
41855 lstparams "language=Python"
41856 inline false
41857 status open
41858
41859 \begin_layout Plain Layout
41860
41861 \begin_inset Caption Standard
41862
41863 \begin_layout Plain Layout
41864 \begin_inset CommandInset label
41865 LatexCommand label
41866 name "lst:Example-Listing"
41867
41868 \end_inset
41869
41870 Example Listing float
41871 \end_layout
41872
41873 \end_inset
41874
41875 # Example listing float
41876 \end_layout
41877
41878 \begin_layout Plain Layout
41879
41880 def func(param):
41881 \end_layout
41882
41883 \begin_layout Plain Layout
41884
41885     'this is a python function'
41886 \end_layout
41887
41888 \begin_layout Plain Layout
41889
41890     pass
41891 \end_layout
41892
41893 \end_inset
41894
41895
41896 \end_layout
41897
41898 \begin_layout Standard
41899 \begin_inset Note Greyedout
41900 status open
41901
41902 \begin_layout Plain Layout
41903
41904 \series bold
41905 Note: 
41906 \series default
41907 The 
41908 \series bold
41909 listings
41910 \series default
41911  package places captions before the listing by default.
41912 \begin_inset Newline newline
41913 \end_inset
41914
41915 The 
41916 \series bold
41917 minted
41918 \series default
41919  package places them after the listing by default if it is floating.
41920  If it is not floating, caption will be typeset before the listing if it
41921  is inserted to its first line, otherwise it will be typeset after the listing.
41922  If you want to force the placement in every case before the listing, you
41923  have to add the following lines as last thing to the preamble:
41924 \begin_inset Newline newline
41925 \end_inset
41926
41927
41928 \series bold
41929
41930 \backslash
41931 @ifundefined{newfloat}
41932 \begin_inset Newline newline
41933 \end_inset
41934
41935
41936 \begin_inset Phantom HPhantom
41937 status open
41938
41939 \begin_layout Plain Layout
41940
41941 \series bold
41942 \begin_inset space ~
41943 \end_inset
41944
41945
41946 \end_layout
41947
41948 \end_inset
41949
41950 {
41951 \backslash
41952 usepackage{float}}{}
41953 \begin_inset Newline newline
41954 \end_inset
41955
41956
41957 \backslash
41958 floatstyle{plaintop}
41959 \series default
41960
41961 \begin_inset Note Note
41962 status collapsed
41963
41964 \begin_layout Plain Layout
41965 The package 
41966 \series bold
41967 float
41968 \series default
41969  will be loaded automatically by \SpecialChar LyX
41970  when you use special document-wide float
41971  placement settings.
41972  To avoid that it is loaded twice the command 
41973 \series bold
41974
41975 \backslash
41976 @ifundefined
41977 \series default
41978  is used in the above command.
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \end_layout
41990
41991 \begin_layout Standard
41992 When you have set a programming language in the listings dialog, the keywords
41993  of this language will be recognized and specially typeset in the output.
41994  In the example listings the Python keyword 
41995 \begin_inset Quotes eld
41996 \end_inset
41997
41998 def
41999 \begin_inset Quotes erd
42000 \end_inset
42001
42002  is recognized and printed bold in the output.
42003 \end_layout
42004
42005 \begin_layout Standard
42006 \begin_inset Note Greyedout
42007 status open
42008
42009 \begin_layout Plain Layout
42010
42011 \series bold
42012 Note:
42013 \series default
42014  If you don't get bold keywords when using typewriter fonts, your 
42015 \family typewriter
42016 typewriter
42017 \family default
42018  font probably doesn't provide a bold shape.
42019  In this case select a different one in the menu 
42020 \family sans
42021 Document\SpecialChar menuseparator
42022 Settings\SpecialChar menuseparator
42023 Fonts
42024 \family default
42025 .
42026  (The fonts 
42027 \emph on
42028 LuxiMono, BeraMono
42029 \emph default
42030  and 
42031 \emph on
42032 Courier
42033 \emph default
42034  provide bold shapes.)
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \end_layout
42041
42042 \begin_layout Standard
42043 In section 
42044 \family sans
42045 Line
42046 \begin_inset space ~
42047 \end_inset
42048
42049 numbering
42050 \family default
42051  of the listings dialog you can specify the line numbering style.
42052  You can insert a number to specify which lines are numbered in the field
42053  
42054 \family sans
42055 Step
42056 \family default
42057 .
42058  When you insert e.
42059 \begin_inset space \thinspace{}
42060 \end_inset
42061
42062 g.
42063 \begin_inset space \space{}
42064 \end_inset
42065
42066
42067 \begin_inset Quotes eld
42068 \end_inset
42069
42070 3
42071 \begin_inset Quotes erd
42072 \end_inset
42073
42074 , only every 3rd line will be numbered.
42075 \end_layout
42076
42077 \begin_layout Standard
42078 You can furthermore specify a range of lines; only these will then appear
42079  in the output.
42080  The option 
42081 \family sans
42082 Extended character table
42083 \family default
42084  is only meaningful for the 
42085 \series bold
42086 listings
42087 \series default
42088  package and should be used when you use national characters like the German
42089  umlauts in the listing.
42090 \begin_inset Newline newline
42091 \end_inset
42092
42093 Here is an example listing with left line numbering, step 
42094 \begin_inset Quotes eld
42095 \end_inset
42096
42097 3
42098 \begin_inset Quotes erd
42099 \end_inset
42100
42101 , language 
42102 \begin_inset Quotes eld
42103 \end_inset
42104
42105 Python
42106 \begin_inset Quotes erd
42107 \end_inset
42108
42109 , options 
42110 \begin_inset Quotes eld
42111 \end_inset
42112
42113 Extended character table
42114 \begin_inset Quotes erd
42115 \end_inset
42116
42117  and 
42118 \begin_inset Quotes eld
42119 \end_inset
42120
42121 Space
42122 \begin_inset space ~
42123 \end_inset
42124
42125 as
42126 \begin_inset space ~
42127 \end_inset
42128
42129 symbol
42130 \begin_inset Quotes erd
42131 \end_inset
42132
42133 , range lines 3
42134 \begin_inset space \thinspace{}
42135 \end_inset
42136
42137 -
42138 \begin_inset space \thinspace{}
42139 \end_inset
42140
42141 8:
42142 \end_layout
42143
42144 \begin_layout Standard
42145 \begin_inset listings
42146 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
42147 inline false
42148 status open
42149
42150 \begin_layout Plain Layout
42151
42152 def func(param):
42153 \end_layout
42154
42155 \begin_layout Plain Layout
42156
42157     'this is a python function'
42158 \end_layout
42159
42160 \begin_layout Plain Layout
42161
42162     pass
42163 \end_layout
42164
42165 \begin_layout Plain Layout
42166
42167 def func(param):
42168 \end_layout
42169
42170 \begin_layout Plain Layout
42171
42172 'This is a German word: Tschüß'
42173 \end_layout
42174
42175 \begin_layout Plain Layout
42176
42177 pass
42178 \end_layout
42179
42180 \begin_layout Plain Layout
42181
42182 def func(param):
42183 \end_layout
42184
42185 \begin_layout Plain Layout
42186
42187 'this is a python function'
42188 \end_layout
42189
42190 \begin_layout Plain Layout
42191
42192 pass
42193 \end_layout
42194
42195 \end_inset
42196
42197
42198 \end_layout
42199
42200 \begin_layout Standard
42201 When you have tabulators in your listing, you can specify the number of
42202  characters that are spanned by a tabulator in the field 
42203 \family sans
42204 Tabulator
42205 \begin_inset space ~
42206 \end_inset
42207
42208 size
42209 \family default
42210 .
42211 \end_layout
42212
42213 \begin_layout Standard
42214 \begin_inset Note Greyedout
42215 status open
42216
42217 \begin_layout Plain Layout
42218
42219 \series bold
42220 Note:
42221 \series default
42222  Due to a bug in the 
42223 \series bold
42224 listings
42225 \series default
42226  package the line numbering is shifted by a line by every previous listing.
42227  That's the reason why the lines 2 and 5 are numbered in the above listing
42228  and not the lines 3 and 6.
42229 \end_layout
42230
42231 \end_inset
42232
42233
42234 \end_layout
42235
42236 \begin_layout Standard
42237 \begin_inset VSpace bigskip
42238 \end_inset
42239
42240
42241 \end_layout
42242
42243 \begin_layout Standard
42244 It is also possible to print lines from a file as listing.
42245  To do this, use the menu 
42246 \family sans
42247 Insert\SpecialChar menuseparator
42248 File\SpecialChar menuseparator
42249 Child Document
42250 \family default
42251  and choose the type 
42252 \family sans
42253 Listings
42254 \family default
42255 .
42256 \begin_inset Foot
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260 The other child document types are described in section
42261 \begin_inset space ~
42262 \end_inset
42263
42264
42265 \begin_inset CommandInset ref
42266 LatexCommand ref
42267 reference "sec:Child-Documents"
42268
42269 \end_inset
42270
42271 .
42272 \end_layout
42273
42274 \end_inset
42275
42276  In the child document dialog you can specify the listing parameters in
42277  a text box.
42278  To show a list of all available parameters, type in a question mark 
42279 \begin_inset Quotes eld
42280 \end_inset
42281
42282 ?
42283 \begin_inset Quotes erd
42284 \end_inset
42285
42286  in the text box.
42287 \end_layout
42288
42289 \begin_layout Standard
42290 To reference child document listings, write a label text into the corresponding
42291  field of the child document dialog.
42292  The label can then be referenced using the menu 
42293 \family sans
42294 Insert\SpecialChar menuseparator
42295 Cross-Reference
42296 \family default
42297 .
42298 \end_layout
42299
42300 \begin_layout Standard
42301 Listing
42302 \begin_inset space ~
42303 \end_inset
42304
42305
42306 \begin_inset CommandInset ref
42307 LatexCommand ref
42308 reference "lst:file-listing"
42309
42310 \end_inset
42311
42312  is an example for a listing of a file; there the lines 10
42313 \begin_inset space \thinspace{}
42314 \end_inset
42315
42316 -
42317 \begin_inset space \thinspace{}
42318 \end_inset
42319
42320 15 of this \SpecialChar LyX
42321  file are listed.
42322 \end_layout
42323
42324 \begin_layout Standard
42325 \begin_inset CommandInset include
42326 LatexCommand lstinputlisting
42327 filename "EmbeddedObjects.lyx"
42328 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
42329 literal "true"
42330
42331 \end_inset
42332
42333
42334 \end_layout
42335
42336 \begin_layout Standard
42337 \begin_inset VSpace bigskip
42338 \end_inset
42339
42340
42341 \end_layout
42342
42343 \begin_layout Standard
42344 Inserting a formula into a listing can be done the following way:
42345 \end_layout
42346
42347 \begin_layout Enumerate
42348 Open the listings dialog and add
42349 \begin_inset Newline newline
42350 \end_inset
42351
42352
42353 \family sans
42354 mathescape=true
42355 \family default
42356
42357 \begin_inset Newline newline
42358 \end_inset
42359
42360 to the field of the 
42361 \family sans
42362 Advanced
42363 \family default
42364  tab.
42365 \end_layout
42366
42367 \begin_layout Enumerate
42368 Create a formula outside the listing
42369 \end_layout
42370
42371 \begin_layout Enumerate
42372 Copy the content of the formula (not the formula inset) to the clipboard
42373  (shortcut 
42374 \begin_inset Info
42375 type  "shortcut"
42376 arg   "copy"
42377 \end_inset
42378
42379 )
42380 \end_layout
42381
42382 \begin_layout Enumerate
42383 In the listing write 
42384 \begin_inset Quotes eld
42385 \end_inset
42386
42387
42388 \family sans
42389 $$
42390 \family default
42391
42392 \begin_inset Quotes erd
42393 \end_inset
42394
42395  and copy from the clipboard between the dollar-signs (shortcut 
42396 \begin_inset Info
42397 type  "shortcut"
42398 arg   "paste"
42399 \end_inset
42400
42401 )
42402 \end_layout
42403
42404 \begin_layout Standard
42405 \begin_inset listings
42406 lstparams "language=Python,mathescape=true"
42407 inline false
42408 status open
42409
42410 \begin_layout Plain Layout
42411
42412 \begin_inset Caption Standard
42413
42414 \begin_layout Plain Layout
42415 Example Listing float containing a formula
42416 \end_layout
42417
42418 \end_inset
42419
42420 # Example listing float
42421 \end_layout
42422
42423 \begin_layout Plain Layout
42424
42425 def func(param):
42426 \end_layout
42427
42428 \begin_layout Plain Layout
42429
42430     # $
42431 \backslash
42432 prod_{n=1}^{
42433 \backslash
42434 infty}
42435 \backslash
42436 ,
42437 \backslash
42438 frac{1}{x^{2}}$
42439 \end_layout
42440
42441 \begin_layout Plain Layout
42442
42443     pass
42444 \end_layout
42445
42446 \end_inset
42447
42448
42449 \end_layout
42450
42451 \begin_layout Standard
42452 \begin_inset VSpace bigskip
42453 \end_inset
42454
42455
42456 \end_layout
42457
42458 \begin_layout Standard
42459 Global listings settings can be set in the 
42460 \family sans
42461 Document\SpecialChar menuseparator
42462 Settings\SpecialChar menuseparator
42463 Listings
42464 \family default
42465  dialog.
42466  To get there a list of available options, type in a question mark 
42467 \begin_inset Quotes eld
42468 \end_inset
42469
42470 ?
42471 \begin_inset Quotes erd
42472 \end_inset
42473
42474 .
42475 \end_layout
42476
42477 \begin_layout Standard
42478 For more information about the 
42479 \series bold
42480 listings
42481 \series default
42482  and 
42483 \series bold
42484 minted
42485 \series default
42486  packages, we refer to their documentation 
42487 \begin_inset CommandInset citation
42488 LatexCommand cite
42489 key "listings,minted"
42490 literal "true"
42491
42492 \end_inset
42493
42494 .
42495 \end_layout
42496
42497 \begin_layout Standard
42498 \begin_inset Newpage newpage
42499 \end_inset
42500
42501
42502 \end_layout
42503
42504 \begin_layout Chapter
42505 \start_of_appendix
42506 Units available in \SpecialChar LyX
42507
42508 \begin_inset Index idx
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512 Units
42513 \end_layout
42514
42515 \end_inset
42516
42517
42518 \begin_inset CommandInset label
42519 LatexCommand label
42520 name "cha:Units-available-in"
42521
42522 \end_inset
42523
42524
42525 \end_layout
42526
42527 \begin_layout Standard
42528 To understand the units described in this documentation, Table
42529 \begin_inset space ~
42530 \end_inset
42531
42532
42533 \begin_inset CommandInset ref
42534 LatexCommand ref
42535 reference "tab:Units"
42536
42537 \end_inset
42538
42539  explains all units available in \SpecialChar LyX
42540 .
42541 \end_layout
42542
42543 \begin_layout Standard
42544 \begin_inset Float table
42545 placement h
42546 alignment document
42547 wide false
42548 sideways false
42549 status open
42550
42551 \begin_layout Plain Layout
42552 \begin_inset Caption Standard
42553
42554 \begin_layout Plain Layout
42555 \begin_inset CommandInset label
42556 LatexCommand label
42557 name "tab:Units"
42558
42559 \end_inset
42560
42561 Units
42562 \end_layout
42563
42564 \end_inset
42565
42566
42567 \end_layout
42568
42569 \begin_layout Plain Layout
42570 \begin_inset VSpace medskip
42571 \end_inset
42572
42573
42574 \end_layout
42575
42576 \begin_layout Plain Layout
42577 \align center
42578 \begin_inset Tabular
42579 <lyxtabular version="3" rows="21" columns="3">
42580 <features tabularvalignment="middle">
42581 <column alignment="center" valignment="top">
42582 <column alignment="center" valignment="middle" width="50col%">
42583 <column alignment="center" valignment="top">
42584 <row>
42585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42586 \begin_inset Text
42587
42588 \begin_layout Plain Layout
42589 unit
42590 \end_layout
42591
42592 \end_inset
42593 </cell>
42594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42595 \begin_inset Text
42596
42597 \begin_layout Plain Layout
42598 name/description
42599 \end_layout
42600
42601 \end_inset
42602 </cell>
42603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42604 \begin_inset Text
42605
42606 \begin_layout Plain Layout
42607 \SpecialChar LaTeX
42608  command
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 </row>
42614 <row>
42615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42616 \begin_inset Text
42617
42618 \begin_layout Plain Layout
42619 bp
42620 \end_layout
42621
42622 \end_inset
42623 </cell>
42624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42625 \begin_inset Text
42626
42627 \begin_layout Plain Layout
42628 big point (72
42629 \begin_inset space \thinspace{}
42630 \end_inset
42631
42632 bp = 1
42633 \begin_inset space \thinspace{}
42634 \end_inset
42635
42636 in)
42637 \end_layout
42638
42639 \end_inset
42640 </cell>
42641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42642 \begin_inset Text
42643
42644 \begin_layout Plain Layout
42645 -
42646 \end_layout
42647
42648 \end_inset
42649 </cell>
42650 </row>
42651 <row>
42652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42653 \begin_inset Text
42654
42655 \begin_layout Plain Layout
42656 cc
42657 \end_layout
42658
42659 \end_inset
42660 </cell>
42661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42662 \begin_inset Text
42663
42664 \begin_layout Plain Layout
42665 cicero (1
42666 \begin_inset space \thinspace{}
42667 \end_inset
42668
42669 cc = 12
42670 \begin_inset space \thinspace{}
42671 \end_inset
42672
42673 dd)
42674 \end_layout
42675
42676 \end_inset
42677 </cell>
42678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42679 \begin_inset Text
42680
42681 \begin_layout Plain Layout
42682 -
42683 \end_layout
42684
42685 \end_inset
42686 </cell>
42687 </row>
42688 <row>
42689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42690 \begin_inset Text
42691
42692 \begin_layout Plain Layout
42693 cm
42694 \end_layout
42695
42696 \end_inset
42697 </cell>
42698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42699 \begin_inset Text
42700
42701 \begin_layout Plain Layout
42702 centimeter
42703 \end_layout
42704
42705 \end_inset
42706 </cell>
42707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42708 \begin_inset Text
42709
42710 \begin_layout Plain Layout
42711 -
42712 \end_layout
42713
42714 \end_inset
42715 </cell>
42716 </row>
42717 <row>
42718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42719 \begin_inset Text
42720
42721 \begin_layout Plain Layout
42722 dd
42723 \end_layout
42724
42725 \end_inset
42726 </cell>
42727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42728 \begin_inset Text
42729
42730 \begin_layout Plain Layout
42731 didot (1
42732 \begin_inset space \thinspace{}
42733 \end_inset
42734
42735 dd 
42736 \begin_inset Formula $\approx$
42737 \end_inset
42738
42739  0.376
42740 \begin_inset space \thinspace{}
42741 \end_inset
42742
42743 mm)
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42749 \begin_inset Text
42750
42751 \begin_layout Plain Layout
42752 -
42753 \end_layout
42754
42755 \end_inset
42756 </cell>
42757 </row>
42758 <row>
42759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42760 \begin_inset Text
42761
42762 \begin_layout Plain Layout
42763 em
42764 \end_layout
42765
42766 \end_inset
42767 </cell>
42768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42769 \begin_inset Text
42770
42771 \begin_layout Plain Layout
42772 width of letter 
42773 \emph on
42774 M
42775 \emph default
42776  in current font
42777 \end_layout
42778
42779 \end_inset
42780 </cell>
42781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42782 \begin_inset Text
42783
42784 \begin_layout Plain Layout
42785 -
42786 \end_layout
42787
42788 \end_inset
42789 </cell>
42790 </row>
42791 <row>
42792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42793 \begin_inset Text
42794
42795 \begin_layout Plain Layout
42796 ex
42797 \end_layout
42798
42799 \end_inset
42800 </cell>
42801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42802 \begin_inset Text
42803
42804 \begin_layout Plain Layout
42805 height of letter 
42806 \emph on
42807 x
42808 \emph default
42809  in current font
42810 \end_layout
42811
42812 \end_inset
42813 </cell>
42814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42815 \begin_inset Text
42816
42817 \begin_layout Plain Layout
42818 -
42819 \end_layout
42820
42821 \end_inset
42822 </cell>
42823 </row>
42824 <row>
42825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42826 \begin_inset Text
42827
42828 \begin_layout Plain Layout
42829 in
42830 \end_layout
42831
42832 \end_inset
42833 </cell>
42834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42835 \begin_inset Text
42836
42837 \begin_layout Plain Layout
42838 inch
42839 \end_layout
42840
42841 \end_inset
42842 </cell>
42843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42844 \begin_inset Text
42845
42846 \begin_layout Plain Layout
42847 -
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 </row>
42853 <row>
42854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42855 \begin_inset Text
42856
42857 \begin_layout Plain Layout
42858 mm
42859 \end_layout
42860
42861 \end_inset
42862 </cell>
42863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42864 \begin_inset Text
42865
42866 \begin_layout Plain Layout
42867 millimeter
42868 \end_layout
42869
42870 \end_inset
42871 </cell>
42872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42873 \begin_inset Text
42874
42875 \begin_layout Plain Layout
42876 -
42877 \end_layout
42878
42879 \end_inset
42880 </cell>
42881 </row>
42882 <row>
42883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42884 \begin_inset Text
42885
42886 \begin_layout Plain Layout
42887 mu
42888 \end_layout
42889
42890 \end_inset
42891 </cell>
42892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42893 \begin_inset Text
42894
42895 \begin_layout Plain Layout
42896 math unit (1
42897 \begin_inset space \thinspace{}
42898 \end_inset
42899
42900 mu = 1/18
42901 \begin_inset space \thinspace{}
42902 \end_inset
42903
42904 em)
42905 \end_layout
42906
42907 \end_inset
42908 </cell>
42909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42910 \begin_inset Text
42911
42912 \begin_layout Plain Layout
42913 -
42914 \end_layout
42915
42916 \end_inset
42917 </cell>
42918 </row>
42919 <row>
42920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42921 \begin_inset Text
42922
42923 \begin_layout Plain Layout
42924 pt
42925 \end_layout
42926
42927 \end_inset
42928 </cell>
42929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42930 \begin_inset Text
42931
42932 \begin_layout Plain Layout
42933 point (72.27
42934 \begin_inset space \thinspace{}
42935 \end_inset
42936
42937 pt = 1
42938 \begin_inset space \thinspace{}
42939 \end_inset
42940
42941 in)
42942 \end_layout
42943
42944 \end_inset
42945 </cell>
42946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42947 \begin_inset Text
42948
42949 \begin_layout Plain Layout
42950 -
42951 \end_layout
42952
42953 \end_inset
42954 </cell>
42955 </row>
42956 <row>
42957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42958 \begin_inset Text
42959
42960 \begin_layout Plain Layout
42961 pc
42962 \end_layout
42963
42964 \end_inset
42965 </cell>
42966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42967 \begin_inset Text
42968
42969 \begin_layout Plain Layout
42970 pica (1
42971 \begin_inset space \thinspace{}
42972 \end_inset
42973
42974 pc = 12
42975 \begin_inset space \thinspace{}
42976 \end_inset
42977
42978 pt)
42979 \end_layout
42980
42981 \end_inset
42982 </cell>
42983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42984 \begin_inset Text
42985
42986 \begin_layout Plain Layout
42987 -
42988 \end_layout
42989
42990 \end_inset
42991 </cell>
42992 </row>
42993 <row>
42994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42995 \begin_inset Text
42996
42997 \begin_layout Plain Layout
42998 sp
42999 \end_layout
43000
43001 \end_inset
43002 </cell>
43003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43004 \begin_inset Text
43005
43006 \begin_layout Plain Layout
43007 scaled point (65536
43008 \begin_inset space \thinspace{}
43009 \end_inset
43010
43011 sp = 1
43012 \begin_inset space \thinspace{}
43013 \end_inset
43014
43015 pt)
43016 \end_layout
43017
43018 \end_inset
43019 </cell>
43020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43021 \begin_inset Text
43022
43023 \begin_layout Plain Layout
43024 -
43025 \end_layout
43026
43027 \end_inset
43028 </cell>
43029 </row>
43030 <row>
43031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43032 \begin_inset Text
43033
43034 \begin_layout Plain Layout
43035 Column Width %
43036 \end_layout
43037
43038 \end_inset
43039 </cell>
43040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43041 \begin_inset Text
43042
43043 \begin_layout Plain Layout
43044 % of column width
43045 \end_layout
43046
43047 \end_inset
43048 </cell>
43049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43050 \begin_inset Text
43051
43052 \begin_layout Plain Layout
43053
43054 \backslash
43055 columnwidth
43056 \end_layout
43057
43058 \end_inset
43059 </cell>
43060 </row>
43061 <row>
43062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43063 \begin_inset Text
43064
43065 \begin_layout Plain Layout
43066 Line Distance %
43067 \end_layout
43068
43069 \end_inset
43070 </cell>
43071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43072 \begin_inset Text
43073
43074 \begin_layout Plain Layout
43075 % of height between baselines of two subsequent text lines
43076 \end_layout
43077
43078 \end_inset
43079 </cell>
43080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43081 \begin_inset Text
43082
43083 \begin_layout Plain Layout
43084
43085 \backslash
43086 baselineskip
43087 \end_layout
43088
43089 \end_inset
43090 </cell>
43091 </row>
43092 <row>
43093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43094 \begin_inset Text
43095
43096 \begin_layout Plain Layout
43097 Line Width %
43098 \end_layout
43099
43100 \end_inset
43101 </cell>
43102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43103 \begin_inset Text
43104
43105 \begin_layout Plain Layout
43106 % of line width
43107 \end_layout
43108
43109 \end_inset
43110 </cell>
43111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43112 \begin_inset Text
43113
43114 \begin_layout Plain Layout
43115
43116 \backslash
43117 linewidth
43118 \end_layout
43119
43120 \end_inset
43121 </cell>
43122 </row>
43123 <row>
43124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43125 \begin_inset Text
43126
43127 \begin_layout Plain Layout
43128 Page Height %
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43134 \begin_inset Text
43135
43136 \begin_layout Plain Layout
43137 % of paper height
43138 \end_layout
43139
43140 \end_inset
43141 </cell>
43142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43143 \begin_inset Text
43144
43145 \begin_layout Plain Layout
43146
43147 \backslash
43148 paperheight
43149 \end_layout
43150
43151 \end_inset
43152 </cell>
43153 </row>
43154 <row>
43155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43156 \begin_inset Text
43157
43158 \begin_layout Plain Layout
43159 Page Width %
43160 \end_layout
43161
43162 \end_inset
43163 </cell>
43164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43165 \begin_inset Text
43166
43167 \begin_layout Plain Layout
43168 % of paper width
43169 \end_layout
43170
43171 \end_inset
43172 </cell>
43173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43174 \begin_inset Text
43175
43176 \begin_layout Plain Layout
43177
43178 \backslash
43179 paperwidth
43180 \end_layout
43181
43182 \end_inset
43183 </cell>
43184 </row>
43185 <row>
43186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43187 \begin_inset Text
43188
43189 \begin_layout Plain Layout
43190 Scale Graphics %
43191 \end_layout
43192
43193 \end_inset
43194 </cell>
43195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43196 \begin_inset Text
43197
43198 \begin_layout Plain Layout
43199 % of original image width
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43205 \begin_inset Text
43206
43207 \begin_layout Plain Layout
43208
43209 \end_layout
43210
43211 \end_inset
43212 </cell>
43213 </row>
43214 <row>
43215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43216 \begin_inset Text
43217
43218 \begin_layout Plain Layout
43219 Text Height %
43220 \end_layout
43221
43222 \end_inset
43223 </cell>
43224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43225 \begin_inset Text
43226
43227 \begin_layout Plain Layout
43228 % of text height
43229 \end_layout
43230
43231 \end_inset
43232 </cell>
43233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43234 \begin_inset Text
43235
43236 \begin_layout Plain Layout
43237
43238 \backslash
43239 textheight
43240 \end_layout
43241
43242 \end_inset
43243 </cell>
43244 </row>
43245 <row>
43246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43247 \begin_inset Text
43248
43249 \begin_layout Plain Layout
43250 Text Width %
43251 \end_layout
43252
43253 \end_inset
43254 </cell>
43255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43256 \begin_inset Text
43257
43258 \begin_layout Plain Layout
43259 % of text width
43260 \end_layout
43261
43262 \end_inset
43263 </cell>
43264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43265 \begin_inset Text
43266
43267 \begin_layout Plain Layout
43268
43269 \backslash
43270 textwidth
43271 \end_layout
43272
43273 \end_inset
43274 </cell>
43275 </row>
43276 </lyxtabular>
43277
43278 \end_inset
43279
43280
43281 \end_layout
43282
43283 \end_inset
43284
43285
43286 \end_layout
43287
43288 \begin_layout Chapter
43289 Output File Formats with Graphics
43290 \begin_inset CommandInset label
43291 LatexCommand label
43292 name "cha:Output-File-Formats"
43293
43294 \end_inset
43295
43296
43297 \end_layout
43298
43299 \begin_layout Section
43300 DVI
43301 \begin_inset Index idx
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305 File Formats ! DVI
43306 \end_layout
43307
43308 \end_inset
43309
43310
43311 \begin_inset Index idx
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315 DVI|see
43316 \begin_inset ERT
43317 status collapsed
43318
43319 \begin_layout Plain Layout
43320
43321 {
43322 \end_layout
43323
43324 \end_inset
43325
43326 File Formats
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \end_layout
43339
43340 \end_inset
43341
43342
43343 \end_layout
43344
43345 \begin_layout Standard
43346 This file type has the extension 
43347 \begin_inset Quotes eld
43348 \end_inset
43349
43350
43351 \family typewriter
43352 .dvi
43353 \family default
43354
43355 \begin_inset Quotes erd
43356 \end_inset
43357
43358 .
43359  It is called 
43360 \begin_inset Quotes eld
43361 \end_inset
43362
43363 device-independent
43364 \begin_inset Quotes erd
43365 \end_inset
43366
43367  (DVI), because it is completely portable; you can move them from one machine
43368  to another without needing to do any sort of conversion.
43369  At the time when this file-format was developed, this was no matter of
43370  course.
43371  DVIs are used for quick previews and as pre-stage for other output formats,
43372  like PostScript.
43373 \end_layout
43374
43375 \begin_layout Standard
43376 \begin_inset Note Greyedout
43377 status open
43378
43379 \begin_layout Plain Layout
43380
43381 \series bold
43382 Note:
43383 \series default
43384  DVI-files do not contain images; they will only be a linked.
43385 \end_layout
43386
43387 \end_inset
43388
43389  So don't forget this, if you move your 
43390 \family typewriter
43391 .dvi
43392 \family default
43393  file to another computer.
43394  This property can also slow down your computer when you view the DVI, because
43395  the DVI-viewer has to convert the image in the background to make it visible
43396  when you scroll in the DVI.
43397  So it is recommended that you use PDF for files with many images.
43398 \end_layout
43399
43400 \begin_layout Standard
43401 You can export your document to DVI by using the menu 
43402 \family sans
43403 File\SpecialChar menuseparator
43404 Export\SpecialChar menuseparator
43405 DVI
43406 \family default
43407 .
43408  You can view your document as DVI via the 
43409 \family sans
43410 View
43411 \family default
43412  menu.
43413 \end_layout
43414
43415 \begin_layout Section
43416 PostScript
43417 \begin_inset Index idx
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421 File Formats ! PostScript
43422 \end_layout
43423
43424 \end_inset
43425
43426
43427 \begin_inset Index idx
43428 status collapsed
43429
43430 \begin_layout Plain Layout
43431 PostScript|see
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 {
43438 \end_layout
43439
43440 \end_inset
43441
43442 File Formats
43443 \begin_inset ERT
43444 status collapsed
43445
43446 \begin_layout Plain Layout
43447
43448 }
43449 \end_layout
43450
43451 \end_inset
43452
43453
43454 \end_layout
43455
43456 \end_inset
43457
43458
43459 \end_layout
43460
43461 \begin_layout Standard
43462 This file type has the extension 
43463 \begin_inset Quotes eld
43464 \end_inset
43465
43466
43467 \family typewriter
43468 .ps
43469 \family default
43470
43471 \begin_inset Quotes erd
43472 \end_inset
43473
43474 .
43475  PostScript was developed by the company 
43476 \family typewriter
43477 Adobe
43478 \family default
43479  as a printer language.
43480  The file therefore contains commands that the printer uses to print the
43481  file.
43482  PostScript can be seen as a 
43483 \begin_inset Quotes eld
43484 \end_inset
43485
43486 programming language
43487 \begin_inset Quotes erd
43488 \end_inset
43489
43490 ; you can calculate with it and draw diagrams and images.
43491 \begin_inset Foot
43492 status collapsed
43493
43494 \begin_layout Plain Layout
43495 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
43496 -package
43497  
43498 \series bold
43499 PSTricks
43500 \series default
43501  
43502 \begin_inset CommandInset citation
43503 LatexCommand cite
43504 key "pstricks"
43505 literal "true"
43506
43507 \end_inset
43508
43509 .
43510 \end_layout
43511
43512 \end_inset
43513
43514  Due to this ability, the files are often bigger than PDFs.
43515 \end_layout
43516
43517 \begin_layout Standard
43518 PostScript can only contain images in the format 
43519 \begin_inset Quotes eld
43520 \end_inset
43521
43522 Encapsulated PostScript
43523 \begin_inset Quotes erd
43524 \end_inset
43525
43526  (EPS, file extension 
43527 \begin_inset Quotes eld
43528 \end_inset
43529
43530
43531 \family typewriter
43532 .eps
43533 \family default
43534
43535 \begin_inset Quotes erd
43536 \end_inset
43537
43538 ).
43539  As \SpecialChar LyX
43540  allows you to use any known image format in your document, it has to
43541  convert images in the background to EPS.
43542  If you have e.g.
43543 \begin_inset space ~
43544 \end_inset
43545
43546 50
43547 \begin_inset space ~
43548 \end_inset
43549
43550 images in your document, \SpecialChar LyX
43551  has to do 50
43552 \begin_inset space ~
43553 \end_inset
43554
43555 conversions whenever you view or export your document.
43556  This will slow down your work flow with \SpecialChar LyX
43557  drastically.
43558  So if you plan to use PostScript, you can insert your images directly as
43559  EPS to avoid this problem.
43560 \end_layout
43561
43562 \begin_layout Standard
43563 You can export your document to PostScript using the menu 
43564 \family sans
43565 File\SpecialChar menuseparator
43566 Export\SpecialChar menuseparator
43567 Postscript
43568 \family default
43569 .
43570  You can view your document as PostScript via the 
43571 \family sans
43572 View
43573 \family default
43574  menu.
43575 \end_layout
43576
43577 \begin_layout Section
43578 PDF
43579 \begin_inset Index idx
43580 status collapsed
43581
43582 \begin_layout Plain Layout
43583 File Formats ! PDF
43584 \end_layout
43585
43586 \end_inset
43587
43588
43589 \begin_inset Index idx
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593 PDF
43594 \end_layout
43595
43596 \end_inset
43597
43598
43599 \end_layout
43600
43601 \begin_layout Standard
43602 This file type has the extension 
43603 \begin_inset Quotes eld
43604 \end_inset
43605
43606
43607 \family typewriter
43608 .pdf
43609 \family default
43610
43611 \begin_inset Quotes erd
43612 \end_inset
43613
43614 .
43615  The 
43616 \begin_inset Quotes eld
43617 \end_inset
43618
43619 Portable Document Format
43620 \begin_inset Quotes erd
43621 \end_inset
43622
43623  (PDF) was developed by 
43624 \family typewriter
43625 Adobe
43626 \family default
43627  as a derivative of PostScript.
43628  It is more compressed and it uses fewer commands than PostScript.
43629  As the name 
43630 \begin_inset Quotes eld
43631 \end_inset
43632
43633 portable
43634 \begin_inset Quotes erd
43635 \end_inset
43636
43637  implies, it can be processed at any computer system and the printed output
43638  looks exactly the same.
43639 \end_layout
43640
43641 \begin_layout Standard
43642 PDF can contain images in its own PDF format, in the format 
43643 \begin_inset Quotes eld
43644 \end_inset
43645
43646 Joint Photographic Experts Group
43647 \begin_inset Quotes erd
43648 \end_inset
43649
43650  (JPG, file extension 
43651 \begin_inset Quotes eld
43652 \end_inset
43653
43654
43655 \family typewriter
43656 .jpg
43657 \family default
43658
43659 \begin_inset Quotes erd
43660 \end_inset
43661
43662  or 
43663 \begin_inset Quotes eld
43664 \end_inset
43665
43666
43667 \family typewriter
43668 .jpeg
43669 \family default
43670
43671 \begin_inset Quotes erd
43672 \end_inset
43673
43674 ), and in the format 
43675 \begin_inset Quotes eld
43676 \end_inset
43677
43678 Portable Network Graphics
43679 \begin_inset Quotes erd
43680 \end_inset
43681
43682  (PNG, file extension 
43683 \begin_inset Quotes eld
43684 \end_inset
43685
43686
43687 \family typewriter
43688 .png
43689 \family default
43690
43691 \begin_inset Quotes erd
43692 \end_inset
43693
43694 ).
43695  Nevertheless you can use any other image format, because \SpecialChar LyX
43696  converts them
43697  in the background to one of these formats.
43698  But as described in the section about PostScript, the image conversion
43699  will slow down your work flow.
43700  So it is recommended that you use images in one of the three mentioned
43701  formats.
43702 \end_layout
43703
43704 \begin_layout Standard
43705 You can export your document to PDF via the menu 
43706 \family sans
43707 File\SpecialChar menuseparator
43708 Export
43709 \family default
43710  in three different ways:
43711 \end_layout
43712
43713 \begin_layout Description
43714 PDF
43715 \begin_inset space ~
43716 \end_inset
43717
43718 (ps2pdf) This uses the program 
43719 \family typewriter
43720 ps2pdf
43721 \family default
43722  that creates a PDF from a PostScript-version of your file.
43723  The PostScript-version is produced by the program 
43724 \family typewriter
43725 dvips
43726 \family default
43727  which uses a DVI-version as intermediate step.
43728  So this export variant consists of three conversions.
43729 \end_layout
43730
43731 \begin_layout Description
43732 PDF
43733 \begin_inset space ~
43734 \end_inset
43735
43736 (dvipdfm) This uses the program 
43737 \family typewriter
43738 dvipdfm
43739 \family default
43740  that converts your file in the background to DVI and in a second step to
43741  PDF.
43742 \end_layout
43743
43744 \begin_layout Description
43745 PDF
43746 \begin_inset space ~
43747 \end_inset
43748
43749 (pdflatex) This uses the program 
43750 \family typewriter
43751 pdftex
43752 \family default
43753  that converts your file directly to PDF.
43754 \end_layout
43755
43756 \begin_layout Standard
43757 It is recommended that you use 
43758 \family sans
43759 PDF
43760 \begin_inset space ~
43761 \end_inset
43762
43763 (pdflatex)
43764 \family default
43765  because 
43766 \family typewriter
43767 pdftex
43768 \family default
43769  supports all features of actual PDF-versions, is quick and works stable.
43770  The program 
43771 \family typewriter
43772 dvipdfm
43773 \family default
43774  is not under development and therefore a bit outdated.
43775 \end_layout
43776
43777 \begin_layout Standard
43778 You can view your document as PDF via the 
43779 \family sans
43780 View
43781 \family default
43782  menu or by using a toolbar button.
43783 \end_layout
43784
43785 \begin_layout Chapter
43786 List of dvips color names
43787 \begin_inset CommandInset label
43788 LatexCommand label
43789 name "chap:List-of-dvips-colornames"
43790
43791 \end_inset
43792
43793
43794 \end_layout
43795
43796 \begin_layout Standard
43797 \begin_inset Tabular
43798 <lyxtabular version="3" rows="17" columns="4">
43799 <features tabularvalignment="middle">
43800 <column alignment="left" valignment="top" width="0pt">
43801 <column alignment="left" valignment="top" width="0pt">
43802 <column alignment="left" valignment="top" width="0pt">
43803 <column alignment="left" valignment="top" width="0pt">
43804 <row>
43805 <cell alignment="left" valignment="top" usebox="none">
43806 \begin_inset Text
43807
43808 \begin_layout Plain Layout
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814
43815 \backslash
43816 fcolorbox{black}{
43817 \end_layout
43818
43819 \end_inset
43820
43821 white
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827 }{
43828 \end_layout
43829
43830 \end_inset
43831
43832 Color
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838 }
43839 \end_layout
43840
43841 \end_inset
43842
43843  Color name
43844 \end_layout
43845
43846 \end_inset
43847 </cell>
43848 <cell alignment="left" valignment="top" usebox="none">
43849 \begin_inset Text
43850
43851 \begin_layout Plain Layout
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857
43858 \backslash
43859 fcolorbox{black}{
43860 \end_layout
43861
43862 \end_inset
43863
43864 white
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870 }{
43871 \end_layout
43872
43873 \end_inset
43874
43875 Color
43876 \begin_inset ERT
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880
43881 }
43882 \end_layout
43883
43884 \end_inset
43885
43886  Color name
43887 \end_layout
43888
43889 \end_inset
43890 </cell>
43891 <cell alignment="left" valignment="top" usebox="none">
43892 \begin_inset Text
43893
43894 \begin_layout Plain Layout
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900
43901 \backslash
43902 fcolorbox{black}{
43903 \end_layout
43904
43905 \end_inset
43906
43907 white
43908 \begin_inset ERT
43909 status collapsed
43910
43911 \begin_layout Plain Layout
43912
43913 }{
43914 \end_layout
43915
43916 \end_inset
43917
43918 Color
43919 \begin_inset ERT
43920 status collapsed
43921
43922 \begin_layout Plain Layout
43923
43924 }
43925 \end_layout
43926
43927 \end_inset
43928
43929  Color name
43930 \end_layout
43931
43932 \end_inset
43933 </cell>
43934 <cell alignment="left" valignment="top" usebox="none">
43935 \begin_inset Text
43936
43937 \begin_layout Plain Layout
43938 \begin_inset ERT
43939 status collapsed
43940
43941 \begin_layout Plain Layout
43942
43943
43944 \backslash
43945 fcolorbox{black}{
43946 \end_layout
43947
43948 \end_inset
43949
43950 white
43951 \begin_inset ERT
43952 status collapsed
43953
43954 \begin_layout Plain Layout
43955
43956 }{
43957 \end_layout
43958
43959 \end_inset
43960
43961 Color
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }
43968 \end_layout
43969
43970 \end_inset
43971
43972  Color name
43973 \end_layout
43974
43975 \end_inset
43976 </cell>
43977 </row>
43978 <row>
43979 <cell alignment="center" valignment="top" usebox="none">
43980 \begin_inset Text
43981
43982 \begin_layout Plain Layout
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988
43989 \backslash
43990 fcolorbox{black}{
43991 \end_layout
43992
43993 \end_inset
43994
43995 Apricot
43996 \begin_inset ERT
43997 status collapsed
43998
43999 \begin_layout Plain Layout
44000
44001 }{
44002 \end_layout
44003
44004 \end_inset
44005
44006
44007 \begin_inset Phantom Phantom
44008 status open
44009
44010 \begin_layout Plain Layout
44011 W
44012 \end_layout
44013
44014 \end_inset
44015
44016
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }
44023 \end_layout
44024
44025 \end_inset
44026
44027  Apricot
44028 \end_layout
44029
44030 \end_inset
44031 </cell>
44032 <cell alignment="center" valignment="top" usebox="none">
44033 \begin_inset Text
44034
44035 \begin_layout Plain Layout
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041
44042 \backslash
44043 fcolorbox{black}{
44044 \end_layout
44045
44046 \end_inset
44047
44048 Aquamarine
44049 \begin_inset ERT
44050 status collapsed
44051
44052 \begin_layout Plain Layout
44053
44054 }{
44055 \end_layout
44056
44057 \end_inset
44058
44059
44060 \begin_inset Phantom Phantom
44061 status open
44062
44063 \begin_layout Plain Layout
44064 W
44065 \end_layout
44066
44067 \end_inset
44068
44069
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }
44076 \end_layout
44077
44078 \end_inset
44079
44080  Aquamarine
44081 \end_layout
44082
44083 \end_inset
44084 </cell>
44085 <cell alignment="center" valignment="top" usebox="none">
44086 \begin_inset Text
44087
44088 \begin_layout Plain Layout
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094
44095 \backslash
44096 fcolorbox{black}{
44097 \end_layout
44098
44099 \end_inset
44100
44101 Bittersweet
44102 \begin_inset ERT
44103 status collapsed
44104
44105 \begin_layout Plain Layout
44106
44107 }{
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset Phantom Phantom
44114 status open
44115
44116 \begin_layout Plain Layout
44117 W
44118 \end_layout
44119
44120 \end_inset
44121
44122
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128 }
44129 \end_layout
44130
44131 \end_inset
44132
44133  Bittersweet
44134 \end_layout
44135
44136 \end_inset
44137 </cell>
44138 <cell alignment="center" valignment="top" usebox="none">
44139 \begin_inset Text
44140
44141 \begin_layout Plain Layout
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147
44148 \backslash
44149 fcolorbox{black}{
44150 \end_layout
44151
44152 \end_inset
44153
44154 BlueGreen
44155 \begin_inset ERT
44156 status collapsed
44157
44158 \begin_layout Plain Layout
44159
44160 }{
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset Phantom Phantom
44167 status open
44168
44169 \begin_layout Plain Layout
44170 W
44171 \end_layout
44172
44173 \end_inset
44174
44175
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }
44182 \end_layout
44183
44184 \end_inset
44185
44186  BlueGreen
44187 \end_layout
44188
44189 \end_inset
44190 </cell>
44191 </row>
44192 <row>
44193 <cell alignment="left" valignment="top" usebox="none">
44194 \begin_inset Text
44195
44196 \begin_layout Plain Layout
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202
44203 \backslash
44204 fcolorbox{black}{
44205 \end_layout
44206
44207 \end_inset
44208
44209 BlueViolet
44210 \begin_inset ERT
44211 status collapsed
44212
44213 \begin_layout Plain Layout
44214
44215 }{
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset Phantom Phantom
44222 status open
44223
44224 \begin_layout Plain Layout
44225 W
44226 \end_layout
44227
44228 \end_inset
44229
44230
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }
44237 \end_layout
44238
44239 \end_inset
44240
44241  BlueViolet
44242 \end_layout
44243
44244 \end_inset
44245 </cell>
44246 <cell alignment="left" valignment="top" usebox="none">
44247 \begin_inset Text
44248
44249 \begin_layout Plain Layout
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255
44256 \backslash
44257 fcolorbox{black}{
44258 \end_layout
44259
44260 \end_inset
44261
44262 BrickRed
44263 \begin_inset ERT
44264 status collapsed
44265
44266 \begin_layout Plain Layout
44267
44268 }{
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset Phantom Phantom
44275 status open
44276
44277 \begin_layout Plain Layout
44278 W
44279 \end_layout
44280
44281 \end_inset
44282
44283
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }
44290 \end_layout
44291
44292 \end_inset
44293
44294  BrickRed
44295 \end_layout
44296
44297 \end_inset
44298 </cell>
44299 <cell alignment="left" valignment="top" usebox="none">
44300 \begin_inset Text
44301
44302 \begin_layout Plain Layout
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308
44309 \backslash
44310 fcolorbox{black}{
44311 \end_layout
44312
44313 \end_inset
44314
44315 Brown
44316 \begin_inset ERT
44317 status collapsed
44318
44319 \begin_layout Plain Layout
44320
44321 }{
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset Phantom Phantom
44328 status open
44329
44330 \begin_layout Plain Layout
44331 W
44332 \end_layout
44333
44334 \end_inset
44335
44336
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342 }
44343 \end_layout
44344
44345 \end_inset
44346
44347  Brown
44348 \end_layout
44349
44350 \end_inset
44351 </cell>
44352 <cell alignment="left" valignment="top" usebox="none">
44353 \begin_inset Text
44354
44355 \begin_layout Plain Layout
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361
44362 \backslash
44363 fcolorbox{black}{
44364 \end_layout
44365
44366 \end_inset
44367
44368 BurntOrange
44369 \begin_inset ERT
44370 status collapsed
44371
44372 \begin_layout Plain Layout
44373
44374 }{
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset Phantom Phantom
44381 status open
44382
44383 \begin_layout Plain Layout
44384 W
44385 \end_layout
44386
44387 \end_inset
44388
44389
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }
44396 \end_layout
44397
44398 \end_inset
44399
44400  BurntOrange
44401 \end_layout
44402
44403 \end_inset
44404 </cell>
44405 </row>
44406 <row>
44407 <cell alignment="left" valignment="top" usebox="none">
44408 \begin_inset Text
44409
44410 \begin_layout Plain Layout
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416
44417 \backslash
44418 fcolorbox{black}{
44419 \end_layout
44420
44421 \end_inset
44422
44423 CadetBlue
44424 \begin_inset ERT
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428
44429 }{
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset Phantom Phantom
44436 status open
44437
44438 \begin_layout Plain Layout
44439 W
44440 \end_layout
44441
44442 \end_inset
44443
44444
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }
44451 \end_layout
44452
44453 \end_inset
44454
44455  CadetBlue
44456 \end_layout
44457
44458 \end_inset
44459 </cell>
44460 <cell alignment="left" valignment="top" usebox="none">
44461 \begin_inset Text
44462
44463 \begin_layout Plain Layout
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469
44470 \backslash
44471 fcolorbox{black}{
44472 \end_layout
44473
44474 \end_inset
44475
44476 CarnationPink
44477 \begin_inset ERT
44478 status collapsed
44479
44480 \begin_layout Plain Layout
44481
44482 }{
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset Phantom Phantom
44489 status open
44490
44491 \begin_layout Plain Layout
44492 W
44493 \end_layout
44494
44495 \end_inset
44496
44497
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }
44504 \end_layout
44505
44506 \end_inset
44507
44508  CarnationPink
44509 \end_layout
44510
44511 \end_inset
44512 </cell>
44513 <cell alignment="left" valignment="top" usebox="none">
44514 \begin_inset Text
44515
44516 \begin_layout Plain Layout
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522
44523 \backslash
44524 fcolorbox{black}{
44525 \end_layout
44526
44527 \end_inset
44528
44529 Cerulean
44530 \begin_inset ERT
44531 status collapsed
44532
44533 \begin_layout Plain Layout
44534
44535 }{
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset Phantom Phantom
44542 status open
44543
44544 \begin_layout Plain Layout
44545 W
44546 \end_layout
44547
44548 \end_inset
44549
44550
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556 }
44557 \end_layout
44558
44559 \end_inset
44560
44561  Cerulean
44562 \end_layout
44563
44564 \end_inset
44565 </cell>
44566 <cell alignment="left" valignment="top" usebox="none">
44567 \begin_inset Text
44568
44569 \begin_layout Plain Layout
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575
44576 \backslash
44577 fcolorbox{black}{
44578 \end_layout
44579
44580 \end_inset
44581
44582 CornflowerBlue
44583 \begin_inset ERT
44584 status collapsed
44585
44586 \begin_layout Plain Layout
44587
44588 }{
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset Phantom Phantom
44595 status open
44596
44597 \begin_layout Plain Layout
44598 W
44599 \end_layout
44600
44601 \end_inset
44602
44603
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }
44610 \end_layout
44611
44612 \end_inset
44613
44614  CornflowerBlue
44615 \end_layout
44616
44617 \end_inset
44618 </cell>
44619 </row>
44620 <row>
44621 <cell alignment="left" valignment="top" usebox="none">
44622 \begin_inset Text
44623
44624 \begin_layout Plain Layout
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630
44631 \backslash
44632 fcolorbox{black}{
44633 \end_layout
44634
44635 \end_inset
44636
44637 Dandelion
44638 \begin_inset ERT
44639 status collapsed
44640
44641 \begin_layout Plain Layout
44642
44643 }{
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset Phantom Phantom
44650 status open
44651
44652 \begin_layout Plain Layout
44653 W
44654 \end_layout
44655
44656 \end_inset
44657
44658
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }
44665 \end_layout
44666
44667 \end_inset
44668
44669  Dandelion
44670 \end_layout
44671
44672 \end_inset
44673 </cell>
44674 <cell alignment="left" valignment="top" usebox="none">
44675 \begin_inset Text
44676
44677 \begin_layout Plain Layout
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683
44684 \backslash
44685 fcolorbox{black}{
44686 \end_layout
44687
44688 \end_inset
44689
44690 DarkOrchid
44691 \begin_inset ERT
44692 status collapsed
44693
44694 \begin_layout Plain Layout
44695
44696 }{
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset Phantom Phantom
44703 status open
44704
44705 \begin_layout Plain Layout
44706 W
44707 \end_layout
44708
44709 \end_inset
44710
44711
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717 }
44718 \end_layout
44719
44720 \end_inset
44721
44722  DarkOrchid
44723 \end_layout
44724
44725 \end_inset
44726 </cell>
44727 <cell alignment="left" valignment="top" usebox="none">
44728 \begin_inset Text
44729
44730 \begin_layout Plain Layout
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736
44737 \backslash
44738 fcolorbox{black}{
44739 \end_layout
44740
44741 \end_inset
44742
44743 Emerald
44744 \begin_inset ERT
44745 status collapsed
44746
44747 \begin_layout Plain Layout
44748
44749 }{
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset Phantom Phantom
44756 status open
44757
44758 \begin_layout Plain Layout
44759 W
44760 \end_layout
44761
44762 \end_inset
44763
44764
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770 }
44771 \end_layout
44772
44773 \end_inset
44774
44775  Emerald
44776 \end_layout
44777
44778 \end_inset
44779 </cell>
44780 <cell alignment="left" valignment="top" usebox="none">
44781 \begin_inset Text
44782
44783 \begin_layout Plain Layout
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789
44790 \backslash
44791 fcolorbox{black}{
44792 \end_layout
44793
44794 \end_inset
44795
44796 ForestGreen
44797 \begin_inset ERT
44798 status collapsed
44799
44800 \begin_layout Plain Layout
44801
44802 }{
44803 \end_layout
44804
44805 \end_inset
44806
44807
44808 \begin_inset Phantom Phantom
44809 status open
44810
44811 \begin_layout Plain Layout
44812 W
44813 \end_layout
44814
44815 \end_inset
44816
44817
44818 \begin_inset ERT
44819 status collapsed
44820
44821 \begin_layout Plain Layout
44822
44823 }
44824 \end_layout
44825
44826 \end_inset
44827
44828  ForestGreen
44829 \end_layout
44830
44831 \end_inset
44832 </cell>
44833 </row>
44834 <row>
44835 <cell alignment="left" valignment="top" usebox="none">
44836 \begin_inset Text
44837
44838 \begin_layout Plain Layout
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844
44845 \backslash
44846 fcolorbox{black}{
44847 \end_layout
44848
44849 \end_inset
44850
44851 Fuchsia
44852 \begin_inset ERT
44853 status collapsed
44854
44855 \begin_layout Plain Layout
44856
44857 }{
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset Phantom Phantom
44864 status open
44865
44866 \begin_layout Plain Layout
44867 W
44868 \end_layout
44869
44870 \end_inset
44871
44872
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }
44879 \end_layout
44880
44881 \end_inset
44882
44883  Fuchsia
44884 \end_layout
44885
44886 \end_inset
44887 </cell>
44888 <cell alignment="left" valignment="top" usebox="none">
44889 \begin_inset Text
44890
44891 \begin_layout Plain Layout
44892 \begin_inset ERT
44893 status collapsed
44894
44895 \begin_layout Plain Layout
44896
44897
44898 \backslash
44899 fcolorbox{black}{
44900 \end_layout
44901
44902 \end_inset
44903
44904 Goldenrod
44905 \begin_inset ERT
44906 status collapsed
44907
44908 \begin_layout Plain Layout
44909
44910 }{
44911 \end_layout
44912
44913 \end_inset
44914
44915
44916 \begin_inset Phantom Phantom
44917 status open
44918
44919 \begin_layout Plain Layout
44920 W
44921 \end_layout
44922
44923 \end_inset
44924
44925
44926 \begin_inset ERT
44927 status collapsed
44928
44929 \begin_layout Plain Layout
44930
44931 }
44932 \end_layout
44933
44934 \end_inset
44935
44936  Goldenrod
44937 \end_layout
44938
44939 \end_inset
44940 </cell>
44941 <cell alignment="left" valignment="top" usebox="none">
44942 \begin_inset Text
44943
44944 \begin_layout Plain Layout
44945 \begin_inset ERT
44946 status collapsed
44947
44948 \begin_layout Plain Layout
44949
44950
44951 \backslash
44952 fcolorbox{black}{
44953 \end_layout
44954
44955 \end_inset
44956
44957 Gray
44958 \begin_inset ERT
44959 status collapsed
44960
44961 \begin_layout Plain Layout
44962
44963 }{
44964 \end_layout
44965
44966 \end_inset
44967
44968
44969 \begin_inset Phantom Phantom
44970 status open
44971
44972 \begin_layout Plain Layout
44973 W
44974 \end_layout
44975
44976 \end_inset
44977
44978
44979 \begin_inset ERT
44980 status collapsed
44981
44982 \begin_layout Plain Layout
44983
44984 }
44985 \end_layout
44986
44987 \end_inset
44988
44989  Gray
44990 \end_layout
44991
44992 \end_inset
44993 </cell>
44994 <cell alignment="left" valignment="top" usebox="none">
44995 \begin_inset Text
44996
44997 \begin_layout Plain Layout
44998 \begin_inset ERT
44999 status collapsed
45000
45001 \begin_layout Plain Layout
45002
45003
45004 \backslash
45005 fcolorbox{black}{
45006 \end_layout
45007
45008 \end_inset
45009
45010 GreenYellow
45011 \begin_inset ERT
45012 status collapsed
45013
45014 \begin_layout Plain Layout
45015
45016 }{
45017 \end_layout
45018
45019 \end_inset
45020
45021
45022 \begin_inset Phantom Phantom
45023 status open
45024
45025 \begin_layout Plain Layout
45026 W
45027 \end_layout
45028
45029 \end_inset
45030
45031
45032 \begin_inset ERT
45033 status collapsed
45034
45035 \begin_layout Plain Layout
45036
45037 }
45038 \end_layout
45039
45040 \end_inset
45041
45042  GreenYellow
45043 \end_layout
45044
45045 \end_inset
45046 </cell>
45047 </row>
45048 <row>
45049 <cell alignment="center" valignment="top" usebox="none">
45050 \begin_inset Text
45051
45052 \begin_layout Plain Layout
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058
45059 \backslash
45060 fcolorbox{black}{
45061 \end_layout
45062
45063 \end_inset
45064
45065 JungleGreen
45066 \begin_inset ERT
45067 status collapsed
45068
45069 \begin_layout Plain Layout
45070
45071 }{
45072 \end_layout
45073
45074 \end_inset
45075
45076
45077 \begin_inset Phantom Phantom
45078 status open
45079
45080 \begin_layout Plain Layout
45081 W
45082 \end_layout
45083
45084 \end_inset
45085
45086
45087 \begin_inset ERT
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091
45092 }
45093 \end_layout
45094
45095 \end_inset
45096
45097  JungleGreen
45098 \end_layout
45099
45100 \end_inset
45101 </cell>
45102 <cell alignment="center" valignment="top" usebox="none">
45103 \begin_inset Text
45104
45105 \begin_layout Plain Layout
45106 \begin_inset ERT
45107 status collapsed
45108
45109 \begin_layout Plain Layout
45110
45111
45112 \backslash
45113 fcolorbox{black}{
45114 \end_layout
45115
45116 \end_inset
45117
45118 Lavender
45119 \begin_inset ERT
45120 status collapsed
45121
45122 \begin_layout Plain Layout
45123
45124 }{
45125 \end_layout
45126
45127 \end_inset
45128
45129
45130 \begin_inset Phantom Phantom
45131 status open
45132
45133 \begin_layout Plain Layout
45134 W
45135 \end_layout
45136
45137 \end_inset
45138
45139
45140 \begin_inset ERT
45141 status collapsed
45142
45143 \begin_layout Plain Layout
45144
45145 }
45146 \end_layout
45147
45148 \end_inset
45149
45150  Lavender
45151 \end_layout
45152
45153 \end_inset
45154 </cell>
45155 <cell alignment="center" valignment="top" usebox="none">
45156 \begin_inset Text
45157
45158 \begin_layout Plain Layout
45159 \begin_inset ERT
45160 status collapsed
45161
45162 \begin_layout Plain Layout
45163
45164
45165 \backslash
45166 fcolorbox{black}{
45167 \end_layout
45168
45169 \end_inset
45170
45171 LimeGreen
45172 \begin_inset ERT
45173 status collapsed
45174
45175 \begin_layout Plain Layout
45176
45177 }{
45178 \end_layout
45179
45180 \end_inset
45181
45182
45183 \begin_inset Phantom Phantom
45184 status open
45185
45186 \begin_layout Plain Layout
45187 W
45188 \end_layout
45189
45190 \end_inset
45191
45192
45193 \begin_inset ERT
45194 status collapsed
45195
45196 \begin_layout Plain Layout
45197
45198 }
45199 \end_layout
45200
45201 \end_inset
45202
45203  LimeGreen
45204 \end_layout
45205
45206 \end_inset
45207 </cell>
45208 <cell alignment="center" valignment="top" usebox="none">
45209 \begin_inset Text
45210
45211 \begin_layout Plain Layout
45212 \begin_inset ERT
45213 status collapsed
45214
45215 \begin_layout Plain Layout
45216
45217
45218 \backslash
45219 fcolorbox{black}{
45220 \end_layout
45221
45222 \end_inset
45223
45224 Mahogany
45225 \begin_inset ERT
45226 status collapsed
45227
45228 \begin_layout Plain Layout
45229
45230 }{
45231 \end_layout
45232
45233 \end_inset
45234
45235
45236 \begin_inset Phantom Phantom
45237 status open
45238
45239 \begin_layout Plain Layout
45240 W
45241 \end_layout
45242
45243 \end_inset
45244
45245
45246 \begin_inset ERT
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250
45251 }
45252 \end_layout
45253
45254 \end_inset
45255
45256  Mahogany
45257 \end_layout
45258
45259 \end_inset
45260 </cell>
45261 </row>
45262 <row>
45263 <cell alignment="left" valignment="top" usebox="none">
45264 \begin_inset Text
45265
45266 \begin_layout Plain Layout
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272
45273 \backslash
45274 fcolorbox{black}{
45275 \end_layout
45276
45277 \end_inset
45278
45279 Mahogany
45280 \begin_inset ERT
45281 status collapsed
45282
45283 \begin_layout Plain Layout
45284
45285 }{
45286 \end_layout
45287
45288 \end_inset
45289
45290
45291 \begin_inset Phantom Phantom
45292 status open
45293
45294 \begin_layout Plain Layout
45295 W
45296 \end_layout
45297
45298 \end_inset
45299
45300
45301 \begin_inset ERT
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305
45306 }
45307 \end_layout
45308
45309 \end_inset
45310
45311  Mahogany
45312 \end_layout
45313
45314 \end_inset
45315 </cell>
45316 <cell alignment="left" valignment="top" usebox="none">
45317 \begin_inset Text
45318
45319 \begin_layout Plain Layout
45320 \begin_inset ERT
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324
45325
45326 \backslash
45327 fcolorbox{black}{
45328 \end_layout
45329
45330 \end_inset
45331
45332 Maroon
45333 \begin_inset ERT
45334 status collapsed
45335
45336 \begin_layout Plain Layout
45337
45338 }{
45339 \end_layout
45340
45341 \end_inset
45342
45343
45344 \begin_inset Phantom Phantom
45345 status open
45346
45347 \begin_layout Plain Layout
45348 W
45349 \end_layout
45350
45351 \end_inset
45352
45353
45354 \begin_inset ERT
45355 status collapsed
45356
45357 \begin_layout Plain Layout
45358
45359 }
45360 \end_layout
45361
45362 \end_inset
45363
45364  Maroon
45365 \end_layout
45366
45367 \end_inset
45368 </cell>
45369 <cell alignment="left" valignment="top" usebox="none">
45370 \begin_inset Text
45371
45372 \begin_layout Plain Layout
45373 \begin_inset ERT
45374 status collapsed
45375
45376 \begin_layout Plain Layout
45377
45378
45379 \backslash
45380 fcolorbox{black}{
45381 \end_layout
45382
45383 \end_inset
45384
45385 Melon
45386 \begin_inset ERT
45387 status collapsed
45388
45389 \begin_layout Plain Layout
45390
45391 }{
45392 \end_layout
45393
45394 \end_inset
45395
45396
45397 \begin_inset Phantom Phantom
45398 status open
45399
45400 \begin_layout Plain Layout
45401 W
45402 \end_layout
45403
45404 \end_inset
45405
45406
45407 \begin_inset ERT
45408 status collapsed
45409
45410 \begin_layout Plain Layout
45411
45412 }
45413 \end_layout
45414
45415 \end_inset
45416
45417  Melon
45418 \end_layout
45419
45420 \end_inset
45421 </cell>
45422 <cell alignment="left" valignment="top" usebox="none">
45423 \begin_inset Text
45424
45425 \begin_layout Plain Layout
45426 \begin_inset ERT
45427 status collapsed
45428
45429 \begin_layout Plain Layout
45430
45431
45432 \backslash
45433 fcolorbox{black}{
45434 \end_layout
45435
45436 \end_inset
45437
45438 MidnightBlue
45439 \begin_inset ERT
45440 status collapsed
45441
45442 \begin_layout Plain Layout
45443
45444 }{
45445 \end_layout
45446
45447 \end_inset
45448
45449
45450 \begin_inset Phantom Phantom
45451 status open
45452
45453 \begin_layout Plain Layout
45454 W
45455 \end_layout
45456
45457 \end_inset
45458
45459
45460 \begin_inset ERT
45461 status collapsed
45462
45463 \begin_layout Plain Layout
45464
45465 }
45466 \end_layout
45467
45468 \end_inset
45469
45470  MidnightBlue
45471 \end_layout
45472
45473 \end_inset
45474 </cell>
45475 </row>
45476 <row>
45477 <cell alignment="left" valignment="top" usebox="none">
45478 \begin_inset Text
45479
45480 \begin_layout Plain Layout
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486
45487 \backslash
45488 fcolorbox{black}{
45489 \end_layout
45490
45491 \end_inset
45492
45493 Mulberry
45494 \begin_inset ERT
45495 status collapsed
45496
45497 \begin_layout Plain Layout
45498
45499 }{
45500 \end_layout
45501
45502 \end_inset
45503
45504
45505 \begin_inset Phantom Phantom
45506 status open
45507
45508 \begin_layout Plain Layout
45509 W
45510 \end_layout
45511
45512 \end_inset
45513
45514
45515 \begin_inset ERT
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519
45520 }
45521 \end_layout
45522
45523 \end_inset
45524
45525  Mulberry
45526 \end_layout
45527
45528 \end_inset
45529 </cell>
45530 <cell alignment="left" valignment="top" usebox="none">
45531 \begin_inset Text
45532
45533 \begin_layout Plain Layout
45534 \begin_inset ERT
45535 status collapsed
45536
45537 \begin_layout Plain Layout
45538
45539
45540 \backslash
45541 fcolorbox{black}{
45542 \end_layout
45543
45544 \end_inset
45545
45546 NavyBlue
45547 \begin_inset ERT
45548 status collapsed
45549
45550 \begin_layout Plain Layout
45551
45552 }{
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \begin_inset Phantom Phantom
45559 status open
45560
45561 \begin_layout Plain Layout
45562 W
45563 \end_layout
45564
45565 \end_inset
45566
45567
45568 \begin_inset ERT
45569 status collapsed
45570
45571 \begin_layout Plain Layout
45572
45573 }
45574 \end_layout
45575
45576 \end_inset
45577
45578  NavyBlue
45579 \end_layout
45580
45581 \end_inset
45582 </cell>
45583 <cell alignment="left" valignment="top" usebox="none">
45584 \begin_inset Text
45585
45586 \begin_layout Plain Layout
45587 \begin_inset ERT
45588 status collapsed
45589
45590 \begin_layout Plain Layout
45591
45592
45593 \backslash
45594 fcolorbox{black}{
45595 \end_layout
45596
45597 \end_inset
45598
45599 OliveGreen
45600 \begin_inset ERT
45601 status collapsed
45602
45603 \begin_layout Plain Layout
45604
45605 }{
45606 \end_layout
45607
45608 \end_inset
45609
45610
45611 \begin_inset Phantom Phantom
45612 status open
45613
45614 \begin_layout Plain Layout
45615 W
45616 \end_layout
45617
45618 \end_inset
45619
45620
45621 \begin_inset ERT
45622 status collapsed
45623
45624 \begin_layout Plain Layout
45625
45626 }
45627 \end_layout
45628
45629 \end_inset
45630
45631  OliveGreen
45632 \end_layout
45633
45634 \end_inset
45635 </cell>
45636 <cell alignment="left" valignment="top" usebox="none">
45637 \begin_inset Text
45638
45639 \begin_layout Plain Layout
45640 \begin_inset ERT
45641 status collapsed
45642
45643 \begin_layout Plain Layout
45644
45645
45646 \backslash
45647 fcolorbox{black}{
45648 \end_layout
45649
45650 \end_inset
45651
45652 Orange
45653 \begin_inset ERT
45654 status collapsed
45655
45656 \begin_layout Plain Layout
45657
45658 }{
45659 \end_layout
45660
45661 \end_inset
45662
45663
45664 \begin_inset Phantom Phantom
45665 status open
45666
45667 \begin_layout Plain Layout
45668 W
45669 \end_layout
45670
45671 \end_inset
45672
45673
45674 \begin_inset ERT
45675 status collapsed
45676
45677 \begin_layout Plain Layout
45678
45679 }
45680 \end_layout
45681
45682 \end_inset
45683
45684  Orange
45685 \end_layout
45686
45687 \end_inset
45688 </cell>
45689 </row>
45690 <row>
45691 <cell alignment="left" valignment="top" usebox="none">
45692 \begin_inset Text
45693
45694 \begin_layout Plain Layout
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700
45701 \backslash
45702 fcolorbox{black}{
45703 \end_layout
45704
45705 \end_inset
45706
45707 OrangeRed
45708 \begin_inset ERT
45709 status collapsed
45710
45711 \begin_layout Plain Layout
45712
45713 }{
45714 \end_layout
45715
45716 \end_inset
45717
45718
45719 \begin_inset Phantom Phantom
45720 status open
45721
45722 \begin_layout Plain Layout
45723 W
45724 \end_layout
45725
45726 \end_inset
45727
45728
45729 \begin_inset ERT
45730 status collapsed
45731
45732 \begin_layout Plain Layout
45733
45734 }
45735 \end_layout
45736
45737 \end_inset
45738
45739  OrangeRed
45740 \end_layout
45741
45742 \end_inset
45743 </cell>
45744 <cell alignment="left" valignment="top" usebox="none">
45745 \begin_inset Text
45746
45747 \begin_layout Plain Layout
45748 \begin_inset ERT
45749 status collapsed
45750
45751 \begin_layout Plain Layout
45752
45753
45754 \backslash
45755 fcolorbox{black}{
45756 \end_layout
45757
45758 \end_inset
45759
45760 Orchid
45761 \begin_inset ERT
45762 status collapsed
45763
45764 \begin_layout Plain Layout
45765
45766 }{
45767 \end_layout
45768
45769 \end_inset
45770
45771
45772 \begin_inset Phantom Phantom
45773 status open
45774
45775 \begin_layout Plain Layout
45776 W
45777 \end_layout
45778
45779 \end_inset
45780
45781
45782 \begin_inset ERT
45783 status collapsed
45784
45785 \begin_layout Plain Layout
45786
45787 }
45788 \end_layout
45789
45790 \end_inset
45791
45792  Orchid
45793 \end_layout
45794
45795 \end_inset
45796 </cell>
45797 <cell alignment="left" valignment="top" usebox="none">
45798 \begin_inset Text
45799
45800 \begin_layout Plain Layout
45801 \begin_inset ERT
45802 status collapsed
45803
45804 \begin_layout Plain Layout
45805
45806
45807 \backslash
45808 fcolorbox{black}{
45809 \end_layout
45810
45811 \end_inset
45812
45813 Peach
45814 \begin_inset ERT
45815 status collapsed
45816
45817 \begin_layout Plain Layout
45818
45819 }{
45820 \end_layout
45821
45822 \end_inset
45823
45824
45825 \begin_inset Phantom Phantom
45826 status open
45827
45828 \begin_layout Plain Layout
45829 W
45830 \end_layout
45831
45832 \end_inset
45833
45834
45835 \begin_inset ERT
45836 status collapsed
45837
45838 \begin_layout Plain Layout
45839
45840 }
45841 \end_layout
45842
45843 \end_inset
45844
45845  Peach
45846 \end_layout
45847
45848 \end_inset
45849 </cell>
45850 <cell alignment="left" valignment="top" usebox="none">
45851 \begin_inset Text
45852
45853 \begin_layout Plain Layout
45854 \begin_inset ERT
45855 status collapsed
45856
45857 \begin_layout Plain Layout
45858
45859
45860 \backslash
45861 fcolorbox{black}{
45862 \end_layout
45863
45864 \end_inset
45865
45866 Periwinkle
45867 \begin_inset ERT
45868 status collapsed
45869
45870 \begin_layout Plain Layout
45871
45872 }{
45873 \end_layout
45874
45875 \end_inset
45876
45877
45878 \begin_inset Phantom Phantom
45879 status open
45880
45881 \begin_layout Plain Layout
45882 W
45883 \end_layout
45884
45885 \end_inset
45886
45887
45888 \begin_inset ERT
45889 status collapsed
45890
45891 \begin_layout Plain Layout
45892
45893 }
45894 \end_layout
45895
45896 \end_inset
45897
45898  Periwinkle
45899 \end_layout
45900
45901 \end_inset
45902 </cell>
45903 </row>
45904 <row>
45905 <cell alignment="left" valignment="top" usebox="none">
45906 \begin_inset Text
45907
45908 \begin_layout Plain Layout
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914
45915 \backslash
45916 fcolorbox{black}{
45917 \end_layout
45918
45919 \end_inset
45920
45921 PineGreen
45922 \begin_inset ERT
45923 status collapsed
45924
45925 \begin_layout Plain Layout
45926
45927 }{
45928 \end_layout
45929
45930 \end_inset
45931
45932
45933 \begin_inset Phantom Phantom
45934 status open
45935
45936 \begin_layout Plain Layout
45937 W
45938 \end_layout
45939
45940 \end_inset
45941
45942
45943 \begin_inset ERT
45944 status collapsed
45945
45946 \begin_layout Plain Layout
45947
45948 }
45949 \end_layout
45950
45951 \end_inset
45952
45953  PineGreen
45954 \end_layout
45955
45956 \end_inset
45957 </cell>
45958 <cell alignment="left" valignment="top" usebox="none">
45959 \begin_inset Text
45960
45961 \begin_layout Plain Layout
45962 \begin_inset ERT
45963 status collapsed
45964
45965 \begin_layout Plain Layout
45966
45967
45968 \backslash
45969 fcolorbox{black}{
45970 \end_layout
45971
45972 \end_inset
45973
45974 Plum
45975 \begin_inset ERT
45976 status collapsed
45977
45978 \begin_layout Plain Layout
45979
45980 }{
45981 \end_layout
45982
45983 \end_inset
45984
45985
45986 \begin_inset Phantom Phantom
45987 status open
45988
45989 \begin_layout Plain Layout
45990 W
45991 \end_layout
45992
45993 \end_inset
45994
45995
45996 \begin_inset ERT
45997 status collapsed
45998
45999 \begin_layout Plain Layout
46000
46001 }
46002 \end_layout
46003
46004 \end_inset
46005
46006  Plum
46007 \end_layout
46008
46009 \end_inset
46010 </cell>
46011 <cell alignment="left" valignment="top" usebox="none">
46012 \begin_inset Text
46013
46014 \begin_layout Plain Layout
46015 \begin_inset ERT
46016 status collapsed
46017
46018 \begin_layout Plain Layout
46019
46020
46021 \backslash
46022 fcolorbox{black}{
46023 \end_layout
46024
46025 \end_inset
46026
46027 ProcessBlue
46028 \begin_inset ERT
46029 status collapsed
46030
46031 \begin_layout Plain Layout
46032
46033 }{
46034 \end_layout
46035
46036 \end_inset
46037
46038
46039 \begin_inset Phantom Phantom
46040 status open
46041
46042 \begin_layout Plain Layout
46043 W
46044 \end_layout
46045
46046 \end_inset
46047
46048
46049 \begin_inset ERT
46050 status collapsed
46051
46052 \begin_layout Plain Layout
46053
46054 }
46055 \end_layout
46056
46057 \end_inset
46058
46059  ProcessBlue
46060 \end_layout
46061
46062 \end_inset
46063 </cell>
46064 <cell alignment="left" valignment="top" usebox="none">
46065 \begin_inset Text
46066
46067 \begin_layout Plain Layout
46068 \begin_inset ERT
46069 status collapsed
46070
46071 \begin_layout Plain Layout
46072
46073
46074 \backslash
46075 fcolorbox{black}{
46076 \end_layout
46077
46078 \end_inset
46079
46080 Purple
46081 \begin_inset ERT
46082 status collapsed
46083
46084 \begin_layout Plain Layout
46085
46086 }{
46087 \end_layout
46088
46089 \end_inset
46090
46091
46092 \begin_inset Phantom Phantom
46093 status open
46094
46095 \begin_layout Plain Layout
46096 W
46097 \end_layout
46098
46099 \end_inset
46100
46101
46102 \begin_inset ERT
46103 status collapsed
46104
46105 \begin_layout Plain Layout
46106
46107 }
46108 \end_layout
46109
46110 \end_inset
46111
46112  Purple
46113 \end_layout
46114
46115 \end_inset
46116 </cell>
46117 </row>
46118 <row>
46119 <cell alignment="left" valignment="top" usebox="none">
46120 \begin_inset Text
46121
46122 \begin_layout Plain Layout
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128
46129 \backslash
46130 fcolorbox{black}{
46131 \end_layout
46132
46133 \end_inset
46134
46135 RawSienna
46136 \begin_inset ERT
46137 status collapsed
46138
46139 \begin_layout Plain Layout
46140
46141 }{
46142 \end_layout
46143
46144 \end_inset
46145
46146
46147 \begin_inset Phantom Phantom
46148 status open
46149
46150 \begin_layout Plain Layout
46151 W
46152 \end_layout
46153
46154 \end_inset
46155
46156
46157 \begin_inset ERT
46158 status collapsed
46159
46160 \begin_layout Plain Layout
46161
46162 }
46163 \end_layout
46164
46165 \end_inset
46166
46167  RawSienna
46168 \end_layout
46169
46170 \end_inset
46171 </cell>
46172 <cell alignment="left" valignment="top" usebox="none">
46173 \begin_inset Text
46174
46175 \begin_layout Plain Layout
46176 \begin_inset ERT
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180
46181
46182 \backslash
46183 fcolorbox{black}{
46184 \end_layout
46185
46186 \end_inset
46187
46188 RedOrange
46189 \begin_inset ERT
46190 status collapsed
46191
46192 \begin_layout Plain Layout
46193
46194 }{
46195 \end_layout
46196
46197 \end_inset
46198
46199
46200 \begin_inset Phantom Phantom
46201 status open
46202
46203 \begin_layout Plain Layout
46204 W
46205 \end_layout
46206
46207 \end_inset
46208
46209
46210 \begin_inset ERT
46211 status collapsed
46212
46213 \begin_layout Plain Layout
46214
46215 }
46216 \end_layout
46217
46218 \end_inset
46219
46220  RedOrange
46221 \end_layout
46222
46223 \end_inset
46224 </cell>
46225 <cell alignment="left" valignment="top" usebox="none">
46226 \begin_inset Text
46227
46228 \begin_layout Plain Layout
46229 \begin_inset ERT
46230 status collapsed
46231
46232 \begin_layout Plain Layout
46233
46234
46235 \backslash
46236 fcolorbox{black}{
46237 \end_layout
46238
46239 \end_inset
46240
46241 RedViolet
46242 \begin_inset ERT
46243 status collapsed
46244
46245 \begin_layout Plain Layout
46246
46247 }{
46248 \end_layout
46249
46250 \end_inset
46251
46252
46253 \begin_inset Phantom Phantom
46254 status open
46255
46256 \begin_layout Plain Layout
46257 W
46258 \end_layout
46259
46260 \end_inset
46261
46262
46263 \begin_inset ERT
46264 status collapsed
46265
46266 \begin_layout Plain Layout
46267
46268 }
46269 \end_layout
46270
46271 \end_inset
46272
46273  RedViolet
46274 \end_layout
46275
46276 \end_inset
46277 </cell>
46278 <cell alignment="left" valignment="top" usebox="none">
46279 \begin_inset Text
46280
46281 \begin_layout Plain Layout
46282 \begin_inset ERT
46283 status collapsed
46284
46285 \begin_layout Plain Layout
46286
46287
46288 \backslash
46289 fcolorbox{black}{
46290 \end_layout
46291
46292 \end_inset
46293
46294 Rhodamine
46295 \begin_inset ERT
46296 status collapsed
46297
46298 \begin_layout Plain Layout
46299
46300 }{
46301 \end_layout
46302
46303 \end_inset
46304
46305
46306 \begin_inset Phantom Phantom
46307 status open
46308
46309 \begin_layout Plain Layout
46310 W
46311 \end_layout
46312
46313 \end_inset
46314
46315
46316 \begin_inset ERT
46317 status collapsed
46318
46319 \begin_layout Plain Layout
46320
46321 }
46322 \end_layout
46323
46324 \end_inset
46325
46326  Rhodamine
46327 \end_layout
46328
46329 \end_inset
46330 </cell>
46331 </row>
46332 <row>
46333 <cell alignment="left" valignment="top" usebox="none">
46334 \begin_inset Text
46335
46336 \begin_layout Plain Layout
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342
46343 \backslash
46344 fcolorbox{black}{
46345 \end_layout
46346
46347 \end_inset
46348
46349 RoyalBlue
46350 \begin_inset ERT
46351 status collapsed
46352
46353 \begin_layout Plain Layout
46354
46355 }{
46356 \end_layout
46357
46358 \end_inset
46359
46360
46361 \begin_inset Phantom Phantom
46362 status open
46363
46364 \begin_layout Plain Layout
46365 W
46366 \end_layout
46367
46368 \end_inset
46369
46370
46371 \begin_inset ERT
46372 status collapsed
46373
46374 \begin_layout Plain Layout
46375
46376 }
46377 \end_layout
46378
46379 \end_inset
46380
46381  RoyalBlue
46382 \end_layout
46383
46384 \end_inset
46385 </cell>
46386 <cell alignment="left" valignment="top" usebox="none">
46387 \begin_inset Text
46388
46389 \begin_layout Plain Layout
46390 \begin_inset ERT
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394
46395
46396 \backslash
46397 fcolorbox{black}{
46398 \end_layout
46399
46400 \end_inset
46401
46402 RoyalPurple
46403 \begin_inset ERT
46404 status collapsed
46405
46406 \begin_layout Plain Layout
46407
46408 }{
46409 \end_layout
46410
46411 \end_inset
46412
46413
46414 \begin_inset Phantom Phantom
46415 status open
46416
46417 \begin_layout Plain Layout
46418 W
46419 \end_layout
46420
46421 \end_inset
46422
46423
46424 \begin_inset ERT
46425 status collapsed
46426
46427 \begin_layout Plain Layout
46428
46429 }
46430 \end_layout
46431
46432 \end_inset
46433
46434  RoyalPurple
46435 \end_layout
46436
46437 \end_inset
46438 </cell>
46439 <cell alignment="left" valignment="top" usebox="none">
46440 \begin_inset Text
46441
46442 \begin_layout Plain Layout
46443 \begin_inset ERT
46444 status collapsed
46445
46446 \begin_layout Plain Layout
46447
46448
46449 \backslash
46450 fcolorbox{black}{
46451 \end_layout
46452
46453 \end_inset
46454
46455 RubineRed
46456 \begin_inset ERT
46457 status collapsed
46458
46459 \begin_layout Plain Layout
46460
46461 }{
46462 \end_layout
46463
46464 \end_inset
46465
46466
46467 \begin_inset Phantom Phantom
46468 status open
46469
46470 \begin_layout Plain Layout
46471 W
46472 \end_layout
46473
46474 \end_inset
46475
46476
46477 \begin_inset ERT
46478 status collapsed
46479
46480 \begin_layout Plain Layout
46481
46482 }
46483 \end_layout
46484
46485 \end_inset
46486
46487  RubineRed
46488 \end_layout
46489
46490 \end_inset
46491 </cell>
46492 <cell alignment="left" valignment="top" usebox="none">
46493 \begin_inset Text
46494
46495 \begin_layout Plain Layout
46496 \begin_inset ERT
46497 status collapsed
46498
46499 \begin_layout Plain Layout
46500
46501
46502 \backslash
46503 fcolorbox{black}{
46504 \end_layout
46505
46506 \end_inset
46507
46508 Salmon
46509 \begin_inset ERT
46510 status collapsed
46511
46512 \begin_layout Plain Layout
46513
46514 }{
46515 \end_layout
46516
46517 \end_inset
46518
46519
46520 \begin_inset Phantom Phantom
46521 status open
46522
46523 \begin_layout Plain Layout
46524 W
46525 \end_layout
46526
46527 \end_inset
46528
46529
46530 \begin_inset ERT
46531 status collapsed
46532
46533 \begin_layout Plain Layout
46534
46535 }
46536 \end_layout
46537
46538 \end_inset
46539
46540  Salmon
46541 \end_layout
46542
46543 \end_inset
46544 </cell>
46545 </row>
46546 <row>
46547 <cell alignment="left" valignment="top" usebox="none">
46548 \begin_inset Text
46549
46550 \begin_layout Plain Layout
46551 \begin_inset ERT
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555
46556
46557 \backslash
46558 fcolorbox{black}{
46559 \end_layout
46560
46561 \end_inset
46562
46563 SeaGreen
46564 \begin_inset ERT
46565 status collapsed
46566
46567 \begin_layout Plain Layout
46568
46569 }{
46570 \end_layout
46571
46572 \end_inset
46573
46574
46575 \begin_inset Phantom Phantom
46576 status open
46577
46578 \begin_layout Plain Layout
46579 W
46580 \end_layout
46581
46582 \end_inset
46583
46584
46585 \begin_inset ERT
46586 status collapsed
46587
46588 \begin_layout Plain Layout
46589
46590 }
46591 \end_layout
46592
46593 \end_inset
46594
46595  SeaGreen
46596 \end_layout
46597
46598 \end_inset
46599 </cell>
46600 <cell alignment="left" valignment="top" usebox="none">
46601 \begin_inset Text
46602
46603 \begin_layout Plain Layout
46604 \begin_inset ERT
46605 status collapsed
46606
46607 \begin_layout Plain Layout
46608
46609
46610 \backslash
46611 fcolorbox{black}{
46612 \end_layout
46613
46614 \end_inset
46615
46616 Sepia
46617 \begin_inset ERT
46618 status collapsed
46619
46620 \begin_layout Plain Layout
46621
46622 }{
46623 \end_layout
46624
46625 \end_inset
46626
46627
46628 \begin_inset Phantom Phantom
46629 status open
46630
46631 \begin_layout Plain Layout
46632 W
46633 \end_layout
46634
46635 \end_inset
46636
46637
46638 \begin_inset ERT
46639 status collapsed
46640
46641 \begin_layout Plain Layout
46642
46643 }
46644 \end_layout
46645
46646 \end_inset
46647
46648  Sepia
46649 \end_layout
46650
46651 \end_inset
46652 </cell>
46653 <cell alignment="left" valignment="top" usebox="none">
46654 \begin_inset Text
46655
46656 \begin_layout Plain Layout
46657 \begin_inset ERT
46658 status collapsed
46659
46660 \begin_layout Plain Layout
46661
46662
46663 \backslash
46664 fcolorbox{black}{
46665 \end_layout
46666
46667 \end_inset
46668
46669 SkyBlue
46670 \begin_inset ERT
46671 status collapsed
46672
46673 \begin_layout Plain Layout
46674
46675 }{
46676 \end_layout
46677
46678 \end_inset
46679
46680
46681 \begin_inset Phantom Phantom
46682 status open
46683
46684 \begin_layout Plain Layout
46685 W
46686 \end_layout
46687
46688 \end_inset
46689
46690
46691 \begin_inset ERT
46692 status collapsed
46693
46694 \begin_layout Plain Layout
46695
46696 }
46697 \end_layout
46698
46699 \end_inset
46700
46701  SkyBlue
46702 \end_layout
46703
46704 \end_inset
46705 </cell>
46706 <cell alignment="left" valignment="top" usebox="none">
46707 \begin_inset Text
46708
46709 \begin_layout Plain Layout
46710 \begin_inset ERT
46711 status collapsed
46712
46713 \begin_layout Plain Layout
46714
46715
46716 \backslash
46717 fcolorbox{black}{
46718 \end_layout
46719
46720 \end_inset
46721
46722 SpringGreen
46723 \begin_inset ERT
46724 status collapsed
46725
46726 \begin_layout Plain Layout
46727
46728 }{
46729 \end_layout
46730
46731 \end_inset
46732
46733
46734 \begin_inset Phantom Phantom
46735 status open
46736
46737 \begin_layout Plain Layout
46738 W
46739 \end_layout
46740
46741 \end_inset
46742
46743
46744 \begin_inset ERT
46745 status collapsed
46746
46747 \begin_layout Plain Layout
46748
46749 }
46750 \end_layout
46751
46752 \end_inset
46753
46754  SpringGreen
46755 \end_layout
46756
46757 \end_inset
46758 </cell>
46759 </row>
46760 <row>
46761 <cell alignment="left" valignment="top" usebox="none">
46762 \begin_inset Text
46763
46764 \begin_layout Plain Layout
46765 \begin_inset ERT
46766 status collapsed
46767
46768 \begin_layout Plain Layout
46769
46770
46771 \backslash
46772 fcolorbox{black}{
46773 \end_layout
46774
46775 \end_inset
46776
46777 Tan
46778 \begin_inset ERT
46779 status collapsed
46780
46781 \begin_layout Plain Layout
46782
46783 }{
46784 \end_layout
46785
46786 \end_inset
46787
46788
46789 \begin_inset Phantom Phantom
46790 status open
46791
46792 \begin_layout Plain Layout
46793 W
46794 \end_layout
46795
46796 \end_inset
46797
46798
46799 \begin_inset ERT
46800 status collapsed
46801
46802 \begin_layout Plain Layout
46803
46804 }
46805 \end_layout
46806
46807 \end_inset
46808
46809  Tan
46810 \end_layout
46811
46812 \end_inset
46813 </cell>
46814 <cell alignment="left" valignment="top" usebox="none">
46815 \begin_inset Text
46816
46817 \begin_layout Plain Layout
46818 \begin_inset ERT
46819 status collapsed
46820
46821 \begin_layout Plain Layout
46822
46823
46824 \backslash
46825 fcolorbox{black}{
46826 \end_layout
46827
46828 \end_inset
46829
46830 TealBlue
46831 \begin_inset ERT
46832 status collapsed
46833
46834 \begin_layout Plain Layout
46835
46836 }{
46837 \end_layout
46838
46839 \end_inset
46840
46841
46842 \begin_inset Phantom Phantom
46843 status open
46844
46845 \begin_layout Plain Layout
46846 W
46847 \end_layout
46848
46849 \end_inset
46850
46851
46852 \begin_inset ERT
46853 status collapsed
46854
46855 \begin_layout Plain Layout
46856
46857 }
46858 \end_layout
46859
46860 \end_inset
46861
46862  TealBlue
46863 \end_layout
46864
46865 \end_inset
46866 </cell>
46867 <cell alignment="left" valignment="top" usebox="none">
46868 \begin_inset Text
46869
46870 \begin_layout Plain Layout
46871 \begin_inset ERT
46872 status collapsed
46873
46874 \begin_layout Plain Layout
46875
46876
46877 \backslash
46878 fcolorbox{black}{
46879 \end_layout
46880
46881 \end_inset
46882
46883 Thistle
46884 \begin_inset ERT
46885 status collapsed
46886
46887 \begin_layout Plain Layout
46888
46889 }{
46890 \end_layout
46891
46892 \end_inset
46893
46894
46895 \begin_inset Phantom Phantom
46896 status open
46897
46898 \begin_layout Plain Layout
46899 W
46900 \end_layout
46901
46902 \end_inset
46903
46904
46905 \begin_inset ERT
46906 status collapsed
46907
46908 \begin_layout Plain Layout
46909
46910 }
46911 \end_layout
46912
46913 \end_inset
46914
46915  Thistle
46916 \end_layout
46917
46918 \end_inset
46919 </cell>
46920 <cell alignment="left" valignment="top" usebox="none">
46921 \begin_inset Text
46922
46923 \begin_layout Plain Layout
46924 \begin_inset ERT
46925 status collapsed
46926
46927 \begin_layout Plain Layout
46928
46929
46930 \backslash
46931 fcolorbox{black}{
46932 \end_layout
46933
46934 \end_inset
46935
46936 Turquoise
46937 \begin_inset ERT
46938 status collapsed
46939
46940 \begin_layout Plain Layout
46941
46942 }{
46943 \end_layout
46944
46945 \end_inset
46946
46947
46948 \begin_inset Phantom Phantom
46949 status open
46950
46951 \begin_layout Plain Layout
46952 W
46953 \end_layout
46954
46955 \end_inset
46956
46957
46958 \begin_inset ERT
46959 status collapsed
46960
46961 \begin_layout Plain Layout
46962
46963 }
46964 \end_layout
46965
46966 \end_inset
46967
46968  Turquoise
46969 \end_layout
46970
46971 \end_inset
46972 </cell>
46973 </row>
46974 <row>
46975 <cell alignment="left" valignment="top" usebox="none">
46976 \begin_inset Text
46977
46978 \begin_layout Plain Layout
46979 \begin_inset ERT
46980 status collapsed
46981
46982 \begin_layout Plain Layout
46983
46984
46985 \backslash
46986 fcolorbox{black}{
46987 \end_layout
46988
46989 \end_inset
46990
46991 Violet
46992 \begin_inset ERT
46993 status collapsed
46994
46995 \begin_layout Plain Layout
46996
46997 }{
46998 \end_layout
46999
47000 \end_inset
47001
47002
47003 \begin_inset Phantom Phantom
47004 status open
47005
47006 \begin_layout Plain Layout
47007 W
47008 \end_layout
47009
47010 \end_inset
47011
47012
47013 \begin_inset ERT
47014 status collapsed
47015
47016 \begin_layout Plain Layout
47017
47018 }
47019 \end_layout
47020
47021 \end_inset
47022
47023  Violet
47024 \end_layout
47025
47026 \end_inset
47027 </cell>
47028 <cell alignment="left" valignment="top" usebox="none">
47029 \begin_inset Text
47030
47031 \begin_layout Plain Layout
47032 \begin_inset ERT
47033 status collapsed
47034
47035 \begin_layout Plain Layout
47036
47037
47038 \backslash
47039 fcolorbox{black}{
47040 \end_layout
47041
47042 \end_inset
47043
47044 VioletRed
47045 \begin_inset ERT
47046 status collapsed
47047
47048 \begin_layout Plain Layout
47049
47050 }{
47051 \end_layout
47052
47053 \end_inset
47054
47055
47056 \begin_inset Phantom Phantom
47057 status open
47058
47059 \begin_layout Plain Layout
47060 W
47061 \end_layout
47062
47063 \end_inset
47064
47065
47066 \begin_inset ERT
47067 status collapsed
47068
47069 \begin_layout Plain Layout
47070
47071 }
47072 \end_layout
47073
47074 \end_inset
47075
47076  VioletRed
47077 \end_layout
47078
47079 \end_inset
47080 </cell>
47081 <cell alignment="left" valignment="top" usebox="none">
47082 \begin_inset Text
47083
47084 \begin_layout Plain Layout
47085 \begin_inset ERT
47086 status collapsed
47087
47088 \begin_layout Plain Layout
47089
47090
47091 \backslash
47092 fcolorbox{black}{
47093 \end_layout
47094
47095 \end_inset
47096
47097 WildStrawberry
47098 \begin_inset ERT
47099 status collapsed
47100
47101 \begin_layout Plain Layout
47102
47103 }{
47104 \end_layout
47105
47106 \end_inset
47107
47108
47109 \begin_inset Phantom Phantom
47110 status open
47111
47112 \begin_layout Plain Layout
47113 W
47114 \end_layout
47115
47116 \end_inset
47117
47118
47119 \begin_inset ERT
47120 status collapsed
47121
47122 \begin_layout Plain Layout
47123
47124 }
47125 \end_layout
47126
47127 \end_inset
47128
47129  WildStrawberry
47130 \end_layout
47131
47132 \end_inset
47133 </cell>
47134 <cell alignment="left" valignment="top" usebox="none">
47135 \begin_inset Text
47136
47137 \begin_layout Plain Layout
47138 \begin_inset ERT
47139 status collapsed
47140
47141 \begin_layout Plain Layout
47142
47143
47144 \backslash
47145 fcolorbox{black}{
47146 \end_layout
47147
47148 \end_inset
47149
47150 YellowGreen
47151 \begin_inset ERT
47152 status collapsed
47153
47154 \begin_layout Plain Layout
47155
47156 }{
47157 \end_layout
47158
47159 \end_inset
47160
47161
47162 \begin_inset Phantom Phantom
47163 status open
47164
47165 \begin_layout Plain Layout
47166 W
47167 \end_layout
47168
47169 \end_inset
47170
47171
47172 \begin_inset ERT
47173 status collapsed
47174
47175 \begin_layout Plain Layout
47176
47177 }
47178 \end_layout
47179
47180 \end_inset
47181
47182  YellowGreen
47183 \end_layout
47184
47185 \end_inset
47186 </cell>
47187 </row>
47188 <row>
47189 <cell alignment="left" valignment="top" usebox="none">
47190 \begin_inset Text
47191
47192 \begin_layout Plain Layout
47193 \begin_inset ERT
47194 status collapsed
47195
47196 \begin_layout Plain Layout
47197
47198
47199 \backslash
47200 fcolorbox{black}{
47201 \end_layout
47202
47203 \end_inset
47204
47205 YellowOrange
47206 \begin_inset ERT
47207 status collapsed
47208
47209 \begin_layout Plain Layout
47210
47211 }{
47212 \end_layout
47213
47214 \end_inset
47215
47216
47217 \begin_inset Phantom Phantom
47218 status open
47219
47220 \begin_layout Plain Layout
47221 W
47222 \end_layout
47223
47224 \end_inset
47225
47226
47227 \begin_inset ERT
47228 status collapsed
47229
47230 \begin_layout Plain Layout
47231
47232 }
47233 \end_layout
47234
47235 \end_inset
47236
47237  YellowOrange
47238 \end_layout
47239
47240 \end_inset
47241 </cell>
47242 <cell alignment="left" valignment="top" usebox="none">
47243 \begin_inset Text
47244
47245 \begin_layout Plain Layout
47246
47247 \end_layout
47248
47249 \end_inset
47250 </cell>
47251 <cell alignment="left" valignment="top" usebox="none">
47252 \begin_inset Text
47253
47254 \begin_layout Plain Layout
47255
47256 \end_layout
47257
47258 \end_inset
47259 </cell>
47260 <cell alignment="left" valignment="top" usebox="none">
47261 \begin_inset Text
47262
47263 \begin_layout Plain Layout
47264
47265 \end_layout
47266
47267 \end_inset
47268 </cell>
47269 </row>
47270 </lyxtabular>
47271
47272 \end_inset
47273
47274
47275 \end_layout
47276
47277 \begin_layout Chapter
47278 Explanation of Equation
47279 \begin_inset space ~
47280 \end_inset
47281
47282 (
47283 \begin_inset CommandInset ref
47284 LatexCommand ref
47285 reference "eq:Wgn"
47286
47287 \end_inset
47288
47289 )
47290 \begin_inset CommandInset label
47291 LatexCommand label
47292 name "cha:Explanation-of-Equation"
47293
47294 \end_inset
47295
47296
47297 \end_layout
47298
47299 \begin_layout Standard
47300 We can calculate the total width of 
47301 \emph on
47302 n
47303 \emph default
47304  table cells 
47305 \begin_inset Formula $W_{\mathrm{tot\,n}}$
47306 \end_inset
47307
47308  as follows:
47309 \begin_inset Formula 
47310 \begin{equation}
47311 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47312 \end{equation}
47313
47314 \end_inset
47315
47316 where 
47317 \begin_inset Formula $W_{g\,n}$
47318 \end_inset
47319
47320  is the given width of all cells, 
47321 \series bold
47322
47323 \backslash
47324 tabcolsep
47325 \series default
47326  is the \SpecialChar LaTeX
47327 -length between the cell text and the cell border (its default value
47328  is 6
47329 \begin_inset space \thinspace{}
47330 \end_inset
47331
47332 pt).
47333  
47334 \series bold
47335
47336 \backslash
47337 arrayrulewidth
47338 \series default
47339  is the thickness of the cell border line, the default is 0.4
47340 \begin_inset space \thinspace{}
47341 \end_inset
47342
47343 pt.
47344 \end_layout
47345
47346 \begin_layout Standard
47347 Following equation
47348 \begin_inset space ~
47349 \end_inset
47350
47351
47352 \begin_inset CommandInset ref
47353 LatexCommand eqref
47354 reference "eq:Wtot_n"
47355
47356 \end_inset
47357
47358 , the total width of a multicolumn 
47359 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
47360 \end_inset
47361
47362  is
47363 \begin_inset Formula 
47364 \begin{equation}
47365 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47366 \end{equation}
47367
47368 \end_inset
47369
47370
47371 \end_layout
47372
47373 \begin_layout Standard
47374 By setting equation
47375 \begin_inset space ~
47376 \end_inset
47377
47378
47379 \begin_inset CommandInset ref
47380 LatexCommand eqref
47381 reference "eq:Wtot_n"
47382
47383 \end_inset
47384
47385  and 
47386 \begin_inset CommandInset ref
47387 LatexCommand eqref
47388 reference "eq:Wtot_mult"
47389
47390 \end_inset
47391
47392  equal we can calculate the needed given width 
47393 \begin_inset Formula $W_{g\,n}$
47394 \end_inset
47395
47396  when 
47397 \emph on
47398 n
47399 \emph default
47400  columns are spanned, so that each column has a total width of 
47401 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
47402 \end_inset
47403
47404 :
47405 \begin_inset Formula 
47406 \begin{equation}
47407 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47408 \end{equation}
47409
47410 \end_inset
47411
47412
47413 \end_layout
47414
47415 \begin_layout Bibliography
47416 \begin_inset CommandInset bibitem
47417 LatexCommand bibitem
47418 key "latexcompanion"
47419 literal "true"
47420
47421 \end_inset
47422
47423 Frank Mittelbach and Michel Goossens: 
47424 \emph on
47425 The \SpecialChar LaTeX
47426  Companion Second Edition.
47427
47428 \emph default
47429  Addison-Wesley, 2004
47430 \end_layout
47431
47432 \begin_layout Bibliography
47433 \begin_inset CommandInset bibitem
47434 LatexCommand bibitem
47435 key "latexguide"
47436 literal "true"
47437
47438 \end_inset
47439
47440 Helmut Kopka and Patrick W.
47441  Daly: 
47442 \emph on
47443 A Guide to \SpecialChar LaTeX
47444  Fourth Edition.
47445
47446 \emph default
47447  Addison-Wesley, 2003
47448 \end_layout
47449
47450 \begin_layout Bibliography
47451 \begin_inset CommandInset bibitem
47452 LatexCommand bibitem
47453 key "latexbook"
47454 literal "true"
47455
47456 \end_inset
47457
47458 Leslie Lamport: 
47459 \emph on
47460 \SpecialChar LaTeX
47461 : A Document Preparation System.
47462
47463 \emph default
47464  Addison-Wesley, second edition, 1994
47465 \end_layout
47466
47467 \begin_layout Bibliography
47468 \begin_inset CommandInset bibitem
47469 LatexCommand bibitem
47470 key "arydshln"
47471 literal "true"
47472
47473 \end_inset
47474
47475 Documentation of the \SpecialChar LaTeX
47476 -package 
47477 \series bold
47478
47479 \begin_inset CommandInset href
47480 LatexCommand href
47481 name "arydshln"
47482 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
47483 literal "false"
47484
47485 \end_inset
47486
47487
47488 \series default
47489
47490 \begin_inset Index idx
47491 status collapsed
47492
47493 \begin_layout Plain Layout
47494 \SpecialChar LaTeX
47495 -packages ! arydshln
47496 \end_layout
47497
47498 \end_inset
47499
47500
47501 \end_layout
47502
47503 \begin_layout Bibliography
47504 \begin_inset CommandInset bibitem
47505 LatexCommand bibitem
47506 key "booktabs"
47507 literal "true"
47508
47509 \end_inset
47510
47511 Documentation of the \SpecialChar LaTeX
47512 -package 
47513 \series bold
47514
47515 \begin_inset CommandInset href
47516 LatexCommand href
47517 name "booktabs"
47518 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47519 literal "false"
47520
47521 \end_inset
47522
47523
47524 \series default
47525
47526 \begin_inset Index idx
47527 status collapsed
47528
47529 \begin_layout Plain Layout
47530 \SpecialChar LaTeX
47531 -packages ! booktabs
47532 \end_layout
47533
47534 \end_inset
47535
47536
47537 \end_layout
47538
47539 \begin_layout Bibliography
47540 \begin_inset CommandInset bibitem
47541 LatexCommand bibitem
47542 key "caption"
47543 literal "true"
47544
47545 \end_inset
47546
47547 Documentation of the \SpecialChar LaTeX
47548 -package 
47549 \series bold
47550
47551 \begin_inset CommandInset href
47552 LatexCommand href
47553 name "caption"
47554 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
47555 literal "false"
47556
47557 \end_inset
47558
47559
47560 \series default
47561
47562 \begin_inset Index idx
47563 status collapsed
47564
47565 \begin_layout Plain Layout
47566 \SpecialChar LaTeX
47567 -packages ! caption
47568 \end_layout
47569
47570 \end_inset
47571
47572
47573 \end_layout
47574
47575 \begin_layout Bibliography
47576 \begin_inset CommandInset bibitem
47577 LatexCommand bibitem
47578 key "diagbox"
47579 literal "true"
47580
47581 \end_inset
47582
47583 Documentation of the \SpecialChar LaTeX
47584 -package 
47585 \series bold
47586
47587 \begin_inset CommandInset href
47588 LatexCommand href
47589 name "diagbox"
47590 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47591 literal "false"
47592
47593 \end_inset
47594
47595
47596 \series default
47597
47598 \begin_inset Index idx
47599 status collapsed
47600
47601 \begin_layout Plain Layout
47602 \SpecialChar LaTeX
47603 -packages ! diagbox
47604 \end_layout
47605
47606 \end_inset
47607
47608
47609 \end_layout
47610
47611 \begin_layout Bibliography
47612 \begin_inset CommandInset bibitem
47613 LatexCommand bibitem
47614 key "endfloat"
47615 literal "true"
47616
47617 \end_inset
47618
47619 Documentation of the \SpecialChar LaTeX
47620 -package 
47621 \series bold
47622
47623 \begin_inset CommandInset href
47624 LatexCommand href
47625 name "endfloat"
47626 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47627 literal "false"
47628
47629 \end_inset
47630
47631
47632 \series default
47633
47634 \begin_inset Index idx
47635 status collapsed
47636
47637 \begin_layout Plain Layout
47638 \SpecialChar LaTeX
47639 -packages ! endfloat
47640 \end_layout
47641
47642 \end_inset
47643
47644
47645 \end_layout
47646
47647 \begin_layout Bibliography
47648 \begin_inset CommandInset bibitem
47649 LatexCommand bibitem
47650 key "footmisc"
47651 literal "true"
47652
47653 \end_inset
47654
47655 Documentation of the \SpecialChar LaTeX
47656 -package 
47657 \series bold
47658
47659 \begin_inset CommandInset href
47660 LatexCommand href
47661 name "footmisc"
47662 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47663 literal "false"
47664
47665 \end_inset
47666
47667
47668 \series default
47669
47670 \begin_inset Index idx
47671 status collapsed
47672
47673 \begin_layout Plain Layout
47674 \SpecialChar LaTeX
47675 -packages ! footmisc
47676 \end_layout
47677
47678 \end_inset
47679
47680
47681 \end_layout
47682
47683 \begin_layout Bibliography
47684 \begin_inset CommandInset bibitem
47685 LatexCommand bibitem
47686 key "hypcap"
47687 literal "true"
47688
47689 \end_inset
47690
47691 Documentation of the \SpecialChar LaTeX
47692 -package 
47693 \series bold
47694
47695 \begin_inset CommandInset href
47696 LatexCommand href
47697 name "hypcap"
47698 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47699 literal "false"
47700
47701 \end_inset
47702
47703
47704 \series default
47705
47706 \begin_inset Index idx
47707 status collapsed
47708
47709 \begin_layout Plain Layout
47710 \SpecialChar LaTeX
47711 -packages ! hyperref
47712 \end_layout
47713
47714 \end_inset
47715
47716
47717 \end_layout
47718
47719 \begin_layout Bibliography
47720 \begin_inset CommandInset bibitem
47721 LatexCommand bibitem
47722 key "hyperref"
47723 literal "true"
47724
47725 \end_inset
47726
47727 Documentation of the \SpecialChar LaTeX
47728 -package 
47729 \series bold
47730
47731 \begin_inset CommandInset href
47732 LatexCommand href
47733 name "hyperref"
47734 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47735 literal "false"
47736
47737 \end_inset
47738
47739
47740 \series default
47741
47742 \begin_inset Index idx
47743 status collapsed
47744
47745 \begin_layout Plain Layout
47746 \SpecialChar LaTeX
47747 -packages ! hyperref
47748 \end_layout
47749
47750 \end_inset
47751
47752
47753 \end_layout
47754
47755 \begin_layout Bibliography
47756 \begin_inset CommandInset bibitem
47757 LatexCommand bibitem
47758 key "KOMA-Script"
47759 literal "true"
47760
47761 \end_inset
47762
47763 Documentation of the \SpecialChar LaTeX
47764 -package 
47765 \series bold
47766
47767 \begin_inset CommandInset href
47768 LatexCommand href
47769 name "KOMA-Script"
47770 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47771 literal "false"
47772
47773 \end_inset
47774
47775
47776 \series default
47777
47778 \begin_inset Index idx
47779 status collapsed
47780
47781 \begin_layout Plain Layout
47782 \SpecialChar LaTeX
47783 -packages ! KOMA-Script
47784 \end_layout
47785
47786 \end_inset
47787
47788
47789 \end_layout
47790
47791 \begin_layout Bibliography
47792 \begin_inset CommandInset bibitem
47793 LatexCommand bibitem
47794 key "lettrine"
47795 literal "true"
47796
47797 \end_inset
47798
47799 Documentation of the \SpecialChar LaTeX
47800 -package 
47801 \series bold
47802
47803 \begin_inset CommandInset href
47804 LatexCommand href
47805 name "lettrine"
47806 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47807 literal "false"
47808
47809 \end_inset
47810
47811
47812 \series default
47813  and an 
47814 \begin_inset CommandInset href
47815 LatexCommand href
47816 name "example"
47817 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
47818 literal "false"
47819
47820 \end_inset
47821
47822
47823 \begin_inset Index idx
47824 status collapsed
47825
47826 \begin_layout Plain Layout
47827 \SpecialChar LaTeX
47828 -packages ! lettrine
47829 \end_layout
47830
47831 \end_inset
47832
47833
47834 \end_layout
47835
47836 \begin_layout Bibliography
47837 \begin_inset CommandInset bibitem
47838 LatexCommand bibitem
47839 key "listings"
47840 literal "true"
47841
47842 \end_inset
47843
47844 Documentation of the \SpecialChar LaTeX
47845 -package 
47846 \series bold
47847
47848 \begin_inset CommandInset href
47849 LatexCommand href
47850 name "listings"
47851 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47852 literal "false"
47853
47854 \end_inset
47855
47856
47857 \series default
47858
47859 \begin_inset Index idx
47860 status collapsed
47861
47862 \begin_layout Plain Layout
47863 \SpecialChar LaTeX
47864 -packages ! listings
47865 \end_layout
47866
47867 \end_inset
47868
47869
47870 \end_layout
47871
47872 \begin_layout Bibliography
47873 \begin_inset CommandInset bibitem
47874 LatexCommand bibitem
47875 key "minted"
47876 literal "false"
47877
47878 \end_inset
47879
47880 Documentation of the \SpecialChar LaTeX
47881 -package 
47882 \series bold
47883
47884 \begin_inset CommandInset href
47885 LatexCommand href
47886 name "minted"
47887 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47888 literal "false"
47889
47890 \end_inset
47891
47892
47893 \series default
47894
47895 \begin_inset Index idx
47896 status collapsed
47897
47898 \begin_layout Plain Layout
47899 \SpecialChar LaTeX
47900 -packages ! minted
47901 \end_layout
47902
47903 \end_inset
47904
47905
47906 \end_layout
47907
47908 \begin_layout Bibliography
47909 \begin_inset CommandInset bibitem
47910 LatexCommand bibitem
47911 key "marginnote"
47912 literal "true"
47913
47914 \end_inset
47915
47916 Documentation of the \SpecialChar LaTeX
47917 -package 
47918 \series bold
47919
47920 \begin_inset CommandInset href
47921 LatexCommand href
47922 name "marginnote"
47923 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
47924 literal "false"
47925
47926 \end_inset
47927
47928
47929 \series default
47930
47931 \begin_inset Index idx
47932 status collapsed
47933
47934 \begin_layout Plain Layout
47935 \SpecialChar LaTeX
47936 -packages ! marginnote
47937 \end_layout
47938
47939 \end_inset
47940
47941
47942 \end_layout
47943
47944 \begin_layout Bibliography
47945 \begin_inset CommandInset bibitem
47946 LatexCommand bibitem
47947 key "pdfpages"
47948 literal "true"
47949
47950 \end_inset
47951
47952 Documentation of the \SpecialChar LaTeX
47953 -package 
47954 \series bold
47955
47956 \begin_inset CommandInset href
47957 LatexCommand href
47958 name "pdfpages"
47959 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47960 literal "false"
47961
47962 \end_inset
47963
47964
47965 \series default
47966
47967 \begin_inset Index idx
47968 status collapsed
47969
47970 \begin_layout Plain Layout
47971 \SpecialChar LaTeX
47972 -packages ! pdfpages
47973 \end_layout
47974
47975 \end_inset
47976
47977
47978 \end_layout
47979
47980 \begin_layout Bibliography
47981 \begin_inset CommandInset bibitem
47982 LatexCommand bibitem
47983 key "prettyref"
47984 literal "true"
47985
47986 \end_inset
47987
47988 Documentation of the \SpecialChar LaTeX
47989 -package 
47990 \series bold
47991
47992 \begin_inset CommandInset href
47993 LatexCommand href
47994 name "prettyref"
47995 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47996 literal "false"
47997
47998 \end_inset
47999
48000
48001 \series default
48002
48003 \begin_inset Index idx
48004 status collapsed
48005
48006 \begin_layout Plain Layout
48007 \SpecialChar LaTeX
48008 -packages ! prettyref
48009 \end_layout
48010
48011 \end_inset
48012
48013
48014 \end_layout
48015
48016 \begin_layout Bibliography
48017 \begin_inset CommandInset bibitem
48018 LatexCommand bibitem
48019 key "pstricks"
48020 literal "true"
48021
48022 \end_inset
48023
48024 Web page of the \SpecialChar LaTeX
48025 -package 
48026 \series bold
48027
48028 \begin_inset CommandInset href
48029 LatexCommand href
48030 name "PSTricks"
48031 target "http://tug.org/PSTricks/"
48032 literal "false"
48033
48034 \end_inset
48035
48036
48037 \series default
48038
48039 \begin_inset Index idx
48040 status collapsed
48041
48042 \begin_layout Plain Layout
48043 \SpecialChar LaTeX
48044 -packages ! PSTricks
48045 \end_layout
48046
48047 \end_inset
48048
48049
48050 \end_layout
48051
48052 \begin_layout Bibliography
48053 \begin_inset CommandInset bibitem
48054 LatexCommand bibitem
48055 key "refstyle"
48056 literal "true"
48057
48058 \end_inset
48059
48060 Documentation of the \SpecialChar LaTeX
48061 -package 
48062 \series bold
48063
48064 \begin_inset CommandInset href
48065 LatexCommand href
48066 name "refstyle"
48067 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
48068 literal "false"
48069
48070 \end_inset
48071
48072
48073 \series default
48074
48075 \begin_inset Index idx
48076 status collapsed
48077
48078 \begin_layout Plain Layout
48079 \SpecialChar LaTeX
48080 -packages ! refstyle
48081 \end_layout
48082
48083 \end_inset
48084
48085
48086 \end_layout
48087
48088 \begin_layout Bibliography
48089 \begin_inset CommandInset bibitem
48090 LatexCommand bibitem
48091 key "sidecap"
48092 literal "true"
48093
48094 \end_inset
48095
48096 Documentation of the \SpecialChar LaTeX
48097 -package 
48098 \series bold
48099
48100 \begin_inset CommandInset href
48101 LatexCommand href
48102 name "sidecap"
48103 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
48104 literal "false"
48105
48106 \end_inset
48107
48108
48109 \series default
48110
48111 \begin_inset Index idx
48112 status collapsed
48113
48114 \begin_layout Plain Layout
48115 \SpecialChar LaTeX
48116 -packages ! sidecap
48117 \end_layout
48118
48119 \end_inset
48120
48121
48122 \end_layout
48123
48124 \begin_layout Bibliography
48125 \begin_inset CommandInset bibitem
48126 LatexCommand bibitem
48127 key "Inkscape"
48128 literal "true"
48129
48130 \end_inset
48131
48132 Documentation of the option 
48133 \begin_inset CommandInset href
48134 LatexCommand href
48135 name "Omit text in PDF"
48136 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48137 literal "false"
48138
48139 \end_inset
48140
48141  of the program 
48142 \noun on
48143
48144 \begin_inset CommandInset href
48145 LatexCommand href
48146 name "Inkscape"
48147 target "https://inkscape.org"
48148 literal "false"
48149
48150 \end_inset
48151
48152
48153 \end_layout
48154
48155 \begin_layout Standard
48156 \begin_inset CommandInset index_print
48157 LatexCommand printindex
48158 type "idx"
48159 name "Index"
48160 literal "false"
48161
48162 \end_inset
48163
48164
48165 \end_layout
48166
48167 \end_body
48168 \end_document