]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
symbols: update HTML entities and Unicode encodings for Greek letter variations.
[features.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 608
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 % Added by lyx2lyx
153 \setlength{\parskip}{\medskipamount}
154 \setlength{\parindent}{0pt}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
157 \use_default_options false
158 \begin_modules
159 initials
160 graphicboxes
161 varwidth
162 \end_modules
163 \maintain_unincluded_children no
164 \language english
165 \language_package default
166 \inputencoding utf8
167 \fontencoding auto
168 \font_roman "lmodern" "default"
169 \font_sans "lmss" "default"
170 \font_typewriter "lmtt" "default"
171 \font_math "auto" "auto"
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_roman_osf false
176 \font_sans_osf false
177 \font_typewriter_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \use_microtype false
181 \use_dash_ligatures true
182 \graphics default
183 \default_output_format pdf2
184 \output_sync 0
185 \bibtex_command default
186 \index_command makeindex
187 \paperfontsize 12
188 \spacing single
189 \use_hyperref true
190 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
191 \pdf_author "LyX Team, Uwe Stöhr"
192 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
193 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
194 \pdf_bookmarks true
195 \pdf_bookmarksnumbered true
196 \pdf_bookmarksopen true
197 \pdf_bookmarksopenlevel 1
198 \pdf_breaklinks false
199 \pdf_pdfborder false
200 \pdf_colorlinks true
201 \pdf_backref false
202 \pdf_pdfusetitle false
203 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
204 \papersize default
205 \use_geometry false
206 \use_package amsmath 1
207 \use_package amssymb 1
208 \use_package cancel 1
209 \use_package esint 1
210 \use_package mathdots 1
211 \use_package mathtools 1
212 \use_package mhchem 1
213 \use_package stackrel 1
214 \use_package stmaryrd 1
215 \use_package undertilde 1
216 \cite_engine basic
217 \cite_engine_type default
218 \biblio_style plain
219 \use_bibtopic false
220 \use_indices false
221 \paperorientation portrait
222 \suppress_date false
223 \justification true
224 \use_refstyle 0
225 \use_minted 0
226 \use_lineno 0
227 \notefontcolor #0000ff
228 \index Index
229 \shortcut idx
230 \color #008000
231 \end_index
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation indent
235 \paragraph_indentation default
236 \is_math_indent 0
237 \math_numbering_side default
238 \quotes_style english
239 \dynamic_quotes 0
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tablestyle default
244 \tracking_changes true
245 \output_changes false
246 \change_bars false
247 \postpone_fragile_content false
248 \html_math_output 0
249 \html_css_as_file 0
250 \html_be_strict false
251 \docbook_table_output 0
252 \docbook_mathml_prefix 1
253 \author -712698321 "Jürgen Spitzmüller"
254 \author 630872221 "Jean-Pierre Chrétien" jeanpierre.chretien@free.fr
255 \end_header
256
257 \begin_body
258
259 \begin_layout Title
260 \SpecialChar LyX
261 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
262 \end_layout
263
264 \begin_layout Author
265 by the \SpecialChar LyX
266  Team
267 \begin_inset Foot
268 status collapsed
269
270 \begin_layout Plain Layout
271 \noindent
272 If you have comments or error corrections, please send them to the \SpecialChar LyX
273  Documentatio
274 n mailing list: 
275 \begin_inset CommandInset href
276 LatexCommand href
277 name "lyx-docs@lists.lyx.org"
278 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
279 type "mailto:"
280 literal "false"
281
282 \end_inset
283
284
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Note Note
291 status open
292
293 \begin_layout Plain Layout
294 author: Uwe Stöhr
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Newline newline
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \family sans
309 Version 2.4.x
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset CommandInset toc
314 LatexCommand tableofcontents
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Note Note
323 status open
324
325 \begin_layout Plain Layout
326 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
327 -packages 
328 \series bold
329 arydshln
330 \series default
331
332 \series bold
333 colortbl
334 \series default
335
336 \series bold
337 diagbox, lettrine, marginnote, picinpar
338 \series default
339  and 
340 \series bold
341 sidecap
342 \series default
343  must be installed.
344  If they are not installed you can export the document anyway but the sections
345  where the packages are required won't appear in the output.
346 \end_layout
347
348 \begin_layout Plain Layout
349 The latest PDF-version of this document can be found here:
350 \begin_inset Newline newline
351 \end_inset
352
353
354 \series bold
355 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Chapter
364 Figures
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Figures
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Graphics|see
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 {
386 \end_layout
387
388 \end_inset
389
390 Figures
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396 }
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Section
410 Graphics Dialog
411 \begin_inset Index idx
412 status collapsed
413
414 \begin_layout Plain Layout
415 Figures ! Graphics Dialog
416 \end_layout
417
418 \end_inset
419
420
421 \begin_inset CommandInset label
422 LatexCommand label
423 name "sec:Graphics-Dialog"
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Standard
431 To insert an image into your document, place the cursor at the text position
432  you want and click on the toolbar icon 
433 \begin_inset Info
434 type  "icon"
435 arg   "dialog-show-new-inset graphics"
436 \end_inset
437
438  or use the menu 
439 \family sans
440 Insert\SpecialChar menuseparator
441 Graphics
442 \family default
443 .
444  Then a dialog will appear to choose the file to load.
445  The image will appear in the output exactly at the position where it is
446  in the text.
447 \end_layout
448
449 \begin_layout Standard
450 The graphics dialog can be called at any time by clicking on an image.
451  This dialog has three tabs:
452 \end_layout
453
454 \begin_layout Description
455
456 \family sans
457 Graphics
458 \family default
459  Here you can choose an image file and adjust its appearance in the output.
460  The available units for the image size are explained in appendix
461 \begin_inset space ~
462 \end_inset
463
464
465 \begin_inset CommandInset ref
466 LatexCommand ref
467 reference "cha:Units-available-in"
468
469 \end_inset
470
471 .
472 \begin_inset Newline newline
473 \end_inset
474
475
476 \begin_inset Index idx
477 status collapsed
478
479 \begin_layout Plain Layout
480 Figures ! rotated
481 \end_layout
482
483 \end_inset
484
485 You can rotate images counter-clockwise by setting a rotation angle and
486  a rotation origin.
487  The image will also be rotated inside \SpecialChar LyX
488 .
489 \begin_inset Newline newline
490 \end_inset
491
492
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Figures ! scaled
498 \end_layout
499
500 \end_inset
501
502 Images can be scaled by using a percentage value or by setting the width
503  and height explicitly.
504  If you set only the width or only the height, the other size will be determined
505  automatically.
506  If you set both, then the image will be transformed to the given size,
507  possibly distorting it.
508  To prevent the image from distortion, use the option 
509 \family sans
510 Maintain aspect ratio
511 \family default
512 .
513  The image will then be scaled so that its width and height don't exceed
514  the specified dimensions.
515 \begin_inset Newline newline
516 \end_inset
517
518 Images can be opened in a program of your choice by right-clicking on it
519  and choosing the entry 
520 \family sans
521 Edit
522 \begin_inset space ~
523 \end_inset
524
525 externally
526 \family default
527  in the context menu.
528  The program can be set for every image format in the file format settings
529  in \SpecialChar LyX
530 's preferences.
531 \end_layout
532
533 \begin_layout Description
534
535 \family sans
536 Coordinates
537 \begin_inset space ~
538 \end_inset
539
540 and
541 \begin_inset space ~
542 \end_inset
543
544 Clipping
545 \family default
546  Alternatively to the usage of scaling units it is possible to set image
547  coordinates to adjust the height and width of the image in the output.
548  The coordinates can also be calculated automatically by pressing the button
549  
550 \family sans
551 Get
552 \begin_inset space ~
553 \end_inset
554
555 from
556 \begin_inset space ~
557 \end_inset
558
559 File
560 \family default
561 .
562  The option 
563 \family sans
564 Clip
565 \begin_inset space ~
566 \end_inset
567
568 to
569 \begin_inset space ~
570 \end_inset
571
572 bounding
573 \begin_inset space ~
574 \end_inset
575
576 box
577 \family default
578  will only print the image region within the given coordinates.
579  Normally you don't need to worry about image coordinates and can ignore
580  this tab.
581 \end_layout
582
583 \begin_layout Description
584
585 \family sans
586 LaTeX
587 \begin_inset space ~
588 \end_inset
589
590 and
591 \begin_inset space ~
592 \end_inset
593
594 LyX
595 \begin_inset space ~
596 \end_inset
597
598 options
599 \family default
600  In this tab you can modify the appearance of the image within \SpecialChar LyX
601  and \SpecialChar LaTeX
602  experts
603  can specify additional \SpecialChar LaTeX
604  options.
605 \begin_inset Newline newline
606 \end_inset
607
608 The option 
609 \family sans
610 Draft
611 \begin_inset space ~
612 \end_inset
613
614 mode
615 \family default
616  makes the image appear in the output only as a frame with the size of the
617  image.
618 \begin_inset Newline newline
619 \end_inset
620
621 In the section 
622 \family sans
623 Graphics
624 \begin_inset space ~
625 \end_inset
626
627 Group
628 \family default
629  you can define or join an image settings group.
630 \begin_inset Index idx
631 status collapsed
632
633 \begin_layout Plain Layout
634 Figures ! Settings grouping
635 \end_layout
636
637 \end_inset
638
639  Images within such a group share their settings, so adjusting one image
640  of the group automatically also adjusts all other images of the group in
641  the same way.
642  So you can for example change the size for a bunch of images without the
643  need to manually change each of them.
644  Joining an existing group can also be done using the context menu of the
645  image by checking the name of the desired group.
646 \end_layout
647
648 \begin_layout Standard
649 \begin_inset VSpace bigskip
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Standard
656 This is an example image in PDF format
657 \begin_inset Foot
658 status collapsed
659
660 \begin_layout Plain Layout
661 Image formats are explained in section
662 \begin_inset space ~
663 \end_inset
664
665
666 \begin_inset CommandInset ref
667 LatexCommand ref
668 reference "sec:Image-Formats"
669
670 \end_inset
671
672 .
673 \end_layout
674
675 \end_inset
676
677  within a separate, horizontally centered paragraph:
678 \end_layout
679
680 \begin_layout Standard
681 \align center
682 \begin_inset Graphics
683         filename clipart/2D-intensity-plot.pdf
684         scaleBeforeRotation
685         rotateOrigin center
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 This is the same image like the one above but in draft mode:
694 \end_layout
695
696 \begin_layout Standard
697 \align center
698 \begin_inset Graphics
699         filename clipart/2D-intensity-plot.pdf
700         draft
701         scaleBeforeRotation
702         rotateOrigin center
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 \begin_inset Newpage newpage
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Section
717 Figure Floats
718 \begin_inset CommandInset label
719 LatexCommand label
720 name "sec:Figure-Floats"
721
722 \end_inset
723
724
725 \begin_inset Index idx
726 status collapsed
727
728 \begin_layout Plain Layout
729 Floats ! Figures
730 \end_layout
731
732 \end_inset
733
734
735 \begin_inset Index idx
736 status collapsed
737
738 \begin_layout Plain Layout
739 Figures ! Floats
740 \end_layout
741
742 \end_inset
743
744
745 \end_layout
746
747 \begin_layout Standard
748 For general explanations about floats, have a look at section
749 \begin_inset space ~
750 \end_inset
751
752
753 \begin_inset CommandInset ref
754 LatexCommand ref
755 reference "sec:FloatIntroduction"
756
757 \end_inset
758
759 .
760 \end_layout
761
762 \begin_layout Standard
763 The toolbar button 
764 \begin_inset Info
765 type  "icon"
766 arg   "float-insert figure"
767 \end_inset
768
769  and the menu 
770 \family sans
771 Insert\SpecialChar menuseparator
772 Float\SpecialChar menuseparator
773 Figure
774 \family default
775  inserts a float with a caption that has the label 
776 \begin_inset Quotes eld
777 \end_inset
778
779 Figure
780 \begin_inset space ~
781 \end_inset
782
783 #:
784 \begin_inset Quotes erd
785 \end_inset
786
787  (# is the actual number).
788  You can insert the image above the caption, like in Figure
789 \begin_inset space ~
790 \end_inset
791
792
793 \begin_inset CommandInset ref
794 LatexCommand ref
795 reference "fig:A-star-in"
796
797 \end_inset
798
799  or below the caption, like in Figure
800 \begin_inset space ~
801 \end_inset
802
803
804 \begin_inset CommandInset ref
805 LatexCommand ref
806 reference "fig:A-3D-object"
807
808 \end_inset
809
810 .
811  More about caption placement is described in section
812 \begin_inset space ~
813 \end_inset
814
815
816 \begin_inset CommandInset ref
817 LatexCommand ref
818 reference "sec:Caption-Placement"
819
820 \end_inset
821
822 .
823 \end_layout
824
825 \begin_layout Standard
826 \begin_inset Float figure
827 placement document
828 alignment document
829 wide false
830 sideways false
831 status open
832
833 \begin_layout Plain Layout
834 \align center
835 \begin_inset Graphics
836         filename clipart/Star-structure.pdf
837         lyxscale 60
838         width 50col%
839         scaleBeforeRotation
840         rotateOrigin center
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Plain Layout
848 \begin_inset Caption Standard
849
850 \begin_layout Plain Layout
851 \begin_inset CommandInset label
852 LatexCommand label
853 name "fig:A-star-in"
854
855 \end_inset
856
857 A star in a float.
858 \end_layout
859
860 \end_inset
861
862
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Standard
871 \begin_inset Float figure
872 placement document
873 alignment document
874 wide false
875 sideways false
876 status open
877
878 \begin_layout Plain Layout
879 \begin_inset Caption Standard
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:A-3D-object"
885
886 \end_inset
887
888 A 3D object.
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \align center
898 \begin_inset Graphics
899         filename clipart/3D-structure-distort.pdf
900         lyxscale 60
901         scale 80
902         scaleBeforeRotation
903         rotateOrigin center
904
905 \end_inset
906
907
908 \end_layout
909
910 \end_inset
911
912
913 \end_layout
914
915 \begin_layout Standard
916 \begin_inset Index idx
917 status collapsed
918
919 \begin_layout Plain Layout
920 References ! to Figures
921 \end_layout
922
923 \end_inset
924
925 Figure
926 \begin_inset space ~
927 \end_inset
928
929
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "fig:A-star-in"
933
934 \end_inset
935
936  and 
937 \begin_inset CommandInset ref
938 LatexCommand ref
939 reference "fig:A-3D-object"
940
941 \end_inset
942
943  are examples of referenced figures.
944  Figures can be referenced in the text by referencing their label.
945  To do this insert a label in the caption using the menu 
946 \family sans
947 Insert\SpecialChar menuseparator
948 Label
949 \family default
950  or the toolbar button 
951 \begin_inset Info
952 type  "icon"
953 arg   "label-insert"
954 \end_inset
955
956 .
957  You can now refer to the label using the menu 
958 \family sans
959 Insert\SpecialChar menuseparator
960 Cross
961 \begin_inset space ~
962 \end_inset
963
964 reference
965 \family default
966  or the toolbar button 
967 \begin_inset Info
968 type  "icon"
969 arg   "dialog-show-new-inset ref"
970 \end_inset
971
972 .
973  It is important to use references to floats, rather than using vague references
974  like 
975 \begin_inset Quotes eld
976 \end_inset
977
978 the figure above
979 \begin_inset Quotes erd
980 \end_inset
981
982 , because \SpecialChar LaTeX
983  will reposition the floats in the final document and it might
984  not be 
985 \begin_inset Quotes eld
986 \end_inset
987
988 above
989 \begin_inset Quotes erd
990 \end_inset
991
992  at all.
993 \begin_inset Newline newline
994 \end_inset
995
996 Referencing is explained in detail in section
997 \begin_inset space ~
998 \end_inset
999
1000
1001 \begin_inset CommandInset ref
1002 LatexCommand ref
1003 reference "sec:Referencing-Floats"
1004
1005 \end_inset
1006
1007 .
1008 \end_layout
1009
1010 \begin_layout Standard
1011 Normally only one image is inserted to a figure float, but sometimes you
1012  might want to use two images with separate subcaptions.
1013  This can be done by inserting image floats into existing image floats.
1014  Note that only the main caption of the float is added to the List of Figures.
1015  Figure
1016 \begin_inset space ~
1017 \end_inset
1018
1019
1020 \begin_inset CommandInset ref
1021 LatexCommand ref
1022 reference "fig:Two-distorted-images"
1023
1024 \end_inset
1025
1026  is an example of a figure float with two images set side by side.
1027  You can also set the images one below the other.
1028  Figure
1029 \begin_inset space ~
1030 \end_inset
1031
1032
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "fig:Pink-object"
1036
1037 \end_inset
1038
1039  and 
1040 \begin_inset CommandInset ref
1041 LatexCommand ref
1042 reference "fig:A-star"
1043
1044 \end_inset
1045
1046  are the subfigures.
1047 \end_layout
1048
1049 \begin_layout Standard
1050 \begin_inset Float figure
1051 placement document
1052 alignment document
1053 wide false
1054 sideways false
1055 status open
1056
1057 \begin_layout Plain Layout
1058 \begin_inset space \hfill{}
1059 \end_inset
1060
1061
1062 \begin_inset Float figure
1063 placement document
1064 alignment document
1065 wide false
1066 sideways false
1067 status collapsed
1068
1069 \begin_layout Plain Layout
1070 \begin_inset Caption Standard
1071
1072 \begin_layout Plain Layout
1073 \begin_inset CommandInset label
1074 LatexCommand label
1075 name "fig:Pink-object"
1076
1077 \end_inset
1078
1079 Pink object.
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \begin_layout Plain Layout
1088 \begin_inset Graphics
1089         filename clipart/3D-structure-distort.pdf
1090         width 45col%
1091         scaleBeforeRotation
1092         groupId distorted
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \begin_inset space \hfill{}
1103 \end_inset
1104
1105
1106 \begin_inset Float figure
1107 placement document
1108 alignment document
1109 wide false
1110 sideways false
1111 status collapsed
1112
1113 \begin_layout Plain Layout
1114 \begin_inset Caption Standard
1115
1116 \begin_layout Plain Layout
1117 \begin_inset CommandInset label
1118 LatexCommand label
1119 name "fig:A-star"
1120
1121 \end_inset
1122
1123 A star.
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \begin_layout Plain Layout
1132 \begin_inset Graphics
1133         filename clipart/Star-structure.pdf
1134         width 45col%
1135         scaleBeforeRotation
1136         groupId distorted
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \begin_inset space \hfill{}
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Plain Layout
1153 \begin_inset Caption Standard
1154
1155 \begin_layout Plain Layout
1156 \begin_inset CommandInset label
1157 LatexCommand label
1158 name "fig:Two-distorted-images"
1159
1160 \end_inset
1161
1162 Two distorted images.
1163  Both images are in the image settings group named 
1164 \begin_inset Quotes eld
1165 \end_inset
1166
1167 distorted
1168 \begin_inset Quotes erd
1169 \end_inset
1170
1171 .
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \begin_layout Standard
1185 \begin_inset Newpage newpage
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Section
1192 Image Formats
1193 \begin_inset CommandInset label
1194 LatexCommand label
1195 name "sec:Image-Formats"
1196
1197 \end_inset
1198
1199
1200 \begin_inset Index idx
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204 Image Formats
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \begin_inset Index idx
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 Figures ! Image Formats
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \begin_layout Standard
1223 You can insert images in any known file format.
1224  But as explained in appendix
1225 \begin_inset space ~
1226 \end_inset
1227
1228
1229 \begin_inset CommandInset ref
1230 LatexCommand ref
1231 reference "cha:Output-File-Formats"
1232
1233 \end_inset
1234
1235 , each output document format allows only a few image formats.
1236  \SpecialChar LyX
1237  uses therefore the program 
1238 \family typewriter
1239 ImageMagick
1240 \family default
1241  in the background to convert the images to the right format.
1242  To increase your work flow by avoiding these conversions in the background,
1243  you could choose to use only the image formats that can directly be embedded
1244  in the output file format.
1245  The output file formats are explained in appendix
1246 \begin_inset space ~
1247 \end_inset
1248
1249
1250 \begin_inset CommandInset ref
1251 LatexCommand ref
1252 reference "cha:Output-File-Formats"
1253
1254 \end_inset
1255
1256 .
1257 \end_layout
1258
1259 \begin_layout Standard
1260 Similar to fonts there are two types of image formats:
1261 \end_layout
1262
1263 \begin_layout Description
1264 Bitmap
1265 \begin_inset space ~
1266 \end_inset
1267
1268 images consist of pixel values, often in a compressed form.
1269  They are therefore not fully scalable and look pixelated in large zooms.
1270  Well-known bitmap image formats are 
1271 \begin_inset Quotes eld
1272 \end_inset
1273
1274 Graphics Interchange Format
1275 \begin_inset Quotes erd
1276 \end_inset
1277
1278  (GIF, file extension 
1279 \begin_inset Quotes eld
1280 \end_inset
1281
1282
1283 \family typewriter
1284 .gif
1285 \family default
1286
1287 \begin_inset Quotes erd
1288 \end_inset
1289
1290 )
1291 \begin_inset Index idx
1292 status collapsed
1293
1294 \begin_layout Plain Layout
1295 GIF|see
1296 \begin_inset ERT
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300
1301 {
1302 \end_layout
1303
1304 \end_inset
1305
1306 Image formats
1307 \begin_inset ERT
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311
1312 }
1313 \end_layout
1314
1315 \end_inset
1316
1317
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \begin_inset Quotes eld
1324 \end_inset
1325
1326 Portable Network Graphics
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  (PNG, file extension 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334
1335 \family typewriter
1336 .png
1337 \family default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342 )
1343 \begin_inset Index idx
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347 PNG|see
1348 \begin_inset ERT
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352
1353 {
1354 \end_layout
1355
1356 \end_inset
1357
1358 Image formats
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 }
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \end_inset
1373
1374 , and 
1375 \begin_inset Quotes eld
1376 \end_inset
1377
1378 Joint Photographic Experts Group
1379 \begin_inset Quotes erd
1380 \end_inset
1381
1382  (JPG, file extension 
1383 \begin_inset Quotes eld
1384 \end_inset
1385
1386
1387 \family typewriter
1388 .jpg
1389 \family default
1390
1391 \begin_inset Quotes erd
1392 \end_inset
1393
1394  or 
1395 \begin_inset Quotes eld
1396 \end_inset
1397
1398
1399 \family typewriter
1400 .jpeg
1401 \family default
1402
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406 )
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 JPG|see
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 {
1418 \end_layout
1419
1420 \end_inset
1421
1422 Image formats
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 }
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \end_layout
1435
1436 \end_inset
1437
1438 .
1439 \end_layout
1440
1441 \begin_layout Description
1442 Vector
1443 \begin_inset space ~
1444 \end_inset
1445
1446 images consist of vectors and can therefore be scaled to any size without
1447  data loss.
1448  The scaling ability is necessary if you want to create presentations, because
1449  presentations are always scaled by the video projector.
1450  Scaling is also useful for online documents to let the user zoom into diagrams.
1451 \begin_inset Newline newline
1452 \end_inset
1453
1454 Well-known scalable image formats are 
1455 \begin_inset Quotes eld
1456 \end_inset
1457
1458 Scalable Vector Graphics
1459 \begin_inset Quotes erd
1460 \end_inset
1461
1462  (SVG, file extension 
1463 \begin_inset Quotes eld
1464 \end_inset
1465
1466
1467 \family typewriter
1468 .svg
1469 \family default
1470
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474 )
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 SVG|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Image formats
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 Encapsulated PostScript
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  (EPS, file extension 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518
1519 \family typewriter
1520 .eps
1521 \family default
1522
1523 \begin_inset Quotes erd
1524 \end_inset
1525
1526 )
1527 \begin_inset Index idx
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531 EPS|see
1532 \begin_inset ERT
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536
1537 {
1538 \end_layout
1539
1540 \end_inset
1541
1542 Image formats
1543 \begin_inset ERT
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 }
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Portable Document Format
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (PDF, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .pdf
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 PDF
1584 \end_layout
1585
1586 \end_inset
1587
1588 , and 
1589 \begin_inset Quotes eld
1590 \end_inset
1591
1592 Windows Metafile
1593 \begin_inset Quotes erd
1594 \end_inset
1595
1596  (WMF, file extension 
1597 \begin_inset Quotes eld
1598 \end_inset
1599
1600
1601 \family typewriter
1602 .wmf
1603 \family default
1604
1605 \begin_inset Quotes erd
1606 \end_inset
1607
1608 )
1609 \begin_inset Index idx
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 WMF|see
1614 \begin_inset ERT
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618
1619 {
1620 \end_layout
1621
1622 \end_inset
1623
1624 Image formats
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630 }
1631 \end_layout
1632
1633 \end_inset
1634
1635
1636 \end_layout
1637
1638 \end_inset
1639
1640 .
1641  We wrote 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 can be
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649 , because you can convert any bitmap image to a PDF or EPS-image and the
1650  result will still be a bitmap image.
1651  In such cases only a header with the image properties is added to the original
1652  image
1653 \begin_inset Foot
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 In the case of PDF, the original image is additionally compressed.
1658 \end_layout
1659
1660 \end_inset
1661
1662 .
1663  The PDF-files generated by 
1664 \family typewriter
1665 Adobe Photoshop
1666 \family default
1667  are for example bitmap images.
1668 \end_layout
1669
1670 \begin_layout Standard
1671 Normally it is not possible to convert a bitmap image into a scalable one,
1672  only vice versa.
1673  Only the image formats PDF and EPS can directly be embedded to PDF and
1674  PostScript output files, respectively.
1675  SVG and WMF-images are recalculated to bitmaps when the output file is
1676  generated because there is currently no adequate WMF/SVG
1677 \begin_inset Formula $\to$
1678 \end_inset
1679
1680 PDF/EPS converter available.
1681 \end_layout
1682
1683 \begin_layout Chapter
1684 Tables
1685 \begin_inset Index idx
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Table
1690 \end_layout
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Section
1698 Introduction
1699 \begin_inset Index idx
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 Table ! Introduction
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \end_layout
1710
1711 \begin_layout Standard
1712 You can insert a table using either the toolbar button 
1713 \begin_inset Info
1714 type  "icon"
1715 arg   "tabular-insert"
1716 \end_inset
1717
1718  or the menu 
1719 \family sans
1720 Insert\SpecialChar menuseparator
1721 Table
1722 \family default
1723 .
1724  The toolbar button offers you a graphical selection: move the mouse to
1725  set the column/row number of the table that should be created and then
1726  press a mouse button.
1727  When you use the menu to create a table, a dialog will appear, asking you
1728  for the number of rows and columns
1729 \change_inserted -712698321 1554289643
1730 , and you can select a specific (border) style
1731 \change_unchanged
1732 .
1733 \change_deleted -712698321 1554289644
1734
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738
1739 \change_inserted -712698321 1554289645
1740
1741 \end_layout
1742
1743 \begin_layout Standard
1744 The default table has lines around any cell and the first row appears separated
1745  from the rest of the table.
1746  This separation occurs due to a double line: The cells of the first row
1747  have a line below them and the cells of the second row have a line above
1748  them.
1749  Here is an example table:
1750 \end_layout
1751
1752 \begin_layout Standard
1753 \align center
1754 \begin_inset Tabular
1755 <lyxtabular version="3" rows="4" columns="4">
1756 <features tabularvalignment="middle">
1757 <column alignment="center" valignment="top">
1758 <column alignment="center" valignment="top">
1759 <column alignment="center" valignment="top">
1760 <column alignment="center" valignment="top">
1761 <row>
1762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \family roman
1777 \series medium
1778 \shape up
1779 \size normal
1780 \emph off
1781 \bar no
1782 \noun off
1783 \color none
1784 1
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 2
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802 3
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \family roman
1815 \series medium
1816 \shape up
1817 \size normal
1818 \emph off
1819 \bar no
1820 \noun off
1821 \color none
1822 A
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row>
1856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \family roman
1862 \series medium
1863 \shape up
1864 \size normal
1865 \emph off
1866 \bar no
1867 \noun off
1868 \color none
1869 B
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 <row>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \family roman
1909 \series medium
1910 \shape up
1911 \size normal
1912 \emph off
1913 \bar no
1914 \noun off
1915 \color none
1916 C
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 </lyxtabular>
1950
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957
1958 \change_inserted -712698321 1554289664
1959 This corresponds to the 
1960 \begin_inset Quotes eld
1961 \end_inset
1962
1963 Grid with Head
1964 \begin_inset Quotes erd
1965 \end_inset
1966
1967  table style listed in the style selection.
1968 \end_layout
1969
1970 \begin_layout Standard
1971
1972 \change_inserted -712698321 1554289664
1973 Other available styles include:
1974 \end_layout
1975
1976 \begin_layout Itemize
1977
1978 \change_inserted -712698321 1554289664
1979
1980 \begin_inset Quotes eld
1981 \end_inset
1982
1983 simple grid
1984 \begin_inset Quotes erd
1985 \end_inset
1986
1987  which looks line the above table, but without the first row being separated
1988  via double line,
1989 \end_layout
1990
1991 \begin_layout Itemize
1992
1993 \change_inserted -712698321 1554289664
1994 a border-less table with no lines at all,
1995 \end_layout
1996
1997 \begin_layout Itemize
1998
1999 \change_inserted -712698321 1554289664
2000 and a so-called 
2001 \begin_inset Quotes eld
2002 \end_inset
2003
2004 formal table
2005 \begin_inset Quotes erd
2006 \end_inset
2007
2008  as often used in professional publishing with horizontal lines only and
2009  bold top/bottom lines (see 
2010 \emph on
2011 Embedded Objects
2012 \emph default
2013  manual, section 
2014 \emph on
2015 Formal Tables
2016 \emph default
2017 ).
2018
2019 \change_inserted 630872221 1622640694
2020  It is also possible to have an horizontal (thin) Footline above the last
2021  line.
2022 \change_unchanged
2023
2024 \end_layout
2025
2026 \begin_layout Standard
2027
2028 \change_inserted -712698321 1554289664
2029 The default style used in the dialog as well as the style used by the toolbar
2030  button can be changed in 
2031 \family sans
2032 Document\SpecialChar menuseparator
2033 Settings\SpecialChar menuseparator
2034 Text Layout
2035 \family default
2036 .
2037  So if the default style above is not the one you need, you should alter
2038  this setting.
2039 \end_layout
2040
2041 \begin_layout Section
2042 Table Dialog
2043 \begin_inset Index idx
2044 status collapsed
2045
2046 \begin_layout Plain Layout
2047 Table ! Dialog
2048 \end_layout
2049
2050 \end_inset
2051
2052
2053 \end_layout
2054
2055 \begin_layout Standard
2056 You can alter a table by clicking on it with the right mouse button, which
2057  brings up the context menu.
2058  Under the menu entry 
2059 \family sans
2060 More
2061 \family default
2062  you can adjust the settings of that cell and row/column respectively where
2063  the cursor is currently placed.
2064  The context menu 
2065 \family sans
2066 More\SpecialChar menuseparator
2067 Settings
2068 \family default
2069  opens the table dialog where you can adjust more things.
2070  Most of the dialog options also work on selections.
2071  This means if you select more cells, columns or rows, the action is done
2072  for the whole selection.
2073  Note that there is a difference between selecting the 
2074 \emph on
2075 contents
2076 \emph default
2077  of the cell, and the cell itself.
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081 With the dialog option 
2082 \family sans
2083 Immediate
2084 \begin_inset space ~
2085 \end_inset
2086
2087 Apply
2088 \family default
2089  every change you make in the dialog is directly applied.
2090  If you move the cursor to another table cell the dialog will then also
2091  be updated with the parameters of the new cell.
2092  If you change length values in the dialog you must press 
2093 \family sans
2094 Return
2095 \family default
2096  to get the change applied.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 You can alter tables with the following tabs of the table dialog:
2101 \end_layout
2102
2103 \begin_layout Description
2104 Table
2105 \begin_inset space ~
2106 \end_inset
2107
2108 Settings Here you can set the table width
2109 \begin_inset Index idx
2110 status collapsed
2111
2112 \begin_layout Plain Layout
2113 Table ! Width
2114 \end_layout
2115
2116 \end_inset
2117
2118 , and the horizontal alignment and the width of the current column.
2119  The alignment 
2120 \family sans
2121 At
2122 \begin_inset space ~
2123 \end_inset
2124
2125 Decimal
2126 \begin_inset space ~
2127 \end_inset
2128
2129 Separator
2130 \family default
2131  is described in section
2132 \begin_inset space ~
2133 \end_inset
2134
2135
2136 \begin_inset CommandInset ref
2137 LatexCommand ref
2138 reference "subsec:Special-Cell-Alignment"
2139
2140 \end_inset
2141
2142 .
2143  When you have set a width you can also adjust the vertical alignment of
2144  the current row.
2145  A given width will allow the cell to have line breaks and multiple paragraphs
2146  of text, see sec.
2147 \begin_inset space \thinspace{}
2148 \end_inset
2149
2150
2151 \begin_inset CommandInset ref
2152 LatexCommand ref
2153 reference "subsec:Multiple-Lines-in"
2154
2155 \end_inset
2156
2157 .
2158  If you set no width, the column is as wide as the content of its widest
2159  cell.
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2164  cell, see sec.
2165 \begin_inset space \thinspace{}
2166 \end_inset
2167
2168
2169 \begin_inset CommandInset ref
2170 LatexCommand ref
2171 reference "subsec:Multicolumns"
2172
2173 \end_inset
2174
2175  or the cells of one column as multirow cell, see sec.
2176 \begin_inset space \thinspace{}
2177 \end_inset
2178
2179
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "subsec:Multirows"
2183
2184 \end_inset
2185
2186 .
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190 The rotate check boxes rotate the current cell, a selection, or the whole
2191  table counter-clockwise by 90
2192 \begin_inset space \thinspace{}
2193 \end_inset
2194
2195 °.
2196  The rotation is not shown within \SpecialChar LyX
2197 , only in the output.
2198  For more information see sec.
2199 \begin_inset space \thinspace{}
2200 \end_inset
2201
2202
2203 \begin_inset CommandInset ref
2204 LatexCommand ref
2205 reference "sec:Rotated-Table-Cells"
2206
2207 \end_inset
2208
2209 .
2210 \begin_inset Newline newline
2211 \end_inset
2212
2213
2214 \begin_inset Note Greyedout
2215 status open
2216
2217 \begin_layout Plain Layout
2218
2219 \series bold
2220 Note:
2221 \series default
2222  Not all DVI-viewers are able to display rotations.
2223 \end_layout
2224
2225 \end_inset
2226
2227
2228 \begin_inset Newline newline
2229 \end_inset
2230
2231 The table-wide vertical alignment is used for tables within text lines:
2232 \begin_inset Newline newline
2233 \end_inset
2234
2235 A line with tables with different alignments: 
2236 \begin_inset Tabular
2237 <lyxtabular version="3" rows="2" columns="2">
2238 <features tabularvalignment="top">
2239 <column alignment="center" valignment="top" width="0pt">
2240 <column alignment="center" valignment="top">
2241 <row>
2242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2243 \begin_inset Text
2244
2245 \begin_layout Plain Layout
2246
2247 \end_layout
2248
2249 \end_inset
2250 </cell>
2251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 1
2265 \end_layout
2266
2267 \end_inset
2268 </cell>
2269 </row>
2270 <row>
2271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2272 \begin_inset Text
2273
2274 \begin_layout Plain Layout
2275
2276 \family roman
2277 \series medium
2278 \shape up
2279 \size normal
2280 \emph off
2281 \bar no
2282 \noun off
2283 \color none
2284 A
2285 \end_layout
2286
2287 \end_inset
2288 </cell>
2289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2290 \begin_inset Text
2291
2292 \begin_layout Plain Layout
2293
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 </row>
2299 </lyxtabular>
2300
2301 \end_inset
2302
2303  
2304 \begin_inset Tabular
2305 <lyxtabular version="3" rows="2" columns="2">
2306 <features tabularvalignment="middle">
2307 <column alignment="center" valignment="top">
2308 <column alignment="center" valignment="top">
2309 <row>
2310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Plain Layout
2314
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 1
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343
2344 \family roman
2345 \series medium
2346 \shape up
2347 \size normal
2348 \emph off
2349 \bar no
2350 \noun off
2351 \color none
2352 A
2353 \end_layout
2354
2355 \end_inset
2356 </cell>
2357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 </row>
2367 </lyxtabular>
2368
2369 \end_inset
2370
2371  
2372 \begin_inset Tabular
2373 <lyxtabular version="3" rows="2" columns="2">
2374 <features tabularvalignment="bottom">
2375 <column alignment="center" valignment="top" width="0pt">
2376 <column alignment="center" valignment="top">
2377 <row>
2378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 1
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \family roman
2413 \series medium
2414 \shape up
2415 \size normal
2416 \emph off
2417 \bar no
2418 \noun off
2419 \color none
2420 A
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 </lyxtabular>
2436
2437 \end_inset
2438
2439
2440 \begin_inset Newline newline
2441 \end_inset
2442
2443 It is also possible to enter a \SpecialChar LaTeX
2444 -argument which is needed for special table
2445  formattings, see sec.
2446 \begin_inset space \thinspace{}
2447 \end_inset
2448
2449
2450 \begin_inset CommandInset ref
2451 LatexCommand ref
2452 reference "subsec:Multicolumn-Calculations"
2453
2454 \end_inset
2455
2456  and 
2457 \begin_inset CommandInset ref
2458 LatexCommand ref
2459 reference "sec:Colored-Tables"
2460
2461 \end_inset
2462
2463 .
2464 \end_layout
2465
2466 \begin_layout Description
2467 Borders In this tab you can add and delete border lines for the current
2468  row/column.
2469 \begin_inset Newline newline
2470 \end_inset
2471
2472 Using the style option 
2473 \family sans
2474 Formal
2475 \family default
2476  will convert the table to a formal table as described in sec.
2477 \begin_inset space \thinspace{}
2478 \end_inset
2479
2480
2481 \begin_inset CommandInset ref
2482 LatexCommand ref
2483 reference "sec:Formal-Tables"
2484
2485 \end_inset
2486
2487 .
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 You can also add space here to table rows as described in sec.
2492 \begin_inset space \thinspace{}
2493 \end_inset
2494
2495
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "subsec:Row-Spacing"
2499
2500 \end_inset
2501
2502 .
2503 \end_layout
2504
2505 \begin_layout Description
2506 Multi-page
2507 \begin_inset space ~
2508 \end_inset
2509
2510 table This tab is to make a table a multi-page table that can run over several
2511  pages.
2512  Sections
2513 \begin_inset space ~
2514 \end_inset
2515
2516
2517 \begin_inset CommandInset ref
2518 LatexCommand ref
2519 reference "sec:Multi-page-Tables"
2520
2521 \end_inset
2522
2523  and 
2524 \begin_inset CommandInset ref
2525 LatexCommand ref
2526 reference "sec:Special-Longtable-Issues"
2527
2528 \end_inset
2529
2530  describe the multi-page table features in detail.
2531 \end_layout
2532
2533 \begin_layout Section
2534 Table Toolbar
2535 \begin_inset Index idx
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 Table ! Toolbar
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 The table toolbar is an alternative to the table dialog to be able to alter
2549  tables faster.
2550  It should normally appear at the bottom of \SpecialChar LyX
2551 's main window when the cursor
2552  is inside a table.
2553  You can alternatively switch it on to appear always, by right-clicking
2554  in \SpecialChar LyX
2555 's main menu bar.
2556 \end_layout
2557
2558 \begin_layout Standard
2559 The toolbar has the following icons:
2560 \end_layout
2561
2562 \begin_layout Labeling
2563 \labelwidthstring 00.00.0000
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "tabular-feature append-row"
2567 \end_inset
2568
2569  adds a row below the current cell 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 append-column"
2577 \end_inset
2578
2579  adds a column right beside the current cell 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 delete-row"
2587 \end_inset
2588
2589  deletes the current row or selection
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature delete-column"
2597 \end_inset
2598
2599  deletes the current column or selection
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-up"
2607 \end_inset
2608
2609  moves the row up
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-left"
2617 \end_inset
2618
2619  moves the column to the left
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature move-row-down"
2627 \end_inset
2628
2629  moves the row down
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature move-column-right"
2637 \end_inset
2638
2639  moves the column to the right
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-top"
2647 \end_inset
2648
2649  adds a line at the top 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-bottom"
2657 \end_inset
2658
2659  adds a line at the bottom of the current cell / row or of a selection
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature toggle-line-left"
2667 \end_inset
2668
2669  adds a line at the left side of the current cell / row or of a selection
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "tabular-feature toggle-line-right"
2677 \end_inset
2678
2679  adds a line at the right side of the current cell / row or of a selection
2680 \change_inserted -712698321 1554289731
2681
2682 \end_layout
2683
2684 \begin_layout Labeling
2685 \labelwidthstring 00.00.0000
2686
2687 \change_inserted -712698321 1554289910
2688 \begin_inset Info
2689 type  "icon"
2690 arg   "tabular-feature set-border-lines"
2691 \end_inset
2692
2693  adds a border around the currently selected cells
2694 \change_unchanged
2695
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700 \begin_inset Info
2701 type  "icon"
2702 arg   "tabular-feature set-all-lines"
2703 \end_inset
2704
2705  adds lines around the current or selected cells - if the current cell is
2706  not a multicolumn cell this also affects the current row and column
2707 \end_layout
2708
2709 \begin_layout Labeling
2710 \labelwidthstring 00.00.0000
2711 \begin_inset Info
2712 type  "icon"
2713 arg   "tabular-feature unset-all-lines"
2714 \end_inset
2715
2716  deletes all lines of the current or selected cells - if the current cell
2717  is not a multicolumn cell this also affects the current row and column
2718 \change_inserted -712698321 1554289920
2719
2720 \end_layout
2721
2722 \begin_layout Labeling
2723 \labelwidthstring 00.00.0000
2724
2725 \change_inserted -712698321 1554292586
2726 \begin_inset Info
2727 type  "icon"
2728 arg   "tabular-feature reset-formal-default"
2729 \end_inset
2730
2731  If using a formal table, this resets the border to its default (only horizontal
2732  lines in top and bottom rows)
2733 \change_unchanged
2734
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-left"
2742 \end_inset
2743
2744  left-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 m-align-center"
2752 \end_inset
2753
2754  centers the content of the current cell / column horizontally
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-align-right"
2762 \end_inset
2763
2764  right-aligns the content of the current cell / column
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "tabular-feature align-decimal"
2772 \end_inset
2773
2774  aligns the content of the current column at a character
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-top"
2782 \end_inset
2783
2784  aligns the content of the current cell vertically to the top
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "tabular-feature m-valign-middle"
2792 \end_inset
2793
2794  centers the content of the current cell vertically
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "tabular-feature m-valign-bottom"
2802 \end_inset
2803
2804  aligns the content of the current cell vertically to the bottom
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "tabular-feature set-rotate-cell"
2812 \end_inset
2813
2814  rotates the current cell or selection counter-clockwise by 90°
2815 \end_layout
2816
2817 \begin_layout Labeling
2818 \labelwidthstring 00.00.0000
2819 \begin_inset Info
2820 type  "icon"
2821 arg   "tabular-feature set-rotate-tabular"
2822 \end_inset
2823
2824  rotates the whole table counter-clockwise by 90°
2825 \end_layout
2826
2827 \begin_layout Labeling
2828 \labelwidthstring 00.00.0000
2829 \begin_inset Info
2830 type  "icon"
2831 arg   "tabular-feature multicolumn"
2832 \end_inset
2833
2834  sets the current cell or selection as a multicolumn
2835 \end_layout
2836
2837 \begin_layout Labeling
2838 \labelwidthstring 00.00.0000
2839 \begin_inset Info
2840 type  "icon"
2841 arg   "tabular-feature multirow"
2842 \end_inset
2843
2844  sets the current cell or selection as a multirow
2845 \end_layout
2846
2847 \begin_layout Standard
2848 \begin_inset Note Greyedout
2849 status open
2850
2851 \begin_layout Plain Layout
2852
2853 \series bold
2854 Note:
2855 \series default
2856  For the output the vertical alignment of the first cell in a row is used
2857  for all following cells in the row.
2858 \end_layout
2859
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \begin_layout Section
2866 Edit Table Menu
2867 \begin_inset Index idx
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871 Table ! Edit Menu
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Standard
2880 In addition to the table dialog and toolbar, the menu 
2881 \family sans
2882 Edit\SpecialChar menuseparator
2883 Table
2884 \family default
2885  allows you to add and delete border lines for the current row/column and
2886  to set the current selection as multicolumn.
2887  The menu is only available when the cursor is inside a table.
2888 \end_layout
2889
2890 \begin_layout Section
2891 Table Floats
2892 \begin_inset CommandInset label
2893 LatexCommand label
2894 name "sec:Table-Floats"
2895
2896 \end_inset
2897
2898
2899 \begin_inset Index idx
2900 status collapsed
2901
2902 \begin_layout Plain Layout
2903 Floats ! Tables
2904 \end_layout
2905
2906 \end_inset
2907
2908
2909 \begin_inset Index idx
2910 status collapsed
2911
2912 \begin_layout Plain Layout
2913 Table ! Floats
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Standard
2922 For general explanations about floats, have a look at section
2923 \begin_inset space ~
2924 \end_inset
2925
2926
2927 \begin_inset CommandInset ref
2928 LatexCommand ref
2929 reference "sec:FloatIntroduction"
2930
2931 \end_inset
2932
2933 .
2934 \end_layout
2935
2936 \begin_layout Standard
2937 \begin_inset Float table
2938 placement h
2939 alignment document
2940 wide false
2941 sideways false
2942 status open
2943
2944 \begin_layout Plain Layout
2945 \begin_inset Caption Standard
2946
2947 \begin_layout Plain Layout
2948 \begin_inset CommandInset label
2949 LatexCommand label
2950 name "tab:a table float"
2951
2952 \end_inset
2953
2954 A table float.
2955 \end_layout
2956
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \begin_layout Plain Layout
2963 \align center
2964 \begin_inset Tabular
2965 <lyxtabular version="3" rows="3" columns="3">
2966 <features tabularvalignment="middle">
2967 <column alignment="center" valignment="top" width="0pt">
2968 <column alignment="center" valignment="top" width="0pt">
2969 <column alignment="center" valignment="top" width="0pt">
2970 <row>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \family roman
2977 \series medium
2978 \shape up
2979 \size normal
2980 \emph off
2981 \bar no
2982 \noun off
2983 \color none
2984 1
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \family roman
2995 \series medium
2996 \shape up
2997 \size normal
2998 \emph off
2999 \bar no
3000 \noun off
3001 \color none
3002 2
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 3
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 </row>
3026 <row>
3027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031
3032 \family roman
3033 \series medium
3034 \shape up
3035 \size normal
3036 \emph off
3037 \bar no
3038 \noun off
3039 \color none
3040 Joe
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \family roman
3051 \series medium
3052 \shape up
3053 \size normal
3054 \emph off
3055 \bar no
3056 \noun off
3057 \color none
3058 Mary
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 Ted
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 <row>
3083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \family roman
3089 \series medium
3090 \shape up
3091 \size normal
3092 \emph off
3093 \bar no
3094 \noun off
3095 \color none
3096 \begin_inset Formula $\int x^{2}dx$
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \family roman
3110 \series medium
3111 \shape up
3112 \size normal
3113 \emph off
3114 \bar no
3115 \noun off
3116 \color none
3117 \begin_inset Formula $\left[\begin{array}{cc}
3118 a & b\\
3119 c & d
3120 \end{array}\right]$
3121 \end_inset
3122
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \family roman
3134 \series medium
3135 \shape up
3136 \size normal
3137 \emph off
3138 \bar no
3139 \noun off
3140 \color none
3141 \begin_inset Formula $1+1=2$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163 Table floats can be inserted using the menu 
3164 \family sans
3165 Insert\SpecialChar menuseparator
3166 Float\SpecialChar menuseparator
3167 Table
3168 \family default
3169  or the toolbar button 
3170 \begin_inset Info
3171 type  "icon"
3172 arg   "float-insert table"
3173 \end_inset
3174
3175 .
3176 \end_layout
3177
3178 \begin_layout Standard
3179 The float appears as a collapsible box with a caption that has the label
3180  
3181 \begin_inset Quotes eld
3182 \end_inset
3183
3184 Table
3185 \begin_inset space ~
3186 \end_inset
3187
3188 #:
3189 \begin_inset Quotes erd
3190 \end_inset
3191
3192  (# is the actual table number).
3193  You can insert tables in the float above or below the caption.
3194 \end_layout
3195
3196 \begin_layout Standard
3197 Table
3198 \begin_inset space ~
3199 \end_inset
3200
3201
3202 \begin_inset CommandInset ref
3203 LatexCommand ref
3204 reference "tab:a table float"
3205
3206 \end_inset
3207
3208  is an example table within a table float.
3209 \end_layout
3210
3211 \begin_layout Standard
3212 Having the caption above the table is the common rule that is unfortunately
3213  not supported in \SpecialChar LaTeX
3214 's standard classes.
3215  This means that, if you are using the document classes 
3216 \family sans
3217 article
3218 \family default
3219
3220 \family sans
3221 book
3222 \family default
3223
3224 \family sans
3225 letter
3226 \family default
3227 , or 
3228 \family sans
3229 report
3230 \family default
3231 , there will be no space between the caption and the table.
3232  To insert the needed space, add the following option to the load command
3233  of the \SpecialChar LaTeX
3234 -package 
3235 \series bold
3236 caption
3237 \series default
3238
3239 \begin_inset Index idx
3240 status collapsed
3241
3242 \begin_layout Plain Layout
3243 \SpecialChar LaTeX
3244 -packages ! caption
3245 \end_layout
3246
3247 \end_inset
3248
3249  in your document preamble:
3250 \begin_inset Foot
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 For more information have a look at section
3255 \begin_inset space ~
3256 \end_inset
3257
3258
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sec:Caption-Placement"
3262
3263 \end_inset
3264
3265 .
3266 \end_layout
3267
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \begin_layout Standard
3274
3275 \series bold
3276 tableposition=top
3277 \end_layout
3278
3279 \begin_layout Standard
3280 The package 
3281 \series bold
3282 caption
3283 \series default
3284 , which is described in section
3285 \begin_inset space ~
3286 \end_inset
3287
3288
3289 \begin_inset CommandInset ref
3290 LatexCommand ref
3291 reference "sec:Caption-Formatting"
3292
3293 \end_inset
3294
3295 , is used to adjust the caption format.
3296 \end_layout
3297
3298 \begin_layout Standard
3299 \begin_inset Index idx
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303 References ! to Tables
3304 \end_layout
3305
3306 \end_inset
3307
3308 Tables can be cross-referenced in the text by referencing their label.
3309  To do this insert a label in the caption using the menu 
3310 \family sans
3311 Insert\SpecialChar menuseparator
3312 Label
3313 \family default
3314  or the toolbar button 
3315 \begin_inset Info
3316 type  "icon"
3317 arg   "label-insert"
3318 \end_inset
3319
3320 .
3321  You can now refer to the label using the menu 
3322 \family sans
3323 Insert\SpecialChar menuseparator
3324 Cross
3325 \begin_inset space ~
3326 \end_inset
3327
3328 reference
3329 \family default
3330  or the toolbar button 
3331 \begin_inset Info
3332 type  "icon"
3333 arg   "dialog-show-new-inset ref"
3334 \end_inset
3335
3336 .
3337 \begin_inset Newline newline
3338 \end_inset
3339
3340 Referencing is explained in detail in section
3341 \begin_inset space ~
3342 \end_inset
3343
3344
3345 \begin_inset CommandInset ref
3346 LatexCommand ref
3347 reference "sec:Referencing-Floats"
3348
3349 \end_inset
3350
3351 .
3352 \end_layout
3353
3354 \begin_layout Section
3355
3356 \family sans
3357 Multi-page Table
3358 \family default
3359 s
3360 \begin_inset CommandInset label
3361 LatexCommand label
3362 name "sec:Multi-page-Tables"
3363
3364 \end_inset
3365
3366
3367 \begin_inset Index idx
3368 status collapsed
3369
3370 \begin_layout Plain Layout
3371 Multi-page Table
3372 \end_layout
3373
3374 \end_inset
3375
3376
3377 \begin_inset Index idx
3378 status collapsed
3379
3380 \begin_layout Plain Layout
3381 Table ! Multi-page Table
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \begin_layout Standard
3390 If the table is too long to fit on one page, you can use the option 
3391 \family sans
3392 Use
3393 \begin_inset space ~
3394 \end_inset
3395
3396 multi-page
3397 \family default
3398  table in the tab 
3399 \family sans
3400 Multi-page
3401 \begin_inset space ~
3402 \end_inset
3403
3404 table
3405 \family default
3406  of the table dialog to split the table automatically over more pages.
3407  Doing this enables the following options:
3408 \end_layout
3409
3410 \begin_layout Description
3411 Header: The current row is defined to be a header row that appears on all
3412  pages of the multi-page table; except for the first page, if 
3413 \family sans
3414 First
3415 \begin_inset space ~
3416 \end_inset
3417
3418 header
3419 \family default
3420  is defined.
3421  This is therefore called the main header.
3422 \end_layout
3423
3424 \begin_layout Description
3425 First
3426 \begin_inset space ~
3427 \end_inset
3428
3429 header: The current row is defined to be a header row that appears on the
3430  first page of the multi-page table.
3431 \end_layout
3432
3433 \begin_layout Description
3434 Footer: The current row is defined to be a footer row that appears on all
3435  pages of the multi-page table; except for the last page, if 
3436 \family sans
3437 Last
3438 \begin_inset space ~
3439 \end_inset
3440
3441 footer
3442 \family default
3443  is defined.
3444 \end_layout
3445
3446 \begin_layout Description
3447 Last
3448 \begin_inset space ~
3449 \end_inset
3450
3451 footer: The current row is defined to be a footer row that appears on the
3452  last page of the multi-page table.
3453 \end_layout
3454
3455 \begin_layout Description
3456 Caption: The current row contains the table caption.
3457  The row is reset as single column and a caption is inserted.
3458  More about multi-page table captions is explained in sec.
3459 \begin_inset space \thinspace{}
3460 \end_inset
3461
3462
3463 \begin_inset CommandInset ref
3464 LatexCommand ref
3465 reference "subsec:Multi-page-Table-Captions"
3466
3467 \end_inset
3468
3469 .
3470 \end_layout
3471
3472 \begin_layout Standard
3473 You can also specify a row where the table is split.
3474  See the following multi-page table to see how it works:
3475 \end_layout
3476
3477 \begin_layout Standard
3478 \align center
3479 \begin_inset Tabular
3480 <lyxtabular version="3" rows="69" columns="3">
3481 <features islongtable="true" longtabularalignment="center">
3482 <column alignment="left" valignment="top" width="0cm">
3483 <column alignment="left" valignment="top" width="0pt">
3484 <column alignment="center" valignment="top" width="0pt">
3485 <row endfirsthead="true">
3486 <cell multicolumn="1" 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 \series bold
3492 Example Phone List (ignore the names)
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row endfirsthead="true">
3517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \series bold
3523 NAME
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 TEL.
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row endhead="true">
3550 <cell multicolumn="1" 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 \series bold
3556 Example Phone List
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row endhead="true">
3581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 NAME
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 TEL.
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row endfoot="true">
3614 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618  continued on next page
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Annovi
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Silvia
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Bertoli
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Stefano
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Bozzi
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Walter
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Cachia
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Maria
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Cachia
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Maurizio
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Cinquemani
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Giusi
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Colin
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Bernard
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Concli
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Gianfranco
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Dal Bosco
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Carolina
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Dalpiaz
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Annamaria
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Feliciello
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Domenico
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Focarelli
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Paola
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Galletti
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Oreste
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Gasparini
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Franca
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Rizzardi
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Paola
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Lassini
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Giancarlo
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Malfatti
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Luciano
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Malfatti
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Valeriano
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Meneguzzo
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Roberto
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Mezzadra
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Roberto
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Pirpamer
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Erich
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Pochiesa
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Paolo
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111, 222
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Radina
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Claudio
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Stuffer
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Oskar
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 111
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Tacchelli
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Ugo
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 111
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Tezzele
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Margit
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 111
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Unterkalmsteiner
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Frieda
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 111
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Vieider
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Hilde
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 111
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Vigna
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Jürgen
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 111
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Weber
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Maurizio
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 111
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Winkler
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Franz
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 111
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608  
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Annovi
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Silvia
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Bertoli
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Stefano
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Bozzi
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Walter
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Cachia
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Maria
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Cachia
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Maurizio
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Cinquemani
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Giusi
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Colin
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Bernard
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Concli
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Gianfranco
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Dal Bosco
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Carolina
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Dalpiaz
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Annamaria
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Feliciello
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Domenico
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Focarelli
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Paola
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Galletti
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Oreste
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Gasparini
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Franca
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Rizzardi
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Paola
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Lassini
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Giancarlo
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Malfatti
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Luciano
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Malfatti
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Valeriano
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Meneguzzo
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Roberto
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Mezzadra
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Roberto
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Pirpamer
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Erich
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 555
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Pochiesa
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Paolo
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555, 222
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Radina
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Claudio
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row>
5346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \series bold
5352 Stuffer
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Oskar
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 555
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \series bold
5383 Tacchelli
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 Ugo
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 555
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \series bold
5414 Tezzele
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Margit
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 555
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445 Unterkalmsteiner
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 Frieda
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 555
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474
5475 \series bold
5476 Vieider
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 Hilde
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 555
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505
5506 \series bold
5507 Vigna
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 Jürgen
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 999
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \series bold
5538 Weber
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 Maurizio
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 555
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row>
5563 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567
5568 \series bold
5569 Winkler
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 Franz
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 555
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 </row>
5593 <row endlastfoot="true">
5594 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 end
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 </lyxtabular>
5623
5624 \end_inset
5625
5626
5627 \begin_inset ERT
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631
5632
5633 \backslash
5634 addtocounter{table}{-1}
5635 \end_layout
5636
5637 \end_inset
5638
5639
5640 \begin_inset Note Note
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 See the first greyed-out note in section
5645 \begin_inset space ~
5646 \end_inset
5647
5648
5649 \begin_inset CommandInset ref
5650 LatexCommand ref
5651 reference "subsec:Multi-page-Table-Captions"
5652
5653 \end_inset
5654
5655  for an explanation of this command.
5656 \end_layout
5657
5658 \end_inset
5659
5660
5661 \end_layout
5662
5663 \begin_layout Subsection
5664 Footnotes in Multi-page tables
5665 \begin_inset CommandInset label
5666 LatexCommand label
5667 name "subsec:Footnotes-in-Multi-page"
5668
5669 \end_inset
5670
5671
5672 \begin_inset Index idx
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676 Table ! Multi-page Table ! Footnotes
5677 \end_layout
5678
5679 \end_inset
5680
5681
5682 \end_layout
5683
5684 \begin_layout Standard
5685 Footnotes can be inserted to every Multi-page table cell.
5686  They appear at the bottom of the page where the table cell with the footnote
5687  appears.
5688  Table
5689 \begin_inset space ~
5690 \end_inset
5691
5692
5693 \begin_inset CommandInset ref
5694 LatexCommand ref
5695 reference "tab:DiffCaptions"
5696
5697 \end_inset
5698
5699  has for example a footnote.
5700 \end_layout
5701
5702 \begin_layout Subsection
5703 Multi-page Table Alignment
5704 \begin_inset Index idx
5705 status collapsed
5706
5707 \begin_layout Plain Layout
5708 Table ! Multi-page Table ! Alignment
5709 \end_layout
5710
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \begin_layout Standard
5717 The horizontal alignment of multi-page tables can be set in the table settings
5718  dialog.
5719  For left- and right-alignment the table will be directly at the page border.
5720  To add space between the table and the border one has to set the alignment
5721  to center and change the value of the \SpecialChar LaTeX
5722 -lengths 
5723 \series bold
5724
5725 \backslash
5726 LTleft 
5727 \series default
5728 or 
5729 \series bold
5730
5731 \backslash
5732 LTright
5733 \series default
5734  by inserting this line as \SpecialChar TeX
5735  Code before the multi-page table:
5736 \end_layout
5737
5738 \begin_layout Standard
5739
5740 \series bold
5741
5742 \backslash
5743 setlength{
5744 \backslash
5745 LTleft}{value}
5746 \end_layout
5747
5748 \begin_layout Standard
5749 The value can have any of the units listed in Table
5750 \begin_inset space ~
5751 \end_inset
5752
5753
5754 \begin_inset CommandInset ref
5755 LatexCommand ref
5756 reference "tab:Units"
5757
5758 \end_inset
5759
5760 .
5761  
5762 \series bold
5763
5764 \backslash
5765 LTleft
5766 \series default
5767  controls the horizontal distance from the left page border to the multi-page
5768  table, 
5769 \series bold
5770
5771 \backslash
5772 LTright
5773 \series default
5774  the distance from the right side.
5775  The default value for both lengths is 
5776 \series bold
5777
5778 \backslash
5779 fill
5780 \series default
5781 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5782 .
5783 \end_layout
5784
5785 \begin_layout Standard
5786 The following multi-page table was centered and 
5787 \series bold
5788
5789 \backslash
5790 LTleft
5791 \series default
5792  set to 
5793 \family sans
5794 0.1
5795 \backslash
5796 columnwidth
5797 \family default
5798 :
5799 \begin_inset ERT
5800 status collapsed
5801
5802 \begin_layout Plain Layout
5803
5804
5805 \backslash
5806 setlength{
5807 \backslash
5808 LTleft}{0.1
5809 \backslash
5810 columnwidth}
5811 \end_layout
5812
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \begin_layout Standard
5819 \begin_inset Tabular
5820 <lyxtabular version="3" rows="5" columns="5">
5821 <features islongtable="true" longtabularalignment="center">
5822 <column alignment="center" valignment="top">
5823 <column alignment="center" valignment="top" width="0pt">
5824 <column alignment="center" valignment="top">
5825 <column alignment="center" valignment="top">
5826 <column alignment="center" valignment="top">
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 1
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 2
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 3
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 4
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 5
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 s
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 asd
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 asd
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 s
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 s
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 asd
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 asd
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 asd
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 asd
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 </lyxtabular>
6063
6064 \end_inset
6065
6066
6067 \begin_inset ERT
6068 status collapsed
6069
6070 \begin_layout Plain Layout
6071
6072
6073 \backslash
6074 setlength{
6075 \backslash
6076 LTleft}{
6077 \backslash
6078 fill}
6079 \end_layout
6080
6081 \end_inset
6082
6083
6084 \begin_inset ERT
6085 status collapsed
6086
6087 \begin_layout Plain Layout
6088
6089
6090 \backslash
6091 addtocounter{table}{-1}
6092 \end_layout
6093
6094 \end_inset
6095
6096
6097 \begin_inset Note Note
6098 status collapsed
6099
6100 \begin_layout Plain Layout
6101 See the first greyed-out note in section
6102 \begin_inset space ~
6103 \end_inset
6104
6105
6106 \begin_inset CommandInset ref
6107 LatexCommand ref
6108 reference "subsec:Multi-page-Table-Captions"
6109
6110 \end_inset
6111
6112  for an explanation of this command.
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \begin_layout Subsection
6121 Multi-page Table Captions
6122 \begin_inset Index idx
6123 status collapsed
6124
6125 \begin_layout Plain Layout
6126 Table ! Multi-page Table ! Captions
6127 \end_layout
6128
6129 \end_inset
6130
6131
6132 \begin_inset CommandInset label
6133 LatexCommand label
6134 name "subsec:Multi-page-Table-Captions"
6135
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \begin_layout Standard
6142 A multi-page table cannot be put into a table float because floats can only
6143  be on one page.
6144  But the caption environment of floats can also be used for multi-page tables
6145  when you use the multi-page table option 
6146 \family sans
6147 Caption
6148 \family default
6149  as described in sec.
6150 \begin_inset space \thinspace{}
6151 \end_inset
6152
6153
6154 \begin_inset CommandInset ref
6155 LatexCommand ref
6156 reference "sec:Multi-page-Tables"
6157
6158 \end_inset
6159
6160 .
6161  Only one table row should contain a caption, either a header or a footer
6162  row.
6163 \end_layout
6164
6165 \begin_layout Standard
6166 Here is a short multi-page table to see how it works:
6167 \end_layout
6168
6169 \begin_layout Standard
6170 \begin_inset Tabular
6171 <lyxtabular version="3" rows="6" columns="5">
6172 <features islongtable="true" longtabularalignment="center">
6173 <column alignment="center" valignment="top">
6174 <column alignment="center" valignment="top">
6175 <column alignment="center" valignment="top">
6176 <column alignment="center" valignment="top">
6177 <column alignment="center" valignment="top">
6178 <row endfirsthead="true" caption="true">
6179 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Caption Standard
6184
6185 \begin_layout Plain Layout
6186 Multi-page table with caption
6187 \begin_inset Argument 1
6188 status open
6189
6190 \begin_layout Plain Layout
6191 Multi-page table
6192 \end_layout
6193
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 </row>
6243 <row>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 1
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 2
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 3
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 4
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 5
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 </row>
6290 <row>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 asd
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 s
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 s
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 asd
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 asd
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 s
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 asd
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 </row>
6384 <row>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 s
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 </row>
6478 </lyxtabular>
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \begin_layout Standard
6486 \begin_inset VSpace medskip
6487 \end_inset
6488
6489
6490 \begin_inset Note Greyedout
6491 status open
6492
6493 \begin_layout Plain Layout
6494
6495 \series bold
6496 Note
6497 \begin_inset space ~
6498 \end_inset
6499
6500 1:
6501 \series default
6502  The table number is increased for every multi-page table, even if you did
6503  not set a caption for it.
6504  For this reason you could have the case that e.
6505 \begin_inset space \thinspace{}
6506 \end_inset
6507
6508 g.
6509 \begin_inset space \space{}
6510 \end_inset
6511
6512 Table
6513 \begin_inset space ~
6514 \end_inset
6515
6516 2.4 follows Table
6517 \begin_inset space ~
6518 \end_inset
6519
6520 2.1 in the list of tables if there are two multi-page tables without captions.
6521  To avoid this you can add the following command in \SpecialChar TeX
6522  Code after every multi-page
6523  table without a caption:
6524 \end_layout
6525
6526 \begin_layout Plain Layout
6527
6528 \series bold
6529
6530 \backslash
6531 addtocounter{table}{-1}
6532 \end_layout
6533
6534 \begin_layout Plain Layout
6535 This is not needed when none of your multi-page tables has a caption and
6536  you add the following code to the document preamble:
6537 \end_layout
6538
6539 \begin_layout Plain Layout
6540
6541 \series bold
6542
6543 \backslash
6544 let
6545 \backslash
6546 myEnd
6547 \backslash
6548 endlongtable
6549 \begin_inset Newline newline
6550 \end_inset
6551
6552
6553 \backslash
6554 renewcommand{
6555 \backslash
6556 endlongtable}{
6557 \backslash
6558 myEnd
6559 \backslash
6560 addtocounter{table}{-1}}
6561 \end_layout
6562
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \begin_layout Standard
6569 \begin_inset Note Greyedout
6570 status open
6571
6572 \begin_layout Plain Layout
6573
6574 \series bold
6575 Note
6576 \begin_inset space ~
6577 \end_inset
6578
6579 2:
6580 \series default
6581  If you are using
6582 \series bold
6583  hyperref
6584 \series default
6585
6586 \begin_inset Index idx
6587 status collapsed
6588
6589 \begin_layout Plain Layout
6590 \SpecialChar LaTeX
6591 -packages ! hyperref
6592 \end_layout
6593
6594 \end_inset
6595
6596  in the 
6597 \family sans
6598 PDF Properties
6599 \family default
6600  of the 
6601 \family sans
6602 Document Settings
6603 \family default
6604  dialog to link cross-references, the link to a multi-page table caption
6605  will always point to the beginning of the document.
6606 \end_layout
6607
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \begin_layout Subsubsection
6614 References to multi-page tables
6615 \begin_inset Index idx
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619 Table ! Multi-page Table ! References
6620 \end_layout
6621
6622 \end_inset
6623
6624
6625 \end_layout
6626
6627 \begin_layout Standard
6628 \begin_inset Tabular
6629 <lyxtabular version="3" rows="6" columns="5">
6630 <features islongtable="true" longtabularalignment="center">
6631 <column alignment="center" valignment="top">
6632 <column alignment="center" valignment="top">
6633 <column alignment="center" valignment="top">
6634 <column alignment="center" valignment="top">
6635 <column alignment="center" valignment="top">
6636 <row endfirsthead="true" caption="true">
6637 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 \begin_inset Caption Standard
6642
6643 \begin_layout Plain Layout
6644 Referenced multi-page table
6645 \begin_inset CommandInset label
6646 LatexCommand label
6647 name "tab:Referenced-multi-page-table"
6648
6649 \end_inset
6650
6651
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 1
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 2
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 3
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 4
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 5
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 asd
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 s
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 s
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 <row>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 s
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 s
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 s
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 sad
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 asd
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 asd
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 </lyxtabular>
6934
6935 \end_inset
6936
6937
6938 \end_layout
6939
6940 \begin_layout Standard
6941 To reference a multi-page table, insert a label into the caption.
6942 \end_layout
6943
6944 \begin_layout Standard
6945 This is a reference to Table
6946 \begin_inset space ~
6947 \end_inset
6948
6949
6950 \begin_inset CommandInset ref
6951 LatexCommand ref
6952 reference "tab:Referenced-multi-page-table"
6953
6954 \end_inset
6955
6956 .
6957 \end_layout
6958
6959 \begin_layout Standard
6960 The caption layout can be set together with all other captions of your document
6961  using the \SpecialChar LaTeX
6962 -package 
6963 \series bold
6964 caption
6965 \series default
6966
6967 \begin_inset Index idx
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971 \SpecialChar LaTeX
6972 -packages ! caption
6973 \end_layout
6974
6975 \end_inset
6976
6977 , see section
6978 \begin_inset space ~
6979 \end_inset
6980
6981
6982 \begin_inset CommandInset ref
6983 LatexCommand ref
6984 reference "sec:Caption-Formatting"
6985
6986 \end_inset
6987
6988 .
6989 \end_layout
6990
6991 \begin_layout Subsubsection
6992 Caption Width
6993 \begin_inset Index idx
6994 status collapsed
6995
6996 \begin_layout Plain Layout
6997 Table ! Multi-page Table ! Caption Width
6998 \end_layout
6999
7000 \end_inset
7001
7002
7003 \end_layout
7004
7005 \begin_layout Standard
7006 The maximal width of caption lines is defined by the length 
7007 \series bold
7008
7009 \backslash
7010 LTcapwidth
7011 \series default
7012 .
7013  Its default value is 4
7014 \begin_inset space \thinspace{}
7015 \end_inset
7016
7017 in.
7018  To change it add the following command to your document preamble or as
7019  \SpecialChar TeX
7020  Code into your document before the multi-page table that should be affected
7021 \end_layout
7022
7023 \begin_layout Standard
7024
7025 \series bold
7026
7027 \backslash
7028 setlength{
7029 \backslash
7030 LTcapwidth}{width}
7031 \end_layout
7032
7033 \begin_layout Standard
7034 where the 
7035 \family sans
7036 width
7037 \family default
7038  can have one of the units listed in appendix
7039 \begin_inset space ~
7040 \end_inset
7041
7042
7043 \begin_inset CommandInset ref
7044 LatexCommand ref
7045 reference "cha:Units-available-in"
7046
7047 \end_inset
7048
7049 .
7050 \end_layout
7051
7052 \begin_layout Standard
7053 The following tables show the difference:
7054 \end_layout
7055
7056 \begin_layout Standard
7057 \begin_inset Tabular
7058 <lyxtabular version="3" rows="6" columns="5">
7059 <features islongtable="true" longtabularalignment="center">
7060 <column alignment="center" valignment="top">
7061 <column alignment="center" valignment="top">
7062 <column alignment="center" valignment="top">
7063 <column alignment="center" valignment="top">
7064 <column alignment="center" valignment="top">
7065 <row endfirsthead="true" caption="true">
7066 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 \begin_inset Caption Standard
7071
7072 \begin_layout Plain Layout
7073 Long full title with default width long full title with default width long
7074  full title with default width
7075 \begin_inset Argument 1
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 caption with default width
7080 \end_layout
7081
7082 \end_inset
7083
7084
7085 \end_layout
7086
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 <row>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 1
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 2
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 3
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 4
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 5
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 <row>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 s
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 s
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 asd
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 </row>
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 sad
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 asd
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 asd
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 asd
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 </lyxtabular>
7367
7368 \end_inset
7369
7370
7371 \end_layout
7372
7373 \begin_layout Standard
7374 \begin_inset ERT
7375 status collapsed
7376
7377 \begin_layout Plain Layout
7378
7379
7380 \backslash
7381 setlength{
7382 \backslash
7383 LTcapwidth}{5cm}
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \begin_inset Tabular
7390 <lyxtabular version="3" rows="6" columns="5">
7391 <features islongtable="true" longtabularalignment="center">
7392 <column alignment="center" valignment="top">
7393 <column alignment="center" valignment="top">
7394 <column alignment="center" valignment="top">
7395 <column alignment="center" valignment="top">
7396 <column alignment="center" valignment="top">
7397 <row endfirsthead="true" caption="true">
7398 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 \begin_inset Caption Standard
7403
7404 \begin_layout Plain Layout
7405 Long full title with width set to 5
7406 \begin_inset space \thinspace{}
7407 \end_inset
7408
7409 cm long full title with width set to 5
7410 \begin_inset space \thinspace{}
7411 \end_inset
7412
7413 cm long full title with width set to 5
7414 \begin_inset space \thinspace{}
7415 \end_inset
7416
7417 cm
7418 \begin_inset Argument 1
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422 caption with width
7423 \begin_inset space \thinspace{}
7424 \end_inset
7425
7426 =
7427 \begin_inset space \thinspace{}
7428 \end_inset
7429
7430 5
7431 \begin_inset space \thinspace{}
7432 \end_inset
7433
7434 cm
7435 \end_layout
7436
7437 \end_inset
7438
7439
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 </row>
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 1
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 2
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 3
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 4
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 5
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 s
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 s
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 s
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 asd
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 s
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 s
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 s
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 asd
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 s
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 s
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 s
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 asd
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 <row>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 sad
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 asd
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 asd
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 asd
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 </row>
7721 </lyxtabular>
7722
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \begin_layout Standard
7729 \begin_inset ERT
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733
7734
7735 \backslash
7736 setlength{
7737 \backslash
7738 LTcapwidth}{4in}
7739 \end_layout
7740
7741 \end_inset
7742
7743
7744 \end_layout
7745
7746 \begin_layout Standard
7747 \begin_inset Note Greyedout
7748 status open
7749
7750 \begin_layout Plain Layout
7751
7752 \series bold
7753 Note:
7754 \series default
7755  When the \SpecialChar LaTeX
7756 -package 
7757 \series bold
7758 caption
7759 \series default
7760
7761 \begin_inset Index idx
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765 \SpecialChar LaTeX
7766 -packages ! caption
7767 \end_layout
7768
7769 \end_inset
7770
7771  is used, as in this document, the full page width is used for the caption
7772  when you use the default value of 4
7773 \begin_inset space \thinspace{}
7774 \end_inset
7775
7776 in for 
7777 \series bold
7778
7779 \backslash
7780 LTcapwidth
7781 \series default
7782 .
7783  To get in this case exactly a 4
7784 \begin_inset space \thinspace{}
7785 \end_inset
7786
7787 in wide caption, you can either use a value slightly different from 4.0
7788 \begin_inset space \thinspace{}
7789 \end_inset
7790
7791 in, e.
7792 \begin_inset space \thinspace{}
7793 \end_inset
7794
7795 g.
7796 \begin_inset space \space{}
7797 \end_inset
7798
7799 3.99
7800 \begin_inset space \thinspace{}
7801 \end_inset
7802
7803 in, or the \SpecialChar LaTeX
7804 -command 
7805 \series bold
7806
7807 \backslash
7808 captionsetup{width=value}
7809 \series default
7810  that is provided by the 
7811 \series bold
7812 caption
7813 \series default
7814 -package.
7815 \end_layout
7816
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \begin_layout Subsubsection
7823 Different Captions for Table Pages
7824 \begin_inset Index idx
7825 status collapsed
7826
7827 \begin_layout Plain Layout
7828 Table ! Multi-page Table ! Different Captions for Pages
7829 \end_layout
7830
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \begin_layout Standard
7837 When the table captions for the following pages should differ from the one
7838  of the first table page, mark a empty row as header which contains a caption.
7839  Then right-click on the caption and select in the context menu 
7840 \family sans
7841 Caption
7842 \begin_inset space ~
7843 \end_inset
7844
7845 (Unnumbered)
7846 \family default
7847 .
7848  Table
7849 \begin_inset space ~
7850 \end_inset
7851
7852
7853 \begin_inset CommandInset ref
7854 LatexCommand ref
7855 reference "tab:DiffCaptions"
7856
7857 \end_inset
7858
7859  is an example of a multi-page table with different heading where the second
7860  caption does not include the table number.
7861 \end_layout
7862
7863 \begin_layout Standard
7864 \align center
7865 \begin_inset Tabular
7866 <lyxtabular version="3" rows="59" columns="3">
7867 <features islongtable="true" longtabularalignment="center">
7868 <column alignment="left" valignment="top" width="0cm">
7869 <column alignment="left" valignment="top" width="0pt">
7870 <column alignment="center" valignment="top" width="0pt">
7871 <row endfirsthead="true" caption="true">
7872 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 \begin_inset Caption Standard
7877
7878 \begin_layout Plain Layout
7879 Example Phone List
7880 \begin_inset CommandInset label
7881 LatexCommand label
7882 name "tab:DiffCaptions"
7883
7884 \end_inset
7885
7886
7887 \begin_inset Argument 1
7888 status collapsed
7889
7890 \begin_layout Plain Layout
7891 Example Phone List
7892 \end_layout
7893
7894 \end_inset
7895
7896
7897 \end_layout
7898
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row endfirsthead="true">
7926 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 Example Phone List (ignore the names)
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row endfirsthead="true">
7957 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 NAME
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \series bold
7983 TEL.
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row endhead="true" caption="true">
7990 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 \begin_inset Caption Unnumbered
7995
7996 \begin_layout Plain Layout
7997 Continued Example Phone List
7998 \end_layout
7999
8000 \end_inset
8001
8002
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row endhead="true">
8027 <cell multicolumn="1" 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 \series bold
8033 Example Phone List
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row endhead="true">
8058 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 NAME
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 TEL.
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row endfoot="true">
8091 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 continued on next page
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Annovi
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Silvia
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Bertoli
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Stefano
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Bozzi
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Walter
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Cachia
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Maria
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Cachia
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Maurizio
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Cinquemani
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Giusi
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Colin
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Bernard
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Concli
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Gianfranco
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 111
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Dal Bosco
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Carolina
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 111
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Dalpiaz
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Annamaria
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 111
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Feliciello
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 Domenico
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 111
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \series bold
8467 Focarelli
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Paola
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 111
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \series bold
8498 Galletti
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Oreste
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 111
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \series bold
8529 Gasparini
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Franca
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Rizzardi
8561 \series default
8562
8563 \begin_inset Foot
8564 status open
8565
8566 \begin_layout Plain Layout
8567 Example footnote
8568 \end_layout
8569
8570 \end_inset
8571
8572
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Paola
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Lassini
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Giancarlo
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Malfatti
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Luciano
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Malfatti
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Valeriano
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \series bold
8696 Meneguzzo
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 Roberto
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 111
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \series bold
8727 Mezzadra
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 Roberto
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 111
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756
8757 \series bold
8758 Pirpamer
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Erich
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 111
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \series bold
8789 Pochiesa
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 Paolo
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 111, 222
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820 Radina
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Claudio
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 111
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \series bold
8851 Stuffer
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 Oskar
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 111
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \series bold
8882 Tacchelli
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Ugo
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 111
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \series bold
8913 Tezzele
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Margit
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 111
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Unterkalmsteiner
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Frieda
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 111
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975 Vieider
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Hilde
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 111
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \series bold
9006 Vigna
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Jürgen
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 111
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \series bold
9037 Weber
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 Maurizio
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 111
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \series bold
9068 Winkler
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Franz
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 111
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097  
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Annovi
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Silvia
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Bertoli
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Stefano
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Bozzi
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Walter
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Cachia
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Maria
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Cachia
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Maurizio
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Cinquemani
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Giusi
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Colin
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Bernard
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Concli
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Gianfranco
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 555
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Dal Bosco
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Carolina
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 555
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Dalpiaz
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Annamaria
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 555
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \series bold
9438 Feliciello
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 Domenico
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 555
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 Focarelli
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 Paola
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 555
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 <row>
9494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \series bold
9500 Galletti
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 Oreste
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 555
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \series bold
9531 Gasparini
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 Franca
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 555
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 </row>
9555 <row>
9556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \series bold
9562 Rizzardi
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 Paola
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 555
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 </row>
9586 <row>
9587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \series bold
9593 Lassini
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 Giancarlo
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 555
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row>
9618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622
9623 \series bold
9624 Malfatti
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 Luciano
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642 555
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \series bold
9655 Malfatti
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 Valeriano
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673 555
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \series bold
9686 Meneguzzo
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695 Roberto
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 555
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \series bold
9717 Mezzadra
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726 Roberto
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 555
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 </lyxtabular>
9742
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \begin_layout Section
9749 Special Multi-page Table Issues
9750 \begin_inset CommandInset label
9751 LatexCommand label
9752 name "sec:Special-Longtable-Issues"
9753
9754 \end_inset
9755
9756
9757 \end_layout
9758
9759 \begin_layout Subsection
9760 Multi-page Table Calculation
9761 \begin_inset Index idx
9762 status collapsed
9763
9764 \begin_layout Plain Layout
9765 Table ! Multi-page Table ! Calculation
9766 \end_layout
9767
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \begin_layout Standard
9774 \SpecialChar LaTeX
9775  calculates the height of table pages and their page breaks using so called
9776  chunks.
9777  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9778 's memory.
9779  The default value was historically set to only 20
9780 \begin_inset space ~
9781 \end_inset
9782
9783 table rows.
9784  If you are using multi-page tables with many pages this may slow down the
9785  creation of your document.
9786  You can safely increase the chunk size to values of 100
9787 \begin_inset space \thinspace{}
9788 \end_inset
9789
9790 --
9791 \begin_inset space \thinspace{}
9792 \end_inset
9793
9794 1000 by adding this command line to your document preamble:
9795 \end_layout
9796
9797 \begin_layout Standard
9798
9799 \series bold
9800
9801 \backslash
9802 setcounter{LTchunksize}{100}
9803 \end_layout
9804
9805 \begin_layout Subsection
9806 Floats and Multi-page Tables
9807 \begin_inset Index idx
9808 status collapsed
9809
9810 \begin_layout Plain Layout
9811 Table ! Multi-page Table ! Floats
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \begin_layout Standard
9820 There might be problems when a float appears on the same page where a multi-page
9821  table starts.
9822  To avoid such a situation, insert a 
9823 \begin_inset Quotes eld
9824 \end_inset
9825
9826 clear page
9827 \begin_inset Quotes erd
9828 \end_inset
9829
9830  (menu 
9831 \family sans
9832 Insert\SpecialChar menuseparator
9833 Formatting\SpecialChar menuseparator
9834 Clear
9835 \begin_inset space ~
9836 \end_inset
9837
9838 Page
9839 \family default
9840 ) before your multi-page table.
9841 \end_layout
9842
9843 \begin_layout Subsection
9844 Forced Page Breaks
9845 \begin_inset Index idx
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849 Table ! Multi-page Table ! Forced Page Breaks
9850 \end_layout
9851
9852 \end_inset
9853
9854
9855 \end_layout
9856
9857 \begin_layout Standard
9858 By default tables are only broken between rows.
9859  If you have a cell with multiples lines and want to have a page break within
9860  the cell, insert the new line command 
9861 \begin_inset Quotes eld
9862 \end_inset
9863
9864
9865 \series bold
9866
9867 \backslash
9868
9869 \backslash
9870
9871 \series default
9872
9873 \begin_inset Quotes erd
9874 \end_inset
9875
9876  as \SpecialChar TeX
9877  Code at the point of the cell where it can be broken.
9878  Before the 
9879 \series bold
9880
9881 \backslash
9882
9883 \backslash
9884
9885 \series default
9886  command you have to insert in \SpecialChar TeX
9887  Code as many 
9888 \begin_inset Quotes eld
9889 \end_inset
9890
9891
9892 \series bold
9893 &
9894 \series default
9895
9896 \begin_inset Quotes erd
9897 \end_inset
9898
9899  characters as the number of the following table columns.
9900  The 
9901 \series bold
9902 &
9903 \series default
9904  is the character to separate table cells.
9905  Write in \SpecialChar TeX
9906  Code after each 
9907 \series bold
9908 &
9909 \series default
9910  the content of the corresponding following cell and delete the content
9911  of these cells.
9912 \begin_inset Newline newline
9913 \end_inset
9914
9915 After the 
9916 \series bold
9917
9918 \backslash
9919
9920 \backslash
9921
9922 \series default
9923  command, insert as many 
9924 \series bold
9925 &
9926 \series default
9927  characters as the number of table columns before the current column.
9928  In Table
9929 \begin_inset space ~
9930 \end_inset
9931
9932
9933 \begin_inset CommandInset ref
9934 LatexCommand ref
9935 reference "tab:ForcedPagebreak"
9936
9937 \end_inset
9938
9939  the cell that should be broken is in the second column followed by another
9940  column.
9941  Therefore the following command was inserted in the cell as \SpecialChar TeX
9942  Code after
9943  
9944 \begin_inset Quotes eld
9945 \end_inset
9946
9947
9948 \emph on
9949 Castelchiodato,
9950 \emph default
9951
9952 \begin_inset Quotes erd
9953 \end_inset
9954
9955 :
9956 \end_layout
9957
9958 \begin_layout Standard
9959
9960 \series bold
9961 & 111
9962 \backslash
9963
9964 \backslash
9965  
9966 \backslash
9967 newpage
9968 \begin_inset Newline newline
9969 \end_inset
9970
9971 &
9972 \end_layout
9973
9974 \begin_layout Standard
9975 The 
9976 \begin_inset Quotes eld
9977 \end_inset
9978
9979 111
9980 \begin_inset Quotes erd
9981 \end_inset
9982
9983  in the third column of the row was deleted.
9984  
9985 \series bold
9986
9987 \backslash
9988 newpage
9989 \series default
9990  is only needed when a page break should definitely occur at this position,
9991  otherwise it would be a conditional break.
9992  If your footer row of the multi-page table has for a certain reason no
9993  upper line but you would have a horizontal line where the cell is broken,
9994  use this command instead:
9995 \end_layout
9996
9997 \begin_layout Standard
9998
9999 \series bold
10000 & 111
10001 \backslash
10002
10003 \backslash
10004
10005 \begin_inset Newline newline
10006 \end_inset
10007
10008
10009 \backslash
10010 hline &
10011 \end_layout
10012
10013 \begin_layout Standard
10014 When the cell to be broken is in the last column, the command
10015 \end_layout
10016
10017 \begin_layout Standard
10018
10019 \series bold
10020
10021 \backslash
10022 setlength{
10023 \backslash
10024 parfillskip}{0pt}
10025 \end_layout
10026
10027 \begin_layout Standard
10028 must be inserted as \SpecialChar TeX
10029  Code at the beginning of the cell.
10030  This ensures that the part of the cell that will be displayed on the new
10031  page appears with the full width.
10032 \end_layout
10033
10034 \begin_layout Standard
10035 \align center
10036 \begin_inset Tabular
10037 <lyxtabular version="3" rows="38" columns="3">
10038 <features islongtable="true" longtabularalignment="center">
10039 <column alignment="left" valignment="top" width="0cm">
10040 <column alignment="left" valignment="top" width="3cm">
10041 <column alignment="center" valignment="top" width="0pt">
10042 <row endfirsthead="true" caption="true">
10043 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 \begin_inset Caption Standard
10048
10049 \begin_layout Plain Layout
10050 Table with forced page break in table cell
10051 \begin_inset CommandInset label
10052 LatexCommand label
10053 name "tab:ForcedPagebreak"
10054
10055 \end_inset
10056
10057
10058 \begin_inset Argument 1
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 Table with forced page break in table cell
10063 \end_layout
10064
10065 \end_inset
10066
10067
10068 \end_layout
10069
10070 \end_inset
10071
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endfirsthead="true">
10097 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Example Phone List (ignore the names)
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row endfirsthead="true">
10128 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 NAME
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \series bold
10154 TEL.
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row endhead="true" caption="true">
10161 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 \begin_inset Caption Unnumbered
10166
10167 \begin_layout Plain Layout
10168 Continued Example Phone List
10169 \end_layout
10170
10171 \end_inset
10172
10173
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row endhead="true">
10198 <cell multicolumn="1" 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 \series bold
10204 Example Phone List
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row endhead="true">
10229 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \series bold
10235 NAME
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \series bold
10255 TEL.
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 </row>
10261 <row endfoot="true">
10262 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 continued on next page
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Annovi
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Silvia
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Bertoli
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Stefano
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Bozzi
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Walter
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Cachia
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Maria
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Cachia
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Maurizio
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Cinquemani
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Giusi
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Colin
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Bernard
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Concli
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Gianfranco
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Dal Bosco
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Carolina
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Dalpiaz
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Annamaria
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Feliciello
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Domenico
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Focarelli
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Paola
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 111
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 Galletti
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Oreste
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 111
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Gasparini
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Franca
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Lassini
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Giancarlo
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Malfatti
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Luciano
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Malfatti
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Valeriano
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 111
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Meneguzzo
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Roberto
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Mezzadra
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Roberto
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Pirpamer
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Erich
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 111
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Pochiesa
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Paolo
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111, 222
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \series bold
10948 Radina
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 Claudio
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 111
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 <row>
10973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \series bold
10979 Rizzardi
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 Paolo, 11.
10989  Fürst von Montecompatri, 11.
10990  Fürst von Sulmona und Vivaro, 10.
10991  Fürst von Rossano, 5.
10992  Herzog von Canemorte, 11.
10993  Herzog von Palombara, 5.
10994  Herzog von Castelchiodato,
10995 \begin_inset ERT
10996 status open
10997
10998 \begin_layout Plain Layout
10999
11000 & 111
11001 \backslash
11002
11003 \backslash
11004  
11005 \backslash
11006 newpage
11007 \end_layout
11008
11009 \begin_layout Plain Layout
11010
11011 &
11012 \end_layout
11013
11014 \end_inset
11015
11016  11.
11017  Herzog von Poggionativo, 11.
11018  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11019  Graf von Valinfreda, 11.
11020  Baron von Cropalati, 11.
11021  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Stuffer
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Oskar
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 111
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \series bold
11074 Tacchelli
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Ugo
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 111
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \series bold
11105 Tezzele
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 Margit
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 111
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 <row>
11130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134
11135 \series bold
11136 Unterkalmsteiner
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 Frieda
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 111
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 </row>
11160 <row>
11161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \series bold
11167 Vieider
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 Hilde
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 111
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \series bold
11198 Vigna
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 Jürgen
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 111
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \series bold
11229 Weber
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 Maurizio
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 111
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row>
11254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258
11259 \series bold
11260 Winkler
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 Franz
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 111
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 </row>
11284 </lyxtabular>
11285
11286 \end_inset
11287
11288
11289 \end_layout
11290
11291 \begin_layout Section
11292 Multiple Lines, Columns and Rows
11293 \end_layout
11294
11295 \begin_layout Subsection
11296 Multiple Lines in Table Cells
11297 \begin_inset CommandInset label
11298 LatexCommand label
11299 name "subsec:Multiple-Lines-in"
11300
11301 \end_inset
11302
11303
11304 \begin_inset Index idx
11305 status collapsed
11306
11307 \begin_layout Plain Layout
11308 Multiple Lines in Table Cells
11309 \end_layout
11310
11311 \end_inset
11312
11313
11314 \begin_inset Index idx
11315 status collapsed
11316
11317 \begin_layout Plain Layout
11318 Table ! Linebreaks
11319 \end_layout
11320
11321 \end_inset
11322
11323
11324 \end_layout
11325
11326 \begin_layout Standard
11327 \noindent
11328 \begin_inset Float table
11329 placement H
11330 alignment document
11331 wide false
11332 sideways false
11333 status open
11334
11335 \begin_layout Plain Layout
11336 \begin_inset Caption Standard
11337
11338 \begin_layout Plain Layout
11339 \begin_inset CommandInset label
11340 LatexCommand label
11341 name "tab:Table-with-multiple"
11342
11343 \end_inset
11344
11345 Table with multiple lines in cells
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \begin_layout Plain Layout
11354 \align center
11355 \begin_inset Tabular
11356 <lyxtabular version="3" rows="3" columns="3">
11357 <features tabularvalignment="middle">
11358 <column alignment="center" valignment="middle" width="2.5cm">
11359 <column alignment="center" valignment="middle">
11360 <column alignment="center" valignment="middle">
11361 <row>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 multiple
11367 \begin_inset Newline linebreak
11368 \end_inset
11369
11370 lines
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 b
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 c
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 d
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 e
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 f
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 g
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 h
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 i
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 </lyxtabular>
11453
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \begin_layout Standard
11465 Setting a fixed width for a column enables you to enter text as a paragraph
11466  with multiple lines and hyphenation.
11467 \end_layout
11468
11469 \begin_layout Standard
11470 To produce Table
11471 \begin_inset space ~
11472 \end_inset
11473
11474
11475 \begin_inset CommandInset ref
11476 LatexCommand ref
11477 reference "tab:Table-with-multiple"
11478
11479 \end_inset
11480
11481 , create a 3×3 table, mark the first cell and right-click on it.
11482  In the appearing table dialog we set a cell width of 2.5
11483 \begin_inset space \thinspace{}
11484 \end_inset
11485
11486 cm and choose centered for the vertical and horizontal alignment.
11487  The vertical alignment is used for all cells of the row.
11488  As our text is smaller than 2.5
11489 \begin_inset space \thinspace{}
11490 \end_inset
11491
11492 cm, only one line will appear.
11493  To get two lines, a justified line break (shortcut 
11494 \begin_inset Info
11495 type  "shortcut"
11496 arg   "newline-insert linebreak"
11497 \end_inset
11498
11499 ) was added.
11500  If the text is wider than the set cell width, it will automatically be
11501  broken to several lines.
11502 \end_layout
11503
11504 \begin_layout Standard
11505 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11506  by \SpecialChar LaTeX
11507  if it is the first entry.
11508  Therefore you need to insert something to prevent the word not being the
11509  first entry.
11510  So add a horizontal space of 0
11511 \begin_inset space \thinspace{}
11512 \end_inset
11513
11514 pt before the word.
11515  As the space is zero, it doesn't change the output.
11516  Table
11517 \begin_inset space ~
11518 \end_inset
11519
11520
11521 \begin_inset CommandInset ref
11522 LatexCommand ref
11523 reference "tab:Table-with-and"
11524
11525 \end_inset
11526
11527  shows the effect.
11528 \end_layout
11529
11530 \begin_layout Standard
11531 \begin_inset Float table
11532 placement h
11533 alignment document
11534 wide false
11535 sideways false
11536 status open
11537
11538 \begin_layout Plain Layout
11539 \begin_inset Caption Standard
11540
11541 \begin_layout Plain Layout
11542 \begin_inset CommandInset label
11543 LatexCommand label
11544 name "tab:Table-with-and"
11545
11546 \end_inset
11547
11548 Table with and without hyphenation
11549 \end_layout
11550
11551 \end_inset
11552
11553
11554 \end_layout
11555
11556 \begin_layout Plain Layout
11557 \begin_inset space \hfill{}
11558 \end_inset
11559
11560
11561 \begin_inset Tabular
11562 <lyxtabular version="3" rows="3" columns="3">
11563 <features tabularvalignment="middle">
11564 <column alignment="center" valignment="middle" width="2.5cm">
11565 <column alignment="center" valignment="middle">
11566 <column alignment="center" valignment="middle">
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 verylongtablecellword
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 b
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 c
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 <row>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 d
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 e
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 f
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 <row>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 g
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 h
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 i
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 </row>
11654 </lyxtabular>
11655
11656 \end_inset
11657
11658
11659 \begin_inset space \hfill{}
11660 \end_inset
11661
11662
11663 \begin_inset Tabular
11664 <lyxtabular version="3" rows="3" columns="3">
11665 <features tabularvalignment="middle">
11666 <column alignment="center" valignment="middle" width="2.5cm">
11667 <column alignment="center" valignment="middle">
11668 <column alignment="center" valignment="middle">
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 \begin_inset space \hspace{}
11675 \length 0pt
11676 \end_inset
11677
11678 verylongtablecellword
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 b
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 c
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 <row>
11703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 d
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 e
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 f
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 </row>
11731 <row>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 g
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 h
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 i
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 </row>
11760 </lyxtabular>
11761
11762 \end_inset
11763
11764
11765 \begin_inset space \hfill{}
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \end_inset
11772
11773
11774 \end_layout
11775
11776 \begin_layout Subsection
11777 Multicolumns
11778 \begin_inset CommandInset label
11779 LatexCommand label
11780 name "subsec:Multicolumns"
11781
11782 \end_inset
11783
11784
11785 \begin_inset Index idx
11786 status collapsed
11787
11788 \begin_layout Plain Layout
11789 Multicolumns
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \begin_inset Index idx
11796 status collapsed
11797
11798 \begin_layout Plain Layout
11799 Table ! Multicolumns
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Subsubsection
11808 Multicolumn Basics
11809 \end_layout
11810
11811 \begin_layout Standard
11812 To merge cells over multiple columns, select as many cells within a row
11813  as you want to merge and use either the table-toolbar button 
11814 \begin_inset Info
11815 type  "icon"
11816 arg   "tabular-feature multicolumn"
11817 \end_inset
11818
11819 , or the menu 
11820 \family sans
11821 Edit\SpecialChar menuseparator
11822 Table\SpecialChar menuseparator
11823 Multicolumn
11824 \family default
11825 , or right click on the marked cells and choose 
11826 \family sans
11827 Multicolumn
11828 \family default
11829  in the context menu.
11830 \end_layout
11831
11832 \begin_layout Standard
11833 Multicolumns have their own cell settings.
11834  That means changing cell borders, cell alignment, and the width only affects
11835  the multicolumn.
11836  Here is an example table with a multicolumn cell in the first row and one
11837  in the last row without the upper border:
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \align center
11842 \begin_inset Tabular
11843 <lyxtabular version="3" rows="3" columns="4">
11844 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11845 <column alignment="center" valignment="top" width="0pt">
11846 <column alignment="center" valignment="middle">
11847 <column alignment="center" valignment="top" width="0in">
11848 <column alignment="center" valignment="top" width="0pt">
11849 <row>
11850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 abc
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 def ghi
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 jkl
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 </row>
11887 <row>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892
11893 \family roman
11894 \series medium
11895 \shape up
11896 \size normal
11897 \emph off
11898 \bar no
11899 \noun off
11900 \color none
11901 A
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 B
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 C
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 D
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 </row>
11934 <row>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 1
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 2
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 3
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 4
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 </row>
11972 </lyxtabular>
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \begin_layout Subsubsection
11980 Multicolumn Calculations
11981 \begin_inset CommandInset label
11982 LatexCommand label
11983 name "subsec:Multicolumn-Calculations"
11984
11985 \end_inset
11986
11987
11988 \begin_inset Index idx
11989 status collapsed
11990
11991 \begin_layout Plain Layout
11992 Multicolumns ! Calculations
11993 \end_layout
11994
11995 \end_inset
11996
11997
11998 \end_layout
11999
12000 \begin_layout Standard
12001 \SpecialChar LyX
12002  supports multicolumns directly, but we have to take account of the cell
12003  width of the columns spanned by the multicolumn cell.
12004 \end_layout
12005
12006 \begin_layout Standard
12007 \begin_inset Float table
12008 placement h
12009 alignment document
12010 wide false
12011 sideways false
12012 status open
12013
12014 \begin_layout Plain Layout
12015 \begin_inset Caption Standard
12016
12017 \begin_layout Plain Layout
12018 \begin_inset CommandInset label
12019 LatexCommand label
12020 name "tab:Table-with-centered"
12021
12022 \end_inset
12023
12024 Table with centered multicolumn text above two columns that have exactly
12025  half the width of the multicolumn cell
12026 \begin_inset Argument 1
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030 Perfect multicolumn table
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \begin_layout Plain Layout
12044 \align center
12045 \begin_inset Tabular
12046 <lyxtabular version="3" rows="3" columns="3">
12047 <features tabularvalignment="middle">
12048 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12049 <column alignment="center" valignment="middle">
12050 <column alignment="center" valignment="top">
12051 <row>
12052 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 multiple lines multicolumn
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 c
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 </row>
12080 <row>
12081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 d
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094 e
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 f
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 <row>
12110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 g
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 h
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 i
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 </lyxtabular>
12139
12140 \end_inset
12141
12142
12143 \end_layout
12144
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \begin_layout Standard
12151 To create for example Table
12152 \begin_inset space ~
12153 \end_inset
12154
12155
12156 \begin_inset CommandInset ref
12157 LatexCommand ref
12158 reference "tab:Table-with-centered"
12159
12160 \end_inset
12161
12162 , mark the first two cells in the first row of a 3×3 table and right-click
12163  on them.
12164  Now choose for this cell 
12165 \emph on
12166 multicolumn
12167 \emph default
12168
12169 \emph on
12170 centered alignment
12171 \emph default
12172  and a width of 2.5
12173 \begin_inset space \thinspace{}
12174 \end_inset
12175
12176 cm in the table dialog.
12177  The merged columns should have exactly half the width of the multicolumn
12178  cell, so that you would set a width of 1.25
12179 \begin_inset space \thinspace{}
12180 \end_inset
12181
12182 cm for the first column.
12183  The second column has then automatically a width of 1.25
12184 \begin_inset space \thinspace{}
12185 \end_inset
12186
12187 cm (multicolumn width - width of first column).
12188  This was done for Table
12189 \begin_inset space ~
12190 \end_inset
12191
12192
12193 \begin_inset CommandInset ref
12194 LatexCommand ref
12195 reference "tab:Table-without-half"
12196
12197 \end_inset
12198
12199 .
12200 \end_layout
12201
12202 \begin_layout Standard
12203 \begin_inset Float table
12204 placement document
12205 alignment document
12206 wide false
12207 sideways false
12208 status open
12209
12210 \begin_layout Plain Layout
12211 \begin_inset Caption Standard
12212
12213 \begin_layout Plain Layout
12214 \begin_inset CommandInset label
12215 LatexCommand label
12216 name "tab:Table-without-half"
12217
12218 \end_inset
12219
12220 Table where the spanned table columns are not exactly half the width of
12221  the multicolumn cell
12222 \begin_inset Argument 1
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226 Imperfect multicolumn table
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \begin_layout Plain Layout
12240 \align center
12241 \begin_inset Tabular
12242 <lyxtabular version="3" rows="3" columns="3">
12243 <features tabularvalignment="middle">
12244 <column alignment="center" valignment="top" width="1.25cm">
12245 <column alignment="center" valignment="top">
12246 <column alignment="center" valignment="top">
12247 <row>
12248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 multiple lines multicolumn
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 c
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 </row>
12276 <row>
12277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281 d
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 e
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 f
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row>
12306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 g
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 h
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 i
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 </row>
12334 </lyxtabular>
12335
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347 You can see that the first column is not half the width of the multicolumn
12348  cell, it is a bit bigger.
12349  The reason is that the specified width of a cell 
12350 \begin_inset Formula $W_{g}$
12351 \end_inset
12352
12353  is not its total width 
12354 \begin_inset Formula $W_{\mathrm{tot}}$
12355 \end_inset
12356
12357  because a cell is always a bit larger than specified.
12358  Appendix
12359 \begin_inset space ~
12360 \end_inset
12361
12362
12363 \begin_inset CommandInset ref
12364 LatexCommand ref
12365 reference "cha:Explanation-of-Equation"
12366
12367 \end_inset
12368
12369  explains this in detail.
12370 \end_layout
12371
12372 \begin_layout Standard
12373 The width 
12374 \begin_inset Formula $W_{g\,n}$
12375 \end_inset
12376
12377  which the user needs to set when 
12378 \emph on
12379 n
12380 \emph default
12381  columns are spanned can be calculated, so that each column has a total
12382  width of 
12383 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12384 \end_inset
12385
12386 :
12387 \begin_inset Formula 
12388 \begin{equation}
12389 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12390 \end{equation}
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 In our case we have 
12399 \begin_inset Formula $n=2$
12400 \end_inset
12401
12402
12403 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12404 \end_inset
12405
12406 cm and the default values for the lengths, so that equation 
12407 \begin_inset CommandInset ref
12408 LatexCommand ref
12409 reference "eq:Wgn"
12410
12411 \end_inset
12412
12413  becomes
12414 \begin_inset Formula 
12415 \begin{equation}
12416 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12417 \end{equation}
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \begin_layout Standard
12425 To enable calculations in \SpecialChar LaTeX
12426 , the \SpecialChar LaTeX
12427 -package 
12428 \series bold
12429 calc
12430 \series default
12431  must be loaded with the document preamble line
12432 \begin_inset Index idx
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436 \SpecialChar LaTeX
12437 -packages ! calc
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448
12449 \backslash
12450 usepackage{calc}
12451 \end_layout
12452
12453 \begin_layout Standard
12454 \SpecialChar LyX
12455  does not allow you to calculate lengths in the 
12456 \family sans
12457 Width
12458 \family default
12459  field of the table dialog.
12460  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12461 -argument in the
12462  dialog.
12463  Here is an overview about the arguments:
12464 \end_layout
12465
12466 \begin_layout Itemize
12467
12468 \series bold
12469 p{width}
12470 \series default
12471  creates cell with a fixed width, its text is vertically top-aligned
12472 \end_layout
12473
12474 \begin_layout Itemize
12475
12476 \series bold
12477 m{width}
12478 \series default
12479  creates cell with a fixed width, its text is vertically centered
12480 \end_layout
12481
12482 \begin_layout Itemize
12483
12484 \series bold
12485 b{width}
12486 \series default
12487  creates cell with a fixed width, its text is vertically bottom-aligned
12488 \end_layout
12489
12490 \begin_layout Standard
12491 By entering a \SpecialChar LaTeX
12492 -argument, all cell settings set in the table dialog are overwritt
12493 en.
12494 \end_layout
12495
12496 \begin_layout Standard
12497 \begin_inset Note Greyedout
12498 status open
12499
12500 \begin_layout Plain Layout
12501
12502 \series bold
12503 Note:
12504 \series default
12505  Due to a bug, \SpecialChar LyX
12506  shows the overwritten settings anyway.
12507 \end_layout
12508
12509 \end_inset
12510
12511
12512 \end_layout
12513
12514 \begin_layout Standard
12515 As the text should be horizontally centered, the command 
12516 \series bold
12517
12518 \backslash
12519 centering
12520 \series default
12521  is added.
12522  You can now enter the following \SpecialChar LaTeX
12523 -argument for the first spanned column:
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529 >{
12530 \backslash
12531 centering}m{1.25cm-6.2pt}
12532 \end_layout
12533
12534 \begin_layout Standard
12535 The command 
12536 \series bold
12537 >{ }
12538 \series default
12539  means, that the commands inside the braces are applied before the cell
12540  is created.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 Although we have chosen centered alignment for the text of the multicolumn
12545  cell, it is still left aligned.
12546  This is because \SpecialChar LyX
12547  only applies the alignment to single columns.
12548  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12549 -argument
12550 \end_layout
12551
12552 \begin_layout Standard
12553
12554 \series bold
12555 >{
12556 \backslash
12557 centering}m{2.5cm}
12558 \end_layout
12559
12560 \begin_layout Subsection
12561 Multirows
12562 \begin_inset CommandInset label
12563 LatexCommand label
12564 name "subsec:Multirows"
12565
12566 \end_inset
12567
12568
12569 \begin_inset Index idx
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573 Multirows
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \begin_inset Index idx
12580 status collapsed
12581
12582 \begin_layout Plain Layout
12583 Table ! Multirows
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \begin_layout Standard
12592 To merge cells over multiple rows, select as many cells within a column
12593  as you want to merge and use either the table-toolbar button 
12594 \begin_inset Info
12595 type  "icon"
12596 arg   "tabular-feature multirow"
12597 \end_inset
12598
12599 , or the menu 
12600 \family sans
12601 Edit\SpecialChar menuseparator
12602 Table\SpecialChar menuseparator
12603 Multirow
12604 \family default
12605 , or right click on the marked cells and choose 
12606 \family sans
12607 Multirow
12608 \family default
12609  in the context menu.
12610 \end_layout
12611
12612 \begin_layout Standard
12613 Here is an example table with a multirow in the first column:
12614 \end_layout
12615
12616 \begin_layout Standard
12617 \align center
12618 \begin_inset Tabular
12619 <lyxtabular version="3" rows="3" columns="3">
12620 <features tabularvalignment="middle">
12621 <column alignment="center" valignment="top" width="0pt">
12622 <column alignment="center" valignment="top">
12623 <column alignment="center" valignment="top">
12624 <row>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 a long cell entry
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 b
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 c
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 multirow
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 e
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 f
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 <row>
12683 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 h
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 i
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 </lyxtabular>
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 The width of multirow cells is set by setting the width and alignment for
12720  the whole column.
12721  The 
12722 \family sans
12723 Vertical Offset
12724 \family default
12725  shifts the content of the multirow up/down if the offset is positive/negative.
12726 \end_layout
12727
12728 \begin_layout Standard
12729 If the column of a multirow cell has no explicit width, the multirow cell
12730  inherits the alignment of the column.
12731  Otherwise it is by default left-aligned.
12732  To override the default, renew the command 
12733 \series bold
12734
12735 \backslash
12736 multirowsetup
12737 \series default
12738  with the command
12739 \end_layout
12740
12741 \begin_layout Standard
12742
12743 \series bold
12744
12745 \backslash
12746 renewcommand{
12747 \backslash
12748 multirowsetup}{
12749 \backslash
12750 centering}
12751 \end_layout
12752
12753 \begin_layout Standard
12754 in the document preamble.
12755  Then all entries of multirow cells in the document are centered.
12756  If centering is only needed for several tables, you can renew the command
12757  in a \SpecialChar TeX
12758  Code box just before the table instead of the preamble.
12759  If the text should be right-aligned, replace 
12760 \series bold
12761
12762 \backslash
12763 centering
12764 \series default
12765  by 
12766 \series bold
12767
12768 \backslash
12769 raggedleft
12770 \series default
12771 .
12772  To return to left-alignment 
12773 \series bold
12774
12775 \backslash
12776 raggedright
12777 \series default
12778  is used.
12779 \end_layout
12780
12781 \begin_layout Standard
12782 This is an example table with a right-aligned multirow cell that has a vertical
12783  offset of -4
12784 \begin_inset space \thinspace{}
12785 \end_inset
12786
12787 mm and is in a 3
12788 \begin_inset space \thinspace{}
12789 \end_inset
12790
12791 cm wide column:
12792 \end_layout
12793
12794 \begin_layout Standard
12795 \noindent
12796 \align center
12797 \begin_inset ERT
12798 status collapsed
12799
12800 \begin_layout Plain Layout
12801
12802
12803 \backslash
12804 renewcommand{
12805 \backslash
12806 multirowsetup}{
12807 \backslash
12808 raggedleft}
12809 \end_layout
12810
12811 \end_inset
12812
12813
12814 \begin_inset Tabular
12815 <lyxtabular version="3" rows="4" columns="3">
12816 <features tabularvalignment="middle">
12817 <column alignment="center" valignment="top" width="3cm">
12818 <column alignment="center" valignment="top">
12819 <column alignment="center" valignment="top">
12820 <row>
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 a long cell entry
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 b
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 c
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 t
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 n
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 m
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 multirow
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 e
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 f
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 </row>
12907 <row>
12908 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 h
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 i
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 </row>
12936 </lyxtabular>
12937
12938 \end_inset
12939
12940
12941 \begin_inset ERT
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945
12946
12947 \backslash
12948 renewcommand{
12949 \backslash
12950 multirowsetup}{
12951 \backslash
12952 raggedright}
12953 \end_layout
12954
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \begin_layout Standard
12961 To start a new line in a multirow you can use a forced line break (shortcut
12962  
12963 \begin_inset Info
12964 type  "shortcut"
12965 arg   "newline-insert newline"
12966 \end_inset
12967
12968 ) but this will not respect the cell lines as demonstrated in this table:
12969 \end_layout
12970
12971 \begin_layout Standard
12972 \noindent
12973 \align center
12974 \begin_inset Tabular
12975 <lyxtabular version="3" rows="3" columns="2">
12976 <features tabularvalignment="middle">
12977 <column alignment="left" valignment="middle" width="2cm">
12978 <column alignment="center" valignment="top">
12979 <row>
12980 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 aaa
12985 \begin_inset Newline newline
12986 \end_inset
12987
12988 aaa
12989 \begin_inset Newline newline
12990 \end_inset
12991
12992 wrong cell
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 ccc
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 </row>
13007 <row>
13008 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 ddd
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 <row>
13028 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032 bbb
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 eee
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 </row>
13047 </lyxtabular>
13048
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \begin_layout Standard
13055 Therefore be careful with forced line breaks.
13056 \end_layout
13057
13058 \begin_layout Subsection
13059 Cells with diagonal line(s)
13060 \end_layout
13061
13062 \begin_layout Standard
13063 To tell the reader what is meant by column and row headings in a table,
13064  it is helpful to split the first cell of the table by one or two diagonal
13065  lines.
13066  This can be achieved by loading the \SpecialChar LaTeX
13067  package 
13068 \series bold
13069 diagbox
13070 \series default
13071
13072 \begin_inset Index idx
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076 \SpecialChar LaTeX
13077 -packages ! picinpar
13078 \end_layout
13079
13080 \end_inset
13081
13082  in the document preamble.
13083  The package provides the command 
13084 \series bold
13085
13086 \backslash
13087 diagbox
13088 \series default
13089  that is inserted as \SpecialChar TeX
13090  Code and that can take 2 or 3
13091 \begin_inset space ~
13092 \end_inset
13093
13094 arguments:
13095 \end_layout
13096
13097 \begin_layout Standard
13098
13099 \series bold
13100
13101 \backslash
13102 diagbox[options]{lower left}{upper right}
13103 \end_layout
13104
13105 \begin_layout Standard
13106
13107 \series bold
13108
13109 \backslash
13110 diagbox[options]{lower left}{upper left}{upper right}
13111 \end_layout
13112
13113 \begin_layout Standard
13114 The first scheme divides the cell by a single diagonal line and the arguments
13115  are placed below and above this line.
13116  The second scheme divides the cell by 2
13117 \begin_inset space ~
13118 \end_inset
13119
13120 lines.
13121 \end_layout
13122
13123 \begin_layout Standard
13124 \begin_inset ERT
13125 status collapsed
13126
13127 \begin_layout Plain Layout
13128
13129
13130 \backslash
13131 ifdiagbox
13132 \end_layout
13133
13134 \end_inset
13135
13136
13137 \begin_inset Note Note
13138 status open
13139
13140 \begin_layout Plain Layout
13141 The following section will only be displayed when the \SpecialChar LaTeX
13142 -package 
13143 \series bold
13144 diagbox
13145 \series default
13146  is installed.
13147 \end_layout
13148
13149 \end_inset
13150
13151
13152 \end_layout
13153
13154 \begin_layout Standard
13155 Here is an example table where 
13156 \series bold
13157
13158 \backslash
13159 diagbox 
13160 \series default
13161 is used in the 2-argument scheme in the first cell:
13162 \begin_inset VSpace medskip
13163 \end_inset
13164
13165
13166 \end_layout
13167
13168 \begin_layout Standard
13169 \noindent
13170 \begin_inset Tabular
13171 <lyxtabular version="3" rows="4" columns="4">
13172 <features tabularvalignment="middle">
13173 <column alignment="center" valignment="top">
13174 <column alignment="center" valignment="top">
13175 <column alignment="center" valignment="top">
13176 <column alignment="center" valignment="top">
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 \begin_inset ERT
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186
13187
13188 \backslash
13189 diagbox{
13190 \end_layout
13191
13192 \end_inset
13193
13194 Name
13195 \begin_inset ERT
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199
13200 }{
13201 \end_layout
13202
13203 \end_inset
13204
13205 Parameter
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211 }
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 Thickness in nm
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 Transparency in %
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Hardness in MPa
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 </row>
13249 <row>
13250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 Perfect Green
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 45
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 80
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 504
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 </row>
13287 <row>
13288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Dark Multi-P
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 60
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 72
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 982
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 </row>
13325 <row>
13326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Crystal Clear Pro
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 18
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 86
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 374
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 </row>
13363 </lyxtabular>
13364
13365 \end_inset
13366
13367
13368 \begin_inset VSpace medskip
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \begin_layout Standard
13375 The 3-argument scheme is for example useful for cross-tables of sports leagues
13376  or distances:
13377 \end_layout
13378
13379 \begin_layout Standard
13380 \noindent
13381 \align center
13382 \begin_inset Tabular
13383 <lyxtabular version="3" rows="4" columns="4">
13384 <features tabularvalignment="middle">
13385 <column alignment="center" valignment="top" width="0pt">
13386 <column alignment="center" valignment="top">
13387 <column alignment="center" valignment="top">
13388 <column alignment="center" valignment="top">
13389 <row>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 \begin_inset ERT
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398
13399
13400 \backslash
13401 diagbox{
13402 \end_layout
13403
13404 \end_inset
13405
13406 Team home
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412 }{
13413 \end_layout
13414
13415 \end_inset
13416
13417 Result
13418 \begin_inset ERT
13419 status collapsed
13420
13421 \begin_layout Plain Layout
13422
13423 }{
13424 \end_layout
13425
13426 \end_inset
13427
13428 Team away
13429 \begin_inset ERT
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433
13434 }
13435 \end_layout
13436
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Tigers
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 Panthers
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 Falcons
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 Tigers
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 —
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 1:3
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 0:1
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 </row>
13510 <row>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Panthers
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 3:1
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 —
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 0:0
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 </row>
13548 <row>
13549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 Falcons
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 1:0
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 0:0
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 —
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 </row>
13586 </lyxtabular>
13587
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \begin_layout Standard
13594 For larger cross-tables one might use split cells in 2 or every corner of
13595  the table like in this example:
13596 \end_layout
13597
13598 \begin_layout Standard
13599 \noindent
13600 \align center
13601 \begin_inset Tabular
13602 <lyxtabular version="3" rows="5" columns="5">
13603 <features tabularvalignment="middle">
13604 <column alignment="center" valignment="top" width="0pt">
13605 <column alignment="center" valignment="top">
13606 <column alignment="center" valignment="top">
13607 <column alignment="center" valignment="top">
13608 <column alignment="center" valignment="top">
13609 <row>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 \begin_inset ERT
13615 status open
13616
13617 \begin_layout Plain Layout
13618
13619
13620 \backslash
13621 diagbox{
13622 \end_layout
13623
13624 \end_inset
13625
13626 Team home
13627 \begin_inset ERT
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631
13632 }{
13633 \end_layout
13634
13635 \end_inset
13636
13637 Result
13638 \begin_inset ERT
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642
13643 }{
13644 \end_layout
13645
13646 \end_inset
13647
13648 Team away
13649 \begin_inset ERT
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653
13654 }
13655 \end_layout
13656
13657 \end_inset
13658
13659
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 Tigers
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 Panthers
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 Falcons
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 \begin_inset ERT
13696 status open
13697
13698 \begin_layout Plain Layout
13699
13700
13701 \backslash
13702 diagbox[dir=NE]{
13703 \end_layout
13704
13705 \end_inset
13706
13707 Team home
13708 \begin_inset ERT
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712
13713 }{
13714 \end_layout
13715
13716 \end_inset
13717
13718 Result
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724 }{
13725 \end_layout
13726
13727 \end_inset
13728
13729 Team away
13730 \begin_inset ERT
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734
13735 }
13736 \end_layout
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 </row>
13746 <row>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 Tigers
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 —
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 1:3
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 0:1
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 Tigers
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 </row>
13793 <row>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 Panthers
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 3:1
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 —
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 0:0
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 Panthers
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 Falcons
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 1:0
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 0:0
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 —
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 Falcons
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 <row>
13888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 \begin_inset ERT
13893 status open
13894
13895 \begin_layout Plain Layout
13896
13897
13898 \backslash
13899 diagbox[dir=SW]{
13900 \end_layout
13901
13902 \end_inset
13903
13904 Team home
13905 \begin_inset ERT
13906 status collapsed
13907
13908 \begin_layout Plain Layout
13909
13910 }{
13911 \end_layout
13912
13913 \end_inset
13914
13915 Result
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921 }{
13922 \end_layout
13923
13924 \end_inset
13925
13926 Team away
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932 }
13933 \end_layout
13934
13935 \end_inset
13936
13937
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 Tigers
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 Panthers
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 Falcons
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 \begin_inset ERT
13974 status open
13975
13976 \begin_layout Plain Layout
13977
13978
13979 \backslash
13980 diagbox[dir=SE]{
13981 \end_layout
13982
13983 \end_inset
13984
13985 Team home
13986 \begin_inset ERT
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990
13991 }{
13992 \end_layout
13993
13994 \end_inset
13995
13996 Result
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002 }{
14003 \end_layout
14004
14005 \end_inset
14006
14007 Team away
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013 }
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 </lyxtabular>
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Standard
14032 To rotate the diagonal lines, the command option 
14033 \series bold
14034 dir=direction
14035 \series default
14036  is used.
14037  
14038 \emph on
14039 direction
14040 \emph default
14041  is either 
14042 \series bold
14043 NE
14044 \series default
14045
14046 \series bold
14047 SE
14048 \series default
14049
14050 \series bold
14051 SW
14052 \series default
14053  or 
14054 \series bold
14055 NW
14056 \series default
14057  and represent a point of a compass.
14058  
14059 \series bold
14060 SW
14061 \series default
14062  is for example the south-west corner.
14063  Thus in the lower left cell of the above table the command
14064 \end_layout
14065
14066 \begin_layout Standard
14067
14068 \series bold
14069
14070 \backslash
14071 diagbox[dir=SW]{Team home}{Result}{Team away}
14072 \end_layout
14073
14074 \begin_layout Standard
14075 is used.
14076  If no direction is given, it will be NW.
14077 \end_layout
14078
14079 \begin_layout Standard
14080 The necessary width of split cells is automatically calculated.
14081  Thus if you set a fixed column width smaller than the calculated one, the
14082  cell's content will protrude the cell borders:
14083 \end_layout
14084
14085 \begin_layout Standard
14086 \noindent
14087 \align center
14088 \begin_inset Tabular
14089 <lyxtabular version="3" rows="2" columns="2">
14090 <features tabularvalignment="middle">
14091 <column alignment="center" valignment="top" width="3cm">
14092 <column alignment="center" valignment="top">
14093 <row>
14094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103
14104 \backslash
14105 diagbox{
14106 \end_layout
14107
14108 \end_inset
14109
14110 Name
14111 \begin_inset ERT
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115
14116 }{
14117 \end_layout
14118
14119 \end_inset
14120
14121 Parameter
14122 \begin_inset ERT
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126
14127 }
14128 \end_layout
14129
14130 \end_inset
14131
14132
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 Thickness in nm
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 </row>
14147 <row>
14148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Plain Layout
14152 Perfect Green
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 45
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 </lyxtabular>
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Standard
14175 If you need a certain width for columns with a split cell, use the command
14176  option 
14177 \series bold
14178 width=3cm
14179 \series default
14180  (replace '3cm' by the width you need).
14181  In the following table the width of the first column is set to 4
14182 \begin_inset space \thinspace{}
14183 \end_inset
14184
14185 cm.
14186  For 
14187 \series bold
14188
14189 \backslash
14190 diagbox
14191 \series default
14192  a width of 4
14193 \begin_inset space \thinspace{}
14194 \end_inset
14195
14196 cm + 2
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200
14201 \backslash
14202 tabcolsep is necessary because the overall width is the width for the text
14203  (in this case the 4
14204 \begin_inset space \thinspace{}
14205 \end_inset
14206
14207 cm) plus two times the separation of the text and the cell border.
14208  The calculation of the width cannot be done in the command option of 
14209 \series bold
14210
14211 \backslash
14212 diagbox
14213 \series default
14214  so one needs to create a new length which can be used later.
14215  This is done with the \SpecialChar TeX
14216  Code commands
14217 \end_layout
14218
14219 \begin_layout Standard
14220
14221 \series bold
14222
14223 \backslash
14224 newlength{
14225 \backslash
14226 diagtest}
14227 \begin_inset Newline newline
14228 \end_inset
14229
14230
14231 \backslash
14232 setlength{
14233 \backslash
14234 diagtest}{4cm+2
14235 \backslash
14236 tabcolsep}
14237 \end_layout
14238
14239 \begin_layout Standard
14240 \begin_inset ERT
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244
14245
14246 \backslash
14247 newlength{
14248 \backslash
14249 diagtest}
14250 \end_layout
14251
14252 \begin_layout Plain Layout
14253
14254
14255 \backslash
14256 setlength{
14257 \backslash
14258 diagtest}{4cm+2
14259 \backslash
14260 tabcolsep}
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \begin_layout Standard
14269 To enable calculations in \SpecialChar LaTeX
14270  one needs to load the package 
14271 \series bold
14272 calc
14273 \series default
14274
14275 \begin_inset Index idx
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279 \SpecialChar LaTeX
14280 -packages ! calc
14281 \end_layout
14282
14283 \end_inset
14284
14285  in the document preamble.
14286 \end_layout
14287
14288 \begin_layout Standard
14289 In this table you can now use the command
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \series bold
14295
14296 \backslash
14297 diagbox[width=
14298 \backslash
14299 diagtest]{A}{B}
14300 \end_layout
14301
14302 \begin_layout Standard
14303 in the first cell:
14304 \end_layout
14305
14306 \begin_layout Standard
14307 \noindent
14308 \align center
14309 \begin_inset Tabular
14310 <lyxtabular version="3" rows="2" columns="2">
14311 <features tabularvalignment="middle">
14312 <column alignment="center" valignment="top" width="4cm">
14313 <column alignment="center" valignment="top">
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 \begin_inset ERT
14320 status open
14321
14322 \begin_layout Plain Layout
14323
14324
14325 \backslash
14326 diagbox[width=
14327 \backslash
14328 diagtest]{
14329 \end_layout
14330
14331 \end_inset
14332
14333 A
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338
14339 }{
14340 \end_layout
14341
14342 \end_inset
14343
14344 B
14345 \begin_inset ERT
14346 status collapsed
14347
14348 \begin_layout Plain Layout
14349
14350 }
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 Thickness in nm
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 Perfect Green
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 45
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 </row>
14390 </lyxtabular>
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \begin_layout Standard
14398 Note that the split cell needs to be the widest one in the column.
14399  Otherwise the length of the diagonal line cannot be calculated correctly
14400  like in this table:
14401 \end_layout
14402
14403 \begin_layout Standard
14404 \noindent
14405 \align center
14406 \begin_inset Tabular
14407 <lyxtabular version="3" rows="2" columns="2">
14408 <features tabularvalignment="middle">
14409 <column alignment="center" valignment="top" width="0pt">
14410 <column alignment="center" valignment="top">
14411 <row>
14412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 \begin_inset ERT
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420
14421
14422 \backslash
14423 diagbox{
14424 \end_layout
14425
14426 \end_inset
14427
14428 A
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434 }{
14435 \end_layout
14436
14437 \end_inset
14438
14439 B
14440 \begin_inset ERT
14441 status collapsed
14442
14443 \begin_layout Plain Layout
14444
14445 }
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 Thickness in nm
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 </row>
14465 <row>
14466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Plain Layout
14470 Perfect Green
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 45
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 </row>
14485 </lyxtabular>
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 In this case use the 
14494 \series bold
14495 width
14496 \series default
14497  option of the 
14498 \series bold
14499
14500 \backslash
14501 diagbox
14502 \series default
14503  command.
14504  It is then not necessary to add 2
14505 \backslash
14506 tabcolsep because the cell width is now the width of the column.
14507  In this table a width of 3
14508 \begin_inset space \thinspace{}
14509 \end_inset
14510
14511 cm is used:
14512 \end_layout
14513
14514 \begin_layout Standard
14515 \noindent
14516 \align center
14517 \begin_inset Tabular
14518 <lyxtabular version="3" rows="2" columns="2">
14519 <features tabularvalignment="middle">
14520 <column alignment="center" valignment="top" width="0pt">
14521 <column alignment="center" valignment="top">
14522 <row>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 \begin_inset ERT
14528 status open
14529
14530 \begin_layout Plain Layout
14531
14532
14533 \backslash
14534 diagbox[width=3cm]{
14535 \end_layout
14536
14537 \end_inset
14538
14539 A
14540 \begin_inset ERT
14541 status collapsed
14542
14543 \begin_layout Plain Layout
14544
14545 }{
14546 \end_layout
14547
14548 \end_inset
14549
14550 B
14551 \begin_inset ERT
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555
14556 }
14557 \end_layout
14558
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 Thickness in nm
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 Perfect Green
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 45
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 </lyxtabular>
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 For multiple text lines in split cells one needs some extra height to fit
14605  the text to the cell.
14606  This can be achieved with the 
14607 \series bold
14608
14609 \backslash
14610 diagbox
14611 \series default
14612  option 
14613 \series bold
14614 height=3cm
14615 \series default
14616  (replace '3cm' by the height you need).
14617  In the following table the command
14618 \end_layout
14619
14620 \begin_layout Standard
14621
14622 \series bold
14623
14624 \backslash
14625 diagbox[width=3cm,height=1.4cm]{A
14626 \backslash
14627
14628 \backslash
14629 B}{C
14630 \backslash
14631
14632 \backslash
14633 D}
14634 \end_layout
14635
14636 \begin_layout Standard
14637 is used in the first cell.
14638  The command 
14639 \series bold
14640
14641 \backslash
14642
14643 \backslash
14644
14645 \series default
14646  creates hereby the line break.
14647 \begin_inset Foot
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651 Breaking lines with 
14652 \family sans
14653 Ctrl+Return
14654 \family default
14655  is only possible when the column has a fixed width.
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \noindent
14665 \align center
14666 \begin_inset Tabular
14667 <lyxtabular version="3" rows="2" columns="2">
14668 <features tabularvalignment="middle">
14669 <column alignment="center" valignment="top">
14670 <column alignment="center" valignment="top">
14671 <row>
14672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676 \begin_inset ERT
14677 status open
14678
14679 \begin_layout Plain Layout
14680
14681
14682 \backslash
14683 diagbox[width=3cm,height=1.4cm]{
14684 \end_layout
14685
14686 \end_inset
14687
14688 A
14689 \begin_inset ERT
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693
14694
14695 \backslash
14696
14697 \backslash
14698
14699 \end_layout
14700
14701 \end_inset
14702
14703 B
14704 \begin_inset ERT
14705 status collapsed
14706
14707 \begin_layout Plain Layout
14708
14709 }{
14710 \end_layout
14711
14712 \end_inset
14713
14714 C
14715 \begin_inset ERT
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719
14720
14721 \backslash
14722
14723 \backslash
14724
14725 \end_layout
14726
14727 \end_inset
14728
14729 D
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735 }
14736 \end_layout
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 Thickness in nm
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 </row>
14755 <row>
14756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Plain Layout
14760 Perfect Green
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769 45
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 </row>
14775 </lyxtabular>
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788
14789 \backslash
14790 else
14791 \end_layout
14792
14793 \end_inset
14794
14795
14796 \begin_inset Note Note
14797 status open
14798
14799 \begin_layout Plain Layout
14800 The following will be displayed when the \SpecialChar LaTeX
14801 -package 
14802 \series bold
14803 diagbox
14804 \series default
14805  is not installed:
14806 \end_layout
14807
14808 \end_inset
14809
14810
14811 \end_layout
14812
14813 \begin_layout Standard
14814 You need to install the \SpecialChar LaTeX
14815 -package 
14816 \series bold
14817 diagbox
14818 \series default
14819  to see the following part of this section in the output.
14820 \end_layout
14821
14822 \begin_layout Standard
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 fi
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Standard
14839 For more info about the \SpecialChar LaTeX
14840 -package 
14841 \series bold
14842 diagbox
14843 \series default
14844 , see its documentation, 
14845 \begin_inset CommandInset citation
14846 LatexCommand cite
14847 key "diagbox"
14848 literal "true"
14849
14850 \end_inset
14851
14852 .
14853 \end_layout
14854
14855 \begin_layout Section
14856 Formal Tables
14857 \begin_inset CommandInset label
14858 LatexCommand label
14859 name "sec:Formal-Tables"
14860
14861 \end_inset
14862
14863
14864 \begin_inset Index idx
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868 Table ! Formal
14869 \end_layout
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Tables are often typeset in books similar to Table
14878 \begin_inset space ~
14879 \end_inset
14880
14881
14882 \begin_inset CommandInset ref
14883 LatexCommand ref
14884 reference "tab:Example-booktabs-table"
14885
14886 \end_inset
14887
14888 .
14889  This kind of tables is called 
14890 \begin_inset Quotes eld
14891 \end_inset
14892
14893
14894 \emph on
14895 formal
14896 \emph default
14897
14898 \begin_inset Quotes erd
14899 \end_inset
14900
14901 .
14902  To make a table a formal table
14903 \change_inserted -712698321 1554290084
14904 , select the table style 
14905 \begin_inset Quotes eld
14906 \end_inset
14907
14908 Formal
14909 \change_deleted 630872221 1622707670
14910  Table
14911 \change_inserted 630872221 1622707670
14912 \SpecialChar ldots
14913
14914 \change_inserted -712698321 1554290084
14915
14916 \begin_inset Quotes erd
14917 \end_inset
14918
14919  in the Table Creation dialog or
14920 \change_unchanged
14921  use the option 
14922 \family sans
14923 Formal
14924 \family default
14925  in the 
14926 \family sans
14927 Borders
14928 \family default
14929  tab of the table dialog
14930 \change_inserted -712698321 1554290131
14931  (if you additionally check the option 
14932 \family sans
14933 Use Default Formal Style
14934 \family default
14935 , the border lines are adapted to a sensible default)
14936 \change_unchanged
14937 .
14938 \end_layout
14939
14940 \begin_layout Standard
14941 \begin_inset Float table
14942 placement h
14943 alignment document
14944 wide false
14945 sideways false
14946 status open
14947
14948 \begin_layout Plain Layout
14949 \begin_inset Caption Standard
14950
14951 \begin_layout Plain Layout
14952 \begin_inset CommandInset label
14953 LatexCommand label
14954 name "tab:Example-booktabs-table"
14955
14956 \end_inset
14957
14958 Example 
14959 \change_deleted -712698321 1554292310
14960 booktabs-
14961 \change_inserted -712698321 1554292311
14962 formal 
14963 \change_unchanged
14964 table
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \begin_layout Plain Layout
14973 \align center
14974 \begin_inset Tabular
14975 <lyxtabular version="3" rows="8" columns="4">
14976 <features booktabs="true" tabularvalignment="middle">
14977 <column alignment="center" valignment="top">
14978 <column alignment="center" valignment="top" width="0pt">
14979 <column alignment="center" valignment="top" width="0pt">
14980 <column alignment="center" valignment="top">
14981 <row>
14982 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 System
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell alignment="center" valignment="top" topline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 Chip
14996 \begin_inset space \thinspace{}
14997 \end_inset
14998
14999 1
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 Chip
15009 \begin_inset space \thinspace{}
15010 \end_inset
15011
15012 2
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 </row>
15027 <row>
15028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032
15033 \change_deleted -712698321 1554290161
15034 \begin_inset ERT
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038
15039
15040 \backslash
15041 cmidrule(r){2-2}
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \begin_inset ERT
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051
15052
15053 \backslash
15054 cmidrule(l){3-4}
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \change_unchanged
15061 Detector thickness in Âµm
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 300
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 300
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 700
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 Edge angle in Â°
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 3.55
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 2.71
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 7.99
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row topspace="default">
15133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 Spatial resolution in Âµm
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 4.26
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 10.17
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 10.56
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row topspace="default">
15171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 MTF at 
15176 \begin_inset Formula $f_{\mathrm{max}}$
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 0.53
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 0.37
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 0.39
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row topspace="default">
15213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \change_deleted -712698321 1554290260
15219 \begin_inset ERT
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223
15224
15225 \backslash
15226 cmidrule[2pt](l{10pt}){1-1}
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \change_unchanged
15233 LSF-spatial resolution
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 in Âµm
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 129.7
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 52.75
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 50.78
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 in % of pixel size
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 76.3
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 95.9
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 92.3
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 </lyxtabular>
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \begin_layout Standard
15355 Spaces to table rows can be added using the 
15356 \family sans
15357 Borders
15358 \family default
15359  tab of the table dialog as described in section
15360 \begin_inset space ~
15361 \end_inset
15362
15363
15364 \begin_inset CommandInset ref
15365 LatexCommand ref
15366 reference "subsec:Row-Spacing"
15367
15368 \end_inset
15369
15370 .
15371 \end_layout
15372
15373 \begin_layout Standard
15374 Unlike normal tables, formal tables have no vertical table lines.
15375  The horizontal table lines can be set as for normal tables but they appear
15376  with different widths in the output:
15377 \begin_inset Newline newline
15378 \end_inset
15379
15380 The first and the last table line have a default width of 0.08
15381 \begin_inset space \thinspace{}
15382 \end_inset
15383
15384 em while the other lines have a default width of 0.05
15385 \begin_inset space \thinspace{}
15386 \end_inset
15387
15388 em.
15389 \end_layout
15390
15391 \begin_layout Standard
15392 The default widths can be changed with the following preamble lines
15393 \end_layout
15394
15395 \begin_layout Standard
15396
15397 \series bold
15398
15399 \backslash
15400 let
15401 \backslash
15402 mytoprule
15403 \backslash
15404 toprule
15405 \begin_inset Newline newline
15406 \end_inset
15407
15408
15409 \backslash
15410 renewcommand{
15411 \backslash
15412 toprule}{
15413 \backslash
15414 mytoprule[width]}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 This example is for the first line, the so called 
15419 \series bold
15420 toprule
15421 \series default
15422 .
15423  If you want to change the width for the last line, replace 
15424 \series bold
15425 toprule
15426 \series default
15427  by 
15428 \series bold
15429 bottomrule
15430 \series default
15431 .
15432  To change the width for the other lines replace 
15433 \series bold
15434 toprule
15435 \series default
15436  by 
15437 \series bold
15438 midrule
15439 \series default
15440 .
15441  You can use all units listed in appendix
15442 \begin_inset space ~
15443 \end_inset
15444
15445
15446 \begin_inset CommandInset ref
15447 LatexCommand ref
15448 reference "cha:Units-available-in"
15449
15450 \end_inset
15451
15452  to set the width.
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \change_deleted -712698321 1554290929
15458 Lines that do not span all table columns can be created by setting a table
15459  line for multicolumn cells.
15460  \SpecialChar LyX
15461  will then internally use the command 
15462 \series bold
15463
15464 \backslash
15465 cmidrule
15466 \series default
15467  to create this line.
15468  Its full scheme is
15469 \change_inserted -712698321 1554291959
15470 As in table
15471 \begin_inset space ~
15472 \end_inset
15473
15474
15475 \begin_inset CommandInset ref
15476 LatexCommand ref
15477 reference "tab:Example-booktabs-table"
15478
15479 \end_inset
15480
15481 , formal tables often use shortened lines to group columns.
15482  This can be done in the borders widget of the table dialog.
15483  With formal tables, the top and bottom borders have to small offset lines
15484  to the left and the right.
15485  Clicking on these will trim the line respectively.
15486 \change_unchanged
15487
15488 \end_layout
15489
15490 \begin_layout Standard
15491
15492 \change_inserted -712698321 1554291403
15493 If you need to adjust the length of the trimming or the height of the rules,
15494  you have to resort to \SpecialChar TeX
15495  Code.
15496  The respective command (which is also used for the trimmed mid rules) is
15497  this:
15498 \change_unchanged
15499
15500 \end_layout
15501
15502 \begin_layout Standard
15503
15504 \series bold
15505
15506 \backslash
15507 cmidrule[height](trim){startcol-endcol}
15508 \end_layout
15509
15510 \begin_layout Standard
15511
15512 \change_deleted -712698321 1554292020
15513 The options of 
15514 \series bold
15515
15516 \backslash
15517 cmidrule
15518 \series default
15519  are currently not supported by \SpecialChar LyX
15520  so you have to use \SpecialChar TeX
15521  Code to be able to
15522  use them.
15523  
15524 \series bold
15525
15526 \backslash
15527 cmidrule
15528 \series default
15529 s can manually be created by inserting the command as \SpecialChar TeX
15530  Code as the first
15531  cell entry of the first cell of a row.
15532  The line is then drawn in the output above the current row.
15533 \change_unchanged
15534
15535 \end_layout
15536
15537 \begin_layout Standard
15538 The default for the optional 
15539 \series bold
15540 height
15541 \series default
15542  is 0.03
15543 \begin_inset space \thinspace{}
15544 \end_inset
15545
15546 em.
15547  
15548 \series bold
15549 startcol
15550 \series default
15551  is the number of the column where the line starts and 
15552 \series bold
15553 endcol
15554 \series default
15555  the column number where the line ends.
15556  The 
15557 \series bold
15558 endcol
15559 \series default
15560  always needs to be specified, also when the line should span only one column.
15561  The optional parameter 
15562 \series bold
15563 trim
15564 \series default
15565  could either be 
15566 \emph on
15567 l{trimwidth}
15568 \emph default
15569  or 
15570 \emph on
15571 r{trimwidth}
15572 \emph default
15573  where the 
15574 \emph on
15575 trimwidth
15576 \emph default
15577  is also optional.
15578  Using for example the parameter 
15579 \emph on
15580 l{2pt}
15581 \emph default
15582  means that the line is trimmed from its left end by 2
15583 \begin_inset space \thinspace{}
15584 \end_inset
15585
15586 pt.
15587  If you don't specify the 
15588 \emph on
15589 trimwidth
15590 \emph default
15591  the line is trimmed by the default of 0.5
15592 \begin_inset space \thinspace{}
15593 \end_inset
15594
15595 em
15596 \change_inserted -712698321 1554291561
15597  (this is what is done if you use trimming from the dialog)
15598 \change_unchanged
15599 .
15600 \change_inserted -712698321 1554292039
15601
15602 \end_layout
15603
15604 \begin_layout Standard
15605
15606 \change_inserted -712698321 1554292207
15607 The 
15608 \emph on
15609 height
15610 \emph default
15611  option of 
15612 \series bold
15613
15614 \backslash
15615 cmidrule
15616 \series default
15617  is currently not supported by \SpecialChar LyX
15618 , and neither are the 
15619 \emph on
15620 trimwidth
15621 \emph default
15622  parameters.
15623  If you need this you can manually insert a 
15624 \series bold
15625
15626 \backslash
15627 cmidrule
15628 \series default
15629  with the respective settings as \SpecialChar TeX
15630  Code as the first cell entry of the first
15631  cell of a row.
15632  The line is then drawn in the output above the current row.
15633  Table
15634 \begin_inset space ~
15635 \end_inset
15636
15637
15638 \begin_inset CommandInset ref
15639 LatexCommand ref
15640 reference "tab:Special-booktabs-table"
15641
15642 \end_inset
15643
15644  exemplifies this (in the sixth row).
15645 \change_unchanged
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650
15651 \change_deleted -712698321 1554291078
15652 \begin_inset VSpace bigskip
15653 \end_inset
15654
15655 Table
15656 \begin_inset space ~
15657 \end_inset
15658
15659
15660 \begin_inset CommandInset ref
15661 LatexCommand ref
15662 reference "tab:Example-booktabs-table"
15663
15664 \end_inset
15665
15666  was created using the commands
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \change_deleted -712698321 1554291077
15672
15673 \series bold
15674
15675 \backslash
15676 cmidrule(r){2-2}
15677 \backslash
15678 cmidrule(l){3-4}
15679 \end_layout
15680
15681 \begin_layout Standard
15682
15683 \change_deleted -712698321 1554291077
15684 at the beginning of the second row and
15685 \end_layout
15686
15687 \begin_layout Standard
15688
15689 \change_deleted -712698321 1554291077
15690
15691 \series bold
15692
15693 \backslash
15694 cmidrule[2pt](l{10pt}){1-1}
15695 \end_layout
15696
15697 \begin_layout Standard
15698
15699 \change_deleted -712698321 1554291077
15700 in the sixth row.
15701 \change_unchanged
15702
15703 \end_layout
15704
15705 \begin_layout Standard
15706
15707 \change_deleted -712698321 1554292212
15708 \begin_inset VSpace bigskip
15709 \end_inset
15710
15711
15712 \change_unchanged
15713
15714 \end_layout
15715
15716 \begin_layout Standard
15717 You 
15718 \change_inserted -712698321 1554291573
15719 also 
15720 \change_unchanged
15721 might want to have overlapping 
15722 \series bold
15723
15724 \backslash
15725 cmidrule
15726 \series default
15727 s as 
15728 \change_deleted -712698321 1554296804
15729 in
15730 \change_inserted -712698321 1554296808
15731 exemplified as well
15732 \change_unchanged
15733  in Table
15734 \begin_inset space ~
15735 \end_inset
15736
15737
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "tab:Special-booktabs-table"
15741
15742 \end_inset
15743
15744
15745 \change_inserted -712698321 1554291601
15746 , even though this is considered bad style (so only use it if you really
15747  need to)
15748 \change_unchanged
15749 .
15750  This can be achieved with the \SpecialChar TeX
15751  Code command
15752 \end_layout
15753
15754 \begin_layout Standard
15755
15756 \series bold
15757
15758 \backslash
15759 morecmidrules
15760 \end_layout
15761
15762 \begin_layout Standard
15763 The command that was used for the second row of Table
15764 \begin_inset space ~
15765 \end_inset
15766
15767
15768 \begin_inset CommandInset ref
15769 LatexCommand ref
15770 reference "tab:Special-booktabs-table"
15771
15772 \end_inset
15773
15774  is
15775 \end_layout
15776
15777 \begin_layout Standard
15778
15779 \change_deleted -712698321 1554291798
15780
15781 \series bold
15782
15783 \backslash
15784 cmidrule(r){2-2}
15785 \backslash
15786 cmidrule(l){3-4}
15787 \change_unchanged
15788
15789 \backslash
15790 morecmidrules
15791 \backslash
15792 cmidrule{2-4}
15793 \end_layout
15794
15795 \begin_layout Standard
15796 The command for the sixth row is
15797 \end_layout
15798
15799 \begin_layout Standard
15800
15801 \change_deleted -712698321 1554291810
15802
15803 \series bold
15804
15805 \backslash
15806 midrule
15807 \change_unchanged
15808
15809 \backslash
15810 morecmidrules
15811 \backslash
15812 cmidrule{3-4}
15813 \end_layout
15814
15815 \begin_layout Standard
15816 \begin_inset VSpace bigskip
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Standard
15823 If you are in any way not satisfied with the border line spacing, you can
15824  use the following command to produce lines that span over all table columns
15825 \series bold
15826 :
15827 \end_layout
15828
15829 \begin_layout Standard
15830
15831 \series bold
15832
15833 \backslash
15834 specialrule{width}{space above}{space below}
15835 \end_layout
15836
15837 \begin_layout Standard
15838 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15839 -package
15840  
15841 \series bold
15842 booktabs
15843 \series default
15844  
15845 \begin_inset CommandInset citation
15846 LatexCommand cite
15847 key "booktabs"
15848 literal "true"
15849
15850 \end_inset
15851
15852 .
15853 \begin_inset Index idx
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857 \SpecialChar LaTeX
15858 -packages ! booktabs
15859 \end_layout
15860
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 \begin_inset Float table
15868 placement h
15869 alignment document
15870 wide false
15871 sideways false
15872 status open
15873
15874 \begin_layout Plain Layout
15875 \begin_inset Caption Standard
15876
15877 \begin_layout Plain Layout
15878 \begin_inset CommandInset label
15879 LatexCommand label
15880 name "tab:Special-booktabs-table"
15881
15882 \end_inset
15883
15884 Special 
15885 \change_inserted -712698321 1554292295
15886 (ugly) 
15887 \change_deleted -712698321 1554292304
15888 booktabs
15889 \change_inserted -712698321 1554292305
15890 formal 
15891 \change_deleted -712698321 1554292300
15892 -
15893 \change_unchanged
15894 table
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \begin_layout Plain Layout
15903 \align center
15904 \begin_inset Tabular
15905 <lyxtabular version="3" rows="8" columns="4">
15906 <features booktabs="true" tabularvalignment="middle">
15907 <column alignment="center" valignment="top">
15908 <column alignment="center" valignment="top" width="0pt">
15909 <column alignment="center" valignment="top" width="0pt">
15910 <column alignment="center" valignment="top" width="0pt">
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 System
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 Chip
15926 \begin_inset space \thinspace{}
15927 \end_inset
15928
15929 1
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 Chip
15939 \begin_inset space \thinspace{}
15940 \end_inset
15941
15942 2
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \change_deleted -712698321 1554291732
15964 \begin_inset ERT
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968
15969
15970 \backslash
15971 cmidrule(r){2-2}
15972 \end_layout
15973
15974 \end_inset
15975
15976
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 cmidrule(l){3-4}
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \change_unchanged
15991
15992 \begin_inset ERT
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996
15997
15998 \backslash
15999 morecmidrules 
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \begin_inset ERT
16006 status open
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 cmidrule{2-4}
16013 \end_layout
16014
16015 \end_inset
16016
16017 Detector thickness in Âµm
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 300
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 300
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 700
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 Edge angle in Â°
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 3.55
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 2.71
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 7.99
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row topspace="default">
16089 <cell alignment="center" valignment="top" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 Spatial resolution in Âµm
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 4.26
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 10.17
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 10.56
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 <row topspace="default">
16127 <cell alignment="center" valignment="top" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 MTF at 
16132 \begin_inset Formula $f_{\mathrm{max}}$
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell alignment="center" valignment="top" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 0.53
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 0.37
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 0.39
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 \begin_inset ERT
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177
16178
16179 \backslash
16180 morecmidrules 
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \begin_inset ERT
16187 status open
16188
16189 \begin_layout Plain Layout
16190
16191
16192 \backslash
16193 cmidrule
16194 \change_inserted -712698321 1554291896
16195 [2pt](l{7pt})
16196 \change_unchanged
16197 {3-4}
16198 \end_layout
16199
16200 \end_inset
16201
16202 LSF-spatial resolution
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row>
16236 <cell alignment="center" valignment="top" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 in Âµm
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 129.7
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 52.75
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 50.78
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 in % of pixel size
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 76.3
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 95.9
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 92.3
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 </lyxtabular>
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \begin_layout Section
16324 Vertical Table Alignment
16325 \begin_inset Index idx
16326 status collapsed
16327
16328 \begin_layout Plain Layout
16329 Table ! Alignment
16330 \end_layout
16331
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \begin_layout Standard
16338 To align tables vertically in a text line, the table must be inside a box.
16339  The box can then be vertically aligned as described in section
16340 \begin_inset space ~
16341 \end_inset
16342
16343
16344 \begin_inset CommandInset ref
16345 LatexCommand ref
16346 reference "sec:Box-Dialog"
16347
16348 \end_inset
16349
16350 .
16351 \end_layout
16352
16353 \begin_layout Standard
16354 In the following example the tables are inside a minipage
16355 \begin_inset Foot
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359 Minipages are described in section
16360 \begin_inset space ~
16361 \end_inset
16362
16363
16364 \begin_inset CommandInset ref
16365 LatexCommand ref
16366 reference "sec:Minipages"
16367
16368 \end_inset
16369
16370 .
16371 \end_layout
16372
16373 \end_inset
16374
16375  box that has a width of 15
16376 \begin_inset space \thinspace{}
16377 \end_inset
16378
16379 col%:
16380 \end_layout
16381
16382 \begin_layout Itemize
16383 test 
16384 \begin_inset Box Frameless
16385 position "t"
16386 hor_pos "c"
16387 has_inner_box 1
16388 inner_pos "c"
16389 use_parbox 0
16390 use_makebox 0
16391 width "15col%"
16392 special "none"
16393 height "1in"
16394 height_special "totalheight"
16395 thickness "0.4pt"
16396 separation "3pt"
16397 shadowsize "4pt"
16398 framecolor "black"
16399 backgroundcolor "none"
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Tabular
16404 <lyxtabular version="3" rows="3" columns="3">
16405 <features tabularvalignment="middle">
16406 <column alignment="center" valignment="top">
16407 <column alignment="center" valignment="top">
16408 <column alignment="center" valignment="top">
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 a
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 d
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 g
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 b
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 e
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 h
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 c
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 f
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 i
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 </lyxtabular>
16497
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504
16505  test 
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 raisebox{0.85
16514 \backslash
16515 baselineskip}{
16516 \end_layout
16517
16518 \end_inset
16519
16520
16521 \begin_inset Box Frameless
16522 position "t"
16523 hor_pos "c"
16524 has_inner_box 1
16525 inner_pos "c"
16526 use_parbox 0
16527 use_makebox 0
16528 width "15col%"
16529 special "none"
16530 height "1in"
16531 height_special "totalheight"
16532 thickness "0.4pt"
16533 separation "3pt"
16534 shadowsize "4pt"
16535 framecolor "black"
16536 backgroundcolor "none"
16537 status collapsed
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Tabular
16541 <lyxtabular version="3" rows="3" columns="3">
16542 <features tabularvalignment="middle">
16543 <column alignment="center" valignment="top">
16544 <column alignment="center" valignment="top">
16545 <column alignment="center" valignment="top">
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 a
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 d
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 g
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 b
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 e
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 h
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 c
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 f
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 i
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 </lyxtabular>
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \begin_inset ERT
16644 status collapsed
16645
16646 \begin_layout Plain Layout
16647
16648 }
16649 \end_layout
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Itemize
16657 test 
16658 \begin_inset Box Frameless
16659 position "c"
16660 hor_pos "c"
16661 has_inner_box 1
16662 inner_pos "c"
16663 use_parbox 0
16664 use_makebox 0
16665 width "15col%"
16666 special "none"
16667 height "1in"
16668 height_special "totalheight"
16669 thickness "0.4pt"
16670 separation "3pt"
16671 shadowsize "4pt"
16672 framecolor "black"
16673 backgroundcolor "none"
16674 status collapsed
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Tabular
16678 <lyxtabular version="3" rows="3" columns="3">
16679 <features tabularvalignment="middle">
16680 <column alignment="center" valignment="top">
16681 <column alignment="center" valignment="top">
16682 <column alignment="center" valignment="top">
16683 <row>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 a
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 d
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 g
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 b
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 e
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 h
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 c
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 f
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 i
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 </lyxtabular>
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \begin_layout Itemize
16783 test 
16784 \begin_inset Box Frameless
16785 position "b"
16786 hor_pos "c"
16787 has_inner_box 1
16788 inner_pos "c"
16789 use_parbox 0
16790 use_makebox 0
16791 width "15col%"
16792 special "none"
16793 height "1in"
16794 height_special "totalheight"
16795 thickness "0.4pt"
16796 separation "3pt"
16797 shadowsize "4pt"
16798 framecolor "black"
16799 backgroundcolor "none"
16800 status collapsed
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Tabular
16804 <lyxtabular version="3" rows="3" columns="3">
16805 <features tabularvalignment="middle">
16806 <column alignment="center" valignment="top">
16807 <column alignment="center" valignment="top">
16808 <column alignment="center" valignment="top">
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 a
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 d
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 g
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 b
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 e
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 h
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 c
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 f
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 i
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 </lyxtabular>
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904
16905  test 
16906 \begin_inset ERT
16907 status collapsed
16908
16909 \begin_layout Plain Layout
16910
16911
16912 \backslash
16913 raisebox{-0.32
16914 \backslash
16915 baselineskip}{
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \begin_inset Box Frameless
16922 position "b"
16923 hor_pos "c"
16924 has_inner_box 1
16925 inner_pos "c"
16926 use_parbox 0
16927 use_makebox 0
16928 width "15col%"
16929 special "none"
16930 height "1in"
16931 height_special "totalheight"
16932 thickness "0.4pt"
16933 separation "3pt"
16934 shadowsize "4pt"
16935 framecolor "black"
16936 backgroundcolor "none"
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Tabular
16941 <lyxtabular version="3" rows="3" columns="3">
16942 <features tabularvalignment="middle">
16943 <column alignment="center" valignment="top">
16944 <column alignment="center" valignment="top">
16945 <column alignment="center" valignment="top">
16946 <row>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 a
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 d
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 g
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 b
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 e
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 h
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 </row>
17004 <row>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 c
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 f
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 i
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 </lyxtabular>
17034
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \end_inset
17041
17042
17043 \begin_inset ERT
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047
17048 }
17049 \end_layout
17050
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \begin_layout Standard
17057 As you will see, the content of the first and last table row is not correctly
17058  aligned.
17059  To get this alignment, the minipage box must be set into a raisebox.
17060 \begin_inset Foot
17061 status collapsed
17062
17063 \begin_layout Plain Layout
17064 Raiseboxes are described in section
17065 \begin_inset space ~
17066 \end_inset
17067
17068
17069 \begin_inset CommandInset ref
17070 LatexCommand ref
17071 reference "subsec:Vertical-Alignment"
17072
17073 \end_inset
17074
17075 .
17076 \end_layout
17077
17078 \end_inset
17079
17080  In the example above the second table in the first item is aligned using
17081  the \SpecialChar TeX
17082  Code command
17083 \end_layout
17084
17085 \begin_layout Standard
17086
17087 \series bold
17088
17089 \backslash
17090 raisebox{0.85
17091 \backslash
17092 baselineskip}{
17093 \end_layout
17094
17095 \begin_layout Standard
17096 before the box.
17097  After the box the closing brace 
17098 \series bold
17099 }
17100 \series default
17101  is inserted as \SpecialChar TeX
17102  Code.
17103  For the second table in the last item the command
17104 \end_layout
17105
17106 \begin_layout Standard
17107
17108 \series bold
17109
17110 \backslash
17111 raisebox{-0.32
17112 \backslash
17113 baselineskip}{
17114 \end_layout
17115
17116 \begin_layout Standard
17117 is used.
17118 \end_layout
17119
17120 \begin_layout Standard
17121 \begin_inset Note Greyedout
17122 status open
17123
17124 \begin_layout Plain Layout
17125
17126 \series bold
17127 Note:
17128 \series default
17129  The alignment of the table row content to the surrounding text line is
17130  not exact.
17131  The required value for the 
17132 \series bold
17133
17134 \backslash
17135 raisebox
17136 \series default
17137  command for this alignment depends on the document font, the font size,
17138  and the table line thickness.
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Section
17147 Colored Tables
17148 \begin_inset CommandInset label
17149 LatexCommand label
17150 name "sec:Colored-Tables"
17151
17152 \end_inset
17153
17154
17155 \begin_inset Index idx
17156 status collapsed
17157
17158 \begin_layout Plain Layout
17159 Table ! Color
17160 \end_layout
17161
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \begin_layout Subsection
17168 Colored Cells
17169 \begin_inset Index idx
17170 status collapsed
17171
17172 \begin_layout Plain Layout
17173 Table Color ! for Cells
17174 \end_layout
17175
17176 \end_inset
17177
17178
17179 \begin_inset Index idx
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183 Color ! for Table Cells
17184 \end_layout
17185
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \begin_layout Standard
17192 \begin_inset Float table
17193 placement h
17194 alignment document
17195 wide false
17196 sideways false
17197 status open
17198
17199 \begin_layout Plain Layout
17200 \begin_inset Caption Standard
17201
17202 \begin_layout Plain Layout
17203 \begin_inset CommandInset label
17204 LatexCommand label
17205 name "tab:Table-colored-without"
17206
17207 \end_inset
17208
17209 Table colored without using the package 
17210 \series bold
17211 colortbl
17212 \series default
17213
17214 \begin_inset Argument 1
17215 status collapsed
17216
17217 \begin_layout Plain Layout
17218 Table without colortbl
17219 \end_layout
17220
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Plain Layout
17232 \align center
17233 \begin_inset Tabular
17234 <lyxtabular version="3" rows="3" columns="3">
17235 <features tabularvalignment="middle">
17236 <column alignment="center" valignment="top">
17237 <column alignment="center" valignment="top">
17238 <column alignment="center" valignment="top">
17239 <row>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \color green
17246 a
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \color red
17257 b
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \color red
17268 c
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \color green
17281 d
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290
17291 \color blue
17292 e
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \color blue
17303 f
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 <row>
17310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314
17315 \color green
17316 g
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325
17326 \color blue
17327 h
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \color blue
17338 i
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 </lyxtabular>
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Standard
17357 If you only need colored text, mark the cells and choose a color in the
17358  
17359 \family sans
17360 Text
17361 \begin_inset space ~
17362 \end_inset
17363
17364 Style
17365 \family default
17366  dialog (toolbar button 
17367 \begin_inset Info
17368 type  "icon"
17369 arg   "dialog-show character"
17370 \end_inset
17371
17372 ).
17373  This was used to create Table
17374 \begin_inset space ~
17375 \end_inset
17376
17377
17378 \begin_inset CommandInset ref
17379 LatexCommand ref
17380 reference "tab:Table-colored-without"
17381
17382 \end_inset
17383
17384 .
17385  In any other case you have to use the \SpecialChar LaTeX
17386 -package 
17387 \series bold
17388 colortbl
17389 \series default
17390 .
17391 \begin_inset Index idx
17392 status collapsed
17393
17394 \begin_layout Plain Layout
17395 \SpecialChar LaTeX
17396 -packages ! colortbl
17397 \end_layout
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Standard
17405 \begin_inset ERT
17406 status collapsed
17407
17408 \begin_layout Plain Layout
17409
17410
17411 \backslash
17412 ifcolortbl
17413 \end_layout
17414
17415 \end_inset
17416
17417
17418 \begin_inset Note Note
17419 status open
17420
17421 \begin_layout Plain Layout
17422 The following section part will only be displayed when the \SpecialChar LaTeX
17423 -package 
17424 \series bold
17425 colortbl
17426 \series default
17427  is installed.
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Standard
17436 To create colored tables, 
17437 \series bold
17438 colortbl
17439 \series default
17440  must be loaded in the preamble with the line
17441 \end_layout
17442
17443 \begin_layout Standard
17444
17445 \series bold
17446
17447 \backslash
17448 usepackage{colortbl}
17449 \end_layout
17450
17451 \begin_layout Standard
17452 The color of a column is adjusted with the command
17453 \end_layout
17454
17455 \begin_layout Standard
17456
17457 \series bold
17458
17459 \backslash
17460 columncolor{name of color}
17461 \end_layout
17462
17463 \begin_layout Standard
17464 inside the command 
17465 \series bold
17466 >{ }
17467 \series default
17468 .
17469  More about the command 
17470 \series bold
17471 >{}
17472 \series default
17473  is contained in section
17474 \begin_inset space ~
17475 \end_inset
17476
17477
17478 \begin_inset CommandInset ref
17479 LatexCommand ref
17480 reference "subsec:Multicolumn-Calculations"
17481
17482 \end_inset
17483
17484 .
17485 \end_layout
17486
17487 \begin_layout Standard
17488 The following color names are predefined:
17489 \end_layout
17490
17491 \begin_layout Standard
17492
17493 \family sans
17494 red
17495 \family default
17496
17497 \family sans
17498 green
17499 \family default
17500
17501 \family sans
17502 yellow
17503 \family default
17504
17505 \family sans
17506 blue
17507 \family default
17508
17509 \family sans
17510 cyan
17511 \family default
17512
17513 \family sans
17514 magenta
17515 \family default
17516
17517 \family sans
17518 black
17519 \family default
17520  and 
17521 \family sans
17522 white
17523 \end_layout
17524
17525 \begin_layout Standard
17526 \begin_inset VSpace medskip
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \begin_layout Standard
17533 If you add the option
17534 \end_layout
17535
17536 \begin_layout Standard
17537
17538 \series bold
17539 dvipsnames
17540 \end_layout
17541
17542 \begin_layout Standard
17543 to the document class options in the document settings, you can additionally
17544  use further 61
17545 \begin_inset space ~
17546 \end_inset
17547
17548 colors.
17549  These colors are listed in appendix
17550 \begin_inset space ~
17551 \end_inset
17552
17553
17554 \begin_inset CommandInset ref
17555 LatexCommand ref
17556 reference "chap:List-of-dvips-colornames"
17557
17558 \end_inset
17559
17560 .
17561  One of these colors, 
17562 \family sans
17563 Maroon
17564 \family default
17565 , is used as example in Table
17566 \begin_inset space ~
17567 \end_inset
17568
17569
17570 \begin_inset CommandInset ref
17571 LatexCommand ref
17572 reference "tab:Table-colored-using"
17573
17574 \end_inset
17575
17576 .
17577 \end_layout
17578
17579 \begin_layout Standard
17580 \begin_inset VSpace medskip
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Standard
17587 You can also define your own color with the command
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 definecolor{color name}{color model}{color values}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 The color model can be
17600 \end_layout
17601
17602 \begin_layout Labeling
17603 \labelwidthstring 00.00.0000
17604 cmyk: cyan, magenta, yellow, black
17605 \end_layout
17606
17607 \begin_layout Labeling
17608 \labelwidthstring 00.00.0000
17609 rgb: red, green blue
17610 \end_layout
17611
17612 \begin_layout Labeling
17613 \labelwidthstring 00.00.0000
17614 gray gray
17615 \end_layout
17616
17617 \begin_layout Standard
17618 and the color values are comma separated numbers between 0 and 1 describing
17619  the factor for the corresponding color of the color model.
17620 \end_layout
17621
17622 \begin_layout Standard
17623 You can e.
17624 \begin_inset space \thinspace{}
17625 \end_inset
17626
17627 g.
17628 \begin_inset space \space{}
17629 \end_inset
17630
17631 define the color "
17632 \emph on
17633 darkgreen
17634 \emph default
17635 " in the preamble with
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641
17642 \backslash
17643 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17644 \end_layout
17645
17646 \begin_layout Standard
17647 and the color "
17648 \emph on
17649 lightgray
17650 \emph default
17651 " with
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \series bold
17657
17658 \backslash
17659 definecolor{lightgray}{gray}{0.8}
17660 \end_layout
17661
17662 \begin_layout Standard
17663 \begin_inset VSpace medskip
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Standard
17670 Lines are colored with the command
17671 \end_layout
17672
17673 \begin_layout Standard
17674
17675 \series bold
17676
17677 \backslash
17678 rowcolor{name of color}
17679 \end_layout
17680
17681 \begin_layout Standard
17682 and cells are colored with the command
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688
17689 \backslash
17690 cellcolor{name of color}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17695  Code.
17696 \end_layout
17697
17698 \begin_layout Standard
17699 To color characters in the table, mark the cells and use the 
17700 \family sans
17701 Text
17702 \begin_inset space ~
17703 \end_inset
17704
17705 Style
17706 \family default
17707  dialog.
17708  If a cell contains \SpecialChar TeX
17709  Code mark only the characters, otherwise the colored
17710  \SpecialChar TeX
17711  Code will cause \SpecialChar LaTeX
17712  errors.
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset Note Greyedout
17717 status open
17718
17719 \begin_layout Plain Layout
17720
17721 \series bold
17722 Note:
17723 \series default
17724  Not all DVI-viewers are able to display self-defined colors.
17725 \end_layout
17726
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \begin_layout Standard
17733 \begin_inset VSpace bigskip
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 To create Table
17741 \begin_inset space ~
17742 \end_inset
17743
17744
17745 \begin_inset CommandInset ref
17746 LatexCommand ref
17747 reference "tab:Table-colored-using"
17748
17749 \end_inset
17750
17751  do the following: The color of the first column should be 
17752 \emph on
17753 darkgreen
17754 \emph default
17755 .
17756  So insert
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762 >{
17763 \backslash
17764 columncolor{darkgreen}
17765 \backslash
17766 centering}c
17767 \end_layout
17768
17769 \begin_layout Standard
17770 as \SpecialChar LaTeX
17771 -argument for this column.
17772  The first row should be light blue, therefore the \SpecialChar TeX
17773  Code command
17774 \end_layout
17775
17776 \begin_layout Standard
17777
17778 \series bold
17779
17780 \backslash
17781 rowcolor{cyan}
17782 \end_layout
17783
17784 \begin_layout Standard
17785 is inserted to the first cell of this row.
17786  Note that this overwrites the column color for the first cell.
17787  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17788  Code
17789  command
17790 \end_layout
17791
17792 \begin_layout Standard
17793
17794 \series bold
17795
17796 \backslash
17797 cellcolor{Maroon}
17798 \end_layout
17799
17800 \begin_layout Standard
17801 The characters could now be colored using the menu 
17802 \family sans
17803 Edit\SpecialChar menuseparator
17804 Text
17805 \begin_inset space ~
17806 \end_inset
17807
17808 Style
17809 \family default
17810 .
17811 \end_layout
17812
17813 \begin_layout Standard
17814 \begin_inset Float table
17815 placement h
17816 alignment document
17817 wide false
17818 sideways false
17819 status open
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Caption Standard
17823
17824 \begin_layout Plain Layout
17825 \begin_inset CommandInset label
17826 LatexCommand label
17827 name "tab:Table-colored-using"
17828
17829 \end_inset
17830
17831 Table colored using the package 
17832 \series bold
17833 colortbl
17834 \series default
17835
17836 \begin_inset Argument 1
17837 status collapsed
17838
17839 \begin_layout Plain Layout
17840 Table with colortbl
17841 \end_layout
17842
17843 \end_inset
17844
17845
17846 \end_layout
17847
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \begin_layout Plain Layout
17854 \align center
17855 \begin_inset Tabular
17856 <lyxtabular version="3" rows="3" columns="3">
17857 <features tabularvalignment="middle">
17858 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17859 <column alignment="center" valignment="top">
17860 <column alignment="center" valignment="top">
17861 <row>
17862 <cell alignment="center" valignment="top" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 \begin_inset ERT
17867 status collapsed
17868
17869 \begin_layout Plain Layout
17870
17871
17872 \backslash
17873 rowcolor{cyan}
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \color magenta
17880 a
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \color red
17891 b
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \color red
17902 c
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \color yellow
17915 d
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \color blue
17926 e
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935
17936 \color blue
17937 f
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \color yellow
17950 g
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \color blue
17961 h
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset ERT
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974
17975
17976 \backslash
17977 cellcolor{Maroon}
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \color green
17984 i
17985 \end_layout
17986
17987 \end_inset
17988 </cell>
17989 </row>
17990 </lyxtabular>
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \begin_layout Standard
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008
18009 \backslash
18010 else
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \begin_inset Note Note
18017 status open
18018
18019 \begin_layout Plain Layout
18020 The following will be displayed when the \SpecialChar LaTeX
18021 -package 
18022 \series bold
18023 colortbl
18024 \series default
18025  is not installed:
18026 \end_layout
18027
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \begin_layout Standard
18034 You need to install the package 
18035 \series bold
18036 colortbl
18037 \series default
18038  to see the content of this section in the output.
18039 \end_layout
18040
18041 \begin_layout Standard
18042 \begin_inset ERT
18043 status collapsed
18044
18045 \begin_layout Plain Layout
18046
18047
18048 \backslash
18049 fi
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Subsection
18058 Colored Rows
18059 \begin_inset Index idx
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063 Table Color ! for Rows
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \begin_inset Index idx
18070 status collapsed
18071
18072 \begin_layout Plain Layout
18073 Color ! for Table Rows
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \begin_layout Standard
18082 In case every second table row needs to be colored there is an alternative
18083  to the method described in the previous section: One loads the package
18084  
18085 \series bold
18086 xcolor
18087 \series default
18088
18089 \begin_inset Index idx
18090 status collapsed
18091
18092 \begin_layout Plain Layout
18093 \SpecialChar LaTeX
18094 -packages ! xcolor
18095 \begin_inset ERT
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099
18100
18101 \backslash
18102 vspace{4mm}
18103 \end_layout
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111
18112  in the document preamble with the command
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118
18119 \backslash
18120 usepackage[table]{xcolor}
18121 \end_layout
18122
18123 \begin_layout Standard
18124
18125 \series bold
18126 xcolor
18127 \series default
18128  automatically loads also the package 
18129 \series bold
18130 colortbl
18131 \series default
18132
18133 \begin_inset Index idx
18134 status collapsed
18135
18136 \begin_layout Plain Layout
18137 \SpecialChar LaTeX
18138 -packages ! colortbl
18139 \end_layout
18140
18141 \end_inset
18142
18143 , so 
18144 \series bold
18145 colortbl
18146 \series default
18147  must be installed in your \SpecialChar LaTeX
18148 -distribution, otherwise you get \SpecialChar LaTeX
18149 -errors.
18150 \end_layout
18151
18152 \begin_layout Standard
18153 \begin_inset ERT
18154 status collapsed
18155
18156 \begin_layout Plain Layout
18157
18158
18159 \backslash
18160 ifcolortbl
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \begin_inset Note Note
18167 status open
18168
18169 \begin_layout Plain Layout
18170 The following section part will only be displayed when the \SpecialChar LaTeX
18171 -package 
18172 \series bold
18173 colortbl
18174 \series default
18175  is installed.
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 The table rows are colored with the command
18185 \end_layout
18186
18187 \begin_layout Standard
18188
18189 \series bold
18190
18191 \backslash
18192 rowcolors[commands]{row number}{odd row color}{even row color}
18193 \end_layout
18194
18195 \begin_layout Standard
18196 that is either inserted in the document preamble or as \SpecialChar TeX
18197  Code before the
18198  first table to be colored.
18199  row
18200 \begin_inset space ~
18201 \end_inset
18202
18203 number is the number of the first row which should be colored according
18204  to the odd row color.
18205  commands can be additional commands that are executed before every table
18206  row.
18207  So for example the command
18208 \end_layout
18209
18210 \begin_layout Standard
18211
18212 \series bold
18213
18214 \backslash
18215 rowcolors{1}{white}{lightgray}
18216 \end_layout
18217
18218 \begin_layout Standard
18219 leads to the coloring scheme of Table
18220 \begin_inset space ~
18221 \end_inset
18222
18223
18224 \begin_inset CommandInset ref
18225 LatexCommand ref
18226 reference "tab:Table-rowcolors"
18227
18228 \end_inset
18229
18230 .
18231  The command
18232 \end_layout
18233
18234 \begin_layout Standard
18235
18236 \series bold
18237
18238 \backslash
18239 rowcolors[
18240 \backslash
18241 hline]{1}{lightgray}{cyan}
18242 \end_layout
18243
18244 \begin_layout Standard
18245 leads to the coloring scheme of Table
18246 \begin_inset space ~
18247 \end_inset
18248
18249
18250 \begin_inset CommandInset ref
18251 LatexCommand ref
18252 reference "tab:Table-rowcolors-2"
18253
18254 \end_inset
18255
18256 .
18257  If odd
18258 \begin_inset space ~
18259 \end_inset
18260
18261 row
18262 \begin_inset space ~
18263 \end_inset
18264
18265 color and/or even
18266 \begin_inset space ~
18267 \end_inset
18268
18269 row
18270 \begin_inset space ~
18271 \end_inset
18272
18273 color are left empty, no color will be used so that the command
18274 \end_layout
18275
18276 \begin_layout Standard
18277
18278 \series bold
18279
18280 \backslash
18281 rowcolors{1}{}{}
18282 \end_layout
18283
18284 \begin_layout Standard
18285 deletes all colors.
18286  
18287 \series bold
18288
18289 \backslash
18290 rowcolors
18291 \series default
18292  affects all tables following that command.
18293 \end_layout
18294
18295 \begin_layout Standard
18296 \begin_inset ERT
18297 status open
18298
18299 \begin_layout Plain Layout
18300
18301
18302 \backslash
18303 rowcolors{1}{white}{lightgray}
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \begin_layout Standard
18312 \begin_inset Float table
18313 placement h
18314 alignment document
18315 wide false
18316 sideways false
18317 status open
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Caption Standard
18321
18322 \begin_layout Plain Layout
18323 \begin_inset CommandInset label
18324 LatexCommand label
18325 name "tab:Table-rowcolors"
18326
18327 \end_inset
18328
18329 Table where every second row is colored light gray.
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Plain Layout
18338 \align center
18339 \begin_inset Tabular
18340 <lyxtabular version="3" rows="4" columns="3">
18341 <features tabularvalignment="middle">
18342 <column alignment="center" valignment="top">
18343 <column alignment="center" valignment="top" width="0pt">
18344 <column alignment="center" valignment="top" width="0pt">
18345 <row>
18346 <cell alignment="center" valignment="top" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 X
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 Y
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 Z
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row>
18375 <cell alignment="center" valignment="top" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 1
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 2
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 3
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 </row>
18403 <row>
18404 <cell alignment="center" valignment="top" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 4
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 5
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 6
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 7
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 8
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 9
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 </row>
18461 </lyxtabular>
18462
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Standard
18474 \begin_inset ERT
18475 status open
18476
18477 \begin_layout Plain Layout
18478
18479
18480 \backslash
18481 rowcolors[
18482 \backslash
18483 hline]{1}{lightgray}{cyan}
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 \begin_inset Float table
18493 placement h
18494 alignment document
18495 wide false
18496 sideways false
18497 status open
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Caption Standard
18501
18502 \begin_layout Plain Layout
18503 \begin_inset CommandInset label
18504 LatexCommand label
18505 name "tab:Table-rowcolors-2"
18506
18507 \end_inset
18508
18509 Table where every second row is colored cyan and at which there is a line
18510  between each row.
18511 \end_layout
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \begin_layout Plain Layout
18519 \align center
18520 \begin_inset Tabular
18521 <lyxtabular version="3" rows="4" columns="3">
18522 <features tabularvalignment="middle">
18523 <column alignment="center" valignment="top">
18524 <column alignment="center" valignment="top">
18525 <column alignment="center" valignment="top" width="0pt">
18526 <row>
18527 <cell alignment="center" valignment="top" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 X
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 Y
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 Z
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 1
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 2
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 3
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 <row>
18585 <cell alignment="center" valignment="top" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 4
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 5
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 6
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 7
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 8
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 9
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 </row>
18642 </lyxtabular>
18643
18644 \end_inset
18645
18646
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Standard
18655 \begin_inset ERT
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659
18660
18661 \backslash
18662 rowcolors{1}{}{}
18663 \end_layout
18664
18665 \end_inset
18666
18667
18668 \begin_inset Note Note
18669 status collapsed
18670
18671 \begin_layout Plain Layout
18672 turns off the row coloring
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset ERT
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685
18686
18687 \backslash
18688 else
18689 \end_layout
18690
18691 \end_inset
18692
18693
18694 \begin_inset Note Note
18695 status open
18696
18697 \begin_layout Plain Layout
18698 The following will be displayed when the \SpecialChar LaTeX
18699 -package 
18700 \series bold
18701 colortbl
18702 \series default
18703  is not installed:
18704 \end_layout
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \begin_layout Standard
18712 You need to install the package 
18713 \series bold
18714 colortbl
18715 \series default
18716  to see the content of this section in the output.
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset ERT
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724
18725
18726 \backslash
18727 fi
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Subsection
18736 Colored Lines
18737 \begin_inset Index idx
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741 Table Color ! for Lines
18742 \end_layout
18743
18744 \end_inset
18745
18746
18747 \begin_inset Index idx
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751 Color ! for Table Lines
18752 \end_layout
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \begin_layout Standard
18760 As described in section
18761 \begin_inset space ~
18762 \end_inset
18763
18764
18765 \begin_inset CommandInset ref
18766 LatexCommand ref
18767 reference "subsec:Line-Thickness"
18768
18769 \end_inset
18770
18771 , the line thickness for all lines in a table can be adjusted with the length
18772  
18773 \series bold
18774
18775 \backslash
18776 arrayrulewidth
18777 \series default
18778 .
18779  It is set to 1.5
18780 \begin_inset space \thinspace{}
18781 \end_inset
18782
18783 pt for all tables of this section.
18784 \begin_inset ERT
18785 status collapsed
18786
18787 \begin_layout Plain Layout
18788
18789
18790 \backslash
18791 setlength{
18792 \backslash
18793 arrayrulewidth}{1.5pt}
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 To color vertical lines for example with green, create the following column
18803  format in the document preamble, according to the description in section
18804 \begin_inset space ~
18805 \end_inset
18806
18807
18808 \begin_inset CommandInset ref
18809 LatexCommand ref
18810 reference "subsec:Customized-Format"
18811
18812 \end_inset
18813
18814 :
18815 \end_layout
18816
18817 \begin_layout Standard
18818
18819 \series bold
18820
18821 \backslash
18822 newcolumntype{W}{!{
18823 \backslash
18824 color{green}
18825 \backslash
18826 vline}}
18827 \end_layout
18828
18829 \begin_layout Standard
18830 For Table
18831 \begin_inset space ~
18832 \end_inset
18833
18834
18835 \begin_inset CommandInset ref
18836 LatexCommand ref
18837 reference "tab:Table-with-vertical-colored"
18838
18839 \end_inset
18840
18841  the \SpecialChar LaTeX
18842 -argument
18843 \series bold
18844  WcW
18845 \series default
18846  was used for the last column and
18847 \series bold
18848  Wc
18849 \series default
18850  for the other columns.
18851 \end_layout
18852
18853 \begin_layout Standard
18854 If you want to have several colors, define more column formats.
18855 \end_layout
18856
18857 \begin_layout Standard
18858 \begin_inset Float table
18859 placement h
18860 alignment document
18861 wide false
18862 sideways false
18863 status open
18864
18865 \begin_layout Plain Layout
18866 \begin_inset Caption Standard
18867
18868 \begin_layout Plain Layout
18869 \begin_inset CommandInset label
18870 LatexCommand label
18871 name "tab:Table-with-vertical-colored"
18872
18873 \end_inset
18874
18875 Table with colored vertical lines
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Plain Layout
18884 \align center
18885 \begin_inset Tabular
18886 <lyxtabular version="3" rows="3" columns="3">
18887 <features tabularvalignment="middle">
18888 <column alignment="center" valignment="top" special="Wc">
18889 <column alignment="center" valignment="top" special="Wc">
18890 <column alignment="center" valignment="top" special="WcW">
18891 <row>
18892 <cell alignment="center" valignment="top" topline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896 sd
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 <cell alignment="center" valignment="top" topline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 </row>
18920 <row>
18921 <cell alignment="center" valignment="top" topline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 sd
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 sd
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 </row>
18978 </lyxtabular>
18979
18980 \end_inset
18981
18982
18983 \end_layout
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Standard
18991 \begin_inset VSpace bigskip
18992 \end_inset
18993
18994 To color all horizontal lines for example with red, as in Table
18995 \begin_inset space ~
18996 \end_inset
18997
18998
18999 \begin_inset CommandInset ref
19000 LatexCommand ref
19001 reference "tab:Table-with-horizontal-colored"
19002
19003 \end_inset
19004
19005 , insert these commands in \SpecialChar TeX
19006  code before the table or table float:
19007 \end_layout
19008
19009 \begin_layout Standard
19010
19011 \series bold
19012
19013 \backslash
19014 let
19015 \backslash
19016 myHlineC
19017 \backslash
19018 hline
19019 \begin_inset Newline newline
19020 \end_inset
19021
19022
19023 \backslash
19024 renewcommand{
19025 \backslash
19026 hline}
19027 \begin_inset Newline newline
19028 \end_inset
19029
19030
19031 \begin_inset Phantom HPhantom
19032 status open
19033
19034 \begin_layout Plain Layout
19035
19036 \series bold
19037 \begin_inset space ~
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044
19045 {
19046 \backslash
19047 arrayrulecolor{red}
19048 \backslash
19049 myHlineC
19050 \backslash
19051 arrayrulecolor{black}}
19052 \end_layout
19053
19054 \begin_layout Standard
19055 \begin_inset ERT
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059
19060
19061 \backslash
19062 let
19063 \backslash
19064 myHlineC
19065 \backslash
19066 hline
19067 \end_layout
19068
19069 \begin_layout Plain Layout
19070
19071
19072 \backslash
19073 renewcommand{
19074 \backslash
19075 hline}
19076 \end_layout
19077
19078 \begin_layout Plain Layout
19079
19080  {
19081 \backslash
19082 arrayrulecolor{red}
19083 \backslash
19084 myHlineC
19085 \backslash
19086 arrayrulecolor{black}}
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \begin_inset Float table
19093 placement h
19094 alignment document
19095 wide false
19096 sideways false
19097 status open
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Caption Standard
19101
19102 \begin_layout Plain Layout
19103 \begin_inset CommandInset label
19104 LatexCommand label
19105 name "tab:Table-with-horizontal-colored"
19106
19107 \end_inset
19108
19109 Table with colored horizontal lines
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \end_layout
19116
19117 \begin_layout Plain Layout
19118 \align center
19119 \begin_inset Tabular
19120 <lyxtabular version="3" rows="3" columns="3">
19121 <features tabularvalignment="middle">
19122 <column alignment="center" valignment="top">
19123 <column alignment="center" valignment="top">
19124 <column alignment="center" valignment="top">
19125 <row>
19126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130 sd
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 <row>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168 sd
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 </row>
19183 <row>
19184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 sd
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 </lyxtabular>
19213
19214 \end_inset
19215
19216
19217 \end_layout
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Standard
19225 To return to the default line color black, insert this command in \SpecialChar TeX
19226  code
19227  after the table or table float:
19228 \end_layout
19229
19230 \begin_layout Standard
19231
19232 \series bold
19233
19234 \backslash
19235 renewcommand{
19236 \backslash
19237 hline}{
19238 \backslash
19239 myHlineC}
19240 \end_layout
19241
19242 \begin_layout Standard
19243 Table
19244 \begin_inset space ~
19245 \end_inset
19246
19247
19248 \begin_inset CommandInset ref
19249 LatexCommand ref
19250 reference "tab:Table-with-colored"
19251
19252 \end_inset
19253
19254  is an example with colored vertical and horizontal lines.
19255 \end_layout
19256
19257 \begin_layout Standard
19258 \begin_inset Float table
19259 placement h
19260 alignment document
19261 wide false
19262 sideways false
19263 status open
19264
19265 \begin_layout Plain Layout
19266 \begin_inset Caption Standard
19267
19268 \begin_layout Plain Layout
19269 \begin_inset CommandInset label
19270 LatexCommand label
19271 name "tab:Table-with-colored"
19272
19273 \end_inset
19274
19275 Table with colored lines
19276 \end_layout
19277
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \begin_layout Plain Layout
19284 \align center
19285 \begin_inset Tabular
19286 <lyxtabular version="3" rows="3" columns="3">
19287 <features tabularvalignment="middle">
19288 <column alignment="center" valignment="top" special="Wc">
19289 <column alignment="center" valignment="top" special="Wc">
19290 <column alignment="center" valignment="top" special="WcW">
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 sd
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 </row>
19320 <row>
19321 <cell alignment="center" valignment="top" topline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 sd
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row topspace="default">
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 sd
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 </lyxtabular>
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Standard
19391 \begin_inset ERT
19392 status collapsed
19393
19394 \begin_layout Plain Layout
19395
19396
19397 \backslash
19398 renewcommand{
19399 \backslash
19400 hline}{
19401 \backslash
19402 myHlineC}
19403 \end_layout
19404
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \begin_layout Standard
19411 \begin_inset ERT
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415
19416
19417 \backslash
19418 setlength{
19419 \backslash
19420 arrayrulewidth}{1.2pt}
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Standard
19429 To color only some of the table lines another strategy is necessary.
19430  To color all following horizontal lines, insert this command as \SpecialChar TeX
19431  code as
19432  last thing in the row that should be above the first colored line:
19433 \end_layout
19434
19435 \begin_layout Standard
19436
19437 \series bold
19438
19439 \backslash
19440
19441 \backslash
19442
19443 \backslash
19444 arrayrulecolor{blue}%
19445 \end_layout
19446
19447 \begin_layout Standard
19448 To go back to black lines, add this command as first thing in the row that
19449  is above the black lines:
19450 \end_layout
19451
19452 \begin_layout Standard
19453
19454 \series bold
19455
19456 \backslash
19457 arrayrulecolor{black}
19458 \end_layout
19459
19460 \begin_layout Standard
19461 With this one can color table lines like in Table
19462 \begin_inset space ~
19463 \end_inset
19464
19465
19466 \begin_inset CommandInset ref
19467 LatexCommand ref
19468 reference "tab:Table-with-different-hor"
19469
19470 \end_inset
19471
19472 .
19473  However, with this method it is not possible to color the line above the
19474  first row of a table.
19475 \end_layout
19476
19477 \begin_layout Standard
19478 \begin_inset Float table
19479 placement document
19480 alignment document
19481 wide false
19482 sideways false
19483 status open
19484
19485 \begin_layout Plain Layout
19486 \begin_inset Caption Standard
19487
19488 \begin_layout Plain Layout
19489 \begin_inset CommandInset label
19490 LatexCommand label
19491 name "tab:Table-with-different-hor"
19492
19493 \end_inset
19494
19495 Table with different horizontal line colors.
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Plain Layout
19504 \align center
19505 \begin_inset Tabular
19506 <lyxtabular version="3" rows="6" columns="7">
19507 <features tabularvalignment="middle">
19508 <column alignment="center" valignment="top">
19509 <column alignment="center" valignment="top">
19510 <column alignment="center" valignment="top">
19511 <column alignment="center" valignment="top">
19512 <column alignment="center" valignment="top">
19513 <column alignment="center" valignment="top">
19514 <column alignment="center" valignment="top">
19515 <row>
19516 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 \begin_inset ERT
19575 status open
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581
19582 \backslash
19583
19584 \backslash
19585 arrayrulecolor{blue}%
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601 Y
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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" 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" topline="true" bottomline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655 Y
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 </row>
19661 <row>
19662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset ERT
19667 status open
19668
19669 \begin_layout Plain Layout
19670
19671
19672 \backslash
19673 arrayrulecolor{black}
19674 \end_layout
19675
19676 \end_inset
19677
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" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" leftline="true" 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" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 \begin_inset ERT
19798 status collapsed
19799
19800 \begin_layout Plain Layout
19801
19802
19803 \backslash
19804
19805 \backslash
19806
19807 \backslash
19808 arrayrulecolor{green}%
19809 \end_layout
19810
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 \begin_inset ERT
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893
19894
19895 \backslash
19896 arrayrulecolor{black}
19897 \end_layout
19898
19899 \end_inset
19900
19901 B
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" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset ERT
19956 status collapsed
19957
19958 \begin_layout Plain Layout
19959
19960
19961 \backslash
19962
19963 \backslash
19964
19965 \backslash
19966 arrayrulecolor{blue}%
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 </lyxtabular>
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 To change the color of vertical lines within a row, like in Table
19991 \begin_inset space ~
19992 \end_inset
19993
19994
19995 \begin_inset CommandInset ref
19996 LatexCommand ref
19997 reference "tab:Table-with-different-ver"
19998
19999 \end_inset
20000
20001 , one needs to use multicolumns.
20002  At first one needs to remove all vertical lines that don't run along the
20003  whole column.
20004  Now one colors all lines using the command
20005 \end_layout
20006
20007 \begin_layout Standard
20008
20009 \series bold
20010
20011 \backslash
20012
20013 \backslash
20014
20015 \backslash
20016 arrayrulecolor{blue}%
20017 \end_layout
20018
20019 \begin_layout Standard
20020 as above.
20021  Finally one inserts this command as \SpecialChar TeX
20022  code to every cell in the row where
20023  one needs a vertical line in a different color:
20024 \end_layout
20025
20026 \begin_layout Standard
20027
20028 \series bold
20029
20030 \backslash
20031 multicolumn{1}{!{
20032 \backslash
20033 color{green}
20034 \backslash
20035 vline}c!{
20036 \backslash
20037 color{red}
20038 \backslash
20039 vline}}{
20040 \end_layout
20041
20042 \begin_layout Standard
20043 This adds a vertical line to both sides of the cell.
20044  The left one will be green, the right one red.
20045  If no color change is necessary one can omit the 
20046 \series bold
20047
20048 \backslash
20049 color
20050 \series default
20051  command in the above command.
20052  To get for example a black left line and a blue right line you can write:
20053 \end_layout
20054
20055 \begin_layout Standard
20056
20057 \series bold
20058
20059 \backslash
20060 multicolumn{1}{!{
20061 \backslash
20062 color{black}
20063 \backslash
20064 vline}c|}{
20065 \end_layout
20066
20067 \begin_layout Standard
20068 because the color blue was already set for all lines.
20069  The 
20070 \series bold
20071 |
20072 \series default
20073  creates hereby the vertical line while 
20074 \series bold
20075
20076 \backslash
20077 vline
20078 \series default
20079  does this when 
20080 \series bold
20081
20082 \backslash
20083 color
20084 \series default
20085  is used.
20086  To set vertical lines without changing any color use
20087 \end_layout
20088
20089 \begin_layout Standard
20090
20091 \series bold
20092
20093 \backslash
20094 multicolumn{1}{|c|}{
20095 \end_layout
20096
20097 \begin_layout Standard
20098 After this command insert the cell content the normal way and end the cell
20099  with a closing brace 
20100 \series bold
20101 }
20102 \series default
20103  in \SpecialChar TeX
20104  code.
20105 \end_layout
20106
20107 \begin_layout Standard
20108 \begin_inset Float table
20109 placement document
20110 alignment document
20111 wide false
20112 sideways false
20113 status open
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Caption Standard
20117
20118 \begin_layout Plain Layout
20119 \begin_inset CommandInset label
20120 LatexCommand label
20121 name "tab:Table-with-different-ver"
20122
20123 \end_inset
20124
20125 Table with different vertical line colors in one row.
20126 \end_layout
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Plain Layout
20134 \align center
20135 \begin_inset Tabular
20136 <lyxtabular version="3" rows="5" columns="7">
20137 <features tabularvalignment="middle">
20138 <column alignment="center" valignment="top">
20139 <column alignment="center" valignment="top">
20140 <column alignment="center" valignment="top">
20141 <column alignment="center" valignment="top">
20142 <column alignment="center" valignment="top">
20143 <column alignment="center" valignment="top">
20144 <column alignment="center" valignment="top">
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" topline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" rightline="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
20212 \backslash
20213
20214 \backslash
20215 arrayrulecolor{red}%
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset ERT
20232 status open
20233
20234 \begin_layout Plain Layout
20235
20236
20237 \backslash
20238 multicolumn{1}{!{
20239 \backslash
20240 color{black}
20241 \backslash
20242 vline}c|}{
20243 \end_layout
20244
20245 \end_inset
20246
20247 Y
20248 \begin_inset ERT
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252
20253 }
20254 \end_layout
20255
20256 \end_inset
20257
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
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset ERT
20304 status open
20305
20306 \begin_layout Plain Layout
20307
20308
20309 \backslash
20310 multicolumn{1}{c|}{
20311 \end_layout
20312
20313 \end_inset
20314
20315
20316 \begin_inset ERT
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320
20321 }
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset ERT
20336 status open
20337
20338 \begin_layout Plain Layout
20339
20340
20341 \backslash
20342 multicolumn{1}{c!{
20343 \backslash
20344 color{black}
20345 \backslash
20346 vline}}{
20347 \end_layout
20348
20349 \end_inset
20350
20351 Y
20352 \begin_inset ERT
20353 status collapsed
20354
20355 \begin_layout Plain Layout
20356
20357 }
20358 \end_layout
20359
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 \begin_inset ERT
20374 status collapsed
20375
20376 \begin_layout Plain Layout
20377
20378
20379 \backslash
20380 arrayrulecolor{black}
20381 \end_layout
20382
20383 \end_inset
20384
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" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" rightline="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
20447 \backslash
20448
20449 \backslash
20450 arrayrulecolor{magenta}%
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 <row>
20462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset ERT
20467 status collapsed
20468
20469 \begin_layout Plain Layout
20470
20471
20472 \backslash
20473 multicolumn{1}{|c!{
20474 \backslash
20475 color{red}
20476 \backslash
20477 vline}}{
20478 \end_layout
20479
20480 \end_inset
20481
20482
20483 \begin_inset ERT
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487
20488 }
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502 \begin_inset ERT
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506
20507
20508 \backslash
20509 multicolumn{1}{c!{
20510 \backslash
20511 color{green}
20512 \backslash
20513 vline}}{
20514 \end_layout
20515
20516 \end_inset
20517
20518
20519 \begin_inset ERT
20520 status collapsed
20521
20522 \begin_layout Plain Layout
20523
20524 }
20525 \end_layout
20526
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 \begin_inset ERT
20539 status collapsed
20540
20541 \begin_layout Plain Layout
20542
20543
20544 \backslash
20545 multicolumn{1}{c!{
20546 \backslash
20547 color{yellow}
20548 \backslash
20549 vline}}{
20550 \end_layout
20551
20552 \end_inset
20553
20554
20555 \begin_inset ERT
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559
20560 }
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset ERT
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578
20579
20580 \backslash
20581 multicolumn{1}{c!{
20582 \backslash
20583 color{blue}
20584 \backslash
20585 vline}}{
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \begin_inset ERT
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595
20596 }
20597 \end_layout
20598
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 \begin_inset ERT
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614
20615
20616 \backslash
20617 multicolumn{1}{c!{
20618 \backslash
20619 color{cyan}
20620 \backslash
20621 vline}}{
20622 \end_layout
20623
20624 \end_inset
20625
20626
20627 \begin_inset ERT
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631
20632 }
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset ERT
20647 status collapsed
20648
20649 \begin_layout Plain Layout
20650
20651
20652 \backslash
20653 multicolumn{1}{c!{
20654 \backslash
20655 color{black}
20656 \backslash
20657 vline}}{
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \begin_inset ERT
20664 status collapsed
20665
20666 \begin_layout Plain Layout
20667
20668 }
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset ERT
20683 status collapsed
20684
20685 \begin_layout Plain Layout
20686
20687
20688 \backslash
20689 multicolumn{1}{c|}{
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \begin_inset ERT
20696 status collapsed
20697
20698 \begin_layout Plain Layout
20699
20700 }
20701 \end_layout
20702
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset ERT
20717 status collapsed
20718
20719 \begin_layout Plain Layout
20720
20721
20722 \backslash
20723 arrayrulecolor{black}
20724 \end_layout
20725
20726 \end_inset
20727
20728 B
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" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 </lyxtabular>
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \begin_layout Standard
20801 \begin_inset ERT
20802 status collapsed
20803
20804 \begin_layout Plain Layout
20805
20806
20807 \backslash
20808 setlength{
20809 \backslash
20810 arrayrulewidth}{0.4pt}
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Section
20819 Rotated Table Cells
20820 \begin_inset CommandInset label
20821 LatexCommand label
20822 name "sec:Rotated-Table-Cells"
20823
20824 \end_inset
20825
20826
20827 \begin_inset Index idx
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831 Table ! Rotated Cells
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \begin_inset Index idx
20838 status collapsed
20839
20840 \begin_layout Plain Layout
20841 Rotated Material
20842 \end_layout
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \begin_layout Standard
20850 \begin_inset Note Greyedout
20851 status open
20852
20853 \begin_layout Plain Layout
20854
20855 \series bold
20856 Note:
20857 \series default
20858  Not all DVI-viewers are able to display rotations.
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \begin_layout Standard
20867 Table
20868 \begin_inset space ~
20869 \end_inset
20870
20871
20872 \begin_inset CommandInset ref
20873 LatexCommand ref
20874 reference "tab:Table-with-rotated"
20875 plural "false"
20876 caps "false"
20877 noprefix "false"
20878
20879 \end_inset
20880
20881  is an example where 3
20882 \begin_inset space ~
20883 \end_inset
20884
20885 cells were rotated by 45
20886 \begin_inset space \thinspace{}
20887 \end_inset
20888
20889 °.
20890 \end_layout
20891
20892 \begin_layout Standard
20893 \begin_inset Float table
20894 placement h
20895 alignment document
20896 wide false
20897 sideways false
20898 status open
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Caption Standard
20902
20903 \begin_layout Plain Layout
20904 \begin_inset CommandInset label
20905 LatexCommand label
20906 name "tab:Table-with-rotated"
20907
20908 \end_inset
20909
20910 Table with rotated cells in the first row.
20911 \end_layout
20912
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \begin_layout Plain Layout
20919 \noindent
20920 \align center
20921 \begin_inset Tabular
20922 <lyxtabular version="3" rows="2" columns="3">
20923 <features tabularvalignment="middle">
20924 <column alignment="center" valignment="top" width="0pt">
20925 <column alignment="center" valignment="top" width="0pt">
20926 <column alignment="center" valignment="top" width="0pt">
20927 <row>
20928 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 cups
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 plates
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950 saucers
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 </row>
20956 <row>
20957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 45
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 33
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 21
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 </lyxtabular>
20986
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \begin_layout Standard
20998 \begin_inset Note Greyedout
20999 status open
21000
21001 \begin_layout Plain Layout
21002
21003 \series bold
21004 Note:
21005 \series default
21006  Line breaks (shortcut 
21007 \begin_inset Info
21008 type  "shortcut"
21009 arg   "newline-insert newline"
21010 \end_inset
21011
21012 ) are not allowed in rotated cells.
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \begin_layout Standard
21021 If you want to rotate table cells containing line breaks, you have to put
21022  the cell content into a minipage or a parbox.
21023 \begin_inset Foot
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 For more about these boxes see sec.
21028 \begin_inset space \thinspace{}
21029 \end_inset
21030
21031
21032 \begin_inset CommandInset ref
21033 LatexCommand ref
21034 reference "sec:Minipages"
21035
21036 \end_inset
21037
21038  and 
21039 \begin_inset CommandInset ref
21040 LatexCommand ref
21041 reference "sec:Parboxes"
21042
21043 \end_inset
21044
21045 .
21046 \end_layout
21047
21048 \end_inset
21049
21050  If you rotate this cell by 90
21051 \begin_inset space \thinspace{}
21052 \end_inset
21053
21054 ° the width of the box is the height of the cell.
21055  To avoid to estimate a suitable box width one can use a minipage with a
21056  variable width.
21057  Such a box is inserted by loading the module 
21058 \family sans
21059 Variable-width
21060 \begin_inset space ~
21061 \end_inset
21062
21063 Minipages
21064 \family default
21065  in the document settings.
21066  Then one can use the menu 
21067 \family sans
21068 Insert\SpecialChar menuseparator
21069 Custom
21070 \begin_inset space ~
21071 \end_inset
21072
21073 Insets\SpecialChar menuseparator
21074 Minipage
21075 \begin_inset space ~
21076 \end_inset
21077
21078
21079 \family default
21080 (Var.
21081 \begin_inset space ~
21082 \end_inset
21083
21084 Width).
21085  Table
21086 \begin_inset space ~
21087 \end_inset
21088
21089
21090 \begin_inset CommandInset ref
21091 LatexCommand ref
21092 reference "tab:Table-with-rotated-multi"
21093
21094 \end_inset
21095
21096  is an example for a rotated multiline cell where a variable width minipage
21097  is used.
21098 \end_layout
21099
21100 \begin_layout Standard
21101 \begin_inset Float table
21102 placement document
21103 alignment document
21104 wide false
21105 sideways false
21106 status open
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Caption Standard
21110
21111 \begin_layout Plain Layout
21112 \begin_inset CommandInset label
21113 LatexCommand label
21114 name "tab:Table-with-rotated-multi"
21115
21116 \end_inset
21117
21118 Table with rotated multiline cell.
21119 \end_layout
21120
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \begin_layout Plain Layout
21127 \noindent
21128 \align center
21129 \begin_inset Tabular
21130 <lyxtabular version="3" rows="2" columns="3">
21131 <features tabularvalignment="middle">
21132 <column alignment="center" valignment="top">
21133 <column alignment="center" valignment="top" width="0pt">
21134 <column alignment="center" valignment="top">
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 a
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Flex Minipage (Var. Width)
21150 status open
21151
21152 \begin_layout Plain Layout
21153 rotated cell
21154 \begin_inset Newline newline
21155 \end_inset
21156
21157 with line break
21158 \begin_inset space ~
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 e
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 b
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 c
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 d
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 </row>
21210 </lyxtabular>
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \begin_layout Section
21223 Table Width Calculation
21224 \begin_inset CommandInset label
21225 LatexCommand label
21226 name "sec:Table-Width-Calculation"
21227
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \begin_layout Standard
21234 For wide tables it is sometimes difficult to assure that the table does
21235  not protrude over the page margin.
21236  Setting a fixed width for every column of the table is the solution, but
21237  what amount of space is needed for each column?
21238 \end_layout
21239
21240 \begin_layout Standard
21241 The table width 
21242 \begin_inset Formula $W_{\mathrm{table}}$
21243 \end_inset
21244
21245  can be calculated: Every column has the width of the specified column width
21246  
21247 \begin_inset Formula $W_{\mathrm{column}}$
21248 \end_inset
21249
21250  (that the content of the column can consume) plus two times the separation
21251  between the column content and the column border (\SpecialChar LaTeX
21252  length
21253 \series bold
21254  
21255 \backslash
21256 tabcolsep
21257 \series default
21258 , default 6
21259 \begin_inset space \thinspace{}
21260 \end_inset
21261
21262 pt) plus the width of a border line (\SpecialChar LaTeX
21263  length 
21264 \series bold
21265
21266 \backslash
21267 arrayrulewidth
21268 \series default
21269 , default 0.4
21270 \begin_inset space \thinspace{}
21271 \end_inset
21272
21273 pt): So if all 
21274 \begin_inset Formula $n$
21275 \end_inset
21276
21277
21278 \begin_inset space ~
21279 \end_inset
21280
21281 columns have the same width, the table width is
21282 \begin_inset Formula 
21283 \begin{equation}
21284 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21285 \end{equation}
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Standard
21293 The available width for a table is the space between the page margins or
21294  the width of a text column (for a two-column document) (\SpecialChar LaTeX
21295  length 
21296 \series bold
21297
21298 \backslash
21299 columnwidth
21300 \series default
21301 ).
21302  If all table columns should have the same width and 
21303 \begin_inset Formula $W_{\mathrm{table}}$
21304 \end_inset
21305
21306  should be 1
21307 \begin_inset space \thinspace{}
21308 \end_inset
21309
21310
21311 \backslash
21312 columnwidth, 
21313 \begin_inset Formula $W_{\mathrm{column}}$
21314 \end_inset
21315
21316  can easily be calculated.
21317 \end_layout
21318
21319 \begin_layout Standard
21320 To be able to perform calculations you need to load the \SpecialChar LaTeX
21321 -package 
21322 \series bold
21323 calc
21324 \series default
21325
21326 \begin_inset Index idx
21327 status collapsed
21328
21329 \begin_layout Plain Layout
21330 \SpecialChar LaTeX
21331 -packages ! calc
21332 \end_layout
21333
21334 \end_inset
21335
21336  in the document preamble.
21337  To set the width in the table dialog you have to use the field 
21338 \family sans
21339 \SpecialChar LaTeX
21340  argument
21341 \family default
21342 .
21343  The command scheme for this field is the same that is explained in section
21344 \begin_inset space ~
21345 \end_inset
21346
21347
21348 \begin_inset CommandInset ref
21349 LatexCommand ref
21350 reference "subsec:Multicolumn-Calculations"
21351
21352 \end_inset
21353
21354 .
21355  For a table with 5
21356 \begin_inset space \thinspace{}
21357 \end_inset
21358
21359 columns with an uniform width and centered text, enter there for each column
21360  the command
21361 \end_layout
21362
21363 \begin_layout Standard
21364
21365 \series bold
21366 >{
21367 \backslash
21368 centering}p{(1
21369 \backslash
21370 columnwidth-62.4pt)/5}
21371 \end_layout
21372
21373 \begin_layout Standard
21374 For a table with 5
21375 \begin_inset space \thinspace{}
21376 \end_inset
21377
21378 columns where 2 should have 0.75
21379 \begin_inset space ~
21380 \end_inset
21381
21382 times the width than the 3 others, the calculation is
21383 \begin_inset Formula 
21384 \begin{align}
21385 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21386  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21387  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21388 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21389 \end{align}
21390
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \begin_layout Standard
21397 In the table therefore the command
21398 \end_layout
21399
21400 \begin_layout Standard
21401
21402 \series bold
21403 >{
21404 \backslash
21405 centering}p{(1
21406 \backslash
21407 columnwidth-62.4pt)/
21408 \backslash
21409 real{4.5}}
21410 \end_layout
21411
21412 \begin_layout Standard
21413 is used for the wider columns and
21414 \end_layout
21415
21416 \begin_layout Standard
21417
21418 \series bold
21419 >{
21420 \backslash
21421 centering}p{(1
21422 \backslash
21423 columnwidth-62.4pt)/
21424 \backslash
21425 real{4.5}*
21426 \backslash
21427 real{0.75}}
21428 \end_layout
21429
21430 \begin_layout Standard
21431 for the smaller ones:
21432 \end_layout
21433
21434 \begin_layout Standard
21435 \begin_inset Tabular
21436 <lyxtabular version="3" rows="2" columns="5">
21437 <features tabularvalignment="middle">
21438 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21439 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21440 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21441 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21442 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21443 <row>
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 1
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 2
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 3
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 4
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 5
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row>
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 111111 1111111 111111 111111111 11111 11111 1111
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 2222 22222 222222 222222222 2222222 22 22222
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 333333 333333 333333 33333 3333333 333
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 </lyxtabular>
21538
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \begin_layout Section
21545 Table Customization
21546 \begin_inset Index idx
21547 status collapsed
21548
21549 \begin_layout Plain Layout
21550 Table Customization
21551 \end_layout
21552
21553 \end_inset
21554
21555
21556 \begin_inset Index idx
21557 status collapsed
21558
21559 \begin_layout Plain Layout
21560 Table ! Customization
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Subsection
21569 Row Spacing
21570 \begin_inset CommandInset label
21571 LatexCommand label
21572 name "subsec:Row-Spacing"
21573
21574 \end_inset
21575
21576
21577 \begin_inset Index idx
21578 status collapsed
21579
21580 \begin_layout Plain Layout
21581 Table Customization ! Row Spacing
21582 \end_layout
21583
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \begin_layout Standard
21590 You can add vertical space to table rows in the 
21591 \family sans
21592 Borders
21593 \family default
21594  tab of the table dialog.
21595  You find there three possibilities:
21596 \end_layout
21597
21598 \begin_layout Description
21599 Top
21600 \begin_inset space ~
21601 \end_inset
21602
21603 of
21604 \begin_inset space ~
21605 \end_inset
21606
21607 row will add space above the characters of the table row.
21608  If the table is a formal table
21609 \begin_inset Foot
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613 Formal tables are explained in section
21614 \begin_inset space ~
21615 \end_inset
21616
21617
21618 \begin_inset CommandInset ref
21619 LatexCommand ref
21620 reference "sec:Formal-Tables"
21621
21622 \end_inset
21623
21624 .
21625 \end_layout
21626
21627 \end_inset
21628
21629  \SpecialChar LyX
21630  will insert as default 0.5
21631 \begin_inset space \thinspace{}
21632 \end_inset
21633
21634 em space.
21635  For normal tables the inserted space will unfortunately destroy the vertical
21636  table lines as in the following table:
21637 \begin_inset VSpace medskip
21638 \end_inset
21639
21640
21641 \begin_inset Newline newline
21642 \end_inset
21643
21644
21645 \begin_inset space \hspace*{}
21646 \length 0pt
21647 \end_inset
21648
21649
21650 \begin_inset space \hfill{}
21651 \end_inset
21652
21653
21654 \begin_inset Tabular
21655 <lyxtabular version="3" rows="3" columns="1">
21656 <features tabularvalignment="middle">
21657 <column alignment="center" valignment="top">
21658 <row>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 A
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row topspace="3mm">
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 3
21675 \begin_inset space \thinspace{}
21676 \end_inset
21677
21678 mm space top of row
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 </row>
21684 <row>
21685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 C
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 </lyxtabular>
21696
21697 \end_inset
21698
21699
21700 \begin_inset space \hfill{}
21701 \end_inset
21702
21703
21704 \begin_inset space \hspace*{}
21705 \length 0pt
21706 \end_inset
21707
21708
21709 \begin_inset VSpace medskip
21710 \end_inset
21711
21712
21713 \begin_inset Newline newline
21714 \end_inset
21715
21716 So inserting space in the top of row for normal tables is only useful when
21717  you don't have vertical lines.
21718 \end_layout
21719
21720 \begin_layout Description
21721 Bottom
21722 \begin_inset space ~
21723 \end_inset
21724
21725 of
21726 \begin_inset space ~
21727 \end_inset
21728
21729 row will add space below the characters of the table row.
21730  If the table is a formal table \SpecialChar LyX
21731  will insert as default 0.5
21732 \begin_inset space \thinspace{}
21733 \end_inset
21734
21735 em space, for normal tables the default size is 2
21736 \begin_inset space \thinspace{}
21737 \end_inset
21738
21739 pt.
21740 \end_layout
21741
21742 \begin_layout Description
21743 Between
21744 \begin_inset space ~
21745 \end_inset
21746
21747 rows adds space between the current and the following row.
21748  If the table is a formal table \SpecialChar LyX
21749  will insert as default 0.5
21750 \begin_inset space \thinspace{}
21751 \end_inset
21752
21753 em space.
21754  For normal tables the inserted space will unfortunately destroy the vertical
21755  table lines as in the following table:
21756 \begin_inset VSpace medskip
21757 \end_inset
21758
21759
21760 \begin_inset Newline newline
21761 \end_inset
21762
21763
21764 \begin_inset space \hspace*{}
21765 \length 0pt
21766 \end_inset
21767
21768
21769 \begin_inset space \hfill{}
21770 \end_inset
21771
21772
21773 \begin_inset Tabular
21774 <lyxtabular version="3" rows="3" columns="1">
21775 <features tabularvalignment="middle">
21776 <column alignment="center" valignment="top">
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782 A
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row interlinespace="3mm">
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\downarrow$
21794 \end_inset
21795
21796  3
21797 \begin_inset space \thinspace{}
21798 \end_inset
21799
21800 mm space between row 
21801 \begin_inset Formula $\downarrow$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\uparrow$
21816 \end_inset
21817
21818  3
21819 \begin_inset space \thinspace{}
21820 \end_inset
21821
21822 mm space between row 
21823 \begin_inset Formula $\uparrow$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 </lyxtabular>
21833
21834 \end_inset
21835
21836
21837 \begin_inset space \hfill{}
21838 \end_inset
21839
21840
21841 \begin_inset space \hspace*{}
21842 \length 0pt
21843 \end_inset
21844
21845
21846 \begin_inset VSpace medskip
21847 \end_inset
21848
21849
21850 \begin_inset Newline newline
21851 \end_inset
21852
21853 So inserting space between rows for normal tables is only useful when you
21854  don't have vertical lines.
21855 \end_layout
21856
21857 \begin_layout Standard
21858 \begin_inset VSpace bigskip
21859 \end_inset
21860
21861 When you want to add extra height to all cells of all tables, you can do
21862  this with the following preamble lines:
21863 \end_layout
21864
21865 \begin_layout Standard
21866
21867 \series bold
21868
21869 \backslash
21870 @ifundefined{extrarowheight}
21871 \begin_inset Newline newline
21872 \end_inset
21873
21874
21875 \begin_inset Phantom HPhantom
21876 status open
21877
21878 \begin_layout Plain Layout
21879
21880 \series bold
21881 \begin_inset space ~
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888
21889 {
21890 \backslash
21891 usepackage{array}}{}
21892 \begin_inset Newline newline
21893 \end_inset
21894
21895
21896 \backslash
21897 setlength{
21898 \backslash
21899 extrarowheight}{height}
21900 \series default
21901
21902 \begin_inset Note Note
21903 status collapsed
21904
21905 \begin_layout Plain Layout
21906 The package 
21907 \series bold
21908 array
21909 \series default
21910  will be loaded automatically by \SpecialChar LyX
21911  when you use self defined table formats.
21912  To avoid that it is loaded twice the command 
21913 \series bold
21914
21915 \backslash
21916 @ifundefined
21917 \series default
21918  is used in the above command.
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 where the 
21928 \family sans
21929 height
21930 \family default
21931  can have one of the units listed in appendix
21932 \begin_inset space ~
21933 \end_inset
21934
21935
21936 \begin_inset CommandInset ref
21937 LatexCommand ref
21938 reference "cha:Units-available-in"
21939
21940 \end_inset
21941
21942 .
21943  But this has the disadvantage that the cell texts are no longer exactly
21944  vertically centered.
21945 \end_layout
21946
21947 \begin_layout Standard
21948 If you are using font sizes larger than the normal size, the table borders
21949  are often too close to the letters.
21950  This can be corrected by inserting the command 
21951 \series bold
21952
21953 \backslash
21954 strut
21955 \series default
21956  in \SpecialChar TeX
21957  Code at the beginning of a table row.
21958  Table
21959 \begin_inset space ~
21960 \end_inset
21961
21962
21963 \begin_inset CommandInset ref
21964 LatexCommand ref
21965 reference "tab:Vertical-alignment-of"
21966
21967 \end_inset
21968
21969  illustrates the effect.
21970 \end_layout
21971
21972 \begin_layout Standard
21973 \noindent
21974 \begin_inset Float table
21975 placement h
21976 alignment document
21977 wide false
21978 sideways false
21979 status open
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Caption Standard
21983
21984 \begin_layout Plain Layout
21985 \begin_inset CommandInset label
21986 LatexCommand label
21987 name "tab:Vertical-alignment-of"
21988
21989 \end_inset
21990
21991 Vertical alignment of text with large font sizes.
21992 \end_layout
21993
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \begin_layout Plain Layout
22000 \begin_inset space \hfill{}
22001 \end_inset
22002
22003
22004 \begin_inset Float table
22005 placement document
22006 alignment document
22007 wide false
22008 sideways false
22009 status collapsed
22010
22011 \begin_layout Plain Layout
22012 \begin_inset Caption Standard
22013
22014 \begin_layout Plain Layout
22015 Normal table.
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Plain Layout
22024 \noindent
22025 \align center
22026 \begin_inset Tabular
22027 <lyxtabular version="3" rows="6" columns="1">
22028 <features tabularvalignment="middle">
22029 <column alignment="left" valignment="top">
22030 <row>
22031 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 Normal, g
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \size large
22048 Large
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \size larger
22061 Larger
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 </row>
22067 <row>
22068 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072
22073 \size largest
22074 Largest
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 <row>
22081 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \size huge
22087 Huge
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \size huge
22100 Huger
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 </row>
22106 </lyxtabular>
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \begin_inset space \hfill{}
22117 \end_inset
22118
22119
22120 \begin_inset Float table
22121 placement document
22122 alignment document
22123 wide false
22124 sideways false
22125 status collapsed
22126
22127 \begin_layout Plain Layout
22128 \begin_inset Caption Standard
22129
22130 \begin_layout Plain Layout
22131 Table using the command 
22132 \series bold
22133
22134 \backslash
22135 strut
22136 \series default
22137 .
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Plain Layout
22146 \noindent
22147 \align center
22148 \begin_inset Tabular
22149 <lyxtabular version="3" rows="6" columns="1">
22150 <features tabularvalignment="middle">
22151 <column alignment="left" valignment="top">
22152 <row>
22153 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 Normal, g
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 </row>
22163 <row>
22164 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \size large
22170 \begin_inset ERT
22171 status collapsed
22172
22173 \begin_layout Plain Layout
22174
22175
22176 \backslash
22177 strut 
22178 \end_layout
22179
22180 \end_inset
22181
22182 Large
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \size larger
22195 \begin_inset ERT
22196 status collapsed
22197
22198 \begin_layout Plain Layout
22199
22200
22201 \backslash
22202 strut 
22203 \end_layout
22204
22205 \end_inset
22206
22207 Larger
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \size largest
22220 \begin_inset ERT
22221 status collapsed
22222
22223 \begin_layout Plain Layout
22224
22225
22226 \backslash
22227 strut 
22228 \end_layout
22229
22230 \end_inset
22231
22232 Largest
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \size huge
22245 \begin_inset ERT
22246 status collapsed
22247
22248 \begin_layout Plain Layout
22249
22250
22251 \backslash
22252 strut 
22253 \end_layout
22254
22255 \end_inset
22256
22257 Huge
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \size giant
22270 \begin_inset ERT
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274
22275
22276 \backslash
22277 strut 
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \size huge
22284 Huger
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 </row>
22290 </lyxtabular>
22291
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298
22299
22300 \begin_inset space \hfill{}
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \begin_layout Subsection
22312 Special Cell Alignment
22313 \begin_inset CommandInset label
22314 LatexCommand label
22315 name "subsec:Special-Cell-Alignment"
22316
22317 \end_inset
22318
22319
22320 \begin_inset Index idx
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324 Table Customization ! Special Cell Alignment
22325 \end_layout
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Standard
22333 Sometimes it looks better when the cell entries of a column are aligned
22334  with a special character, e.
22335 \begin_inset space \thinspace{}
22336 \end_inset
22337
22338 g.
22339 \begin_inset space \space{}
22340 \end_inset
22341
22342 with the decimal separator as in Table
22343 \begin_inset space ~
22344 \end_inset
22345
22346
22347 \begin_inset CommandInset ref
22348 LatexCommand ref
22349 reference "tab:Table-cells-align"
22350
22351 \end_inset
22352
22353 .
22354  This alignment is achieved by setting the cursor into the column and then
22355  either pressing the toolbar button 
22356 \begin_inset Info
22357 type  "icon"
22358 arg   "tabular-feature align-decimal"
22359 \end_inset
22360
22361  or setting the alignment in the table settings to 
22362 \family sans
22363 At
22364 \begin_inset space ~
22365 \end_inset
22366
22367 Decimal
22368 \begin_inset space ~
22369 \end_inset
22370
22371 Separator
22372 \family default
22373 .
22374  The alignment character can be a character of your choice and is specified
22375  in the table settings.
22376 \end_layout
22377
22378 \begin_layout Standard
22379 \begin_inset Float table
22380 placement h
22381 alignment document
22382 wide false
22383 sideways false
22384 status open
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Caption Standard
22388
22389 \begin_layout Plain Layout
22390 \begin_inset CommandInset label
22391 LatexCommand label
22392 name "tab:Table-cells-align"
22393
22394 \end_inset
22395
22396 Table cells of a column aligned with the decimal separator.
22397 \end_layout
22398
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \begin_layout Plain Layout
22405 \align center
22406 \begin_inset Tabular
22407 <lyxtabular version="3" rows="4" columns="1">
22408 <features booktabs="true" tabularvalignment="middle">
22409 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22410 <row>
22411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 heading
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 <row>
22422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 12.6
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 </row>
22432 <row>
22433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 0.68
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 </row>
22443 <row>
22444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 -123.0
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 </lyxtabular>
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \begin_layout Standard
22467 \begin_inset Float table
22468 placement h
22469 alignment document
22470 wide false
22471 sideways false
22472 status open
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption Standard
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "tab:Table-align-operator"
22481
22482 \end_inset
22483
22484 Table cells of a column aligned with the operators.
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Plain Layout
22493 \align center
22494 \begin_inset Tabular
22495 <lyxtabular version="3" rows="4" columns="2">
22496 <features booktabs="true" tabularvalignment="middle">
22497 <column alignment="right" valignment="top" width="0pt">
22498 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22499 <row>
22500 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 heading
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 </row>
22519 <row>
22520 <cell alignment="center" valignment="top" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $12\,+$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\,6$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $0\,-$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 <cell alignment="center" valignment="top" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 \begin_inset Formula $\,68$
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 <row>
22572 <cell alignment="center" valignment="top" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 \begin_inset Formula $-123\,/$
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Formula $\,0$
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 </row>
22597 </lyxtabular>
22598
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \begin_layout Standard
22610 For alignments at characters in formulas this method does not work because
22611  the field to specify the alignment character does not allow formulas.
22612  In this case one need to use the method from Table
22613 \begin_inset space ~
22614 \end_inset
22615
22616
22617 \begin_inset CommandInset ref
22618 LatexCommand ref
22619 reference "tab:Table-align-operator"
22620
22621 \end_inset
22622
22623 .
22624  This table was created with a 4×2 table.
22625  The heading is a centered multicolumn.
22626  The first column is right-aligned and contains the first part including
22627  the operator.
22628  The second column is left aligned and contains the rest.
22629  A small space was added at the beginning of each cell of the second column
22630  to get the space that is usually around operators.
22631  To omit the space that is normally between two table columns, the following
22632  \SpecialChar LaTeX
22633 -argument was used for the second column:
22634 \end_layout
22635
22636 \begin_layout Standard
22637
22638 \series bold
22639 @{}l
22640 \end_layout
22641
22642 \begin_layout Standard
22643 Table
22644 \begin_inset space ~
22645 \end_inset
22646
22647
22648 \begin_inset CommandInset ref
22649 LatexCommand ref
22650 reference "tab:Several-table-cell"
22651
22652 \end_inset
22653
22654  shows some example alignments.
22655  For the alignment with the relation sign, a small space was added like
22656  for the second column of Table
22657 \begin_inset space ~
22658 \end_inset
22659
22660
22661 \begin_inset CommandInset ref
22662 LatexCommand ref
22663 reference "tab:Table-align-operator"
22664
22665 \end_inset
22666
22667 .
22668 \end_layout
22669
22670 \begin_layout Standard
22671 \begin_inset Float table
22672 placement h
22673 alignment document
22674 wide false
22675 sideways false
22676 status open
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Caption Standard
22680
22681 \begin_layout Plain Layout
22682 \begin_inset CommandInset label
22683 LatexCommand label
22684 name "tab:Several-table-cell"
22685
22686 \end_inset
22687
22688 Several table cell alignments.
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \begin_layout Plain Layout
22697 \align center
22698 \begin_inset Tabular
22699 <lyxtabular version="3" rows="4" columns="6">
22700 <features tabularvalignment="middle">
22701 <column alignment="right" valignment="top">
22702 <column alignment="left" valignment="top" special="@{}l">
22703 <column alignment="right" valignment="top">
22704 <column alignment="left" valignment="top" special="@{}l">
22705 <column alignment="right" valignment="top">
22706 <column alignment="left" valignment="top" special="@{}l">
22707 <row>
22708 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 units
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 exponents
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 relations
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 12×
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 24
22778 \begin_inset space \thinspace{}
22779 \end_inset
22780
22781 bottles
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $10\cdot$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $10^{\mbox{-}17}$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\Gamma(t)\propto$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 \begin_inset Formula $\:\Upsilon(t)$
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 1024×
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 768
22850 \begin_inset space \thinspace{}
22851 \end_inset
22852
22853 Pixels
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Formula $5.78\cdot$
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $10^{7}$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $A\ne$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\:B_{\mathrm{red}}$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 32×
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 6
22922 \begin_inset space \thinspace{}
22923 \end_inset
22924
22925 cm
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 -
22935 \begin_inset Formula $33.5\cdot$
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $10^{4}$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 \begin_inset Formula $\sin(\alpha)\ge$
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\:\sin(\beta)$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 </lyxtabular>
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \begin_layout Subsection
22993 Customized Cell/Column Format
22994 \begin_inset CommandInset label
22995 LatexCommand label
22996 name "subsec:Customized-Format"
22997
22998 \end_inset
22999
23000
23001 \begin_inset Index idx
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005 Table Customization ! Cell/Column Format
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \begin_layout Standard
23014 Calculating the required width for normal columns as described in section
23015 \begin_inset space ~
23016 \end_inset
23017
23018
23019 \begin_inset CommandInset ref
23020 LatexCommand ref
23021 reference "sec:Table-Width-Calculation"
23022
23023 \end_inset
23024
23025  or for spanned columns as described in section
23026 \begin_inset space ~
23027 \end_inset
23028
23029
23030 \begin_inset CommandInset ref
23031 LatexCommand ref
23032 reference "subsec:Multicolumn-Calculations"
23033
23034 \end_inset
23035
23036  is very annoying if you have several tables where a calculation is necessary.
23037  To make life easier, you can define a cell/column format in the preamble,
23038  that can be used in all tables of the document.
23039  The format is defined with the command
23040 \end_layout
23041
23042 \begin_layout Standard
23043
23044 \series bold
23045
23046 \backslash
23047 newcolumntype{name of format}[number of arguments]{commands}
23048 \end_layout
23049
23050 \begin_layout Standard
23051 The format name may only consist of one letter.
23052  The letters 
23053 \emph on
23054 b
23055 \emph default
23056
23057 \emph on
23058 c
23059 \emph default
23060
23061 \emph on
23062 l
23063 \emph default
23064
23065 \emph on
23066 m
23067 \emph default
23068
23069 \emph on
23070 p
23071 \emph default
23072  and 
23073 \emph on
23074 r
23075 \emph default
23076  are predefined and cannot be used.
23077  But all letters are allowed as capitals.
23078 \end_layout
23079
23080 \begin_layout Standard
23081 \begin_inset VSpace medskip
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Standard
23088 For vertically and horizontally centered multicolumn cells with a fixed
23089  width you can define the cell format
23090 \end_layout
23091
23092 \begin_layout Standard
23093
23094 \series bold
23095
23096 \backslash
23097 newcolumntype{M}[1]{>{
23098 \backslash
23099 centering
23100 \backslash
23101 hspace{0pt}}m{#1}}
23102 \end_layout
23103
23104 \begin_layout Standard
23105 where 
23106 \series bold
23107
23108 \backslash
23109 hspace{0pt}
23110 \series default
23111  avoids the problem of hyphenating the first word, as described in section
23112 \begin_inset space ~
23113 \end_inset
23114
23115
23116 \begin_inset CommandInset ref
23117 LatexCommand ref
23118 reference "subsec:Multiple-Lines-in"
23119
23120 \end_inset
23121
23122 .
23123  Now you can simply enter
23124 \end_layout
23125
23126 \begin_layout Standard
23127
23128 \series bold
23129 M{width}
23130 \end_layout
23131
23132 \begin_layout Standard
23133 as 
23134 \family sans
23135 \SpecialChar LaTeX
23136 -argument
23137 \family default
23138  in the table dialog to create a multicolumn.
23139 \end_layout
23140
23141 \begin_layout Standard
23142 \begin_inset VSpace bigskip
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Standard
23149 For cells spanned by a multicolumn cell, you can define the format
23150 \end_layout
23151
23152 \begin_layout Standard
23153
23154 \series bold
23155
23156 \backslash
23157 newcolumntype{S}[2]{>{
23158 \backslash
23159 centering
23160 \backslash
23161 hspace{0pt}}
23162 \begin_inset Newline newline
23163 \end_inset
23164
23165
23166 \begin_inset Phantom HPhantom
23167 status open
23168
23169 \begin_layout Plain Layout
23170
23171 \series bold
23172
23173 \backslash
23174 newcolumntype
23175 \end_layout
23176
23177 \end_inset
23178
23179 m{(#1+(2
23180 \backslash
23181 tabcolsep+
23182 \backslash
23183 arrayrulewidth)*(1-#2))/#2}}
23184 \end_layout
23185
23186 \begin_layout Standard
23187 This format uses equation 
23188 \begin_inset CommandInset ref
23189 LatexCommand eqref
23190 reference "eq:Wgn"
23191
23192 \end_inset
23193
23194  to calculate the required width so that each spanned cell has the same
23195  width.
23196 \end_layout
23197
23198 \begin_layout Standard
23199 You can now enter
23200 \end_layout
23201
23202 \begin_layout Standard
23203
23204 \series bold
23205 S{width of multicolumn cell}{number of spanned columns}
23206 \end_layout
23207
23208 \begin_layout Standard
23209 as \SpecialChar LaTeX
23210 -argument of the column.
23211 \end_layout
23212
23213 \begin_layout Standard
23214 \begin_inset VSpace bigskip
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 For colored columns, you can define
23222 \end_layout
23223
23224 \begin_layout Standard
23225
23226 \series bold
23227
23228 \backslash
23229 newcolumntype{K}[1]{>{
23230 \backslash
23231 columncolor{#1}
23232 \backslash
23233 hspace{0pt}}c}
23234 \end_layout
23235
23236 \begin_layout Standard
23237 The 
23238 \begin_inset Quotes eld
23239 \end_inset
23240
23241 c
23242 \begin_inset Quotes erd
23243 \end_inset
23244
23245  at the end creates a column with a flexible width whose text is horizontally
23246  centered.
23247  You can now enter
23248 \end_layout
23249
23250 \begin_layout Standard
23251
23252 \series bold
23253 K{color name}
23254 \end_layout
23255
23256 \begin_layout Standard
23257 as \SpecialChar LaTeX
23258 -argument.
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset VSpace bigskip
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 To create Table
23270 \begin_inset space ~
23271 \end_inset
23272
23273
23274 \begin_inset CommandInset ref
23275 LatexCommand ref
23276 reference "tab:Table-using-user-defined"
23277
23278 \end_inset
23279
23280  use the \SpecialChar LaTeX
23281 -arguments
23282 \end_layout
23283
23284 \begin_layout Standard
23285
23286 \series bold
23287 M{2.5cm}
23288 \end_layout
23289
23290 \begin_layout Standard
23291 for the first column and the multicolumn,
23292 \end_layout
23293
23294 \begin_layout Standard
23295
23296 \series bold
23297 K{red}
23298 \end_layout
23299
23300 \begin_layout Standard
23301 for the last column, and
23302 \end_layout
23303
23304 \begin_layout Standard
23305
23306 \series bold
23307 S{2.5cm}{2}
23308 \end_layout
23309
23310 \begin_layout Standard
23311 for the cells in the second column.
23312 \end_layout
23313
23314 \begin_layout Standard
23315 \begin_inset Float table
23316 placement h
23317 alignment document
23318 wide false
23319 sideways false
23320 status open
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Caption Standard
23324
23325 \begin_layout Plain Layout
23326 \begin_inset CommandInset label
23327 LatexCommand label
23328 name "tab:Table-using-user-defined"
23329
23330 \end_inset
23331
23332 Table using user-defined table formats
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \begin_layout Plain Layout
23341 \align center
23342 \begin_inset Tabular
23343 <lyxtabular version="3" rows="3" columns="4">
23344 <features tabularvalignment="middle">
23345 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23346 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23347 <column alignment="center" valignment="middle">
23348 <column alignment="center" valignment="middle" special="K{red}">
23349 <row>
23350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354 verylongtablecellword
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 multiple lines multicolumn
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 c
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 d
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 e
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 f
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 g
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 <row>
23426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 h
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 i
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448 j
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457 k
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 </lyxtabular>
23464
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Subsection
23476 Line Thickness
23477 \begin_inset CommandInset label
23478 LatexCommand label
23479 name "subsec:Line-Thickness"
23480
23481 \end_inset
23482
23483
23484 \begin_inset Index idx
23485 status collapsed
23486
23487 \begin_layout Plain Layout
23488 Table Customization ! Line Thickness
23489 \end_layout
23490
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \begin_layout Standard
23497 The line thickness for all lines in a table can be adjusted with the length
23498  
23499 \series bold
23500
23501 \backslash
23502 arrayrulewidth
23503 \series default
23504 .
23505  To set for example a line thickness of 1.5
23506 \begin_inset space \thinspace{}
23507 \end_inset
23508
23509 pt, as in Table
23510 \begin_inset space ~
23511 \end_inset
23512
23513
23514 \begin_inset CommandInset ref
23515 LatexCommand ref
23516 reference "tab:Table-with-1.5"
23517
23518 \end_inset
23519
23520 , insert the command
23521 \end_layout
23522
23523 \begin_layout Standard
23524
23525 \series bold
23526
23527 \backslash
23528 setlength{
23529 \backslash
23530 arrayrulewidth}{1.5pt}
23531 \end_layout
23532
23533 \begin_layout Standard
23534 in \SpecialChar TeX
23535  Code before the table or table float.
23536  The changed thickness is valid for all subsequent tables.
23537  To use the default value again, set 
23538 \series bold
23539
23540 \backslash
23541 arrayrulewidth
23542 \series default
23543  to 0.4
23544 \begin_inset space \thinspace{}
23545 \end_inset
23546
23547 pt in \SpecialChar TeX
23548  Code after the table or table float.
23549 \end_layout
23550
23551 \begin_layout Standard
23552 \begin_inset ERT
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556
23557
23558 \backslash
23559 setlength{
23560 \backslash
23561 arrayrulewidth}{1.5pt}
23562 \end_layout
23563
23564 \end_inset
23565
23566
23567 \begin_inset Float table
23568 placement document
23569 alignment document
23570 wide false
23571 sideways false
23572 status open
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Caption Standard
23576
23577 \begin_layout Plain Layout
23578 \begin_inset CommandInset label
23579 LatexCommand label
23580 name "tab:Table-with-1.5"
23581
23582 \end_inset
23583
23584 Table with 1.5
23585 \begin_inset space \thinspace{}
23586 \end_inset
23587
23588 pt thick lines
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \begin_layout Plain Layout
23597 \align center
23598 \begin_inset Tabular
23599 <lyxtabular version="3" rows="3" columns="3">
23600 <features tabularvalignment="middle">
23601 <column alignment="center" valignment="top">
23602 <column alignment="center" valignment="top">
23603 <column alignment="center" valignment="top">
23604 <row>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 sd
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 sd
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 sd
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 </lyxtabular>
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \begin_inset ERT
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705
23706
23707 \backslash
23708 setlength{
23709 \backslash
23710 arrayrulewidth}{0.4pt}
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Standard
23719 \begin_inset VSpace bigskip
23720 \end_inset
23721
23722 To set the line thickness to 1.5
23723 \begin_inset space \thinspace{}
23724 \end_inset
23725
23726 pt only for horizontal lines, as in Table
23727 \begin_inset space ~
23728 \end_inset
23729
23730
23731 \begin_inset CommandInset ref
23732 LatexCommand ref
23733 reference "tab:Table-with-horizontal"
23734
23735 \end_inset
23736
23737 , insert these commands in \SpecialChar TeX
23738  Code before the table or table float:
23739 \end_layout
23740
23741 \begin_layout Standard
23742
23743 \series bold
23744
23745 \backslash
23746 let
23747 \backslash
23748 myHline
23749 \backslash
23750 hline
23751 \begin_inset Newline newline
23752 \end_inset
23753
23754
23755 \backslash
23756 renewcommand{
23757 \backslash
23758 hline}
23759 \begin_inset Newline newline
23760 \end_inset
23761
23762  {
23763 \backslash
23764 noalign{
23765 \backslash
23766 global
23767 \backslash
23768 arrayrulewidth 1.5pt}
23769 \begin_inset Newline newline
23770 \end_inset
23771
23772  
23773 \backslash
23774 myHline
23775 \backslash
23776 noalign{
23777 \backslash
23778 global
23779 \backslash
23780 arrayrulewidth 0.4pt}}
23781 \end_layout
23782
23783 \begin_layout Standard
23784 To return to the default line thickness, insert this command in \SpecialChar TeX
23785  Code after
23786  the table or table float:
23787 \end_layout
23788
23789 \begin_layout Standard
23790
23791 \series bold
23792
23793 \backslash
23794 renewcommand{
23795 \backslash
23796 hline}{
23797 \backslash
23798 myHline}
23799 \end_layout
23800
23801 \begin_layout Standard
23802 \begin_inset ERT
23803 status collapsed
23804
23805 \begin_layout Plain Layout
23806
23807
23808 \backslash
23809 let
23810 \backslash
23811 myHline
23812 \backslash
23813 hline
23814 \end_layout
23815
23816 \begin_layout Plain Layout
23817
23818
23819 \backslash
23820 renewcommand{
23821 \backslash
23822 hline}
23823 \end_layout
23824
23825 \begin_layout Plain Layout
23826
23827  {
23828 \backslash
23829 noalign{
23830 \backslash
23831 global
23832 \backslash
23833 arrayrulewidth 1.5pt}
23834 \end_layout
23835
23836 \begin_layout Plain Layout
23837
23838   
23839 \backslash
23840 myHline
23841 \backslash
23842 noalign{
23843 \backslash
23844 global
23845 \backslash
23846 arrayrulewidth 0.4pt}}
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \begin_inset Float table
23853 placement document
23854 alignment document
23855 wide false
23856 sideways false
23857 status open
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Caption Standard
23861
23862 \begin_layout Plain Layout
23863 \begin_inset CommandInset label
23864 LatexCommand label
23865 name "tab:Table-with-horizontal"
23866
23867 \end_inset
23868
23869 Table with 1.5
23870 \begin_inset space \thinspace{}
23871 \end_inset
23872
23873 pt thick horizontal lines
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \begin_layout Plain Layout
23882 \align center
23883 \begin_inset Tabular
23884 <lyxtabular version="3" rows="3" columns="3">
23885 <features tabularvalignment="middle">
23886 <column alignment="center" valignment="top">
23887 <column alignment="center" valignment="top">
23888 <column alignment="center" valignment="top">
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 sd
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 sd
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 sd
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 </lyxtabular>
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \begin_inset ERT
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990
23991
23992 \backslash
23993 renewcommand{
23994 \backslash
23995 hline}{
23996 \backslash
23997 myHline}
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset VSpace bigskip
24007 \end_inset
24008
24009 To set the line thickness to 1.5
24010 \begin_inset space \thinspace{}
24011 \end_inset
24012
24013 pt only for vertical lines, create the following column format in the document
24014  preamble, according to the description in section
24015 \begin_inset space ~
24016 \end_inset
24017
24018
24019 \begin_inset CommandInset ref
24020 LatexCommand ref
24021 reference "subsec:Customized-Format"
24022
24023 \end_inset
24024
24025 :
24026 \end_layout
24027
24028 \begin_layout Standard
24029
24030 \series bold
24031
24032 \backslash
24033 newcolumntype{V}{!{
24034 \backslash
24035 vrule width 1.5pt}}
24036 \end_layout
24037
24038 \begin_layout Standard
24039 For Table
24040 \begin_inset space ~
24041 \end_inset
24042
24043
24044 \begin_inset CommandInset ref
24045 LatexCommand ref
24046 reference "tab:Table-with-vertical"
24047
24048 \end_inset
24049
24050  the \SpecialChar LaTeX
24051 -argument
24052 \end_layout
24053
24054 \begin_layout Standard
24055
24056 \series bold
24057 VcV
24058 \end_layout
24059
24060 \begin_layout Standard
24061 was used for the last column and
24062 \end_layout
24063
24064 \begin_layout Standard
24065
24066 \series bold
24067 Vc
24068 \end_layout
24069
24070 \begin_layout Standard
24071 for the other columns.
24072 \end_layout
24073
24074 \begin_layout Standard
24075 \begin_inset Float table
24076 placement document
24077 alignment document
24078 wide false
24079 sideways false
24080 status open
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Caption Standard
24084
24085 \begin_layout Plain Layout
24086 \begin_inset CommandInset label
24087 LatexCommand label
24088 name "tab:Table-with-vertical"
24089
24090 \end_inset
24091
24092 Table with 1.5
24093 \begin_inset space \thinspace{}
24094 \end_inset
24095
24096 pt thick vertical lines
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Plain Layout
24105 \align center
24106 \begin_inset Tabular
24107 <lyxtabular version="3" rows="3" columns="3">
24108 <features tabularvalignment="middle">
24109 <column alignment="center" valignment="top" special="Vc">
24110 <column alignment="center" valignment="top" special="Vc">
24111 <column alignment="center" valignment="top" special="VcV">
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 sd
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" topline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 sd
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 sd
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 </row>
24199 </lyxtabular>
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Subsection
24212 Dashed Lines
24213 \begin_inset Index idx
24214 status collapsed
24215
24216 \begin_layout Plain Layout
24217 Table Customization ! Dashed Lines
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \begin_layout Standard
24226 \begin_inset ERT
24227 status collapsed
24228
24229 \begin_layout Plain Layout
24230
24231
24232 \backslash
24233 ifarydshln
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \begin_inset Note Note
24240 status open
24241
24242 \begin_layout Plain Layout
24243 The following section will only be displayed when the \SpecialChar LaTeX
24244 -package 
24245 \series bold
24246 arydshln
24247 \series default
24248  is installed.
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Standard
24257 \begin_inset Float table
24258 placement H
24259 alignment document
24260 wide false
24261 sideways false
24262 status open
24263
24264 \begin_layout Plain Layout
24265 \begin_inset Caption Standard
24266
24267 \begin_layout Plain Layout
24268 \begin_inset CommandInset label
24269 LatexCommand label
24270 name "tab:Table-with-dashed"
24271
24272 \end_inset
24273
24274 Table with dashed lines
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Plain Layout
24283 \align center
24284 \begin_inset Tabular
24285 <lyxtabular version="3" rows="5" columns="5">
24286 <features tabularvalignment="middle">
24287 <column alignment="center" valignment="top">
24288 <column alignment="center" valignment="top">
24289 <column alignment="center" valignment="top" special=":c">
24290 <column alignment="center" valignment="top">
24291 <column alignment="center" valignment="top">
24292 <row>
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 a
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 b
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 c
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 d
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 e
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 f
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 g
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 h
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 i
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 j
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 </row>
24386 <row>
24387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset ERT
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395
24396
24397 \backslash
24398 hdashline 
24399 \end_layout
24400
24401 \end_inset
24402
24403 k
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 l
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 m
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 n
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 o
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 <row>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 \begin_inset ERT
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454
24455
24456 \backslash
24457 cdashline{4-5}
24458 \end_layout
24459
24460 \end_inset
24461
24462 p
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 q
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480 r
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489 s
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 </row>
24504 <row>
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 t
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518 u
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527 v
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 w
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 x
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 </row>
24551 </lyxtabular>
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 \SpecialChar LyX
24565  does not natively support dashed lines, so you have to use \SpecialChar TeX
24566  Code.
24567  As a prerequisite the \SpecialChar LaTeX
24568  package 
24569 \series bold
24570 arydshln
24571 \series default
24572
24573 \begin_inset Index idx
24574 status collapsed
24575
24576 \begin_layout Plain Layout
24577 \SpecialChar LaTeX
24578 -packages ! arydshln
24579 \end_layout
24580
24581 \end_inset
24582
24583  must be loaded in the document preamble with the command
24584 \end_layout
24585
24586 \begin_layout Standard
24587
24588 \series bold
24589
24590 \backslash
24591 usepackage{arydshln}
24592 \end_layout
24593
24594 \begin_layout Standard
24595 To make a vertical line dashed, enter the colon 
24596 \begin_inset Quotes eld
24597 \end_inset
24598
24599 :
24600 \begin_inset Quotes erd
24601 \end_inset
24602
24603  together with the character for the horizontal alignment as \SpecialChar LaTeX
24604  argument in
24605  the table cell dialog.
24606 \end_layout
24607
24608 \begin_layout Standard
24609 For a horizontal dashed line add the command
24610 \end_layout
24611
24612 \begin_layout Standard
24613
24614 \series bold
24615
24616 \backslash
24617 hdashline
24618 \end_layout
24619
24620 \begin_layout Standard
24621 in \SpecialChar TeX
24622  Code as first element of the first cell in the table row.
24623 \end_layout
24624
24625 \begin_layout Standard
24626 For dashed multicolumn lines use the command
24627 \end_layout
24628
24629 \begin_layout Standard
24630
24631 \series bold
24632
24633 \backslash
24634 cdashline{line number
24635 \series default
24636 }
24637 \end_layout
24638
24639 \begin_layout Standard
24640 in \SpecialChar TeX
24641  Code as the first element of the first cell in the table row.
24642  If you have for example a multicolumn spanning columns 2 to 4 and you want
24643  to have a dashed line above, add the command
24644 \end_layout
24645
24646 \begin_layout Standard
24647
24648 \series bold
24649
24650 \backslash
24651 cdashline{2-4}
24652 \end_layout
24653
24654 \begin_layout Standard
24655 as the first element of the first cell in the row of the multicolumn.
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \begin_inset VSpace bigskip
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \begin_layout Standard
24666 Table
24667 \begin_inset space ~
24668 \end_inset
24669
24670
24671 \begin_inset CommandInset ref
24672 LatexCommand ref
24673 reference "tab:Table-with-dashed"
24674
24675 \end_inset
24676
24677  was created using 
24678 \begin_inset Quotes eld
24679 \end_inset
24680
24681
24682 \series bold
24683 :c
24684 \series default
24685
24686 \begin_inset Quotes erd
24687 \end_inset
24688
24689  as \SpecialChar LaTeX
24690  argument of the third column.
24691  The \SpecialChar TeX
24692  Code command 
24693 \series bold
24694
24695 \backslash
24696 hdashline
24697 \series default
24698  was inserted in the first cell of the third row and the \SpecialChar TeX
24699  Code command
24700 \begin_inset Newline newline
24701 \end_inset
24702
24703  
24704 \series bold
24705
24706 \backslash
24707 cdashline{4-5}
24708 \series default
24709  was inserted in the first cell of the fourth row.
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \begin_inset VSpace bigskip
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Standard
24720 Tables with dashed lines can also be colored as shown by Table
24721 \begin_inset space ~
24722 \end_inset
24723
24724
24725 \begin_inset CommandInset ref
24726 LatexCommand ref
24727 reference "tab:Colored-table-with"
24728
24729 \end_inset
24730
24731 .
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \begin_inset ERT
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739
24740
24741 \backslash
24742 setlength{
24743 \backslash
24744 arrayrulewidth}{1pt}
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \begin_inset Note Note
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754 thicker lines for better visualization of the line color
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 \begin_inset ERT
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767
24768
24769 \backslash
24770 dashgapcolor{green}
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \begin_inset Note Note
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780 color gaps between dashes green
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 \begin_inset ERT
24790 status collapsed
24791
24792 \begin_layout Plain Layout
24793
24794
24795 \backslash
24796 let
24797 \backslash
24798 myHdashline
24799 \backslash
24800 hdashline
24801 \end_layout
24802
24803 \begin_layout Plain Layout
24804
24805
24806 \backslash
24807 renewcommand{
24808 \backslash
24809 hdashline}
24810 \end_layout
24811
24812 \begin_layout Plain Layout
24813
24814  {
24815 \backslash
24816 arrayrulecolor{red}
24817 \backslash
24818 myHdashline
24819 \backslash
24820 arrayrulecolor{black}}
24821 \end_layout
24822
24823 \end_inset
24824
24825
24826 \begin_inset Note Note
24827 status collapsed
24828
24829 \begin_layout Plain Layout
24830 color horizontal, dashed lines red
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \end_layout
24837
24838 \begin_layout Standard
24839 \begin_inset ERT
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843
24844
24845 \backslash
24846 let
24847 \backslash
24848 myCdashline
24849 \backslash
24850 cdashline
24851 \end_layout
24852
24853 \begin_layout Plain Layout
24854
24855
24856 \backslash
24857 renewcommand{
24858 \backslash
24859 cdashline}[1]
24860 \end_layout
24861
24862 \begin_layout Plain Layout
24863
24864  {
24865 \backslash
24866 arrayrulecolor{yellow}
24867 \backslash
24868 myCdashline{#1}
24869 \backslash
24870 arrayrulecolor{black}}
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \begin_inset Note Note
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880 color partial horizontal, dashed lines yellow
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Standard
24889 \begin_inset Float table
24890 placement h
24891 alignment document
24892 wide false
24893 sideways false
24894 status open
24895
24896 \begin_layout Plain Layout
24897 \begin_inset Caption Standard
24898
24899 \begin_layout Plain Layout
24900 \begin_inset CommandInset label
24901 LatexCommand label
24902 name "tab:Colored-table-with"
24903
24904 \end_inset
24905
24906 Colored table with dashed lines
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \begin_layout Plain Layout
24915 \align center
24916 \begin_inset Tabular
24917 <lyxtabular version="3" rows="5" columns="5">
24918 <features tabularvalignment="middle">
24919 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24920 <column alignment="center" valignment="top" width="0pt">
24921 <column alignment="center" valignment="top" width="0pt" special=":c">
24922 <column alignment="center" valignment="top">
24923 <column alignment="center" valignment="top">
24924 <row>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 a
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 b
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 c
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 d
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 e
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 </row>
24971 <row>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 f
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 g
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 h
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003 i
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 j
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 </row>
25018 <row>
25019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023 \begin_inset ERT
25024 status collapsed
25025
25026 \begin_layout Plain Layout
25027
25028
25029 \backslash
25030 hdashline 
25031 \end_layout
25032
25033 \end_inset
25034
25035
25036 \begin_inset ERT
25037 status collapsed
25038
25039 \begin_layout Plain Layout
25040
25041
25042 \backslash
25043 rowcolor{Gray}
25044 \end_layout
25045
25046 \end_inset
25047
25048 k
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 l
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 m
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 n
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 o
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 </row>
25090 <row>
25091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095 \begin_inset ERT
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099
25100
25101 \backslash
25102 cdashline{4-5}
25103 \end_layout
25104
25105 \end_inset
25106
25107 p
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116 q
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125 r
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 s
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
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 t
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163 u
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172 v
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181 w
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190 \begin_inset ERT
25191 status collapsed
25192
25193 \begin_layout Plain Layout
25194
25195
25196 \backslash
25197 cellcolor{Maroon}
25198 \end_layout
25199
25200 \end_inset
25201
25202 i
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 </lyxtabular>
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \begin_inset ERT
25222 status collapsed
25223
25224 \begin_layout Plain Layout
25225
25226
25227 \backslash
25228 renewcommand{
25229 \backslash
25230 hdashline}{
25231 \backslash
25232 myHdashline}
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \begin_inset Note Note
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242 reset to default
25243 \end_layout
25244
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \begin_layout Standard
25251 \begin_inset ERT
25252 status collapsed
25253
25254 \begin_layout Plain Layout
25255
25256
25257 \backslash
25258 renewcommand{
25259 \backslash
25260 cdashline}{
25261 \backslash
25262 myCdashline}
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \begin_inset Note Note
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272 reset to default
25273 \end_layout
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 nodashgapcolor
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \begin_inset Note Note
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298 reset to default
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Standard
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 setlength{
25315 \backslash
25316 arrayrulewidth}{0.4pt}
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \begin_inset Note Note
25323 status collapsed
25324
25325 \begin_layout Plain Layout
25326 reset to default
25327 \end_layout
25328
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \begin_layout Standard
25335 The coloring of lines, columns and lines works as decribed in section
25336 \begin_inset space ~
25337 \end_inset
25338
25339
25340 \begin_inset CommandInset ref
25341 LatexCommand ref
25342 reference "sec:Colored-Tables"
25343
25344 \end_inset
25345
25346 .
25347  Coloring horizontal lines works analogically as described there as well,
25348  one only needs to replace in the commands 
25349 \series bold
25350
25351 \backslash
25352 myHlineC
25353 \series default
25354  by 
25355 \series bold
25356
25357 \backslash
25358 myHdashline
25359 \series default
25360  and 
25361 \backslash
25362
25363 \series bold
25364 hline
25365 \series default
25366  by 
25367 \series bold
25368
25369 \backslash
25370 hdashline
25371 \series default
25372 ; so one uses the command
25373 \end_layout
25374
25375 \begin_layout Standard
25376
25377 \series bold
25378
25379 \backslash
25380 let
25381 \backslash
25382 myHdashline
25383 \backslash
25384 hdashline
25385 \begin_inset Newline newline
25386 \end_inset
25387
25388
25389 \backslash
25390 renewcommand{
25391 \backslash
25392 hdashline}
25393 \begin_inset Newline newline
25394 \end_inset
25395
25396
25397 \begin_inset Phantom HPhantom
25398 status open
25399
25400 \begin_layout Plain Layout
25401 \begin_inset space ~
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \end_inset
25408
25409 {
25410 \backslash
25411 arrayrulecolor{red}
25412 \backslash
25413 myHdashline
25414 \backslash
25415 arrayrulecolor{black}}
25416 \end_layout
25417
25418 \begin_layout Standard
25419 To color 
25420 \series bold
25421
25422 \backslash
25423 cdashline
25424 \series default
25425 , the command is
25426 \end_layout
25427
25428 \begin_layout Standard
25429
25430 \series bold
25431
25432 \backslash
25433 let
25434 \backslash
25435 myCdashline
25436 \backslash
25437 cdashline
25438 \begin_inset Newline newline
25439 \end_inset
25440
25441
25442 \backslash
25443 renewcommand{
25444 \backslash
25445 cdashline}[1]
25446 \begin_inset Newline newline
25447 \end_inset
25448
25449
25450 \begin_inset Phantom HPhantom
25451 status open
25452
25453 \begin_layout Plain Layout
25454 \begin_inset space ~
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \end_inset
25461
25462 {
25463 \backslash
25464 arrayrulecolor{red}
25465 \backslash
25466 myCdashline{#1}
25467 \backslash
25468 arrayrulecolor{black}}
25469 \end_layout
25470
25471 \begin_layout Standard
25472 To get back the black line color, one needs to insert the following commands
25473  as \SpecialChar TeX
25474  Code behind the table:
25475 \end_layout
25476
25477 \begin_layout Standard
25478 For 
25479 \series bold
25480
25481 \backslash
25482 hdashline
25483 \end_layout
25484
25485 \begin_layout Standard
25486
25487 \series bold
25488
25489 \backslash
25490 renewcommand{
25491 \backslash
25492 hdashline}{
25493 \backslash
25494 myHdashline}
25495 \end_layout
25496
25497 \begin_layout Standard
25498 and for 
25499 \series bold
25500
25501 \backslash
25502 cdashline
25503 \end_layout
25504
25505 \begin_layout Standard
25506
25507 \series bold
25508
25509 \backslash
25510 renewcommand{
25511 \backslash
25512 cdashline}{
25513 \backslash
25514 myCdashline}
25515 \end_layout
25516
25517 \begin_layout Standard
25518 To color the gaps between the dashes the command
25519 \end_layout
25520
25521 \begin_layout Standard
25522
25523 \series bold
25524
25525 \backslash
25526 dashgapcolor{color}
25527 \end_layout
25528
25529 \begin_layout Standard
25530 can be used in front of a table as \SpecialChar TeX
25531  Code.
25532  color is hereby the name of a defined color.
25533  The command
25534 \end_layout
25535
25536 \begin_layout Standard
25537
25538 \series bold
25539
25540 \backslash
25541 nodashgapcolor
25542 \end_layout
25543
25544 \begin_layout Standard
25545 unsets the changes made by 
25546 \series bold
25547
25548 \backslash
25549 dashgapcolor
25550 \series default
25551 .
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset Note Greyedout
25556 status open
25557
25558 \begin_layout Plain Layout
25559
25560 \series bold
25561 \color none
25562 Note
25563 \series default
25564 : If there are multiple commands in a cell, the command of 
25565 \series bold
25566 arydshln
25567 \series default
25568  needs to be the first one in the cell.
25569  Therefore in cell 
25570 \emph on
25571 k
25572 \emph default
25573  of Table
25574 \begin_inset space ~
25575 \end_inset
25576
25577
25578 \begin_inset CommandInset ref
25579 LatexCommand ref
25580 reference "tab:Colored-table-with"
25581
25582 \end_inset
25583
25584  the command 
25585 \series bold
25586
25587 \backslash
25588 hdashline
25589 \series default
25590  is before 
25591 \series bold
25592
25593 \backslash
25594 rowcolor
25595 \series default
25596 .
25597 \end_layout
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \begin_layout Standard
25605 \begin_inset Note Greyedout
25606 status open
25607
25608 \begin_layout Plain Layout
25609
25610 \series bold
25611 \color none
25612 Note:
25613 \series default
25614  The \SpecialChar LaTeX
25615 -package 
25616 \series bold
25617 arydshln
25618 \series default
25619  must be loaded in the document preamble before the \SpecialChar LaTeX
25620 -package 
25621 \series bold
25622 colortbl
25623 \series default
25624
25625 \begin_inset Index idx
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629 \SpecialChar LaTeX
25630 -packages ! colortbl
25631 \end_layout
25632
25633 \end_inset
25634
25635 .
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \begin_layout Standard
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649
25650 \backslash
25651 else
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \begin_inset Note Note
25658 status open
25659
25660 \begin_layout Plain Layout
25661 The following will be displayed when the \SpecialChar LaTeX
25662 -package 
25663 \series bold
25664 arydshln
25665 \series default
25666  is not installed:
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 You need to install the package 
25676 \series bold
25677 arydshln
25678 \series default
25679  to see the content of this section in the output.
25680 \end_layout
25681
25682 \begin_layout Standard
25683 \begin_inset ERT
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687
25688
25689 \backslash
25690 fi
25691 \end_layout
25692
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 For more information about dashed lines see the documentation of 
25700 \series bold
25701 arydshln
25702 \series default
25703
25704 \begin_inset CommandInset citation
25705 LatexCommand cite
25706 key "arydshln"
25707 literal "true"
25708
25709 \end_inset
25710
25711 .
25712 \end_layout
25713
25714 \begin_layout Chapter
25715 Floats
25716 \begin_inset CommandInset label
25717 LatexCommand label
25718 name "chap:Floats"
25719
25720 \end_inset
25721
25722
25723 \begin_inset Index idx
25724 status collapsed
25725
25726 \begin_layout Plain Layout
25727 Floats
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Section
25736 Introduction
25737 \begin_inset CommandInset label
25738 LatexCommand label
25739 name "sec:FloatIntroduction"
25740
25741 \end_inset
25742
25743
25744 \begin_inset Index idx
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748 Floats ! Introduction
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 A float is a block of text associated with some sort of label, which doesn't
25758  have a fixed location.
25759  It can 
25760 \begin_inset Quotes eld
25761 \end_inset
25762
25763 float
25764 \begin_inset Quotes erd
25765 \end_inset
25766
25767  forward or backward a page or two, to wherever it fits best.
25768  
25769 \family sans
25770 Footnotes
25771 \family default
25772  and 
25773 \family sans
25774 Margin
25775 \begin_inset space ~
25776 \end_inset
25777
25778 Notes
25779 \family default
25780  are also floats because they can float to the next page when there are
25781  too many notes on the page.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 Floats allow a high quality layout.
25786  Images and tables can be spread evenly among the pages to avoid white space
25787  and pages without text.
25788  As the floating often destroys the context between the text and the image/table
25789 , every float can be referenced in the text.
25790  Floats are therefore numbered.
25791  Referencing is described in section
25792 \begin_inset space ~
25793 \end_inset
25794
25795
25796 \begin_inset CommandInset ref
25797 LatexCommand ref
25798 reference "sec:Referencing-Floats"
25799
25800 \end_inset
25801
25802 .
25803 \end_layout
25804
25805 \begin_layout Standard
25806 To insert a float, use the menu 
25807 \family sans
25808 Insert\SpecialChar menuseparator
25809 Float
25810 \family default
25811  (toolbar button 
25812 \begin_inset Info
25813 type  "icon"
25814 arg   "float-insert figure"
25815 \end_inset
25816
25817  or 
25818 \begin_inset Info
25819 type  "icon"
25820 arg   "float-insert table"
25821 \end_inset
25822
25823 ).
25824  This inserts the 
25825 \family sans
25826 Caption
25827 \family default
25828  inset, a box with a label.
25829  The label will automatically be translated to the document language in
25830  the output.
25831  After the label you can insert the caption text.
25832  The image or table is inserted above or below the caption in a separate
25833  paragraph within the float.
25834  More about the caption placement is contained in section
25835 \begin_inset space ~
25836 \end_inset
25837
25838
25839 \begin_inset CommandInset ref
25840 LatexCommand ref
25841 reference "sec:Caption-Placement"
25842
25843 \end_inset
25844
25845 .
25846  To keep your \SpecialChar LyX
25847  document readable, you can open and close the float box by
25848  left-clicking on the box label.
25849  A closed float box looks like this: 
25850 \begin_inset Graphics
25851         filename clipart/float.png
25852         scale 95
25853         scaleBeforeRotation
25854
25855 \end_inset
25856
25857  â€“ a gray button with a red label.
25858 \end_layout
25859
25860 \begin_layout Standard
25861 It is recommended that you insert floats as separate standard paragraphs
25862  to avoid possible \SpecialChar LaTeX
25863 -errors that can occur when the surrounding text is specially
25864  formatted.
25865 \end_layout
25866
25867 \begin_layout Standard
25868 Existing figures or tables can be put into a float by highlighting them
25869  and then pressing the corresponding toolbar button for a new float.
25870 \end_layout
25871
25872 \begin_layout Section
25873 Float Types
25874 \end_layout
25875
25876 \begin_layout Standard
25877 Besides figure and table floats that are described in sections
25878 \begin_inset space ~
25879 \end_inset
25880
25881
25882 \begin_inset CommandInset ref
25883 LatexCommand ref
25884 reference "sec:Figure-Floats"
25885
25886 \end_inset
25887
25888  and 
25889 \begin_inset CommandInset ref
25890 LatexCommand ref
25891 reference "sec:Table-Floats"
25892
25893 \end_inset
25894
25895  respectively, \SpecialChar LyX
25896  offers the float types 
25897 \family sans
25898 Algorithm
25899 \family default
25900  and 
25901 \family sans
25902 Wrap
25903 \family default
25904 .
25905  The latter are explained in sec.
25906 \begin_inset space \thinspace{}
25907 \end_inset
25908
25909
25910 \begin_inset CommandInset ref
25911 LatexCommand ref
25912 reference "sec:Wrap-Floats"
25913
25914 \end_inset
25915
25916 .
25917 \end_layout
25918
25919 \begin_layout Subsection
25920 Algorithm Floats
25921 \begin_inset Index idx
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925 Floats ! Algorithms
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \begin_inset Float algorithm
25935 placement h
25936 alignment document
25937 wide false
25938 sideways false
25939 status open
25940
25941 \begin_layout Plain Layout
25942 \begin_inset Caption Standard
25943
25944 \begin_layout Plain Layout
25945 \begin_inset CommandInset label
25946 LatexCommand label
25947 name "alg:Example-Algorithm-float"
25948
25949 \end_inset
25950
25951 Example Algorithm float
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \end_layout
25958
25959 \begin_layout LyX-Code
25960 for I in 1..N loop
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964  Sum := Sum + A(I); /* comment */
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968 end loop
25969 \begin_inset VSpace -4mm
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 This float type is inserted with the menu 
25982 \family sans
25983 Insert\SpecialChar menuseparator
25984 Float\SpecialChar menuseparator
25985 Algorithm
25986 \family default
25987 .
25988  It is used for program codes and descriptions of algorithms and can be
25989  seen as an alternative to program code listings that are explained in chapter
25990 \begin_inset space ~
25991 \end_inset
25992
25993
25994 \begin_inset CommandInset ref
25995 LatexCommand ref
25996 reference "cha:Program-Code-Listings"
25997
25998 \end_inset
25999
26000 .
26001  A possible environment for algorithms is the 
26002 \family sans
26003 \SpecialChar LyX
26004  Code
26005 \family default
26006 , described in \SpecialChar LyX
26007 's 
26008 \emph on
26009 Userguide
26010 \emph default
26011 .
26012  Algorithm
26013 \begin_inset space ~
26014 \end_inset
26015
26016
26017 \begin_inset CommandInset ref
26018 LatexCommand ref
26019 reference "alg:Example-Algorithm-float"
26020
26021 \end_inset
26022
26023  is an example of an algorithm float where -4
26024 \begin_inset space \thinspace{}
26025 \end_inset
26026
26027 mm vertical space was added at the end of the float to have the bottom rule
26028  exactly below the last text line.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 The float label is not automatically translated into the document language.
26033  If your document is not in English, you have to do this manually by adding
26034  the following line to the document preamble
26035 \series bold
26036 :
26037 \end_layout
26038
26039 \begin_layout Standard
26040
26041 \series bold
26042
26043 \backslash
26044 floatname{algorithm}{your
26045 \begin_inset space ~
26046 \end_inset
26047
26048 name}
26049 \end_layout
26050
26051 \begin_layout Standard
26052 where 
26053 \family sans
26054 your
26055 \begin_inset space ~
26056 \end_inset
26057
26058 name
26059 \family default
26060  is the word 
26061 \begin_inset Quotes eld
26062 \end_inset
26063
26064
26065 \emph on
26066 algorithm
26067 \emph default
26068
26069 \begin_inset Quotes erd
26070 \end_inset
26071
26072  in your language.
26073 \end_layout
26074
26075 \begin_layout Standard
26076 To insert the list of algorithms you can use the menu 
26077 \family sans
26078 Insert\SpecialChar menuseparator
26079 List
26080 \begin_inset space \thinspace{}
26081 \end_inset
26082
26083 /
26084 \begin_inset space \thinspace{}
26085 \end_inset
26086
26087 TOC\SpecialChar menuseparator
26088 List of Algorithms
26089 \family default
26090  when your document has the same language as \SpecialChar LyX
26091 's menu names.
26092  In other cases use this command in \SpecialChar TeX
26093  Code instead:
26094 \end_layout
26095
26096 \begin_layout Standard
26097
26098 \series bold
26099
26100 \backslash
26101 listof{algorithm}{your
26102 \begin_inset space ~
26103 \end_inset
26104
26105 name}
26106 \end_layout
26107
26108 \begin_layout Standard
26109 where 
26110 \family sans
26111 your
26112 \begin_inset space ~
26113 \end_inset
26114
26115 name
26116 \family default
26117  is the word 
26118 \begin_inset Quotes eld
26119 \end_inset
26120
26121
26122 \emph on
26123 List of Algorithm
26124 \emph default
26125 s
26126 \begin_inset Quotes erd
26127 \end_inset
26128
26129  in your language.
26130 \end_layout
26131
26132 \begin_layout Standard
26133 Algorithm floats are not by default numbered in the scheme 
26134 \begin_inset Quotes eld
26135 \end_inset
26136
26137 chapter.algorithm
26138 \begin_inset Quotes erd
26139 \end_inset
26140
26141  as is the case for table and figure floats in many document-classes.
26142  To number algorithm floats in the same scheme, add this command to your
26143  document preamble:
26144 \end_layout
26145
26146 \begin_layout Standard
26147
26148 \series bold
26149
26150 \backslash
26151 numberwithin{algorithm}{chapter}
26152 \end_layout
26153
26154 \begin_layout Standard
26155 To be able to use the command 
26156 \series bold
26157
26158 \backslash
26159 numberwithin
26160 \series default
26161 , set in the tab 
26162 \family sans
26163 Math
26164 \begin_inset space ~
26165 \end_inset
26166
26167 Options
26168 \family default
26169  in the document settings the option 
26170 \family sans
26171 Use
26172 \begin_inset space ~
26173 \end_inset
26174
26175 AMS
26176 \begin_inset space ~
26177 \end_inset
26178
26179 math
26180 \begin_inset space ~
26181 \end_inset
26182
26183 package
26184 \family default
26185 .
26186 \end_layout
26187
26188 \begin_layout Section
26189 Float Numbering
26190 \begin_inset Index idx
26191 status collapsed
26192
26193 \begin_layout Plain Layout
26194 Floats ! Numbering
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \begin_layout Standard
26203 Floats are usually numbered either independently from the sections the floats
26204  are in, or in the scheme 
26205 \begin_inset Quotes eld
26206 \end_inset
26207
26208 chapter.number
26209 \begin_inset Quotes erd
26210 \end_inset
26211
26212  or 
26213 \begin_inset Quotes eld
26214 \end_inset
26215
26216 section.number
26217 \begin_inset Quotes erd
26218 \end_inset
26219
26220 .
26221  This depends on the document class used.
26222 \end_layout
26223
26224 \begin_layout Standard
26225 To change section-independent numbering, you can use this command in the
26226  document preamble:
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 renewcommand{
26235 \backslash
26236 thetable}{
26237 \backslash
26238 roman{table}}
26239 \end_layout
26240
26241 \begin_layout Standard
26242
26243 \series bold
26244
26245 \backslash
26246 thetable
26247 \series default
26248  is the command that prints the table number.
26249  For figure floats, the command would be 
26250 \series bold
26251
26252 \backslash
26253 thefigure
26254 \series default
26255 .
26256  
26257 \series bold
26258
26259 \backslash
26260 roman
26261 \series default
26262  in the command above prints the table number as a small roman number.
26263 \end_layout
26264
26265 \begin_layout Standard
26266 To change the numbering scheme for example to 
26267 \begin_inset Quotes eld
26268 \end_inset
26269
26270 subsection.number
26271 \begin_inset Quotes erd
26272 \end_inset
26273
26274 , use this command in the preamble:
26275 \end_layout
26276
26277 \begin_layout Standard
26278
26279 \series bold
26280
26281 \backslash
26282 numberwithin{table}{subsection}
26283 \end_layout
26284
26285 \begin_layout Standard
26286 To be able to use the command 
26287 \series bold
26288
26289 \backslash
26290 numberwithin
26291 \series default
26292 , set in the tab 
26293 \family sans
26294 Math
26295 \begin_inset space ~
26296 \end_inset
26297
26298 Options
26299 \family default
26300  in the document settings the option 
26301 \family sans
26302 Use
26303 \begin_inset space ~
26304 \end_inset
26305
26306 AMS
26307 \begin_inset space ~
26308 \end_inset
26309
26310 math
26311 \begin_inset space ~
26312 \end_inset
26313
26314 package
26315 \family default
26316 .
26317 \end_layout
26318
26319 \begin_layout Standard
26320 Please also have a look at section
26321 \begin_inset space ~
26322 \end_inset
26323
26324
26325 \begin_inset CommandInset ref
26326 LatexCommand ref
26327 reference "subsec:Footnote-Numbering"
26328
26329 \end_inset
26330
26331  for the details and important notes about the numbering commands.
26332 \end_layout
26333
26334 \begin_layout Section
26335 Referencing Floats
26336 \begin_inset CommandInset label
26337 LatexCommand label
26338 name "sec:Referencing-Floats"
26339
26340 \end_inset
26341
26342
26343 \begin_inset Index idx
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347 Floats ! References
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \begin_inset Index idx
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357 References ! to Floats
26358 \end_layout
26359
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \begin_layout Standard
26366 To reference a float, insert a label into its caption using the menu 
26367 \family sans
26368 Insert\SpecialChar menuseparator
26369 Label
26370 \family default
26371  or the toolbar button 
26372 \begin_inset Info
26373 type  "icon"
26374 arg   "label-insert"
26375 \end_inset
26376
26377 .
26378  A grey label box like this one: 
26379 \begin_inset Graphics
26380         filename clipart/label.png
26381         scaleBeforeRotation
26382
26383 \end_inset
26384
26385  will be inserted and the label window pops up asking for the label text.
26386  \SpecialChar LyX
26387  offers as text the first words of the caption with a prefix.
26388  The prefix depends on the float type, e.
26389 \begin_inset space \thinspace{}
26390 \end_inset
26391
26392 g.
26393 \begin_inset space \space{}
26394 \end_inset
26395
26396 for figure floats the prefix will be "
26397 \family sans
26398 fig:
26399 \family default
26400 ".
26401 \end_layout
26402
26403 \begin_layout Standard
26404 The label is used as anchor and name for the reference.
26405  You can refer to the label using the menu 
26406 \family sans
26407 Insert\SpecialChar menuseparator
26408 Cross-reference
26409 \family default
26410  or the toolbar button 
26411 \begin_inset Info
26412 type  "icon"
26413 arg   "dialog-show-new-inset ref"
26414 \end_inset
26415
26416 .
26417  The cross-reference window appears showing all labels of the document.
26418  If you have multiple \SpecialChar LyX
26419  documents opened, choose the one you are working
26420  on from the drop-list at the top of the dialog.
26421  You can now sort the labels alphabetically and then choose one.
26422  A grey cross-reference box like this one: 
26423 \begin_inset Graphics
26424         filename clipart/reference.png
26425         scaleBeforeRotation
26426
26427 \end_inset
26428
26429  will be inserted.
26430  At the position of the cross-reference box the float number will appear
26431  in the output.
26432 \end_layout
26433
26434 \begin_layout Standard
26435 It is recommended that you use a protected space between the cross-reference
26436  name and its number to avoid line breaks between them.
26437  If a cross-reference refers to a non-existing label, you will see two question
26438  marks in the output instead of the reference.
26439 \end_layout
26440
26441 \begin_layout Standard
26442 You can change labels at any time by clicking on the label box.
26443  References to the changed label will automatically update their links to
26444  the new label text.
26445 \end_layout
26446
26447 \begin_layout Standard
26448 The button 
26449 \family sans
26450 Go
26451 \begin_inset space ~
26452 \end_inset
26453
26454 to
26455 \begin_inset space ~
26456 \end_inset
26457
26458 Label
26459 \family default
26460  in the cross-reference window sets the cursor before the referred label.
26461  The button text changes then to Go
26462 \begin_inset space ~
26463 \end_inset
26464
26465 Back and you can use it to set the cursor back to the cross-reference.
26466 \end_layout
26467
26468 \begin_layout Subsection
26469 Cross-Reference Formats
26470 \begin_inset CommandInset label
26471 LatexCommand label
26472 name "subsec:Cross-Reference-Formats"
26473
26474 \end_inset
26475
26476
26477 \begin_inset Index idx
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481 References ! Formats
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Standard
26490 There are six varieties of cross-references:
26491 \end_layout
26492
26493 \begin_layout Description
26494 <reference>: prints the float number, this is the default: 
26495 \begin_inset CommandInset ref
26496 LatexCommand ref
26497 reference "fig:Two-distorted-images"
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Description
26505 (<reference>): prints the float number within two parentheses, this is the
26506  style normally used to reference formulas, especially when the reference
26507  name 
26508 \begin_inset Quotes eld
26509 \end_inset
26510
26511 Equation
26512 \begin_inset Quotes erd
26513 \end_inset
26514
26515  is omitted: 
26516 \begin_inset CommandInset ref
26517 LatexCommand eqref
26518 reference "eq:Wgn"
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \begin_layout Description
26526 <page>: prints the page number: Page
26527 \begin_inset space ~
26528 \end_inset
26529
26530
26531 \begin_inset CommandInset ref
26532 LatexCommand pageref
26533 reference "fig:Two-distorted-images"
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Description
26541 on
26542 \begin_inset space ~
26543 \end_inset
26544
26545 page
26546 \begin_inset space ~
26547 \end_inset
26548
26549 <page>: prints the text "on page" and the page number: 
26550 \begin_inset CommandInset ref
26551 LatexCommand vpageref
26552 reference "fig:Two-distorted-images"
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \begin_layout Description
26560 <reference>
26561 \begin_inset space ~
26562 \end_inset
26563
26564 on
26565 \begin_inset space ~
26566 \end_inset
26567
26568 page
26569 \begin_inset space ~
26570 \end_inset
26571
26572 <page>: prints the float number, the text "on page", and the page number:
26573  
26574 \begin_inset CommandInset ref
26575 LatexCommand vref
26576 reference "fig:Two-distorted-images"
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Description
26584 Formatted
26585 \begin_inset space ~
26586 \end_inset
26587
26588 reference: prints a self-defined cross-reference format.
26589 \begin_inset Newline newline
26590 \end_inset
26591
26592
26593 \begin_inset Note Greyedout
26594 status open
26595
26596 \begin_layout Plain Layout
26597
26598 \series bold
26599 Note:
26600 \series default
26601  This feature is only available when you have the \SpecialChar LaTeX
26602 -package 
26603 \series bold
26604 prettyref
26605 \series default
26606  or 
26607 \series bold
26608 refstyle
26609 \series default
26610
26611 \begin_inset Index idx
26612 status collapsed
26613
26614 \begin_layout Plain Layout
26615 \SpecialChar LaTeX
26616 -packages ! prettyref
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \begin_inset Index idx
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 \SpecialChar LaTeX
26627 -packages ! refstyle
26628 \end_layout
26629
26630 \end_inset
26631
26632  installed.
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \begin_inset Newline newline
26639 \end_inset
26640
26641 You can select which \SpecialChar LaTeX
26642 -package should be used for this feature by setting
26643  the option 
26644 \family sans
26645 Use refstyle (not prettyref) for cross-references
26646 \family default
26647  in the menu 
26648 \family sans
26649 Document\SpecialChar menuseparator
26650 Settings\SpecialChar menuseparator
26651 Document Class
26652 \family default
26653 .
26654  The format is specified by adding the command 
26655 \series bold
26656
26657 \backslash
26658 newrefformat
26659 \series default
26660  (prettyref) or 
26661 \series bold
26662
26663 \backslash
26664 newref
26665 \series default
26666  (refstyle) to the preamble of the document.
26667  For example redefining all references to figures (which have the label
26668  prefix 
26669 \begin_inset Quotes eld
26670 \end_inset
26671
26672
26673 \family sans
26674 fig
26675 \family default
26676
26677 \begin_inset Quotes erd
26678 \end_inset
26679
26680 ) can be done with this command
26681 \begin_inset Newline newline
26682 \end_inset
26683
26684
26685 \series bold
26686
26687 \backslash
26688 newref{fig}{refcmd={Image on page 
26689 \backslash
26690 pageref{#1}}}
26691 \series default
26692
26693 \begin_inset Newline newline
26694 \end_inset
26695
26696 For more information about the format, have a look at the package documentations
26697
26698 \begin_inset CommandInset citation
26699 LatexCommand cite
26700 key "prettyref,refstyle"
26701 literal "true"
26702
26703 \end_inset
26704
26705 .
26706 \begin_inset Newline newline
26707 \end_inset
26708
26709 The options 
26710 \family sans
26711 Plural
26712 \family default
26713  and 
26714 \family sans
26715 Capitalized
26716 \family default
26717  are only available if you use the \SpecialChar LaTeX
26718 -package 
26719 \series bold
26720 refstyle
26721 \series default
26722 .
26723  
26724 \family sans
26725 Plural
26726 \family default
26727  adds an 
26728 \emph on
26729 s
26730 \emph default
26731  to the name, e.
26732 \begin_inset space \thinspace{}
26733 \end_inset
26734
26735 g.
26736 \begin_inset space \space{}
26737 \end_inset
26738
26739
26740 \begin_inset Quotes eld
26741 \end_inset
26742
26743 figures
26744 \begin_inset Quotes erd
26745 \end_inset
26746
26747
26748 \family sans
26749 Capitalized
26750 \family default
26751  outputs the name capitalized, e.
26752 \begin_inset space \thinspace{}
26753 \end_inset
26754
26755 g.
26756 \begin_inset space \space{}
26757 \end_inset
26758
26759
26760 \begin_inset Quotes eld
26761 \end_inset
26762
26763 Figure
26764 \begin_inset Quotes erd
26765 \end_inset
26766
26767 .
26768  Both options can be combined to get e.
26769 \begin_inset space \thinspace{}
26770 \end_inset
26771
26772 g.
26773 \begin_inset space \space{}
26774 \end_inset
26775
26776
26777 \begin_inset Quotes eld
26778 \end_inset
26779
26780 Figures
26781 \begin_inset Quotes erd
26782 \end_inset
26783
26784 .
26785 \end_layout
26786
26787 \begin_layout Description
26788 Textual
26789 \begin_inset space ~
26790 \end_inset
26791
26792 reference: prints the caption of the reference: 
26793 \begin_inset CommandInset ref
26794 LatexCommand nameref
26795 reference "fig:Two-distorted-images"
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \begin_layout Description
26803 Label
26804 \begin_inset space ~
26805 \end_inset
26806
26807 only: prints only the \SpecialChar LaTeX
26808  label for the reference: 
26809 \begin_inset CommandInset ref
26810 LatexCommand labelonly
26811 reference "fig:Two-distorted-images"
26812 plural "false"
26813 caps "false"
26814 noprefix "false"
26815
26816 \end_inset
26817
26818
26819 \begin_inset Newline newline
26820 \end_inset
26821
26822 This allows to use the label for commands in \SpecialChar TeX
26823  code.
26824  With the option 
26825 \family sans
26826 No Prefix
26827 \family default
26828  one can omit the prefix of the label name: 
26829 \begin_inset CommandInset ref
26830 LatexCommand labelonly
26831 reference "fig:Two-distorted-images"
26832 plural "false"
26833 caps "false"
26834 noprefix "true"
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Standard
26842
26843 \family sans
26844 <page>
26845 \family default
26846  will not print the page number if the label is on the previous, the same,
26847  or the next page.
26848  You will e.
26849 \begin_inset space \thinspace{}
26850 \end_inset
26851
26852 g.
26853 \begin_inset space \space{}
26854 \end_inset
26855
26856 see the text 
26857 \begin_inset Quotes eld
26858 \end_inset
26859
26860
26861 \family sans
26862 on this page
26863 \family default
26864
26865 \begin_inset Quotes erd
26866 \end_inset
26867
26868  instead.
26869  The style 
26870 \family sans
26871 <reference> on page <page>
26872 \family default
26873  will not print anything about the page if the label is on the same page.
26874 \end_layout
26875
26876 \begin_layout Standard
26877 The number and current page of the part of the document referred to in the
26878  output is automatically calculated by \SpecialChar LaTeX
26879 .
26880  The varieties are adjusted in the field 
26881 \family sans
26882 Format
26883 \family default
26884  of the cross-reference window that appears when you click on the cross-referenc
26885 e box.
26886 \end_layout
26887
26888 \begin_layout Standard
26889 \begin_inset Note Greyedout
26890 status open
26891
26892 \begin_layout Plain Layout
26893
26894 \series bold
26895 Note:
26896 \series default
26897  It is recommended to use the \SpecialChar LaTeX
26898 -package 
26899 \series bold
26900 refstyle
26901 \series default
26902
26903 \begin_inset Index idx
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907 \SpecialChar LaTeX
26908 -packages ! refstyle
26909 \end_layout
26910
26911 \end_inset
26912
26913  because 
26914 \series bold
26915 prettyref
26916 \series default
26917
26918 \begin_inset Index idx
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922 \SpecialChar LaTeX
26923 -packages ! prettyref
26924 \end_layout
26925
26926 \end_inset
26927
26928  does not know all of \SpecialChar LyX
26929 's possible label shortcuts
26930 \begin_inset Foot
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934 \begin_inset Quotes eld
26935 \end_inset
26936
26937 fig:
26938 \begin_inset Quotes erd
26939 \end_inset
26940
26941  is for example \SpecialChar LyX
26942 's shortcut for labels in figure captions.
26943 \end_layout
26944
26945 \end_inset
26946
26947  and is not internationalized.
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Subsection
26956 Automatic Reference Naming
26957 \begin_inset Index idx
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 References ! Automatic Reference Naming
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 The \SpecialChar LaTeX
26971 -package 
26972 \series bold
26973 hyperref
26974 \series default
26975
26976 \begin_inset Index idx
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980 \SpecialChar LaTeX
26981 -packages ! hyperref
26982 \end_layout
26983
26984 \end_inset
26985
26986 , that is enabled in the 
26987 \family sans
26988 PDF Properties
26989 \family default
26990  of the 
26991 \family sans
26992 Document Settings
26993 \family default
26994  dialog, provides a very useful feature that cross-references automatically
26995  include the name of the referenced floats (or text parts like 
26996 \emph on
26997 section
26998 \emph default
26999 ).
27000  So you will save having to write e.
27001 \begin_inset space \thinspace{}
27002 \end_inset
27003
27004 g.
27005 \begin_inset space \space{}
27006 \end_inset
27007
27008 the name 
27009 \begin_inset Quotes eld
27010 \end_inset
27011
27012 Figure
27013 \begin_inset Quotes erd
27014 \end_inset
27015
27016  before every reference to a figure.
27017  To use this feature, enable 
27018 \series bold
27019 hyperref
27020 \series default
27021  and insert this line to the \SpecialChar LaTeX
27022  preamble:
27023 \end_layout
27024
27025 \begin_layout Standard
27026
27027 \series bold
27028
27029 \backslash
27030 AtBeginDocument{
27031 \backslash
27032 renewcommand{
27033 \backslash
27034 ref}[1]{
27035 \backslash
27036 mbox{
27037 \backslash
27038 autoref{#1}}}}
27039 \end_layout
27040
27041 \begin_layout Standard
27042 When you prefer other reference names than the default ones, for example
27043  you want instead of 
27044 \begin_inset Quotes eld
27045 \end_inset
27046
27047 section
27048 \begin_inset Quotes erd
27049 \end_inset
27050
27051  the name 
27052 \begin_inset Quotes eld
27053 \end_inset
27054
27055 sec.
27056 \begin_inset space \thinspace{}
27057 \end_inset
27058
27059
27060 \begin_inset Quotes eld
27061 \end_inset
27062
27063 , you can redefine the name by inserting this in the preamble:
27064 \end_layout
27065
27066 \begin_layout Standard
27067
27068 \series bold
27069
27070 \backslash
27071 addto
27072 \backslash
27073 extrasenglish{
27074 \backslash
27075 renewcommand{
27076 \backslash
27077 sectionautorefname}
27078 \begin_inset Newline newline
27079 \end_inset
27080
27081
27082 \begin_inset Phantom HPhantom
27083 status open
27084
27085 \begin_layout Plain Layout
27086
27087 \series bold
27088 \begin_inset space ~
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095
27096 {sec.
27097 \backslash
27098 negthinspace}}
27099 \end_layout
27100
27101 \begin_layout Standard
27102 When you are using another document language than English, replace
27103 \begin_inset Newline newline
27104 \end_inset
27105
27106
27107 \series bold
27108
27109 \backslash
27110 extrasenglish
27111 \series default
27112  by 
27113 \series bold
27114
27115 \backslash
27116 extras***
27117 \series default
27118 , where *** is the name of the language used.
27119 \end_layout
27120
27121 \begin_layout Standard
27122 To get automatic names, but not for certain reference types, for example
27123  not for equations, use this preamble code:
27124 \end_layout
27125
27126 \begin_layout Standard
27127
27128 \series bold
27129
27130 \backslash
27131 addto
27132 \backslash
27133 extrasenglish{
27134 \backslash
27135 renewcommand*{
27136 \backslash
27137 equationautorefname}[1]{}}
27138 \end_layout
27139
27140 \begin_layout Standard
27141 More about this topic can be found in 
27142 \series bold
27143 hyperref
27144 \series default
27145 's documentation 
27146 \begin_inset CommandInset citation
27147 LatexCommand cite
27148 key "hyperref"
27149 literal "true"
27150
27151 \end_inset
27152
27153 .
27154 \end_layout
27155
27156 \begin_layout Standard
27157 \begin_inset Note Greyedout
27158 status open
27159
27160 \begin_layout Plain Layout
27161
27162 \series bold
27163 Note:
27164 \series default
27165  Automatic reference naming cannot be used when you use cross-references
27166  in the 
27167 \family sans
27168 Formatted
27169 \begin_inset space ~
27170 \end_inset
27171
27172 reference
27173 \family default
27174  style, as described in section
27175 \begin_inset space ~
27176 \end_inset
27177
27178
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "subsec:Cross-Reference-Formats"
27182
27183 \end_inset
27184
27185 .
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \begin_layout Standard
27194 The 
27195 \emph on
27196 Math
27197 \emph default
27198  manual is an example where automatic reference naming is used.
27199 \end_layout
27200
27201 \begin_layout Subsection
27202 Reference Position
27203 \begin_inset CommandInset label
27204 LatexCommand label
27205 name "subsec:Reference-Position"
27206
27207 \end_inset
27208
27209
27210 \begin_inset Index idx
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214 References ! Reference Position
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 If you use 
27224 \series bold
27225 hyperref
27226 \series default
27227
27228 \begin_inset Index idx
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232 \SpecialChar LaTeX
27233 -packages ! hyperref
27234 \end_layout
27235
27236 \end_inset
27237
27238  in the 
27239 \family sans
27240 PDF Properties
27241 \family default
27242  of the 
27243 \family sans
27244 Document Settings
27245 \family default
27246  dialog to link cross-references in the output, you will see that clicking
27247  on an image float reference jumps to the image label.
27248  The caption will be the first text part on the screen, so that you cannot
27249  see the image without scrolling.
27250  This is because the reference link anchor is placed at the position of
27251  the label.
27252  With the use of the package 
27253 \series bold
27254 hypcap
27255 \series default
27256
27257 \begin_inset Index idx
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261 \SpecialChar LaTeX
27262 -packages ! hypcap
27263 \end_layout
27264
27265 \end_inset
27266
27267 , which is part of the \SpecialChar LaTeX
27268 -package 
27269 \series bold
27270 oberdiek
27271 \series default
27272
27273 \begin_inset Index idx
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 \SpecialChar LaTeX
27278 -packages ! oberdiek
27279 \end_layout
27280
27281 \end_inset
27282
27283 , the link anchor is placed at the beginning of a float.
27284  To use this feature for figure floats, load 
27285 \series bold
27286 hypcap
27287 \series default
27288  in the document preamble with the line
27289 \end_layout
27290
27291 \begin_layout Standard
27292
27293 \series bold
27294
27295 \backslash
27296 usepackage[figure]{hypcap}
27297 \end_layout
27298
27299 \begin_layout Standard
27300 You can also use 
27301 \series bold
27302 hypcap
27303 \series default
27304  for all float types but this is not recommended for stability reasons.
27305  For more information, have a look at 
27306 \series bold
27307 hypcap
27308 \series default
27309 's manual 
27310 \begin_inset CommandInset citation
27311 LatexCommand cite
27312 key "hypcap"
27313 literal "true"
27314
27315 \end_inset
27316
27317 .
27318 \end_layout
27319
27320 \begin_layout Standard
27321 \begin_inset Note Greyedout
27322 status open
27323
27324 \begin_layout Plain Layout
27325
27326 \series bold
27327 Note:
27328 \series default
27329  
27330 \series bold
27331 hypcap
27332 \series default
27333  has no effect on references to subfigures.
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Section
27342 Float 
27343 \change_deleted -712698321 1526031763
27344 Placement 
27345 \change_inserted -712698321 1526031765
27346 Settings
27347 \change_unchanged
27348
27349 \begin_inset CommandInset label
27350 LatexCommand label
27351 name "sec:Float-Settings"
27352
27353 \end_inset
27354
27355
27356 \begin_inset Index idx
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360 Floats ! 
27361 \change_deleted -712698321 1526031841
27362 Placement
27363 \change_inserted -712698321 1526031842
27364 Settings
27365 \change_unchanged
27366
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Standard
27375
27376 \change_inserted -712698321 1526033385
27377 Float Settings can be adjusted at two places in \SpecialChar LyX
27378
27379 \change_inserted 630872221 1622709604
27380 i
27381 \change_deleted 630872221 1622709603
27382 I
27383 \change_inserted -712698321 1526033385
27384
27385 \family sans
27386 Document\SpecialChar menuseparator
27387 Settings\SpecialChar ldots
27388 \SpecialChar menuseparator
27389 Float Settings
27390 \family default
27391 , you can set some options that are used by default for all floats of the
27392  document (placement on page and alignment of contents), unless you modify
27393  the local settings of a float.
27394 \change_unchanged
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399
27400 \change_inserted -712698321 1526032513
27401 The latter can be done by 
27402 \change_deleted -712698321 1526032513
27403 R
27404 \change_inserted -712698321 1526032513
27405 r
27406 \change_unchanged
27407 ight-clicking on a float-box and clicking on 
27408 \family sans
27409 Settings
27410 \change_inserted -712698321 1526033387
27411 \SpecialChar ldots
27412
27413 \change_unchanged
27414
27415 \family default
27416  
27417 \change_inserted -712698321 1526032520
27418 This 
27419 \change_unchanged
27420 opens a dialog where you can
27421 \change_inserted -712698321 1526032584
27422 , now only for the given float,
27423 \change_unchanged
27424  alter the 
27425 \change_inserted -712698321 1526033452
27426 global 
27427 \change_unchanged
27428 placement 
27429 \change_deleted -712698321 1526033439
27430 options that \SpecialChar LaTeX
27431  uses for positioning the float
27432 \change_inserted -712698321 1526033493
27433  and alignment options, and adapt some other options that are only available
27434  for single floats
27435 \change_unchanged
27436 .
27437
27438 \change_inserted -712698321 1526032658
27439  All these options, both for 
27440 \family sans
27441 Document\SpecialChar menuseparator
27442 Settings\SpecialChar menuseparator
27443 Float Settings
27444 \family default
27445  and for local 
27446 \family sans
27447 Float Settings
27448 \family default
27449 , are described in turn.
27450 \change_deleted -712698321 1526031652
27451
27452 \begin_inset Newline newline
27453 \end_inset
27454
27455 The option 
27456 \family sans
27457 Span
27458 \begin_inset space ~
27459 \end_inset
27460
27461 columns
27462 \family default
27463  is only useful for two-column documents: If you select it, the float will
27464  span both columns on the page instead of being confined to just one.
27465 \begin_inset Newline newline
27466 \end_inset
27467
27468 The option 
27469 \family sans
27470 Rotate
27471 \begin_inset space ~
27472 \end_inset
27473
27474 sideways
27475 \family default
27476  is used to rotate floats, see section 
27477 \begin_inset CommandInset ref
27478 LatexCommand ref
27479 reference "sec:Rotated-Floats"
27480
27481 \end_inset
27482
27483 .
27484 \change_unchanged
27485
27486 \end_layout
27487
27488 \begin_layout Subsection
27489
27490 \change_inserted -712698321 1526031775
27491 Float Placement
27492 \begin_inset CommandInset label
27493 LatexCommand label
27494 name "sec:Float-Placement"
27495
27496 \end_inset
27497
27498
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503
27504 \change_inserted -712698321 1526031775
27505 Floats ! Placement
27506 \change_unchanged
27507
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \change_unchanged
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518
27519 \change_inserted -712698321 1526032697
27520 Both in 
27521 \family sans
27522 Document\SpecialChar menuseparator
27523 Settings\SpecialChar menuseparator
27524 Float Settings
27525 \family default
27526  and in the local 
27527 \family sans
27528 Float Settings
27529 \family default
27530  dialog, you can 
27531 \change_deleted -712698321 1526032811
27532 You can use one or more of the following options in the float dialog to
27533  set
27534 \change_inserted -712698321 1526032812
27535 modify
27536 \change_unchanged
27537  the placement 
27538 \change_inserted -712698321 1526033558
27539 algorithm that \SpecialChar LaTeX
27540  uses for positioning floats on the page, either 
27541 \change_unchanged
27542 for 
27543 \change_inserted -712698321 1526033535
27544 all floats (
27545 \family sans
27546 Document\SpecialChar menuseparator
27547 Settings\SpecialChar menuseparator
27548 Float Settings
27549 \family default
27550 ) or 
27551 \change_unchanged
27552 a particular float
27553 \change_inserted -712698321 1526033570
27554  (local 
27555 \family sans
27556 Float Settings
27557 \family default
27558  dialog).
27559  This is done via 
27560 \family sans
27561 Placement Settings
27562 \family default
27563 .
27564  By default, this is set to
27565 \change_unchanged
27566  
27567 \change_inserted -712698321 1526033604
27568
27569 \family sans
27570 Class Default
27571 \family default
27572  in 
27573 \family sans
27574 Document\SpecialChar menuseparator
27575 Settings\SpecialChar menuseparator
27576 Float Settings
27577 \family default
27578  (meaning that the default placement algorithm of the document class is
27579  used) or 
27580 \family sans
27581 Document Default
27582 \family default
27583  in the local 
27584 \family sans
27585 Float Settings
27586 \family default
27587  dialog (meaning that the settings in 
27588 \family sans
27589 Document\SpecialChar menuseparator
27590 Settings\SpecialChar menuseparator
27591 Float Settings
27592 \family default
27593  are used, which are the Class Defaults by default).
27594  If you want to change this, 
27595 \change_deleted -712698321 1526033009
27596 when you uncheck
27597 \change_inserted -712698321 1526033535
27598 select
27599 \change_unchanged
27600  
27601 \change_deleted -712698321 1526031920
27602 the option
27603 \change_inserted -712698321 1526033535
27604
27605 \family sans
27606 Placement Settings:
27607 \change_unchanged
27608
27609 \family default
27610  
27611 \change_inserted -712698321 1526033535
27612
27613 \family sans
27614 Custom.
27615 \change_deleted -712698321 1526031908
27616 Use
27617 \begin_inset space ~
27618 \end_inset
27619
27620 default
27621 \begin_inset space ~
27622 \end_inset
27623
27624 placement
27625 \change_inserted -712698321 1526033535
27626
27627 \family default
27628  This allows you to select one or more from
27629 \change_unchanged
27630 :
27631 \end_layout
27632
27633 \begin_layout Description
27634 Here
27635 \begin_inset space ~
27636 \end_inset
27637
27638 if
27639 \begin_inset space ~
27640 \end_inset
27641
27642 possible try to place the float on the position where it has been inserted
27643 \change_inserted 630872221 1622713522
27644
27645 \end_layout
27646
27647 \begin_layout Description
27648
27649 \change_inserted 630872221 1622713704
27650 Here,
27651 \begin_inset space ~
27652 \end_inset
27653
27654 definitely forces the placement of the float on the position where it has
27655  been inserted
27656 \change_unchanged
27657
27658 \end_layout
27659
27660 \begin_layout Description
27661 Top
27662 \begin_inset space ~
27663 \end_inset
27664
27665 of
27666 \begin_inset space ~
27667 \end_inset
27668
27669 page try to place the float at the top of the current page
27670 \end_layout
27671
27672 \begin_layout Description
27673 Bottom
27674 \begin_inset space ~
27675 \end_inset
27676
27677 of
27678 \begin_inset space ~
27679 \end_inset
27680
27681 page try to place the float at the bottom of the current page
27682 \end_layout
27683
27684 \begin_layout Description
27685 Page
27686 \begin_inset space ~
27687 \end_inset
27688
27689 of
27690 \begin_inset space ~
27691 \end_inset
27692
27693 floats try to place the float on its own page
27694 \end_layout
27695
27696 \begin_layout Standard
27697 The order of the above option is 
27698 \emph on
27699 always
27700 \emph default
27701  used by \SpecialChar LaTeX
27702 .
27703  That means, if you use the default placement, \SpecialChar LaTeX
27704  will first try out 
27705 \family sans
27706 Here
27707 \begin_inset space ~
27708 \end_inset
27709
27710 if
27711 \begin_inset space ~
27712 \end_inset
27713
27714 possible
27715 \family default
27716 , then 
27717 \family sans
27718 Top
27719 \begin_inset space ~
27720 \end_inset
27721
27722 of
27723 \begin_inset space ~
27724 \end_inset
27725
27726 page
27727 \family default
27728 , and then the others.
27729  If you do not use the default, \SpecialChar LaTeX
27730  will try only the checked options but in
27731  the same order.
27732  If none of the 4
27733 \begin_inset space ~
27734 \end_inset
27735
27736 placements is possible the procedure is internally repeated trying to put
27737  the float on the following page.
27738 \end_layout
27739
27740 \begin_layout Standard
27741 By default, each option has its own rules:
27742 \end_layout
27743
27744 \begin_layout Labeling
27745 \labelwidthstring 00.00.0000
27746
27747 \family sans
27748 Top
27749 \begin_inset space ~
27750 \end_inset
27751
27752 of
27753 \begin_inset space ~
27754 \end_inset
27755
27756 page
27757 \family default
27758  only floats occupying less than 70
27759 \begin_inset space \thinspace{}
27760 \end_inset
27761
27762 % of the page can be placed at the top of a page (
27763 \series bold
27764
27765 \backslash
27766 topfraction
27767 \series default
27768 )
27769 \end_layout
27770
27771 \begin_layout Labeling
27772 \labelwidthstring 00.00.0000
27773
27774 \family sans
27775 Bottom
27776 \begin_inset space ~
27777 \end_inset
27778
27779 of
27780 \begin_inset space ~
27781 \end_inset
27782
27783 page
27784 \family default
27785 : only floats occupying less than 30
27786 \begin_inset space \thinspace{}
27787 \end_inset
27788
27789 % of the page can be placed at the bottom of a page.
27790  (
27791 \series bold
27792
27793 \backslash
27794 bottomfraction
27795 \series default
27796 )
27797 \end_layout
27798
27799 \begin_layout Labeling
27800 \labelwidthstring 00.00.0000
27801
27802 \family sans
27803 Page
27804 \begin_inset space ~
27805 \end_inset
27806
27807 of
27808 \begin_inset space ~
27809 \end_inset
27810
27811 floats
27812 \family default
27813 : only if more than 50
27814 \begin_inset space \thinspace{}
27815 \end_inset
27816
27817 % of the page is occupied by floats, several floats can be set together
27818  on a page.
27819  (
27820 \series bold
27821
27822 \backslash
27823 floatpagefraction
27824 \series default
27825 )
27826 \end_layout
27827
27828 \begin_layout Standard
27829 If you don't like these rules, you can ignore them by using the additional
27830  option 
27831 \family sans
27832 Ignore
27833 \begin_inset space ~
27834 \end_inset
27835
27836 \SpecialChar LaTeX
27837
27838 \begin_inset space ~
27839 \end_inset
27840
27841 rules
27842 \family default
27843 .
27844 \begin_inset Newline newline
27845 \end_inset
27846
27847 You can also redefine the rules with \SpecialChar LaTeX
27848 -commands that are given in parentheses
27849  after the rules description above.
27850  To increase for example the often too small default of the bottom-rule
27851  to 50
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 % of the page, add this line to your document preamble:
27856 \end_layout
27857
27858 \begin_layout Standard
27859
27860 \series bold
27861
27862 \backslash
27863 renewcommand{
27864 \backslash
27865 bottomfraction}{0.5}
27866 \end_layout
27867
27868 \begin_layout Standard
27869 Sometimes you might need, under all circumstances, a float to be placed
27870  exactly at the position where it is inserted.
27871  For this case you can use the option 
27872 \family sans
27873 Here
27874 \begin_inset space ~
27875 \end_inset
27876
27877 definitely
27878 \family default
27879 .
27880  Use this option very rarely and only if the document is almost ready to
27881  be printed, because the float is then no longer able to 
27882 \begin_inset Quotes eld
27883 \end_inset
27884
27885 float
27886 \begin_inset Quotes erd
27887 \end_inset
27888
27889  when you change your document and this will often destroy the page layout.
27890 \end_layout
27891
27892 \begin_layout Standard
27893 There are no placement options for text wrap floats, because they are always
27894  surrounded by the text of a certain paragraph.
27895 \begin_inset VSpace bigskip
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \begin_layout Standard
27902 Sometimes you have the problem that a float is placed at the top of a page
27903  while its corresponding section starts at the middle of the page, so that
27904  the reader could think the float is part of the previous section.
27905  To avoid this the \SpecialChar LaTeX
27906 -command 
27907 \series bold
27908
27909 \backslash
27910 suppressfloats
27911 \series default
27912  can be used.
27913  It suppresses a given float placement for the page where it is inserted
27914  and can therefore be used to avoid floats being set before a section starts.
27915  To get this, add these commands to your document preamble:
27916 \end_layout
27917
27918 \begin_layout Standard
27919
27920 \series bold
27921
27922 \backslash
27923 let
27924 \backslash
27925 mySection
27926 \backslash
27927 section
27928 \begin_inset Newline newline
27929 \end_inset
27930
27931
27932 \backslash
27933 renewcommand{
27934 \backslash
27935 section}{
27936 \backslash
27937 suppressfloats[t]
27938 \backslash
27939 mySection}
27940 \end_layout
27941
27942 \begin_layout Standard
27943 You can define the same for all section headings, like chapters and subsections.
27944  This definition is not recommended to be used for small text parts like
27945  subsubsections because \SpecialChar LaTeX
27946  may then have problems finding a suitable placement.
27947 \end_layout
27948
27949 \begin_layout Standard
27950 \begin_inset VSpace bigskip
27951 \end_inset
27952
27953 In some cases it is required to have all figures/tables at the end of the
27954  document.
27955  For this purpose the \SpecialChar LaTeX
27956 -package 
27957 \series bold
27958 endfloat
27959 \series default
27960
27961 \begin_inset Index idx
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965 \SpecialChar LaTeX
27966 -packages ! endfloat
27967 \end_layout
27968
27969 \end_inset
27970
27971  was developed.
27972  It puts all figure and table floats at the end of the document into their
27973  own sections.
27974  At the original float position a text hint like 
27975 \begin_inset Quotes eld
27976 \end_inset
27977
27978
27979 \family sans
27980 [Figure
27981 \begin_inset space ~
27982 \end_inset
27983
27984 3.2 about here.]
27985 \family default
27986
27987 \begin_inset Quotes erd
27988 \end_inset
27989
27990  is inserted.
27991  The endfloat-package is loaded in the preamble with the line
27992 \end_layout
27993
27994 \begin_layout Standard
27995
27996 \series bold
27997
27998 \backslash
27999 usepackage[options]{endfloat}
28000 \end_layout
28001
28002 \begin_layout Standard
28003 There are various package options to format the created figure/table sections.
28004  For more information we refer you to the 
28005 \series bold
28006 endfloat
28007 \series default
28008  documentation 
28009 \begin_inset CommandInset citation
28010 LatexCommand cite
28011 key "endfloat"
28012 literal "true"
28013
28014 \end_inset
28015
28016 .
28017 \begin_inset Newline newline
28018 \end_inset
28019
28020
28021 \begin_inset Note Greyedout
28022 status open
28023
28024 \begin_layout Plain Layout
28025
28026 \series bold
28027 Note: endfloat
28028 \series default
28029  doesn't provide an automatic translation for the text hint, you have to
28030  do this manually, see section
28031 \begin_inset space ~
28032 \end_inset
28033
28034 4 in 
28035 \begin_inset CommandInset citation
28036 LatexCommand cite
28037 key "endfloat"
28038 literal "true"
28039
28040 \end_inset
28041
28042 .
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \begin_inset Newline newline
28049 \end_inset
28050
28051
28052 \begin_inset Note Greyedout
28053 status open
28054
28055 \begin_layout Plain Layout
28056
28057 \series bold
28058 Note:
28059 \series default
28060  There is currently a bug in 
28061 \series bold
28062 endfloat
28063 \series default
28064  when the caption contains a German 
28065 \begin_inset Quotes eld
28066 \end_inset
28067
28068 ß
28069 \begin_inset Quotes erd
28070 \end_inset
28071
28072 .
28073  Use in this case the command 
28074 \begin_inset Quotes eld
28075 \end_inset
28076
28077
28078 \series bold
28079
28080 \backslash
28081 ss
28082 \series default
28083
28084 \begin_inset Quotes erd
28085 \end_inset
28086
28087  in \SpecialChar TeX
28088  Code instead of 
28089 \begin_inset Quotes eld
28090 \end_inset
28091
28092 ß
28093 \begin_inset Quotes erd
28094 \end_inset
28095
28096 .
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset VSpace bigskip
28106 \end_inset
28107
28108 For more details about float placements, have a look at \SpecialChar LaTeX
28109  books, 
28110 \begin_inset CommandInset citation
28111 LatexCommand cite
28112 key "latexcompanion,latexguide,latexbook"
28113 literal "true"
28114
28115 \end_inset
28116
28117 .
28118 \change_inserted -712698321 1526030561
28119
28120 \end_layout
28121
28122 \begin_layout Subsection
28123
28124 \change_inserted -712698321 1526031989
28125 Alignment of Float Contents
28126 \end_layout
28127
28128 \begin_layout Standard
28129
28130 \change_inserted -712698321 1526032316
28131 In this list of options, you can define how the contents of a float (or
28132  all floats by default, if selected from 
28133 \family sans
28134 Document\SpecialChar menuseparator
28135 Settings
28136 \family default
28137 ) are aligned.
28138  
28139 \family sans
28140 Class Default
28141 \family default
28142  means that the alignment of the class, or the default alignment of \SpecialChar LaTeX
28143 , is
28144  used.
28145  
28146 \family sans
28147 Document Default
28148 \family default
28149  (only visible in the 
28150 \family sans
28151 Float Settings
28152 \family default
28153  dialog, not in 
28154 \family sans
28155 Document\SpecialChar menuseparator
28156 Settings
28157 \family default
28158 ) takes the setting specified in 
28159 \family sans
28160 Document\SpecialChar menuseparator
28161 Settings\SpecialChar menuseparator
28162 Float Settings
28163 \family default
28164 .
28165  The other three options, 
28166 \family sans
28167 Left
28168 \family default
28169
28170 \family sans
28171 Center
28172 \family default
28173 , or 
28174 \family sans
28175 Right
28176 \family default
28177 , are self-explanatory.
28178  If one of these is selected in 
28179 \family sans
28180 Document\SpecialChar menuseparator
28181 Settings\SpecialChar menuseparator
28182 Float Settings
28183 \family default
28184 , all floats of the document will have this setting by default (so it is
28185  fairly easy, for instance, to center all floats).
28186 \change_unchanged
28187
28188 \end_layout
28189
28190 \begin_layout Subsection
28191
28192 \change_inserted -712698321 1526030571
28193 Other Float Options
28194 \end_layout
28195
28196 \begin_layout Standard
28197
28198 \change_inserted -712698321 1526035716
28199 These two options are only visible in the local 
28200 \family sans
28201 Float Settings
28202 \family default
28203  dialog, not in 
28204 \family sans
28205 Document\SpecialChar menuseparator
28206 Settings.
28207 \change_unchanged
28208
28209 \end_layout
28210
28211 \begin_layout Standard
28212
28213 \change_inserted -712698321 1526033931
28214 The option 
28215 \family sans
28216 Span
28217 \begin_inset space ~
28218 \end_inset
28219
28220 columns
28221 \family default
28222  is useful for two-column documents: If you select it, the float will span
28223  both columns on the page instead of being confined to just one.
28224 \end_layout
28225
28226 \begin_layout Standard
28227
28228 \change_inserted -712698321 1526030572
28229 The option 
28230 \family sans
28231 Rotate
28232 \begin_inset space ~
28233 \end_inset
28234
28235 sideways
28236 \family default
28237  is used to rotate floats, see section 
28238 \begin_inset CommandInset ref
28239 LatexCommand ref
28240 reference "sec:Rotated-Floats"
28241
28242 \end_inset
28243
28244 .
28245 \change_unchanged
28246
28247 \end_layout
28248
28249 \begin_layout Section
28250 Rotated Floats
28251 \begin_inset CommandInset label
28252 LatexCommand label
28253 name "sec:Rotated-Floats"
28254
28255 \end_inset
28256
28257
28258 \begin_inset Index idx
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 Floats ! Rotating
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 Especially for wide tables you might have floats rotated.
28272  To rotate a whole float including the caption, right-click on the float-box
28273  and use the option 
28274 \family sans
28275 Rotate
28276 \begin_inset space ~
28277 \end_inset
28278
28279 sideways
28280 \family default
28281 .
28282 \end_layout
28283
28284 \begin_layout Standard
28285 Rotated floats are always placed on a page of their own (or column of their
28286  own; in case you have a multi-column document).
28287  You can let them span several columns using the float settings option 
28288 \family sans
28289 Span
28290 \begin_inset space ~
28291 \end_inset
28292
28293 columns
28294 \family default
28295 .
28296  Floats are rotated so that you can read them from the outside margin.
28297  To force a certain rotation direction for all pages, you can add either
28298  the option 
28299 \series bold
28300 figuresleft
28301 \series default
28302  or 
28303 \series bold
28304 figuresright
28305 \series default
28306  to the document class options.
28307 \end_layout
28308
28309 \begin_layout Standard
28310 Referencing rotated floats is the same as for normal floats, the caption
28311  format is also the same: Table
28312 \begin_inset space ~
28313 \end_inset
28314
28315
28316 \begin_inset CommandInset ref
28317 LatexCommand ref
28318 reference "tab:Rotated-table"
28319
28320 \end_inset
28321
28322  is an example of a rotated table float.
28323 \end_layout
28324
28325 \begin_layout Standard
28326 \begin_inset Note Greyedout
28327 status open
28328
28329 \begin_layout Plain Layout
28330
28331 \series bold
28332 Note:
28333 \series default
28334  Not all DVI-viewers are able to display rotated floats.
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Standard
28343 \begin_inset Float table
28344 placement document
28345 alignment document
28346 wide false
28347 sideways true
28348 status open
28349
28350 \begin_layout Plain Layout
28351 \begin_inset Caption Standard
28352
28353 \begin_layout Plain Layout
28354 \begin_inset CommandInset label
28355 LatexCommand label
28356 name "tab:Rotated-table"
28357
28358 \end_inset
28359
28360  Rotated table
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Plain Layout
28369 \align center
28370 \begin_inset Tabular
28371 <lyxtabular version="3" rows="1" columns="5">
28372 <features tabularvalignment="middle">
28373 <column alignment="center" valignment="top">
28374 <column alignment="center" valignment="top">
28375 <column alignment="center" valignment="top">
28376 <column alignment="center" valignment="top">
28377 <column alignment="center" valignment="top">
28378 <row>
28379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28380 \begin_inset Text
28381
28382 \begin_layout Plain Layout
28383 test
28384 \end_layout
28385
28386 \end_inset
28387 </cell>
28388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28389 \begin_inset Text
28390
28391 \begin_layout Plain Layout
28392 b
28393 \end_layout
28394
28395 \end_inset
28396 </cell>
28397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28398 \begin_inset Text
28399
28400 \begin_layout Plain Layout
28401 c
28402 \end_layout
28403
28404 \end_inset
28405 </cell>
28406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Plain Layout
28410 d
28411 \end_layout
28412
28413 \end_inset
28414 </cell>
28415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Plain Layout
28419 e
28420 \end_layout
28421
28422 \end_inset
28423 </cell>
28424 </row>
28425 </lyxtabular>
28426
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Section
28438 Subfloats
28439 \begin_inset Index idx
28440 status collapsed
28441
28442 \begin_layout Plain Layout
28443 Floats ! Subfloats
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Subfloats are for example used when a figure consists of several images.
28453  They are created by inserting a float into an existing float.
28454  The placement of the subfloats can be controlled in the same way as for
28455  paragraphs as shown in table
28456 \begin_inset space ~
28457 \end_inset
28458
28459
28460 \begin_inset CommandInset ref
28461 LatexCommand ref
28462 reference "tab:Two-subtables-side"
28463
28464 \end_inset
28465
28466  and 
28467 \begin_inset CommandInset ref
28468 LatexCommand ref
28469 reference "tab:Two-subtables-upon"
28470
28471 \end_inset
28472
28473 .
28474 \end_layout
28475
28476 \begin_layout Standard
28477 Referencing subfloats works as for normal floats: Table
28478 \begin_inset space ~
28479 \end_inset
28480
28481
28482 \begin_inset CommandInset ref
28483 LatexCommand ref
28484 reference "tab:This-is-subtable-a"
28485
28486 \end_inset
28487
28488  and 
28489 \begin_inset CommandInset ref
28490 LatexCommand ref
28491 reference "tab:This-is-subtable-b"
28492
28493 \end_inset
28494
28495  are subtables of table
28496 \begin_inset space ~
28497 \end_inset
28498
28499
28500 \begin_inset CommandInset ref
28501 LatexCommand ref
28502 reference "tab:Two-subtables-side"
28503
28504 \end_inset
28505
28506 .
28507 \end_layout
28508
28509 \begin_layout Standard
28510 \begin_inset Float table
28511 placement document
28512 alignment document
28513 wide false
28514 sideways false
28515 status open
28516
28517 \begin_layout Plain Layout
28518 \begin_inset Caption Standard
28519
28520 \begin_layout Plain Layout
28521 \begin_inset CommandInset label
28522 LatexCommand label
28523 name "tab:Two-subtables-side"
28524
28525 \end_inset
28526
28527 Two subtables placed side by side.
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Plain Layout
28536 \align center
28537 \begin_inset space \hfill{}
28538 \end_inset
28539
28540
28541 \begin_inset Float table
28542 placement document
28543 alignment document
28544 wide false
28545 sideways false
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 \begin_inset Caption Standard
28550
28551 \begin_layout Plain Layout
28552 \begin_inset CommandInset label
28553 LatexCommand label
28554 name "tab:This-is-subtable-a"
28555
28556 \end_inset
28557
28558 This is subtable a.
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Plain Layout
28567 \align center
28568 \begin_inset Tabular
28569 <lyxtabular version="3" rows="1" columns="5">
28570 <features tabularvalignment="middle">
28571 <column alignment="center" valignment="top">
28572 <column alignment="center" valignment="top">
28573 <column alignment="center" valignment="top">
28574 <column alignment="center" valignment="top">
28575 <column alignment="center" valignment="top">
28576 <row>
28577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Plain Layout
28581 test
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 b
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28596 \begin_inset Text
28597
28598 \begin_layout Plain Layout
28599 c
28600 \end_layout
28601
28602 \end_inset
28603 </cell>
28604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28605 \begin_inset Text
28606
28607 \begin_layout Plain Layout
28608 d
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 e
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 </row>
28623 </lyxtabular>
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \begin_inset space \hfill{}
28634 \end_inset
28635
28636
28637 \begin_inset Float table
28638 placement document
28639 alignment document
28640 wide false
28641 sideways false
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645 \begin_inset Caption Standard
28646
28647 \begin_layout Plain Layout
28648 \begin_inset CommandInset label
28649 LatexCommand label
28650 name "tab:This-is-subtable-b"
28651
28652 \end_inset
28653
28654 This is subtable b.
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Plain Layout
28663 \align center
28664 \begin_inset Tabular
28665 <lyxtabular version="3" rows="1" columns="5">
28666 <features tabularvalignment="middle">
28667 <column alignment="center" valignment="top">
28668 <column alignment="center" valignment="top">
28669 <column alignment="center" valignment="top">
28670 <column alignment="center" valignment="top">
28671 <column alignment="center" valignment="top">
28672 <row>
28673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677 e
28678 \end_layout
28679
28680 \end_inset
28681 </cell>
28682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28683 \begin_inset Text
28684
28685 \begin_layout Plain Layout
28686 d
28687 \end_layout
28688
28689 \end_inset
28690 </cell>
28691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28692 \begin_inset Text
28693
28694 \begin_layout Plain Layout
28695 c
28696 \end_layout
28697
28698 \end_inset
28699 </cell>
28700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28701 \begin_inset Text
28702
28703 \begin_layout Plain Layout
28704 b
28705 \end_layout
28706
28707 \end_inset
28708 </cell>
28709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28710 \begin_inset Text
28711
28712 \begin_layout Plain Layout
28713 test
28714 \end_layout
28715
28716 \end_inset
28717 </cell>
28718 </row>
28719 </lyxtabular>
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \begin_inset space \hfill{}
28730 \end_inset
28731
28732
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 \begin_inset Float table
28742 placement document
28743 alignment document
28744 wide false
28745 sideways false
28746 status open
28747
28748 \begin_layout Plain Layout
28749 \begin_inset Caption Standard
28750
28751 \begin_layout Plain Layout
28752 \begin_inset CommandInset label
28753 LatexCommand label
28754 name "tab:Two-subtables-upon"
28755
28756 \end_inset
28757
28758 Two subtables placed one above the other.
28759  (a) table with 4 cells, (b) table with 5 cells.
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Plain Layout
28768 \align center
28769 \begin_inset Float table
28770 placement document
28771 alignment document
28772 wide false
28773 sideways false
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777 \begin_inset Caption Standard
28778
28779 \begin_layout Plain Layout
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Plain Layout
28789 \align center
28790 \begin_inset Tabular
28791 <lyxtabular version="3" rows="1" columns="4">
28792 <features tabularvalignment="middle">
28793 <column alignment="center" valignment="top">
28794 <column alignment="center" valignment="top">
28795 <column alignment="center" valignment="top">
28796 <column alignment="center" valignment="top">
28797 <row>
28798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28799 \begin_inset Text
28800
28801 \begin_layout Plain Layout
28802 test
28803 \end_layout
28804
28805 \end_inset
28806 </cell>
28807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28808 \begin_inset Text
28809
28810 \begin_layout Plain Layout
28811 test
28812 \end_layout
28813
28814 \end_inset
28815 </cell>
28816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28817 \begin_inset Text
28818
28819 \begin_layout Plain Layout
28820 test
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28826 \begin_inset Text
28827
28828 \begin_layout Plain Layout
28829 test
28830 \end_layout
28831
28832 \end_inset
28833 </cell>
28834 </row>
28835 </lyxtabular>
28836
28837 \end_inset
28838
28839
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Plain Layout
28848 \align center
28849 \begin_inset Float table
28850 placement document
28851 alignment document
28852 wide false
28853 sideways false
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857 \begin_inset Caption Standard
28858
28859 \begin_layout Plain Layout
28860
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Plain Layout
28869 \align center
28870 \begin_inset Tabular
28871 <lyxtabular version="3" rows="1" columns="5">
28872 <features tabularvalignment="middle">
28873 <column alignment="center" valignment="top">
28874 <column alignment="center" valignment="top">
28875 <column alignment="center" valignment="top">
28876 <column alignment="center" valignment="top">
28877 <column alignment="center" valignment="top">
28878 <row>
28879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Plain Layout
28883 a
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892 b
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Plain Layout
28901 c
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28907 \begin_inset Text
28908
28909 \begin_layout Plain Layout
28910 d
28911 \end_layout
28912
28913 \end_inset
28914 </cell>
28915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919 e
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 </row>
28925 </lyxtabular>
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Section
28943 Floats Side by Side
28944 \begin_inset Index idx
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 Floats ! Side by side
28949 \end_layout
28950
28951 \end_inset
28952
28953
28954 \end_layout
28955
28956 \begin_layout Standard
28957 To place floats side by side, as in Figures
28958 \begin_inset space ~
28959 \end_inset
28960
28961
28962 \begin_inset CommandInset ref
28963 LatexCommand ref
28964 reference "fig:Float-left"
28965
28966 \end_inset
28967
28968  and 
28969 \begin_inset CommandInset ref
28970 LatexCommand ref
28971 reference "fig:Float-right"
28972
28973 \end_inset
28974
28975 , only 
28976 \emph on
28977 one
28978 \emph default
28979  float is used.
28980  In it two minipage boxes are inserted.
28981 \begin_inset Foot
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 Minipages are explained in section
28986 \begin_inset space ~
28987 \end_inset
28988
28989
28990 \begin_inset CommandInset ref
28991 LatexCommand ref
28992 reference "sec:Minipages"
28993
28994 \end_inset
28995
28996 .
28997 \end_layout
28998
28999 \end_inset
29000
29001  The width is set to 45
29002 \begin_inset space \thinspace{}
29003 \end_inset
29004
29005 -50
29006 \begin_inset space \thinspace{}
29007 \end_inset
29008
29009 column% and the box alignment to 
29010 \family sans
29011 Bottom
29012 \family default
29013  for each minipage.
29014  The minipage boxes contain the image and the caption in the same way as
29015  they are in a float.
29016  The only difference is that the image unit 
29017 \family sans
29018 Column
29019 \begin_inset space ~
29020 \end_inset
29021
29022 Width
29023 \begin_inset space ~
29024 \end_inset
29025
29026 %
29027 \family default
29028  is now calculated according to the width of the minipage boxes.
29029 \end_layout
29030
29031 \begin_layout Standard
29032 \begin_inset Float figure
29033 placement document
29034 alignment document
29035 wide false
29036 sideways false
29037 status open
29038
29039 \begin_layout Plain Layout
29040 \begin_inset Box Frameless
29041 position "b"
29042 hor_pos "c"
29043 has_inner_box 1
29044 inner_pos "t"
29045 use_parbox 0
29046 use_makebox 0
29047 width "45col%"
29048 special "none"
29049 height "1in"
29050 height_special "totalheight"
29051 thickness "0.4pt"
29052 separation "3pt"
29053 shadowsize "4pt"
29054 framecolor "black"
29055 backgroundcolor "none"
29056 status open
29057
29058 \begin_layout Plain Layout
29059 \align center
29060 \begin_inset Graphics
29061         filename clipart/2D-intensity-plot.pdf
29062         width 100col%
29063         scaleBeforeRotation
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Plain Layout
29071 \begin_inset Caption Standard
29072
29073 \begin_layout Plain Layout
29074 \begin_inset CommandInset label
29075 LatexCommand label
29076 name "fig:Float-left"
29077
29078 \end_inset
29079
29080 Float on the left side.
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset space \hfill{}
29092 \end_inset
29093
29094
29095 \begin_inset Box Frameless
29096 position "b"
29097 hor_pos "c"
29098 has_inner_box 1
29099 inner_pos "t"
29100 use_parbox 0
29101 use_makebox 0
29102 width "45col%"
29103 special "none"
29104 height "1in"
29105 height_special "totalheight"
29106 thickness "0.4pt"
29107 separation "3pt"
29108 shadowsize "4pt"
29109 framecolor "black"
29110 backgroundcolor "none"
29111 status open
29112
29113 \begin_layout Plain Layout
29114 \align center
29115 \begin_inset Graphics
29116         filename clipart/Star-structure.pdf
29117         width 100col%
29118         scaleBeforeRotation
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Plain Layout
29126 \begin_inset Caption Standard
29127
29128 \begin_layout Plain Layout
29129 \begin_inset CommandInset label
29130 LatexCommand label
29131 name "fig:Float-right"
29132
29133 \end_inset
29134
29135 Float on the right side.
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Standard
29154 An alternative and simpler solution is to use the module 
29155 \family sans
29156 Variable-width Minipages
29157 \family default
29158 , see sec.
29159 \begin_inset space \thinspace{}
29160 \end_inset
29161
29162
29163 \begin_inset CommandInset ref
29164 LatexCommand ref
29165 reference "sec:Minipages"
29166
29167 \end_inset
29168
29169 .
29170  Variable-width minipages adapt automatically to the width of the figures
29171  and tables.
29172  They do not require an explicit width to be given, and they improve the
29173  horizontal alignment of the figures.
29174  The LyX example file 
29175 \emph on
29176 varwidth-floats-side-by-side
29177 \emph default
29178  gives examples of how to do this.
29179 \end_layout
29180
29181 \begin_layout Section
29182 Caption Formatting
29183 \begin_inset Index idx
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Caption ! Formatting
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \begin_inset Index idx
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Floats ! Caption Formatting
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \begin_inset CommandInset label
29204 LatexCommand label
29205 name "sec:Caption-Formatting"
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 The 
29214 \family sans
29215 Caption
29216 \family default
29217  environment is the default paragraph environment for 
29218 \family sans
29219 Floats
29220 \family default
29221 .
29222  On the \SpecialChar LyX
29223  screen captions appear as a label, e.
29224 \begin_inset space \thinspace{}
29225 \end_inset
29226
29227 g.
29228 \begin_inset space \space{}
29229 \end_inset
29230
29231
29232 \begin_inset Quotes eld
29233 \end_inset
29234
29235
29236 \family sans
29237 Figure #:
29238 \family default
29239
29240 \begin_inset Quotes erd
29241 \end_inset
29242
29243  followed by the caption text.
29244  
29245 \begin_inset Quotes eld
29246 \end_inset
29247
29248 #
29249 \begin_inset Quotes erd
29250 \end_inset
29251
29252  is the actual reference number.
29253  By default the label and the number are in the same font as the caption
29254  text and a colon follows the number to divide the label from the text.
29255  This caption format is suitable for many but not all documents.
29256  
29257 \end_layout
29258
29259 \begin_layout Standard
29260 To change the default caption format, load the \SpecialChar LaTeX
29261 -package 
29262 \series bold
29263 caption
29264 \series default
29265
29266 \begin_inset Index idx
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270 \SpecialChar LaTeX
29271 -packages ! caption
29272 \end_layout
29273
29274 \end_inset
29275
29276  in the document preamble with this line:
29277 \end_layout
29278
29279 \begin_layout Standard
29280
29281 \series bold
29282
29283 \backslash
29284 usepackage[format definition]{caption}
29285 \end_layout
29286
29287 \begin_layout Standard
29288 To have for example the label and the number in sans-serif, bold font and
29289  the table captions always above the table as in this document, use the
29290  following command:
29291 \end_layout
29292
29293 \begin_layout Standard
29294
29295 \series bold
29296
29297 \backslash
29298 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
29299 \end_layout
29300
29301 \begin_layout Standard
29302 You can also define different caption formats for the different float types.
29303  In this case load the 
29304 \series bold
29305 caption
29306 \series default
29307  package without format specific options and define the different formats
29308  with the help of the command
29309 \end_layout
29310
29311 \begin_layout Standard
29312
29313 \series bold
29314
29315 \backslash
29316 captionsetup[float type]{format definition}
29317 \end_layout
29318
29319 \begin_layout Standard
29320 in the document preamble.
29321  For example the caption formats of Figure
29322 \begin_inset space ~
29323 \end_inset
29324
29325
29326 \begin_inset CommandInset ref
29327 LatexCommand ref
29328 reference "fig:This-is-an-fig"
29329
29330 \end_inset
29331
29332  and Table
29333 \begin_inset space ~
29334 \end_inset
29335
29336
29337 \begin_inset CommandInset ref
29338 LatexCommand ref
29339 reference "tab:This-is-an-tab"
29340
29341 \end_inset
29342
29343  can be created using these commands in the document preamble:
29344 \end_layout
29345
29346 \begin_layout Standard
29347
29348 \series bold
29349
29350 \backslash
29351 usepackage[tableposition=top]{caption}
29352 \series default
29353
29354 \begin_inset Newline newline
29355 \end_inset
29356
29357
29358 \series bold
29359
29360 \backslash
29361 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
29362 \begin_inset Newline newline
29363 \end_inset
29364
29365
29366 \begin_inset Phantom HPhantom
29367 status open
29368
29369 \begin_layout Plain Layout
29370
29371 \series bold
29372
29373 \backslash
29374 captionsetup[figure]{
29375 \end_layout
29376
29377 \end_inset
29378
29379 labelsep=period}
29380 \begin_inset Newline newline
29381 \end_inset
29382
29383
29384 \backslash
29385 captionsetup[table]{labelfont={bf,sf}}
29386 \end_layout
29387
29388 \begin_layout Standard
29389 \begin_inset Note Greyedout
29390 status open
29391
29392 \begin_layout Plain Layout
29393
29394 \series bold
29395 Note:
29396 \series default
29397  The option 
29398 \series bold
29399 tableposition=top
29400 \series default
29401  has no effect when a 
29402 \series bold
29403 KOMA-Script
29404 \series default
29405
29406 \begin_inset Index idx
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410 \SpecialChar LaTeX
29411 -packages ! KOMA-Script
29412 \end_layout
29413
29414 \end_inset
29415
29416  document class is used.
29417  In this case the document class option 
29418 \series bold
29419 captions=tableheading
29420 \series default
29421  must be used.
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Standard
29430 For more information about the package 
29431 \series bold
29432 caption
29433 \series default
29434  we refer to its documentation 
29435 \begin_inset CommandInset citation
29436 LatexCommand cite
29437 key "caption"
29438 literal "true"
29439
29440 \end_inset
29441
29442 .
29443 \end_layout
29444
29445 \begin_layout Standard
29446 To change the label name from e.
29447 \begin_inset space \thinspace{}
29448 \end_inset
29449
29450 g.
29451 \begin_inset space \space{}
29452 \end_inset
29453
29454
29455 \begin_inset Quotes eld
29456 \end_inset
29457
29458 Figure
29459 \begin_inset Quotes erd
29460 \end_inset
29461
29462  to 
29463 \begin_inset Quotes eld
29464 \end_inset
29465
29466 Image
29467 \begin_inset Quotes erd
29468 \end_inset
29469
29470  use this preamble command:
29471 \end_layout
29472
29473 \begin_layout Standard
29474
29475 \series bold
29476
29477 \backslash
29478 renewcommand{
29479 \backslash
29480 fnum@figure}{Image~
29481 \backslash
29482 thefigure}
29483 \end_layout
29484
29485 \begin_layout Standard
29486 where 
29487 \series bold
29488
29489 \backslash
29490 thefigure
29491 \series default
29492  inserts the figure number and
29493 \series bold
29494  
29495 \begin_inset Quotes eld
29496 \end_inset
29497
29498 ~
29499 \series default
29500
29501 \begin_inset Quotes erd
29502 \end_inset
29503
29504  creates a protected space.
29505 \end_layout
29506
29507 \begin_layout Standard
29508 \begin_inset VSpace bigskip
29509 \end_inset
29510
29511 If you are using a 
29512 \series bold
29513 KOMA-Script
29514 \series default
29515
29516 \begin_inset Index idx
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520 \SpecialChar LaTeX
29521 -packages ! KOMA-Script
29522 \end_layout
29523
29524 \end_inset
29525
29526  document class (
29527 \family sans
29528 article (KOMA-Script)
29529 \family default
29530
29531 \family sans
29532 book (KOMA-Script)
29533 \family default
29534
29535 \family sans
29536 letter (KOMA-Script)
29537 \family default
29538 , or 
29539 \family sans
29540 report (KOMA-Script)
29541 \family default
29542
29543 \begin_inset space \thinspace{}
29544 \end_inset
29545
29546 ), you can alternatively to the 
29547 \series bold
29548 caption
29549 \series default
29550  package use 
29551 \series bold
29552 KOMA-Script
29553 \series default
29554 's built-in command 
29555 \series bold
29556
29557 \backslash
29558 setkomafont
29559 \series default
29560 .
29561  For example, to have the caption label in bold, add this command to your
29562  document preamble:
29563 \end_layout
29564
29565 \begin_layout Standard
29566
29567 \series bold
29568
29569 \backslash
29570 setkomafont{captionlabel}{
29571 \backslash
29572 bfseries}
29573 \end_layout
29574
29575 \begin_layout Standard
29576 For more information about 
29577 \series bold
29578
29579 \backslash
29580 setkomafont
29581 \series default
29582  we refer to the 
29583 \series bold
29584 KOMA-Script
29585 \series default
29586  documentation 
29587 \begin_inset CommandInset citation
29588 LatexCommand cite
29589 key "KOMA-Script"
29590 literal "true"
29591
29592 \end_inset
29593
29594 .
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603
29604 \backslash
29605 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29606 }
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Note Note
29613 status open
29614
29615 \begin_layout Plain Layout
29616 The caption format is changed only for this example.
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Standard
29625 \begin_inset Float figure
29626 placement !p
29627 alignment document
29628 wide false
29629 sideways false
29630 status open
29631
29632 \begin_layout Plain Layout
29633 \align center
29634 \begin_inset Graphics
29635         filename clipart/2D-intensity-plot.pdf
29636         scaleBeforeRotation
29637
29638 \end_inset
29639
29640
29641 \end_layout
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 "fig:This-is-an-fig"
29650
29651 \end_inset
29652
29653 This is an example figure caption that is longer than one line to show the
29654  different caption format.
29655  Here a self-defined caption format is used.
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \begin_layout Standard
29669 \begin_inset ERT
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673
29674
29675 \backslash
29676 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29677 on}
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \begin_inset Float table
29687 placement !p
29688 alignment document
29689 wide false
29690 sideways false
29691 status open
29692
29693 \begin_layout Plain Layout
29694 \begin_inset Caption Standard
29695
29696 \begin_layout Plain Layout
29697 \begin_inset CommandInset label
29698 LatexCommand label
29699 name "tab:This-is-an-tab"
29700
29701 \end_inset
29702
29703 This is an example table caption that is longer than one line to show the
29704  different caption format.
29705  Here the standard caption format for tables in this document is used.
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \end_layout
29712
29713 \begin_layout Plain Layout
29714 \align center
29715 \begin_inset Tabular
29716 <lyxtabular version="3" rows="1" columns="5">
29717 <features tabularvalignment="middle">
29718 <column alignment="center" valignment="top">
29719 <column alignment="center" valignment="top">
29720 <column alignment="center" valignment="top">
29721 <column alignment="center" valignment="top">
29722 <column alignment="center" valignment="top">
29723 <row>
29724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29725 \begin_inset Text
29726
29727 \begin_layout Plain Layout
29728 a
29729 \end_layout
29730
29731 \end_inset
29732 </cell>
29733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29734 \begin_inset Text
29735
29736 \begin_layout Plain Layout
29737 b
29738 \end_layout
29739
29740 \end_inset
29741 </cell>
29742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29743 \begin_inset Text
29744
29745 \begin_layout Plain Layout
29746 c
29747 \end_layout
29748
29749 \end_inset
29750 </cell>
29751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29752 \begin_inset Text
29753
29754 \begin_layout Plain Layout
29755 d
29756 \end_layout
29757
29758 \end_inset
29759 </cell>
29760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Plain Layout
29764 e
29765 \end_layout
29766
29767 \end_inset
29768 </cell>
29769 </row>
29770 </lyxtabular>
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Section
29783 Caption Placement
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Caption ! Placement
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset Index idx
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798 Floats ! Caption Placement
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \begin_inset CommandInset label
29805 LatexCommand label
29806 name "sec:Caption-Placement"
29807
29808 \end_inset
29809
29810
29811 \end_layout
29812
29813 \begin_layout Standard
29814 The common caption placement rule is:
29815 \end_layout
29816
29817 \begin_layout Description
29818 Figure: Caption is set below the figure
29819 \end_layout
29820
29821 \begin_layout Description
29822 Table: Caption is set above the table
29823 \end_layout
29824
29825 \begin_layout Standard
29826 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29827 's
29828  standard classes.
29829  That means if you are using the document classes 
29830 \family sans
29831 article
29832 \family default
29833
29834 \family sans
29835 book
29836 \family default
29837
29838 \family sans
29839 letter
29840 \family default
29841 , or 
29842 \family sans
29843 report
29844 \family default
29845  there will be no space between the caption and the table.
29846  To insert the necessary space, load the \SpecialChar LaTeX
29847 -package 
29848 \series bold
29849 caption
29850 \series default
29851
29852 \begin_inset Index idx
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 \SpecialChar LaTeX
29857 -packages ! caption
29858 \end_layout
29859
29860 \end_inset
29861
29862  in your document preamble with the option
29863 \begin_inset Foot
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867 See section
29868 \begin_inset space ~
29869 \end_inset
29870
29871
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "sec:Caption-Formatting"
29875
29876 \end_inset
29877
29878  for more information of the package 
29879 \series bold
29880 caption
29881 \series default
29882 .
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893 tableposition=top
29894 \end_layout
29895
29896 \begin_layout Standard
29897 If you are using a 
29898 \series bold
29899 KOMA-Script
29900 \series default
29901
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 \SpecialChar LaTeX
29907 -packages ! KOMA-Script
29908 \end_layout
29909
29910 \end_inset
29911
29912  document class (
29913 \family sans
29914 article (KOMA-Script)
29915 \family default
29916
29917 \family sans
29918 book (KOMA-Script)
29919 \family default
29920
29921 \family sans
29922 letter (KOMA-Script)
29923 \family default
29924 , or 
29925 \family sans
29926 report (KOMA-Script)
29927 \family default
29928
29929 \begin_inset space \thinspace{}
29930 \end_inset
29931
29932 ), you can alternatively to the 
29933 \series bold
29934 caption
29935 \series default
29936  package set the document class option
29937 \begin_inset Foot
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941 That option is used in this document.
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950
29951 \series bold
29952 captions=tableheading
29953 \end_layout
29954
29955 \begin_layout Standard
29956 In documents with a KOMA-Script document class you can also right-click
29957  on a caption and mark in the context menu if this should be a caption above
29958  or below the table/figure.
29959  This way you can override the document-wide caption placement for certain
29960  captions.
29961  Table
29962 \begin_inset space ~
29963 \end_inset
29964
29965
29966 \begin_inset CommandInset ref
29967 LatexCommand ref
29968 reference "tab:A-caption-marked"
29969
29970 \end_inset
29971
29972  is an example where the caption is marked a being below the table while
29973  it is above.
29974  For comparison the caption in Table
29975 \begin_inset space ~
29976 \end_inset
29977
29978
29979 \begin_inset CommandInset ref
29980 LatexCommand ref
29981 reference "tab:A-standard-table"
29982
29983 \end_inset
29984
29985  is not marked.
29986 \end_layout
29987
29988 \begin_layout Standard
29989 \begin_inset Float table
29990 placement document
29991 alignment document
29992 wide false
29993 sideways false
29994 status open
29995
29996 \begin_layout Plain Layout
29997 \begin_inset Caption Below
29998
29999 \begin_layout Plain Layout
30000 \begin_inset CommandInset label
30001 LatexCommand label
30002 name "tab:A-caption-marked"
30003
30004 \end_inset
30005
30006 A caption marked as being below the table.
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Plain Layout
30015 \align center
30016 \begin_inset Tabular
30017 <lyxtabular version="3" rows="3" columns="3">
30018 <features tabularvalignment="middle">
30019 <column alignment="center" valignment="top" width="0pt">
30020 <column alignment="center" valignment="top" width="0pt">
30021 <column alignment="center" valignment="top" width="0pt">
30022 <row>
30023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30024 \begin_inset Text
30025
30026 \begin_layout Plain Layout
30027 1
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout Plain Layout
30036 2
30037 \end_layout
30038
30039 \end_inset
30040 </cell>
30041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30042 \begin_inset Text
30043
30044 \begin_layout Plain Layout
30045 3
30046 \end_layout
30047
30048 \end_inset
30049 </cell>
30050 </row>
30051 <row>
30052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30053 \begin_inset Text
30054
30055 \begin_layout Plain Layout
30056 Joe
30057 \end_layout
30058
30059 \end_inset
30060 </cell>
30061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30062 \begin_inset Text
30063
30064 \begin_layout Plain Layout
30065 Mary
30066 \end_layout
30067
30068 \end_inset
30069 </cell>
30070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30071 \begin_inset Text
30072
30073 \begin_layout Plain Layout
30074 Ted
30075 \end_layout
30076
30077 \end_inset
30078 </cell>
30079 </row>
30080 <row>
30081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30082 \begin_inset Text
30083
30084 \begin_layout Plain Layout
30085 \begin_inset Formula $\int x^{2}dx$
30086 \end_inset
30087
30088
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097 \begin_inset Formula $\left[\begin{array}{cc}
30098 a & b\\
30099 c & d
30100 \end{array}\right]$
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \end_inset
30107 </cell>
30108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30109 \begin_inset Text
30110
30111 \begin_layout Plain Layout
30112 \begin_inset Formula $1+1=2$
30113 \end_inset
30114
30115
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 </row>
30121 </lyxtabular>
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \end_layout
30132
30133 \begin_layout Standard
30134 \begin_inset Float table
30135 placement document
30136 alignment document
30137 wide false
30138 sideways false
30139 status open
30140
30141 \begin_layout Plain Layout
30142 \begin_inset Caption Standard
30143
30144 \begin_layout Plain Layout
30145 \begin_inset CommandInset label
30146 LatexCommand label
30147 name "tab:A-standard-table"
30148
30149 \end_inset
30150
30151 A standard table caption.
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Plain Layout
30160 \align center
30161 \begin_inset Tabular
30162 <lyxtabular version="3" rows="3" columns="3">
30163 <features tabularvalignment="middle">
30164 <column alignment="center" valignment="top" width="0pt">
30165 <column alignment="center" valignment="top" width="0pt">
30166 <column alignment="center" valignment="top" width="0pt">
30167 <row>
30168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Plain Layout
30172 1
30173 \end_layout
30174
30175 \end_inset
30176 </cell>
30177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30178 \begin_inset Text
30179
30180 \begin_layout Plain Layout
30181 2
30182 \end_layout
30183
30184 \end_inset
30185 </cell>
30186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30187 \begin_inset Text
30188
30189 \begin_layout Plain Layout
30190 3
30191 \end_layout
30192
30193 \end_inset
30194 </cell>
30195 </row>
30196 <row>
30197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30198 \begin_inset Text
30199
30200 \begin_layout Plain Layout
30201 Joe
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Plain Layout
30210 Mary
30211 \end_layout
30212
30213 \end_inset
30214 </cell>
30215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30216 \begin_inset Text
30217
30218 \begin_layout Plain Layout
30219 Ted
30220 \end_layout
30221
30222 \end_inset
30223 </cell>
30224 </row>
30225 <row>
30226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30227 \begin_inset Text
30228
30229 \begin_layout Plain Layout
30230 \begin_inset Formula $\int x^{2}dx$
30231 \end_inset
30232
30233
30234 \end_layout
30235
30236 \end_inset
30237 </cell>
30238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30239 \begin_inset Text
30240
30241 \begin_layout Plain Layout
30242 \begin_inset Formula $\left[\begin{array}{cc}
30243 a & b\\
30244 c & d
30245 \end{array}\right]$
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \end_inset
30252 </cell>
30253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30254 \begin_inset Text
30255
30256 \begin_layout Plain Layout
30257 \begin_inset Formula $1+1=2$
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \end_inset
30264 </cell>
30265 </row>
30266 </lyxtabular>
30267
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \begin_layout Standard
30279 \begin_inset VSpace bigskip
30280 \end_inset
30281
30282 It is also possible to set the caption beside a figure or table.
30283  To get this the \SpecialChar LaTeX
30284 -package 
30285 \series bold
30286 sidecap
30287 \series default
30288
30289 \begin_inset Index idx
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 \SpecialChar LaTeX
30294 -packages ! sidecap
30295 \end_layout
30296
30297 \end_inset
30298
30299  has to be loaded in the document preamble with the line
30300 \end_layout
30301
30302 \begin_layout Standard
30303
30304 \series bold
30305
30306 \backslash
30307 usepackage[option]{sidecap}
30308 \end_layout
30309
30310 \begin_layout Standard
30311 If you set no option, the caption is placed on the side of the outer page
30312  margin â€“ to the right on odd pages, to the left on even pages.
30313  You can change the placement to inner margin with the option 
30314 \series bold
30315 innercaption
30316 \series default
30317 .
30318  To force the placement always to the right or left, use the option 
30319 \series bold
30320 rightcaption
30321 \series default
30322  or 
30323 \series bold
30324 leftcaption
30325 \series default
30326 , respectively.
30327 \end_layout
30328
30329 \begin_layout Standard
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335
30336 \backslash
30337 ifsidecap
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \begin_inset Note Note
30344 status open
30345
30346 \begin_layout Plain Layout
30347 The following section will only be displayed when the \SpecialChar LaTeX
30348 -package 
30349 \series bold
30350 sidecap
30351 \series default
30352  is installed.
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 To place in \SpecialChar LyX
30362  the caption of a float on the side, it is necessary to add
30363  these commands to the document preamble:
30364 \end_layout
30365
30366 \begin_layout Standard
30367 \noindent
30368 \begin_inset CommandInset line
30369 LatexCommand rule
30370 offset "0.5ex"
30371 width "100line%"
30372 height "1pt"
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Standard
30380
30381 \series bold
30382
30383 \backslash
30384 newcommand{
30385 \backslash
30386 TabBesBeg}[1][1.0]{%
30387 \begin_inset Newline newline
30388 \end_inset
30389
30390
30391 \begin_inset Phantom HPhantom
30392 status open
30393
30394 \begin_layout Plain Layout
30395 \begin_inset space ~
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \backslash
30405 let
30406 \backslash
30407 MyTable
30408 \backslash
30409 table
30410 \begin_inset Newline newline
30411 \end_inset
30412
30413
30414 \begin_inset Phantom HPhantom
30415 status open
30416
30417 \begin_layout Plain Layout
30418
30419 \series medium
30420 \begin_inset space ~
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \backslash
30430 let
30431 \backslash
30432 MyEndtable
30433 \backslash
30434 endtable
30435 \begin_inset Newline newline
30436 \end_inset
30437
30438
30439 \begin_inset Phantom HPhantom
30440 status open
30441
30442 \begin_layout Plain Layout
30443
30444 \series medium
30445 \begin_inset space ~
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \backslash
30455 renewenvironment{table}[1]{
30456 \backslash
30457 begin{SCtable}[#1]##1}{
30458 \backslash
30459 end{SCtable}}}
30460 \end_layout
30461
30462 \begin_layout Standard
30463
30464 \series bold
30465
30466 \backslash
30467 newcommand{
30468 \backslash
30469 TabBesEnd}{%
30470 \begin_inset Newline newline
30471 \end_inset
30472
30473
30474 \begin_inset Phantom HPhantom
30475 status open
30476
30477 \begin_layout Plain Layout
30478 \begin_inset space ~
30479 \end_inset
30480
30481
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \backslash
30488 let
30489 \backslash
30490 table
30491 \backslash
30492 MyTable
30493 \begin_inset Newline newline
30494 \end_inset
30495
30496
30497 \begin_inset Phantom HPhantom
30498 status open
30499
30500 \begin_layout Plain Layout
30501 \begin_inset space ~
30502 \end_inset
30503
30504
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \backslash
30511 let
30512 \backslash
30513 endtable
30514 \backslash
30515 MyEndtable
30516 \end_layout
30517
30518 \begin_layout Standard
30519
30520 \series bold
30521
30522 \backslash
30523 newcommand{
30524 \backslash
30525 FigBesBeg}[1][1.0]{%
30526 \begin_inset Newline newline
30527 \end_inset
30528
30529
30530 \begin_inset Phantom HPhantom
30531 status open
30532
30533 \begin_layout Plain Layout
30534 \begin_inset space ~
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \backslash
30544 let
30545 \backslash
30546 MyFigure
30547 \backslash
30548 figure
30549 \begin_inset Newline newline
30550 \end_inset
30551
30552
30553 \begin_inset Phantom HPhantom
30554 status open
30555
30556 \begin_layout Plain Layout
30557 \begin_inset space ~
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \backslash
30567 let
30568 \backslash
30569 MyEndfigure
30570 \backslash
30571 endfigure
30572 \begin_inset Newline newline
30573 \end_inset
30574
30575
30576 \begin_inset Phantom HPhantom
30577 status open
30578
30579 \begin_layout Plain Layout
30580 \begin_inset space ~
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \backslash
30590 renewenvironment{figure}[1]{
30591 \backslash
30592 begin{SCfigure}[#1]##1}{
30593 \backslash
30594 end{SCfigure}}}
30595 \end_layout
30596
30597 \begin_layout Standard
30598
30599 \series bold
30600
30601 \backslash
30602 newcommand{
30603 \backslash
30604 FigBesEnd}{%
30605 \begin_inset Newline newline
30606 \end_inset
30607
30608
30609 \begin_inset Phantom HPhantom
30610 status open
30611
30612 \begin_layout Plain Layout
30613 \begin_inset space ~
30614 \end_inset
30615
30616
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \backslash
30623 let
30624 \backslash
30625 figure
30626 \backslash
30627 MyFigure
30628 \begin_inset Newline newline
30629 \end_inset
30630
30631
30632 \begin_inset Phantom HPhantom
30633 status open
30634
30635 \begin_layout Plain Layout
30636 \begin_inset space ~
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \backslash
30646 let
30647 \backslash
30648 endfigure
30649 \backslash
30650 MyEndfigure}
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \noindent
30655 \begin_inset CommandInset line
30656 LatexCommand rule
30657 offset "0.5ex"
30658 width "100line%"
30659 height "1pt"
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667 The commands allow you to redefine the floats so that the caption is set
30668  on the side.
30669  For figure floats use the command
30670 \end_layout
30671
30672 \begin_layout Standard
30673
30674 \series bold
30675
30676 \backslash
30677 FigBesBeg
30678 \end_layout
30679
30680 \begin_layout Standard
30681 in \SpecialChar TeX
30682  Code before the float.
30683  And insert the command
30684 \end_layout
30685
30686 \begin_layout Standard
30687
30688 \series bold
30689
30690 \backslash
30691 FigBesEnd
30692 \end_layout
30693
30694 \begin_layout Standard
30695 in \SpecialChar TeX
30696  Code at the point where you want to get back to the original float definitio
30697 n.
30698 \end_layout
30699
30700 \begin_layout Standard
30701 For table floats use the corresponding commands
30702 \end_layout
30703
30704 \begin_layout Standard
30705
30706 \series bold
30707
30708 \backslash
30709 TabBesBeg
30710 \series default
30711  and 
30712 \series bold
30713
30714 \backslash
30715 TabBesEnd
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Figure
30720 \begin_inset space ~
30721 \end_inset
30722
30723
30724 \begin_inset CommandInset ref
30725 LatexCommand ref
30726 reference "fig:cap-beside-fig"
30727
30728 \end_inset
30729
30730  and Table
30731 \begin_inset space ~
30732 \end_inset
30733
30734
30735 \begin_inset CommandInset ref
30736 LatexCommand ref
30737 reference "tab:cap-beside-tab"
30738
30739 \end_inset
30740
30741  are examples where the caption is set beside.
30742 \end_layout
30743
30744 \begin_layout Standard
30745 You can see in the examples that the caption text appears at the top of
30746  the floats for table floats and at the bottom for figure floats.
30747  To change this, you can use the command
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \series bold
30753
30754 \backslash
30755 sidecaptionvpos{float type}{placement}
30756 \end_layout
30757
30758 \begin_layout Standard
30759 in the document preamble or in \SpecialChar TeX
30760  Code before the float.
30761  The float type is either 
30762 \family sans
30763 figure
30764 \family default
30765  or 
30766 \family sans
30767 table
30768 \family default
30769 , the placement can be 
30770 \begin_inset Quotes eld
30771 \end_inset
30772
30773
30774 \family sans
30775 t
30776 \family default
30777
30778 \begin_inset Quotes erd
30779 \end_inset
30780
30781  for top, 
30782 \begin_inset Quotes eld
30783 \end_inset
30784
30785
30786 \family sans
30787 c
30788 \family default
30789
30790 \begin_inset Quotes erd
30791 \end_inset
30792
30793  for center, or 
30794 \begin_inset Quotes eld
30795 \end_inset
30796
30797
30798 \family sans
30799 b
30800 \family default
30801
30802 \begin_inset Quotes erd
30803 \end_inset
30804
30805  for bottom.
30806  To have for example the caption of figure floats vertically centered, use
30807  the command
30808 \end_layout
30809
30810 \begin_layout Standard
30811
30812 \series bold
30813
30814 \backslash
30815 sidecaptionvpos{figure}{c}
30816 \end_layout
30817
30818 \begin_layout Standard
30819 This was used for Figure
30820 \begin_inset space ~
30821 \end_inset
30822
30823
30824 \begin_inset CommandInset ref
30825 LatexCommand ref
30826 reference "fig:cap-beside-fig-2"
30827
30828 \end_inset
30829
30830 .
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset VSpace medskip
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Standard
30841 The default caption width is the width of the image/table.
30842  For thin image/tables, like in Table
30843 \begin_inset space ~
30844 \end_inset
30845
30846
30847 \begin_inset CommandInset ref
30848 LatexCommand ref
30849 reference "tab:cap-beside-tab"
30850
30851 \end_inset
30852
30853 , this leads to captions that are too thin.
30854  You can increase the width by specifying a factor that will be multiplied
30855  with the image/table width to get the caption width.
30856  The caption width will automatically be recalculated in case it would protrude
30857  over the page or column margin due to the specified width.
30858  The 
30859 \emph on
30860 factor
30861 \emph default
30862  can either be given as optional argument for 
30863 \series bold
30864
30865 \backslash
30866 FigBesBeg
30867 \series default
30868 :
30869 \end_layout
30870
30871 \begin_layout Standard
30872
30873 \series bold
30874
30875 \backslash
30876 FigBesBeg[factor]
30877 \end_layout
30878
30879 \begin_layout Standard
30880 or in the definition of 
30881 \series bold
30882
30883 \backslash
30884 FigBesBeg
30885 \series default
30886  by replacing the 
30887 \series bold
30888 1.0
30889 \series default
30890  with another value.
30891  If you do the latter, your factor will be the default if 
30892 \series bold
30893
30894 \backslash
30895 FigBesBeg
30896 \series default
30897  is used without an argument.
30898  For Table
30899 \begin_inset space ~
30900 \end_inset
30901
30902
30903 \begin_inset CommandInset ref
30904 LatexCommand ref
30905 reference "tab:cap-beside-tab-wider"
30906
30907 \end_inset
30908
30909  the factor 5 was used.
30910 \end_layout
30911
30912 \begin_layout Standard
30913 \begin_inset Note Greyedout
30914 status open
30915
30916 \begin_layout Plain Layout
30917
30918 \series bold
30919 Note:
30920 \series default
30921  For floats with captions set beside, you cannot use the float placement
30922  option 
30923 \family sans
30924 Here
30925 \begin_inset space ~
30926 \end_inset
30927
30928 definitely
30929 \family default
30930  because it is not supported by 
30931 \series bold
30932 sidecap
30933 \series default
30934 .
30935 \end_layout
30936
30937 \end_inset
30938
30939
30940 \end_layout
30941
30942 \begin_layout Standard
30943 \begin_inset VSpace medskip
30944 \end_inset
30945
30946 For more information about the package 
30947 \series bold
30948 sidecap
30949 \series default
30950  we refer to its documentation 
30951 \begin_inset CommandInset citation
30952 LatexCommand cite
30953 key "sidecap"
30954 literal "true"
30955
30956 \end_inset
30957
30958 .
30959 \end_layout
30960
30961 \begin_layout Standard
30962 \begin_inset Note Greyedout
30963 status open
30964
30965 \begin_layout Plain Layout
30966
30967 \series bold
30968 Note:
30969 \series default
30970  The \SpecialChar LaTeX
30971 -package 
30972 \series bold
30973 hypcap
30974 \series default
30975
30976 \begin_inset Index idx
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980 \SpecialChar LaTeX
30981 -packages ! hypcap
30982 \end_layout
30983
30984 \end_inset
30985
30986 , described in section
30987 \begin_inset space ~
30988 \end_inset
30989
30990
30991 \begin_inset CommandInset ref
30992 LatexCommand ref
30993 reference "subsec:Reference-Position"
30994
30995 \end_inset
30996
30997 , has no effect on floats with the caption set beside.
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 \begin_inset ERT
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010
31011
31012 \backslash
31013 FigBesBeg
31014 \end_layout
31015
31016 \end_inset
31017
31018
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset Float figure
31023 placement document
31024 alignment document
31025 wide false
31026 sideways false
31027 status open
31028
31029 \begin_layout Plain Layout
31030 \begin_inset Graphics
31031         filename clipart/3D-structure-distort.pdf
31032         scale 50
31033         scaleBeforeRotation
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Plain Layout
31041 \begin_inset Caption Standard
31042
31043 \begin_layout Plain Layout
31044 \begin_inset CommandInset label
31045 LatexCommand label
31046 name "fig:cap-beside-fig"
31047
31048 \end_inset
31049
31050 This is a caption beside a figure.
31051 \end_layout
31052
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064 \begin_inset ERT
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068
31069
31070 \backslash
31071 FigBesEnd
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 TabBesBeg
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Standard
31096 \begin_inset Float table
31097 placement document
31098 alignment document
31099 wide false
31100 sideways false
31101 status open
31102
31103 \begin_layout Plain Layout
31104 \begin_inset Caption Standard
31105
31106 \begin_layout Plain Layout
31107 \begin_inset CommandInset label
31108 LatexCommand label
31109 name "tab:cap-beside-tab"
31110
31111 \end_inset
31112
31113 This is a caption beside a table.
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Plain Layout
31122 \begin_inset Tabular
31123 <lyxtabular version="3" rows="4" columns="5">
31124 <features tabularvalignment="middle">
31125 <column alignment="center" valignment="top">
31126 <column alignment="center" valignment="top">
31127 <column alignment="center" valignment="top">
31128 <column alignment="center" valignment="top">
31129 <column alignment="center" valignment="top">
31130 <row>
31131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Plain Layout
31135 a
31136 \end_layout
31137
31138 \end_inset
31139 </cell>
31140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144
31145 \end_layout
31146
31147 \end_inset
31148 </cell>
31149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31150 \begin_inset Text
31151
31152 \begin_layout Plain Layout
31153 b
31154 \end_layout
31155
31156 \end_inset
31157 </cell>
31158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31159 \begin_inset Text
31160
31161 \begin_layout Plain Layout
31162
31163 \end_layout
31164
31165 \end_inset
31166 </cell>
31167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31168 \begin_inset Text
31169
31170 \begin_layout Plain Layout
31171 c
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 </row>
31177 <row>
31178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182
31183 \end_layout
31184
31185 \end_inset
31186 </cell>
31187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout Plain Layout
31191 d
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31197 \begin_inset Text
31198
31199 \begin_layout Plain Layout
31200
31201 \end_layout
31202
31203 \end_inset
31204 </cell>
31205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209 e
31210 \end_layout
31211
31212 \end_inset
31213 </cell>
31214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31215 \begin_inset Text
31216
31217 \begin_layout Plain Layout
31218
31219 \end_layout
31220
31221 \end_inset
31222 </cell>
31223 </row>
31224 <row>
31225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 f
31230 \end_layout
31231
31232 \end_inset
31233 </cell>
31234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31235 \begin_inset Text
31236
31237 \begin_layout Plain Layout
31238
31239 \end_layout
31240
31241 \end_inset
31242 </cell>
31243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31244 \begin_inset Text
31245
31246 \begin_layout Plain Layout
31247 g
31248 \end_layout
31249
31250 \end_inset
31251 </cell>
31252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265 h
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 </row>
31271 <row>
31272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Plain Layout
31276
31277 \end_layout
31278
31279 \end_inset
31280 </cell>
31281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31282 \begin_inset Text
31283
31284 \begin_layout Plain Layout
31285 i
31286 \end_layout
31287
31288 \end_inset
31289 </cell>
31290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Plain Layout
31294
31295 \end_layout
31296
31297 \end_inset
31298 </cell>
31299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31300 \begin_inset Text
31301
31302 \begin_layout Plain Layout
31303 j
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Plain Layout
31312
31313 \end_layout
31314
31315 \end_inset
31316 </cell>
31317 </row>
31318 </lyxtabular>
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Standard
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 TabBesEnd
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 FigBesBeg
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 sidecaptionvpos{figure}{c}
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \begin_inset Float figure
31374 placement document
31375 alignment document
31376 wide false
31377 sideways false
31378 status open
31379
31380 \begin_layout Plain Layout
31381 \begin_inset Graphics
31382         filename clipart/3D-structure-distort.pdf
31383         scale 50
31384         scaleBeforeRotation
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Plain Layout
31392 \begin_inset Caption Standard
31393
31394 \begin_layout Plain Layout
31395 \begin_inset CommandInset label
31396 LatexCommand label
31397 name "fig:cap-beside-fig-2"
31398
31399 \end_inset
31400
31401 This is a vertically centered caption beside a figure.
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Standard
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 FigBesEnd
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Standard
31431 \begin_inset ERT
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435
31436
31437 \backslash
31438 TabBesBeg[5]
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 \begin_inset Float table
31448 placement document
31449 alignment document
31450 wide false
31451 sideways false
31452 status open
31453
31454 \begin_layout Plain Layout
31455 \begin_inset Caption Standard
31456
31457 \begin_layout Plain Layout
31458 \begin_inset CommandInset label
31459 LatexCommand label
31460 name "tab:cap-beside-tab-wider"
31461
31462 \end_inset
31463
31464 This caption is wider than the one in Table
31465 \begin_inset space ~
31466 \end_inset
31467
31468
31469 \begin_inset CommandInset ref
31470 LatexCommand ref
31471 reference "tab:cap-beside-tab"
31472
31473 \end_inset
31474
31475 .
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \begin_layout Plain Layout
31484 \begin_inset Tabular
31485 <lyxtabular version="3" rows="4" columns="5">
31486 <features tabularvalignment="middle">
31487 <column alignment="center" valignment="top">
31488 <column alignment="center" valignment="top">
31489 <column alignment="center" valignment="top">
31490 <column alignment="center" valignment="top">
31491 <column alignment="center" valignment="top">
31492 <row>
31493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Plain Layout
31497 a
31498 \end_layout
31499
31500 \end_inset
31501 </cell>
31502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31503 \begin_inset Text
31504
31505 \begin_layout Plain Layout
31506
31507 \end_layout
31508
31509 \end_inset
31510 </cell>
31511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31512 \begin_inset Text
31513
31514 \begin_layout Plain Layout
31515 b
31516 \end_layout
31517
31518 \end_inset
31519 </cell>
31520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31521 \begin_inset Text
31522
31523 \begin_layout Plain Layout
31524
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533 c
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 </row>
31539 <row>
31540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544
31545 \end_layout
31546
31547 \end_inset
31548 </cell>
31549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31550 \begin_inset Text
31551
31552 \begin_layout Plain Layout
31553 d
31554 \end_layout
31555
31556 \end_inset
31557 </cell>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 e
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 </row>
31586 <row>
31587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591 f
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609 g
31610 \end_layout
31611
31612 \end_inset
31613 </cell>
31614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31615 \begin_inset Text
31616
31617 \begin_layout Plain Layout
31618
31619 \end_layout
31620
31621 \end_inset
31622 </cell>
31623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627 h
31628 \end_layout
31629
31630 \end_inset
31631 </cell>
31632 </row>
31633 <row>
31634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647 i
31648 \end_layout
31649
31650 \end_inset
31651 </cell>
31652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31653 \begin_inset Text
31654
31655 \begin_layout Plain Layout
31656
31657 \end_layout
31658
31659 \end_inset
31660 </cell>
31661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31662 \begin_inset Text
31663
31664 \begin_layout Plain Layout
31665 j
31666 \end_layout
31667
31668 \end_inset
31669 </cell>
31670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31671 \begin_inset Text
31672
31673 \begin_layout Plain Layout
31674
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 </row>
31680 </lyxtabular>
31681
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Standard
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 TabBesEnd
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Standard
31709 \begin_inset ERT
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713
31714
31715 \backslash
31716 else
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \begin_inset Note Note
31723 status open
31724
31725 \begin_layout Plain Layout
31726 The following will be displayed when the \SpecialChar LaTeX
31727 -package 
31728 \series bold
31729 sidecap
31730 \series default
31731  is not installed:
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 You need to install the \SpecialChar LaTeX
31741 -package 
31742 \series bold
31743 sidecap
31744 \series default
31745  to see the following part of this section in the output.
31746 \end_layout
31747
31748 \begin_layout Standard
31749 \begin_inset ERT
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753
31754
31755 \backslash
31756 fi
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \end_layout
31763
31764 \begin_layout Section
31765 Listings of Floats
31766 \begin_inset Index idx
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770 Floats ! Float Lists
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \begin_layout Standard
31779 Similar to the table of contents where the sections of the document are
31780  listed, there are listings for all float types, like the figures of the
31781  documents.
31782  You can insert them via the 
31783 \family sans
31784 Insert\SpecialChar menuseparator
31785 List
31786 \begin_inset space ~
31787 \end_inset
31788
31789 /
31790 \begin_inset space ~
31791 \end_inset
31792
31793 TOC
31794 \family default
31795  sub menus.
31796 \end_layout
31797
31798 \begin_layout Standard
31799 The list entries are the float captions or its short title, the float number,
31800  and the page number where they appear in the document.
31801 \end_layout
31802
31803 \begin_layout Standard
31804 You can find the list of figures and tables at the end of this document.
31805 \end_layout
31806
31807 \begin_layout Chapter
31808 Notes
31809 \end_layout
31810
31811 \begin_layout Section
31812 \SpecialChar LyX
31813  Notes
31814 \begin_inset Index idx
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818 Notes ! \SpecialChar LyX
31819  Notes
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Notes are inserted with the toolbar button 
31829 \begin_inset Info
31830 type  "icon"
31831 arg   "note-insert"
31832 \end_inset
31833
31834  or the menu 
31835 \family sans
31836 Insert\SpecialChar menuseparator
31837 Note
31838 \family default
31839 .
31840  There are three types of notes:
31841 \end_layout
31842
31843 \begin_layout Description
31844 \SpecialChar LyX
31845
31846 \begin_inset space ~
31847 \end_inset
31848
31849 Note This note type is for internal notes that won't appear in the output.
31850  Its note-box looks like this:
31851 \begin_inset Newline newline
31852 \end_inset
31853
31854
31855 \begin_inset Newline newline
31856 \end_inset
31857
31858
31859 \begin_inset Graphics
31860         filename clipart/LyXNoteImage.png
31861         display false
31862         scaleBeforeRotation
31863
31864 \end_inset
31865
31866  
31867 \begin_inset Note Note
31868 status open
31869
31870 \begin_layout Plain Layout
31871 This is text in a note box that doesn't appear in the output.
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Description
31880 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31881 -comment,
31882  when you export the document to \SpecialChar LaTeX
31883  via the menu 
31884 \family sans
31885 File\SpecialChar menuseparator
31886 Export\SpecialChar menuseparator
31887 LaTeX
31888 \begin_inset space ~
31889 \end_inset
31890
31891 (pdflatex) / (plain)
31892 \family default
31893 .
31894  Its note-box looks like this:
31895 \begin_inset Newline newline
31896 \end_inset
31897
31898
31899 \begin_inset Newline newline
31900 \end_inset
31901
31902
31903 \begin_inset Graphics
31904         filename clipart/CommentNoteImage.png
31905         display false
31906         scaleBeforeRotation
31907
31908 \end_inset
31909
31910  
31911 \begin_inset Note Comment
31912 status open
31913
31914 \begin_layout Plain Layout
31915 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31916 -files.
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Description
31925 Greyed
31926 \begin_inset space ~
31927 \end_inset
31928
31929 Out This note will appear in the output as grey text.
31930  Its note-box looks like this:
31931 \begin_inset Newline newline
31932 \end_inset
31933
31934
31935 \begin_inset Newline newline
31936 \end_inset
31937
31938
31939 \begin_inset Graphics
31940         filename clipart/GreyedOutNoteImage.png
31941         display false
31942         scaleBeforeRotation
31943
31944 \end_inset
31945
31946
31947 \begin_inset Newline newline
31948 \end_inset
31949
31950
31951 \begin_inset ERT
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955
31956
31957 \backslash
31958 renewenvironment{lyxgreyedout}
31959 \end_layout
31960
31961 \begin_layout Plain Layout
31962
31963 {
31964 \backslash
31965 textcolor[gray]{0.8}
31966 \backslash
31967 bgroup}{
31968 \backslash
31969 egroup}
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \begin_inset Note Greyedout
31976 status open
31977
31978 \begin_layout Plain Layout
31979 This is text of a comment that appears grey in the output.
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \begin_inset ERT
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989
31990
31991 \backslash
31992 renewenvironment{lyxgreyedout}
31993 \end_layout
31994
31995 \begin_layout Plain Layout
31996
31997 {
31998 \backslash
31999 textcolor{blue}
32000 \backslash
32001 bgroup}{
32002 \backslash
32003 egroup}
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \begin_inset Note Note
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013 The greyed out note is here redefined to show it with the original \SpecialChar LyX
32014  definition
32015  because greyed out notes are redefined in the preamble of this document,
32016  as described below, to have blue text.
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \begin_inset Newline newline
32023 \end_inset
32024
32025
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029 As you can see in the example, the first line of greyed out notes is a bit
32030  indented and greyed out notes can have footnotes.
32031 \end_layout
32032
32033 \begin_layout Standard
32034 \begin_inset VSpace bigskip
32035 \end_inset
32036
32037 When you use the toolbar button 
32038 \begin_inset Info
32039 type  "icon"
32040 arg   "note-insert"
32041 \end_inset
32042
32043  to insert notes, a 
32044 \family sans
32045 \SpecialChar LyX
32046
32047 \begin_inset space ~
32048 \end_inset
32049
32050 Note
32051 \family default
32052  is inserted.
32053  You can switch between the three note types by right-clicking on the note-box.
32054  
32055 \family roman
32056 \series medium
32057 \bar no
32058 If you want to turn existing text into a note, mark it and click on the
32059  note
32060 \family default
32061 \series default
32062 \bar default
32063  toolbar 
32064 \family roman
32065 \series medium
32066 \bar no
32067 button
32068 \family default
32069 \series default
32070 \bar default
32071 .
32072  To change a note to text, press the backspace key when the cursor is in
32073  the first position of a note, or press the delete key when the cursor is
32074  in the very last position of the note, respectively.
32075 \end_layout
32076
32077 \begin_layout Standard
32078 \begin_inset VSpace bigskip
32079 \end_inset
32080
32081 You can change the text color of the greyed out notes in the menu 
32082 \family sans
32083 Document\SpecialChar menuseparator
32084 Settings\SpecialChar menuseparator
32085 Colors
32086 \family default
32087 .
32088 \end_layout
32089
32090 \begin_layout Section
32091 Footnotes
32092 \begin_inset CommandInset label
32093 LatexCommand label
32094 name "sec:Footnotes"
32095
32096 \end_inset
32097
32098
32099 \begin_inset Index idx
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 Notes ! Footnotes
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \begin_inset Index idx
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 Footnotes
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 Footnotes can be inserted using the toolbar button 
32123 \begin_inset Info
32124 type  "icon"
32125 arg   "footnote-insert"
32126 \end_inset
32127
32128  or the menu 
32129 \family sans
32130 Insert\SpecialChar menuseparator
32131 Footnote
32132 \family default
32133 .
32134  You will then see the following footnote-box: 
32135 \begin_inset Graphics
32136         filename clipart/footnote.png
32137         scale 95
32138         scaleBeforeRotation
32139
32140 \end_inset
32141
32142  
32143 \family roman
32144 \series medium
32145 \bar no
32146 where you can enter the footnote text.
32147  If you want to turn existing text into a footnote, mark it and click on
32148  the footnote
32149 \family default
32150 \series default
32151 \bar default
32152  toolbar 
32153 \family roman
32154 \series medium
32155 \bar no
32156 button
32157 \family default
32158 \series default
32159 \bar default
32160 .
32161  To change a 
32162 \family roman
32163 \series medium
32164 \bar no
32165 footnote
32166 \family default
32167 \series default
32168 \bar default
32169  to text, press the 
32170 \family sans
32171 Backspace
32172 \family default
32173  key when the cursor is in the first position of a 
32174 \family roman
32175 \series medium
32176 \bar no
32177 footnote
32178 \family default
32179 \series default
32180 \bar default
32181 , or press the 
32182 \family sans
32183 Delete
32184 \family default
32185  key when the cursor is in the very last position of the 
32186 \family roman
32187 \series medium
32188 \bar no
32189 footnote
32190 \family default
32191 \series default
32192 \bar default
32193 , respectively.
32194 \end_layout
32195
32196 \begin_layout Standard
32197 Here is an example footnote:
32198 \family roman
32199 \series medium
32200 \bar no
32201
32202 \begin_inset Foot
32203 status open
32204
32205 \begin_layout Plain Layout
32206 \begin_inset CommandInset label
32207 LatexCommand label
32208 name "foot:This-is-an"
32209
32210 \end_inset
32211
32212 This is an example footnote.
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \family default
32219 \series default
32220 \bar default
32221
32222 \begin_inset ERT
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226
32227
32228 \backslash
32229 newcounter{MyRepeatFoot}
32230 \end_layout
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 setcounter{MyRepeatFoot}{
32237 \backslash
32238 thefootnote}
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 The footnote will appear in the output as a superscript number at the text
32248  position where the footnote box is placed.
32249  The footnote text is placed at the bottom of the current page.
32250  The footnote number is calculated by \SpecialChar LaTeX
32251 ; the numbers are consecutive.
32252  Whether the footnote number is reset for every chapter depends on your
32253  document class.
32254 \end_layout
32255
32256 \begin_layout Standard
32257 Footnotes can be referenced like floats: Insert a label into the footnote
32258  and cross-reference this label in the text as described in section
32259 \begin_inset space ~
32260 \end_inset
32261
32262
32263 \begin_inset CommandInset ref
32264 LatexCommand ref
32265 reference "sec:Referencing-Floats"
32266
32267 \end_inset
32268
32269 .
32270 \begin_inset Newline newline
32271 \end_inset
32272
32273 This is a cross-reference of Footnote
32274 \begin_inset space ~
32275 \end_inset
32276
32277
32278 \begin_inset CommandInset ref
32279 LatexCommand ref
32280 reference "foot:This-is-an"
32281
32282 \end_inset
32283
32284 .
32285 \end_layout
32286
32287 \begin_layout Standard
32288 \begin_inset VSpace defskip
32289 \end_inset
32290
32291 Footnotes in title environments are usually not numbered with symbols and
32292  they cannot contain several paragraphs.
32293  See for example the footnote in the titling of this document.
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Footnotes in multi-page tables are described in section
32298 \begin_inset space ~
32299 \end_inset
32300
32301
32302 \begin_inset CommandInset ref
32303 LatexCommand ref
32304 reference "subsec:Footnotes-in-Multi-page"
32305
32306 \end_inset
32307
32308 .
32309 \end_layout
32310
32311 \begin_layout Standard
32312 \begin_inset VSpace defskip
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 Footnotes in minipage boxes are printed, but inside the box and with a different
32320  numbering because a minipage box is like a page inside a page.
32321  (For more about minipages, see section
32322 \begin_inset space ~
32323 \end_inset
32324
32325
32326 \begin_inset CommandInset ref
32327 LatexCommand ref
32328 reference "sec:Minipages"
32329
32330 \end_inset
32331
32332 .) To get a footnote in the minipage that is output at the bottom of the
32333  page like normal footnotes use this method: Instead of the footnote the
32334  command 
32335 \series bold
32336
32337 \backslash
32338 footnotemark{}
32339 \series default
32340  is inserted as \SpecialChar TeX
32341  code.
32342  The text of the footnote is entered as an argument of the \SpecialChar TeX
32343  code command
32344  
32345 \series bold
32346
32347 \backslash
32348 footnotetext
32349 \series default
32350  after the minipage.
32351 \begin_inset Newline newline
32352 \end_inset
32353
32354 This was done for the following minipage with the command
32355 \end_layout
32356
32357 \begin_layout Standard
32358
32359 \series bold
32360
32361 \backslash
32362 footnotetext{
32363 \series default
32364 Footnote outside the minipage.
32365 \series bold
32366 }
32367 \end_layout
32368
32369 \begin_layout Standard
32370 \begin_inset Box Frameless
32371 position "t"
32372 hor_pos "c"
32373 has_inner_box 1
32374 inner_pos "t"
32375 use_parbox 0
32376 use_makebox 0
32377 width "100col%"
32378 special "none"
32379 height "1in"
32380 height_special "totalheight"
32381 thickness "0.4pt"
32382 separation "3pt"
32383 shadowsize "4pt"
32384 framecolor "black"
32385 backgroundcolor "none"
32386 status open
32387
32388 \begin_layout Plain Layout
32389 This an example text in a minipage.
32390 \begin_inset Foot
32391 status open
32392
32393 \begin_layout Plain Layout
32394 Footnote in the minipage.
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Plain Layout
32403 This an example text in a minipage.
32404 \begin_inset ERT
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408
32409
32410 \backslash
32411 footnotemark{}
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 \begin_inset ERT
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429
32430
32431 \backslash
32432 footnotetext{
32433 \end_layout
32434
32435 \end_inset
32436
32437 Footnote outside the minipage.
32438 \begin_inset ERT
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442
32443 }
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Standard
32452 \begin_inset VSpace defskip
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 To refer to the same footnote several times without printing the footnote
32460  text every time, use the command 
32461 \series bold
32462
32463 \backslash
32464 footnotemark[number]
32465 \series default
32466  in \SpecialChar TeX
32467  code.
32468 \begin_inset Newline newline
32469 \end_inset
32470
32471 As you do not know the number of the repeating footnote while you are writing
32472  the text, you have to store its number.
32473  For the following footnote mark example, these commands were inserted in
32474  \SpecialChar TeX
32475  code after Footnote
32476 \begin_inset space ~
32477 \end_inset
32478
32479
32480 \begin_inset CommandInset ref
32481 LatexCommand ref
32482 reference "foot:This-is-an"
32483
32484 \end_inset
32485
32486  to store the footnote number:
32487 \end_layout
32488
32489 \begin_layout Standard
32490
32491 \series bold
32492
32493 \backslash
32494 newcounter{MyRepeatFoot}
32495 \begin_inset Newline newline
32496 \end_inset
32497
32498
32499 \backslash
32500 setcounter{MyRepeatFoot}{
32501 \backslash
32502 thefootnote}
32503 \end_layout
32504
32505 \begin_layout Standard
32506 The footnote mark was then created with this command:
32507 \end_layout
32508
32509 \begin_layout Standard
32510
32511 \series bold
32512
32513 \backslash
32514 footnotemark[
32515 \backslash
32516 theMyRepeatFoot]
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Here is a repeated footnote:
32521 \family roman
32522 \series medium
32523 \bar no
32524
32525 \begin_inset ERT
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529
32530
32531 \backslash
32532 footnotemark[
32533 \backslash
32534 theMyRepeatFoot]
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Standard
32543 If you want to repeat the previous footnote, you can omit the storage of
32544  the footnote number and just use this command instead:
32545 \end_layout
32546
32547 \begin_layout Standard
32548
32549 \series bold
32550
32551 \backslash
32552 footnotemark[
32553 \backslash
32554 thefootnote]
32555 \end_layout
32556
32557 \begin_layout Standard
32558 Here is another repeated footnote:
32559 \family roman
32560 \series medium
32561 \bar no
32562
32563 \begin_inset ERT
32564 status collapsed
32565
32566 \begin_layout Plain Layout
32567
32568
32569 \backslash
32570 footnotemark[
32571 \backslash
32572 thefootnote]
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Subsection
32581 Footnote Numbering
32582 \begin_inset CommandInset label
32583 LatexCommand label
32584 name "subsec:Footnote-Numbering"
32585
32586 \end_inset
32587
32588
32589 \begin_inset Index idx
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593 Footnotes ! Numbering
32594 \end_layout
32595
32596 \end_inset
32597
32598
32599 \end_layout
32600
32601 \begin_layout Standard
32602 To reset the footnote number back to 1 after each section
32603 \family roman
32604 , add this command to your document preamble:
32605 \end_layout
32606
32607 \begin_layout Standard
32608
32609 \series bold
32610
32611 \backslash
32612 @addtoreset{footnote}{section}
32613 \end_layout
32614
32615 \begin_layout Standard
32616 \begin_inset VSpace bigskip
32617 \end_inset
32618
32619 The following preamble command changes the footnote numbering style to small
32620  roman numerals:
32621 \end_layout
32622
32623 \begin_layout Standard
32624
32625 \series bold
32626
32627 \backslash
32628 renewcommand{
32629 \backslash
32630 thefootnote}{
32631 \backslash
32632 roman{footnote}}
32633 \end_layout
32634
32635 \begin_layout Standard
32636 \begin_inset ERT
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640
32641
32642 \backslash
32643 renewcommand{
32644 \backslash
32645 thefootnote}{
32646 \backslash
32647 roman{footnote}}
32648 \end_layout
32649
32650 \end_inset
32651
32652  This is a footnote with roman numbering:
32653 \begin_inset Foot
32654 status open
32655
32656 \begin_layout Plain Layout
32657 This is an example footnote with roman numbering.
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \begin_layout Standard
32666 To change the numbering style to capital roman numerals replace in the command
32667  above 
32668 \series bold
32669
32670 \backslash
32671 roman
32672 \series default
32673  by 
32674 \series bold
32675
32676 \backslash
32677 Roman
32678 \series default
32679 .
32680  To 
32681 \begin_inset Quotes eld
32682 \end_inset
32683
32684 number
32685 \begin_inset Quotes erd
32686 \end_inset
32687
32688  footnotes with capital or small Latin letters use 
32689 \series bold
32690
32691 \backslash
32692 Alph
32693 \series default
32694  or 
32695 \series bold
32696
32697 \backslash
32698 alph
32699 \series default
32700 , respectively.
32701  To 
32702 \begin_inset Quotes eld
32703 \end_inset
32704
32705 number
32706 \begin_inset Quotes erd
32707 \end_inset
32708
32709  footnotes with symbols use 
32710 \series bold
32711
32712 \backslash
32713 fnsymbol
32714 \series default
32715 .
32716 \end_layout
32717
32718 \begin_layout Standard
32719 \begin_inset Note Greyedout
32720 status open
32721
32722 \begin_layout Plain Layout
32723
32724 \series bold
32725 Note:
32726 \series default
32727  You can only number 26 footnotes with Latin letters, because this numbering
32728  is limited to single letters.
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737
32738 \begin_inset Note Greyedout
32739 status open
32740
32741 \begin_layout Plain Layout
32742
32743 \series bold
32744 Note:
32745 \series default
32746  You can only number 9 footnotes with symbols.
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 To return to the default numbering style after you have changed to another
32756  one, use 
32757 \series bold
32758
32759 \backslash
32760 arabic
32761 \series default
32762  instead of 
32763 \series bold
32764
32765 \backslash
32766 roman
32767 \series default
32768  in the command above.
32769 \begin_inset ERT
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773
32774
32775 \backslash
32776 renewcommand{
32777 \backslash
32778 thefootnote}{
32779 \backslash
32780 arabic{footnote}}
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \begin_layout Standard
32789 \begin_inset VSpace bigskip
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Standard
32796 If you want to have footnotes numbered in the scheme 
32797 \begin_inset Quotes eld
32798 \end_inset
32799
32800 chapter.footnote
32801 \begin_inset Quotes erd
32802 \end_inset
32803
32804 , add the following command to your document preamble:
32805 \end_layout
32806
32807 \begin_layout Standard
32808
32809 \series bold
32810
32811 \backslash
32812 numberwithin{footnote}{chapter}
32813 \end_layout
32814
32815 \begin_layout Standard
32816 To be able to use the command 
32817 \series bold
32818
32819 \backslash
32820 numberwithin
32821 \series default
32822 , set in the tab 
32823 \family sans
32824 Math
32825 \begin_inset space ~
32826 \end_inset
32827
32828 Options
32829 \family default
32830  in the document settings the option 
32831 \family sans
32832 Use
32833 \begin_inset space ~
32834 \end_inset
32835
32836 AMS
32837 \begin_inset space ~
32838 \end_inset
32839
32840 math
32841 \begin_inset space ~
32842 \end_inset
32843
32844 package
32845 \family default
32846 .
32847 \end_layout
32848
32849 \begin_layout Standard
32850 \begin_inset ERT
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854
32855
32856 \backslash
32857 numberwithin{footnote}{chapter}
32858 \end_layout
32859
32860 \end_inset
32861
32862 This is another example footnote:
32863 \series bold
32864
32865 \begin_inset Foot
32866 status open
32867
32868 \begin_layout Plain Layout
32869 This is a footnote numbered in the scheme 
32870 \begin_inset Quotes eld
32871 \end_inset
32872
32873 chapter.footnote
32874 \begin_inset Quotes erd
32875 \end_inset
32876
32877 .
32878 \end_layout
32879
32880 \end_inset
32881
32882
32883 \series default
32884
32885 \begin_inset ERT
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890
32891 \backslash
32892 renewcommand{
32893 \backslash
32894 thefootnote}{
32895 \backslash
32896 arabic{footnote}}
32897 \end_layout
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset Note Greyedout
32906 status open
32907
32908 \begin_layout Plain Layout
32909
32910 \series bold
32911 Note:
32912 \series default
32913  
32914 \series bold
32915
32916 \backslash
32917 numberwithin
32918 \series default
32919  always prints out the footnote number as arabic number; previous redefinitions
32920  to get non-arabic numbers are overwritten.
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 So to get for example the scheme 
32930 \begin_inset Quotes eld
32931 \end_inset
32932
32933 chapter.
32934 \backslash
32935 Roman{footnote}
32936 \begin_inset Quotes erd
32937 \end_inset
32938
32939 , use this command instead of 
32940 \series bold
32941
32942 \backslash
32943 numberwithin
32944 \series default
32945 :
32946 \end_layout
32947
32948 \begin_layout Standard
32949
32950 \series bold
32951
32952 \backslash
32953 renewcommand{
32954 \backslash
32955 thefootnote}{
32956 \backslash
32957 thechapter.
32958 \backslash
32959 Roman{footnote}}
32960 \end_layout
32961
32962 \begin_layout Subsection
32963 Footnote Placement
32964 \begin_inset Index idx
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968 Footnotes ! Placement
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 If you have several footnotes in one page, they appear without vertical
32978  space between them at the bottom of the page.
32979  To make them more readable you can e.
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983 g.
32984 \begin_inset space \space{}
32985 \end_inset
32986
32987 add 1.5
32988 \begin_inset space \thinspace{}
32989 \end_inset
32990
32991 mm space with the following preamble command:
32992 \end_layout
32993
32994 \begin_layout Standard
32995
32996 \series bold
32997
32998 \backslash
32999 let
33000 \backslash
33001 myFoot
33002 \backslash
33003 footnote
33004 \begin_inset Newline newline
33005 \end_inset
33006
33007
33008 \backslash
33009 renewcommand{
33010 \backslash
33011 footnote}[1]{
33012 \backslash
33013 myFoot{#1
33014 \backslash
33015 vspace{1.5mm}}}
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset VSpace bigskip
33020 \end_inset
33021
33022 In a two-column document the footnotes appear at the bottom of every column,
33023  see Figure
33024 \begin_inset space ~
33025 \end_inset
33026
33027
33028 \begin_inset CommandInset ref
33029 LatexCommand ref
33030 reference "fig:Standard-footnote-placement"
33031
33032 \end_inset
33033
33034 .
33035  If the footnotes should only appear at the bottom of the right column,
33036  as in Figure
33037 \begin_inset space ~
33038 \end_inset
33039
33040
33041 \begin_inset CommandInset ref
33042 LatexCommand ref
33043 reference "fig:Footnote-placement-in"
33044
33045 \end_inset
33046
33047 , use the \SpecialChar LaTeX
33048 -package 
33049 \series bold
33050 ftnright
33051 \series default
33052
33053 \begin_inset Index idx
33054 status collapsed
33055
33056 \begin_layout Plain Layout
33057 \SpecialChar LaTeX
33058 -packages ! ftnright
33059 \end_layout
33060
33061 \end_inset
33062
33063  with this command in the document preamble:
33064 \end_layout
33065
33066 \begin_layout Standard
33067
33068 \series bold
33069
33070 \backslash
33071 usepackage{ftnright}
33072 \end_layout
33073
33074 \begin_layout Standard
33075 \begin_inset Float figure
33076 placement !h
33077 alignment document
33078 wide false
33079 sideways false
33080 status open
33081
33082 \begin_layout Plain Layout
33083 \noindent
33084 \align center
33085 \begin_inset Box Boxed
33086 position "t"
33087 hor_pos "c"
33088 has_inner_box 0
33089 inner_pos "t"
33090 use_parbox 0
33091 use_makebox 0
33092 width ""
33093 special "none"
33094 height "1in"
33095 height_special "totalheight"
33096 thickness "0.4pt"
33097 separation "3pt"
33098 shadowsize "4pt"
33099 framecolor "black"
33100 backgroundcolor "none"
33101 status open
33102
33103 \begin_layout Plain Layout
33104 \begin_inset Graphics
33105         filename clipart/without_fntright.pdf
33106         width 100col%
33107         scaleBeforeRotation
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Plain Layout
33120 \begin_inset Caption Standard
33121
33122 \begin_layout Plain Layout
33123 \begin_inset CommandInset label
33124 LatexCommand label
33125 name "fig:Standard-footnote-placement"
33126
33127 \end_inset
33128
33129 Standard footnote placement in two-column documents.
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \begin_layout Standard
33143 \begin_inset Float figure
33144 placement !h
33145 alignment document
33146 wide false
33147 sideways false
33148 status open
33149
33150 \begin_layout Plain Layout
33151 \noindent
33152 \align center
33153 \begin_inset Box Boxed
33154 position "t"
33155 hor_pos "c"
33156 has_inner_box 0
33157 inner_pos "t"
33158 use_parbox 0
33159 use_makebox 0
33160 width ""
33161 special "none"
33162 height "1in"
33163 height_special "totalheight"
33164 thickness "0.4pt"
33165 separation "3pt"
33166 shadowsize "4pt"
33167 framecolor "black"
33168 backgroundcolor "none"
33169 status open
33170
33171 \begin_layout Plain Layout
33172 \begin_inset Graphics
33173         filename clipart/with_fntright.pdf
33174         width 100col%
33175         scaleBeforeRotation
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \end_inset
33183
33184
33185 \end_layout
33186
33187 \begin_layout Plain Layout
33188 \begin_inset Caption Standard
33189
33190 \begin_layout Plain Layout
33191 \begin_inset CommandInset label
33192 LatexCommand label
33193 name "fig:Footnote-placement-in"
33194
33195 \end_inset
33196
33197 Footnote placement in two-column documents when the \SpecialChar LaTeX
33198 -package 
33199 \series bold
33200 ftnright
33201 \series default
33202  is used.
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 \begin_inset VSpace bigskip
33217 \end_inset
33218
33219 In some scientific literature it is usual to collect the footnotes and print
33220  them in a separate paragraph at the end of a section, as in Figure
33221 \begin_inset space ~
33222 \end_inset
33223
33224
33225 \begin_inset CommandInset ref
33226 LatexCommand ref
33227 reference "fig:Endnotes"
33228
33229 \end_inset
33230
33231 .
33232  They are then called 
33233 \begin_inset Quotes eld
33234 \end_inset
33235
33236 endnotes
33237 \begin_inset Quotes erd
33238 \end_inset
33239
33240 .
33241 \begin_inset Index idx
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245 Endnotes
33246 \end_layout
33247
33248 \end_inset
33249
33250  To use endnotes instead of footnotes in your document, load in the menu
33251  
33252 \family sans
33253 Document\SpecialChar menuseparator
33254 Settings\SpecialChar menuseparator
33255 Modules 
33256 \family default
33257 the module 
33258 \family sans
33259 Foot
33260 \begin_inset space ~
33261 \end_inset
33262
33263 to
33264 \begin_inset space ~
33265 \end_inset
33266
33267 End
33268 \family default
33269 .
33270  To insert the collected footnotes, insert the command
33271 \end_layout
33272
33273 \begin_layout Standard
33274
33275 \series bold
33276
33277 \backslash
33278 theendnotes
33279 \end_layout
33280
33281 \begin_layout Standard
33282 in \SpecialChar TeX
33283  Code at the end of a section or chapter.
33284 \end_layout
33285
33286 \begin_layout Standard
33287 \begin_inset Float figure
33288 placement document
33289 alignment document
33290 wide false
33291 sideways false
33292 status open
33293
33294 \begin_layout Plain Layout
33295 \noindent
33296 \align center
33297 \begin_inset Box Boxed
33298 position "t"
33299 hor_pos "c"
33300 has_inner_box 0
33301 inner_pos "t"
33302 use_parbox 0
33303 use_makebox 0
33304 width ""
33305 special "none"
33306 height "1in"
33307 height_special "totalheight"
33308 thickness "0.4pt"
33309 separation "3pt"
33310 shadowsize "4pt"
33311 framecolor "black"
33312 backgroundcolor "none"
33313 status open
33314
33315 \begin_layout Plain Layout
33316 \begin_inset Graphics
33317         filename clipart/endnotes.pdf
33318         width 100col%
33319         scaleBeforeRotation
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \begin_layout Plain Layout
33332 \begin_inset Caption Standard
33333
33334 \begin_layout Plain Layout
33335 \begin_inset CommandInset label
33336 LatexCommand label
33337 name "fig:Endnotes"
33338
33339 \end_inset
33340
33341 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
33342  or chapters.
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \begin_inset VSpace medskip
33357 \end_inset
33358
33359 The paragraph heading for the endnotes isn't automatically translated into
33360  the document language, this must be done manually.
33361  The following preamble command translates the default English 
33362 \begin_inset Quotes eld
33363 \end_inset
33364
33365 Notes
33366 \begin_inset Quotes erd
33367 \end_inset
33368
33369  into the German 
33370 \begin_inset Quotes eld
33371 \end_inset
33372
33373 Anmerkungen
33374 \begin_inset Quotes erd
33375 \end_inset
33376
33377 :
33378 \end_layout
33379
33380 \begin_layout Standard
33381
33382 \series bold
33383
33384 \backslash
33385 renewcommand{
33386 \backslash
33387 notesname}{Anmerkungen}
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \begin_inset VSpace medskip
33392 \end_inset
33393
33394 The numbering of endnotes can be changed like the footnote numbering as
33395  described in section
33396 \begin_inset space ~
33397 \end_inset
33398
33399
33400 \begin_inset CommandInset ref
33401 LatexCommand ref
33402 reference "subsec:Footnote-Numbering"
33403
33404 \end_inset
33405
33406 ; just replace the command 
33407 \series bold
33408
33409 \backslash
33410 thefootnote
33411 \series default
33412  by 
33413 \series bold
33414
33415 \backslash
33416 theendnote
33417 \series default
33418 .
33419  To reset the endnote number use the command 
33420 \series bold
33421
33422 \backslash
33423 @addtoreset
33424 \series default
33425  as described in section
33426 \begin_inset space ~
33427 \end_inset
33428
33429
33430 \begin_inset CommandInset ref
33431 LatexCommand ref
33432 reference "subsec:Footnote-Numbering"
33433
33434 \end_inset
33435
33436  and replace the command parameter 
33437 \series bold
33438 footnote
33439 \series default
33440  by 
33441 \series bold
33442 endnote
33443 \series default
33444 .
33445 \end_layout
33446
33447 \begin_layout Standard
33448 For endnotes there is the command 
33449 \series bold
33450
33451 \backslash
33452 endnotemark[number]
33453 \series default
33454  similar to the command 
33455 \series bold
33456
33457 \backslash
33458 footnotemark
33459 \series default
33460 , that is described in section
33461 \begin_inset space ~
33462 \end_inset
33463
33464
33465 \begin_inset CommandInset ref
33466 LatexCommand ref
33467 reference "sec:Footnotes"
33468
33469 \end_inset
33470
33471 .
33472 \end_layout
33473
33474 \begin_layout Standard
33475 \begin_inset VSpace bigskip
33476 \end_inset
33477
33478 Footnotes can also be placed in the page margin and the footnote text alignment
33479  can be changed, see the \SpecialChar LaTeX
33480 -package 
33481 \series bold
33482 footmisc
33483 \series default
33484
33485 \begin_inset Index idx
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489 \SpecialChar LaTeX
33490 -packages ! footmisc
33491 \end_layout
33492
33493 \end_inset
33494
33495
33496 \begin_inset CommandInset citation
33497 LatexCommand cite
33498 key "footmisc"
33499 literal "true"
33500
33501 \end_inset
33502
33503  for more information about this.
33504 \end_layout
33505
33506 \begin_layout Standard
33507 For various further footnote formatting issues have a look at \SpecialChar LaTeX
33508 -books, 
33509 \begin_inset CommandInset citation
33510 LatexCommand cite
33511 key "latexcompanion,latexguide,latexbook"
33512 literal "true"
33513
33514 \end_inset
33515
33516 .
33517  If you are using a 
33518 \series bold
33519 KOMA-Script
33520 \series default
33521
33522 \begin_inset Index idx
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 \SpecialChar LaTeX
33527 -packages ! KOMA-Script
33528 \end_layout
33529
33530 \end_inset
33531
33532  document class, you can adjust all footnote settings using class-specific
33533  commands, see 
33534 \begin_inset CommandInset citation
33535 LatexCommand cite
33536 key "KOMA-Script"
33537 literal "true"
33538
33539 \end_inset
33540
33541 .
33542 \end_layout
33543
33544 \begin_layout Section
33545 Margin Notes
33546 \begin_inset Index idx
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 Notes ! Margin Notes
33551 \end_layout
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Standard
33559 Margin notes look and behave in \SpecialChar LyX
33560  like footnotes.
33561  They are inserted via the menu 
33562 \family sans
33563 Insert\SpecialChar menuseparator
33564 Marginal
33565 \begin_inset space ~
33566 \end_inset
33567
33568 Note
33569 \family default
33570  or the toolbar button 
33571 \begin_inset Info
33572 type  "icon"
33573 arg   "marginalnote-insert"
33574 \end_inset
33575
33576 .
33577  A grey 
33578 \family roman
33579 \series medium
33580 box with the
33581 \family default
33582 \series default
33583  red 
33584 \family roman
33585 \series medium
33586 label 
33587 \begin_inset Quotes eld
33588 \end_inset
33589
33590 margin
33591 \begin_inset Quotes erd
33592 \end_inset
33593
33594  appears where you can enter the text of the margin note.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 At the side is an example margin note.
33599
33600 \family roman
33601 \series medium
33602  
33603 \begin_inset Marginal
33604 status open
33605
33606 \begin_layout Plain Layout
33607 This is a margin note.
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Standard
33616 Margin notes appear at the right side in single-sided documents.
33617  In double-sided documents they appear in the outer margin â€“ left on even
33618  pages, right on odd pages.
33619  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
33620 d when the note appears in the left margin.
33621  The first line of the margin note is placed at the position of the text
33622  line where it is inserted in the document.
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \begin_inset VSpace bigskip
33627 \end_inset
33628
33629 To place the margin note in the inner margin, add the command
33630 \end_layout
33631
33632 \begin_layout Standard
33633
33634 \series bold
33635
33636 \backslash
33637 reversemarginpar
33638 \end_layout
33639
33640 \begin_layout Standard
33641 in \SpecialChar TeX
33642  Code before a margin note.
33643  The new placement is valid for all subsequent margin notes.
33644  
33645 \begin_inset ERT
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649
33650
33651 \backslash
33652 reversemarginpar 
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \begin_inset Marginal
33659 status open
33660
33661 \begin_layout Plain Layout
33662 This is a margin note in the inner margin.
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \series bold
33669
33670 \begin_inset Newline newline
33671 \end_inset
33672
33673
33674 \series default
33675
33676 \begin_inset Note Greyedout
33677 status open
33678
33679 \begin_layout Plain Layout
33680
33681 \series bold
33682 Note:
33683 \series default
33684  There is often not enough space in the inner margin so that the notes are
33685  not correctly displayed in the output.
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \begin_layout Standard
33694 To return to the default placement insert the command
33695 \end_layout
33696
33697 \begin_layout Standard
33698
33699 \series bold
33700
33701 \backslash
33702 normalmarginpar
33703 \end_layout
33704
33705 \begin_layout Standard
33706 in \SpecialChar TeX
33707  Code.
33708 \begin_inset ERT
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712
33713
33714 \backslash
33715 normalmarginpar 
33716 \end_layout
33717
33718 \end_inset
33719
33720  
33721 \begin_inset Note Greyedout
33722 status open
33723
33724 \begin_layout Plain Layout
33725
33726 \series bold
33727 Note:
33728 \series default
33729  The command is ignored when it is within a paragraph where also the command
33730  
33731 \series bold
33732
33733 \backslash
33734 reversemarginpar
33735 \series default
33736  is inserted.
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset VSpace bigskip
33746 \end_inset
33747
33748
33749 \family roman
33750 \series medium
33751
33752 \begin_inset Marginal
33753 status open
33754
33755 \begin_layout Plain Layout
33756 AVeryLongMarginParWord that isn't hyphenated.
33757 \end_layout
33758
33759 \end_inset
33760
33761
33762 \family default
33763 \series default
33764  Similar to the case described in section
33765 \begin_inset space ~
33766 \end_inset
33767
33768
33769 \begin_inset CommandInset ref
33770 LatexCommand ref
33771 reference "subsec:Multiple-Lines-in"
33772
33773 \end_inset
33774
33775 , long words cannot be hyphenated when they are the first word in a margin
33776  note.
33777  To avoid this, insert 0
33778 \begin_inset space \thinspace{}
33779 \end_inset
33780
33781 pt horizontal space before the word
33782 \family roman
33783 \series medium
33784 .
33785  
33786 \begin_inset Marginal
33787 status open
33788
33789 \begin_layout Plain Layout
33790 \begin_inset space \hspace*{}
33791 \length 0pt
33792 \end_inset
33793
33794 AVeryLongMarginParWord that is hyphenated.
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \begin_layout Standard
33803 \begin_inset VSpace bigskip
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 \begin_inset Note Greyedout
33811 status open
33812
33813 \begin_layout Plain Layout
33814
33815 \series bold
33816 Note:
33817 \series default
33818  Margin notes can normally not be used inside tables, floats, and footnotes.
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Standard
33827 \begin_inset VSpace bigskip
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Standard
33834 \begin_inset ERT
33835 status collapsed
33836
33837 \begin_layout Plain Layout
33838
33839
33840 \backslash
33841 ifmarginnote
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \begin_inset Note Note
33848 status open
33849
33850 \begin_layout Plain Layout
33851 The following section will only be displayed when the \SpecialChar LaTeX
33852 -package 
33853 \series bold
33854 marginnote
33855 \series default
33856  is installed.
33857 \end_layout
33858
33859 \end_inset
33860
33861
33862 \end_layout
33863
33864 \begin_layout Standard
33865 This restriction can be evaded by using the \SpecialChar LaTeX
33866 -package 
33867 \series bold
33868 marginnote
33869 \series default
33870
33871 \begin_inset Index idx
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875 \SpecialChar LaTeX
33876 -packages ! marginnote
33877 \end_layout
33878
33879 \end_inset
33880
33881 .
33882  By adding these two lines to your document preamble, the command used by
33883  \SpecialChar LyX
33884  for margin notes is redefined to use the command provided by the 
33885 \series bold
33886 marginnote
33887 \series default
33888 -package:
33889 \end_layout
33890
33891 \begin_layout Standard
33892
33893 \series bold
33894
33895 \backslash
33896 usepackage{marginnote}
33897 \begin_inset Newline newline
33898 \end_inset
33899
33900
33901 \backslash
33902 let
33903 \backslash
33904 marginpar
33905 \backslash
33906 marginnote
33907 \end_layout
33908
33909 \begin_layout Standard
33910 This is also used in this document because 
33911 \series bold
33912 marginnote
33913 \series default
33914  has another useful feature: You can set a vertical offset for the note.
33915  This is often needed when too many margin notes are too close together
33916  or for a better page layout.
33917  The offset is set in \SpecialChar LyX
33918  as \SpecialChar TeX
33919  Code directly after the margin note in the scheme
33920 \end_layout
33921
33922 \begin_layout Standard
33923
33924 \series bold
33925 [offset]
33926 \end_layout
33927
33928 \begin_layout Standard
33929 where the offset is a length with one of the units listed in Table
33930 \begin_inset space ~
33931 \end_inset
33932
33933
33934 \begin_inset CommandInset ref
33935 LatexCommand ref
33936 reference "tab:Units"
33937
33938 \end_inset
33939
33940 .
33941  A negative value shifts the note up, a positive value shifts it down.
33942  
33943 \family roman
33944 \series medium
33945 For example the margin note beside this text line is shifted up 1.5
33946 \begin_inset space \thinspace{}
33947 \end_inset
33948
33949 cm with the \SpecialChar TeX
33950  Code command 
33951 \begin_inset Quotes eld
33952 \end_inset
33953
33954
33955 \family default
33956 \series bold
33957 [-1.5cm]
33958 \family roman
33959 \series medium
33960
33961 \begin_inset Quotes erd
33962 \end_inset
33963
33964
33965 \begin_inset Marginal
33966 status open
33967
33968 \begin_layout Plain Layout
33969 This margin note is shifted up 1.5
33970 \begin_inset space \thinspace{}
33971 \end_inset
33972
33973 cm from its original position.
33974 \end_layout
33975
33976 \end_inset
33977
33978
33979 \family default
33980 \series default
33981
33982 \begin_inset ERT
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986
33987 [-1.5cm]
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 \begin_inset VSpace medskip
33997 \end_inset
33998
33999 With 
34000 \series bold
34001 marginnote
34002 \series default
34003  you can also change the alignment of the text in the margin note.
34004  For example the commands
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \series bold
34010
34011 \backslash
34012 renewcommand*{
34013 \backslash
34014 raggedleftmarginnote}{
34015 \backslash
34016 centering}
34017 \begin_inset Newline newline
34018 \end_inset
34019
34020
34021 \backslash
34022 renewcommand*{
34023 \backslash
34024 raggedrightmarginnote}{
34025 \backslash
34026 centering}
34027 \end_layout
34028
34029 \begin_layout Standard
34030 set the alignment to centered.
34031  
34032 \series bold
34033
34034 \backslash
34035 raggedleftmarginnote
34036 \series default
34037  denotes margin notes that appear at the left side.
34038 \family roman
34039 \series medium
34040
34041 \begin_inset ERT
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045
34046
34047 \backslash
34048 renewcommand*{
34049 \backslash
34050 raggedleftmarginnote}{
34051 \backslash
34052 centering}
34053 \end_layout
34054
34055 \begin_layout Plain Layout
34056
34057
34058 \backslash
34059 renewcommand*{
34060 \backslash
34061 raggedrightmarginnote}{
34062 \backslash
34063 centering}
34064 \end_layout
34065
34066 \end_inset
34067
34068
34069 \begin_inset Marginal
34070 status open
34071
34072 \begin_layout Plain Layout
34073 The text of this margin note is centered.
34074 \end_layout
34075
34076 \end_inset
34077
34078
34079 \family default
34080 \series default
34081  The default is
34082 \end_layout
34083
34084 \begin_layout Standard
34085
34086 \series bold
34087
34088 \backslash
34089 renewcommand*{
34090 \backslash
34091 raggedleftmarginnote}{
34092 \backslash
34093 raggedleft}
34094 \begin_inset Newline newline
34095 \end_inset
34096
34097
34098 \backslash
34099 renewcommand*{
34100 \backslash
34101 raggedrightmarginnote}{
34102 \backslash
34103 raggedright}
34104 \family roman
34105 \series medium
34106
34107 \begin_inset ERT
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111
34112
34113 \backslash
34114 renewcommand*{
34115 \backslash
34116 raggedleftmarginnote}{
34117 \backslash
34118 raggedleft}
34119 \end_layout
34120
34121 \begin_layout Plain Layout
34122
34123
34124 \backslash
34125 renewcommand*{
34126 \backslash
34127 raggedrightmarginnote}{
34128 \backslash
34129 raggedright}
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset VSpace medskip
34139 \end_inset
34140
34141 For the other features of 
34142 \series bold
34143 marginnote
34144 \series default
34145  refer to its documentation 
34146 \begin_inset CommandInset citation
34147 LatexCommand cite
34148 key "marginnote"
34149 literal "true"
34150
34151 \end_inset
34152
34153 .
34154 \end_layout
34155
34156 \begin_layout Standard
34157 \begin_inset VSpace bigskip
34158 \end_inset
34159
34160 You can adjust the layout of margin notes by changing its definition.
34161  To create for example a header for all margin notes with the underlined,
34162  sans-serif, and bold header text 
34163 \begin_inset Quotes eld
34164 \end_inset
34165
34166
34167 \family sans
34168 \series bold
34169 \bar under
34170 Attention!
34171 \family default
34172 \series default
34173 \bar default
34174
34175 \begin_inset Quotes erd
34176 \end_inset
34177
34178 , add this to your document preamble:
34179 \end_layout
34180
34181 \begin_layout Standard
34182
34183 \series bold
34184
34185 \backslash
34186 let
34187 \backslash
34188 myMarginpar
34189 \backslash
34190 marginpar
34191 \begin_inset Newline newline
34192 \end_inset
34193
34194
34195 \backslash
34196 renewcommand{
34197 \backslash
34198 marginpar}[1]{
34199 \backslash
34200 myMarginpar{%
34201 \begin_inset Newline newline
34202 \end_inset
34203
34204
34205 \begin_inset Phantom HPhantom
34206 status open
34207
34208 \begin_layout Plain Layout
34209
34210 \series bold
34211 \begin_inset space ~
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \backslash
34221 hspace{0pt}
34222 \backslash
34223 textsf{
34224 \backslash
34225 textbf{
34226 \backslash
34227 underbar{Attention!}}}%
34228 \begin_inset Newline newline
34229 \end_inset
34230
34231
34232 \begin_inset Phantom HPhantom
34233 status open
34234
34235 \begin_layout Plain Layout
34236
34237 \series bold
34238 \begin_inset space ~
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \backslash
34248 vspace{1.5mm}
34249 \backslash
34250
34251 \backslash
34252 #1}}
34253 \end_layout
34254
34255 \begin_layout Standard
34256
34257 \family roman
34258 \series medium
34259 \begin_inset ERT
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263
34264
34265 \backslash
34266 let
34267 \backslash
34268 myMarginpar
34269 \backslash
34270 marginpar
34271 \end_layout
34272
34273 \begin_layout Plain Layout
34274
34275
34276 \backslash
34277 renewcommand{
34278 \backslash
34279 marginpar}[1]{
34280 \backslash
34281 myMarginpar{%
34282 \end_layout
34283
34284 \begin_layout Plain Layout
34285
34286    
34287 \backslash
34288 textsf{
34289 \backslash
34290 textbf{
34291 \backslash
34292 underbar{Attention!}}}%
34293 \end_layout
34294
34295 \begin_layout Plain Layout
34296
34297    
34298 \backslash
34299 vspace{1.5mm}
34300 \backslash
34301
34302 \backslash
34303 #1}}
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \begin_inset Marginal
34310 status open
34311
34312 \begin_layout Plain Layout
34313 This is a margin note with a defined heading.
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \family default
34320 \series default
34321
34322 \begin_inset ERT
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326
34327 [-1.5cm]
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \family roman
34334 \series medium
34335
34336 \begin_inset ERT
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340
34341
34342 \backslash
34343 renewcommand{
34344 \backslash
34345 marginpar}[1]{
34346 \backslash
34347 myMarginpar{#1}}
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \family default
34354 \series default
34355
34356 \begin_inset Note Note
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360 The margin note format is changed only for this example.
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset ERT
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373
34374
34375 \backslash
34376 else
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \begin_inset Note Note
34383 status open
34384
34385 \begin_layout Plain Layout
34386 The following will be displayed when the \SpecialChar LaTeX
34387 -package 
34388 \series bold
34389 marginnote
34390 \series default
34391  is not installed:
34392 \end_layout
34393
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \begin_layout Standard
34400 You need to install the \SpecialChar LaTeX
34401 -package 
34402 \series bold
34403 marginnote
34404 \series default
34405  to see the following part of this section in the output.
34406 \end_layout
34407
34408 \begin_layout Standard
34409 \begin_inset ERT
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413
34414
34415 \backslash
34416 fi
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Chapter
34425 Boxes
34426 \end_layout
34427
34428 \begin_layout Section
34429 Introduction
34430 \begin_inset Index idx
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434 Boxes ! Introduction
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 Boxes are used to format a block of text.
34444  Boxes can be used to write documents with multiple languages, see section
34445 \begin_inset space ~
34446 \end_inset
34447
34448
34449 \begin_inset CommandInset ref
34450 LatexCommand ref
34451 reference "sec:Minipages"
34452
34453 \end_inset
34454
34455 , to frame texts, see section
34456 \begin_inset space ~
34457 \end_inset
34458
34459
34460 \begin_inset CommandInset ref
34461 LatexCommand ref
34462 reference "sec:Decoration"
34463
34464 \end_inset
34465
34466 , to prevent words from being hyphenated, see section
34467 \begin_inset space ~
34468 \end_inset
34469
34470
34471 \begin_inset CommandInset ref
34472 LatexCommand ref
34473 reference "sec:Prevent-Hyphenation"
34474
34475 \end_inset
34476
34477 , to align text, see section
34478 \begin_inset space ~
34479 \end_inset
34480
34481
34482 \begin_inset CommandInset ref
34483 LatexCommand ref
34484 reference "subsec:Vertical-Alignment"
34485
34486 \end_inset
34487
34488 , or to set the background color of texts, see section
34489 \begin_inset space ~
34490 \end_inset
34491
34492
34493 \begin_inset CommandInset ref
34494 LatexCommand ref
34495 reference "sec:Colored-Boxes"
34496
34497 \end_inset
34498
34499 .
34500 \end_layout
34501
34502 \begin_layout Standard
34503 Boxes can be inserted with the menu 
34504 \family sans
34505 Insert\SpecialChar menuseparator
34506 Box
34507 \family default
34508  or the toolbar button 
34509 \begin_inset Info
34510 type  "icon"
34511 arg   "box-insert Frameless"
34512 \end_inset
34513
34514 .
34515  A grey box with the label 
34516 \family sans
34517 Box (Minipage)
34518 \family default
34519
34520 \begin_inset Graphics
34521         filename clipart/BoxInsetDefault.png
34522         scale 95
34523         scaleBeforeRotation
34524
34525 \end_inset
34526
34527  will be inserted.
34528  The box type can be specified by right-clicking on the box and selecting
34529  
34530 \family sans
34531 Settings
34532 \family default
34533 .
34534  The box dialog offers the 
34535 \family sans
34536 Inner
34537 \begin_inset space ~
34538 \end_inset
34539
34540 Box
34541 \family default
34542  types 
34543 \family sans
34544 Makebox
34545 \family default
34546
34547 \family sans
34548 Parbox
34549 \family default
34550  and 
34551 \family sans
34552 Minipage
34553 \family default
34554 .
34555  The type 
34556 \family sans
34557 Minipage
34558 \family default
34559  is the default for new boxes and is explained in section
34560 \begin_inset space ~
34561 \end_inset
34562
34563
34564 \begin_inset CommandInset ref
34565 LatexCommand ref
34566 reference "sec:Minipages"
34567
34568 \end_inset
34569
34570 ; the type 
34571 \family sans
34572 Parbox
34573 \family default
34574  is described in section
34575 \begin_inset space ~
34576 \end_inset
34577
34578
34579 \begin_inset CommandInset ref
34580 LatexCommand ref
34581 reference "sec:Parboxes"
34582
34583 \end_inset
34584
34585  and the type 
34586 \family sans
34587 Makebox
34588 \family default
34589  in 
34590 \begin_inset CommandInset ref
34591 LatexCommand ref
34592 reference "sec:Prevent-Hyphenation"
34593
34594 \end_inset
34595
34596 .
34597 \end_layout
34598
34599 \begin_layout Standard
34600 Boxes are not numbered and can therefore not be referenced like floats or
34601  footnotes.
34602 \end_layout
34603
34604 \begin_layout Standard
34605 \begin_inset Note Greyedout
34606 status open
34607
34608 \begin_layout Plain Layout
34609
34610 \series bold
34611 Note:
34612 \series default
34613  Boxes must not be the item in an 
34614 \family sans
34615 Itemize
34616 \family default
34617  or 
34618 \family sans
34619 Description
34620 \family default
34621  environment.
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Standard
34630 \begin_inset Note Greyedout
34631 status open
34632
34633 \begin_layout Plain Layout
34634
34635 \series bold
34636 Note:
34637 \series default
34638  For an unknown reason you can only set the 
34639 \family sans
34640 Inner
34641 \begin_inset space ~
34642 \end_inset
34643
34644 Box
34645 \family default
34646  type to 
34647 \family sans
34648 None
34649 \family default
34650  when you use a framed box.
34651  Boxes without an 
34652 \family sans
34653 Inner
34654 \begin_inset space ~
34655 \end_inset
34656
34657 Box
34658 \family default
34659  type and without frames are explained in section
34660 \begin_inset space ~
34661 \end_inset
34662
34663
34664 \begin_inset CommandInset ref
34665 LatexCommand ref
34666 reference "sec:Prevent-Hyphenation"
34667
34668 \end_inset
34669
34670 .
34671 \end_layout
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Section
34679 Box Dialog
34680 \begin_inset CommandInset label
34681 LatexCommand label
34682 name "sec:Box-Dialog"
34683
34684 \end_inset
34685
34686
34687 \begin_inset Index idx
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691 Boxes ! Box Dialog
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Subsection
34700 Size
34701 \begin_inset Index idx
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705 Boxes ! Size
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Standard
34714 In the box dialog you can adjust the box geometry in the fields 
34715 \family sans
34716 Width
34717 \family default
34718  and 
34719 \family sans
34720 Height
34721 \family default
34722 .
34723  The available units for the geometry are explained in Table
34724 \begin_inset space ~
34725 \end_inset
34726
34727
34728 \begin_inset CommandInset ref
34729 LatexCommand ref
34730 reference "tab:Units"
34731
34732 \end_inset
34733
34734 .
34735  The field 
34736 \family sans
34737 Height
34738 \family default
34739  offers the following additional sizes:
34740 \end_layout
34741
34742 \begin_layout Description
34743 Depth This is the plain text 
34744 \begin_inset Quotes eld
34745 \end_inset
34746
34747 height
34748 \begin_inset Quotes erd
34749 \end_inset
34750
34751 .
34752  It ignores the total depth when there are multiple text lines in the box:
34753 \begin_inset Newline newline
34754 \end_inset
34755
34756
34757 \begin_inset Newline newline
34758 \end_inset
34759
34760
34761 \begin_inset Newline newline
34762 \end_inset
34763
34764
34765 \begin_inset Box Boxed
34766 position "c"
34767 hor_pos "c"
34768 has_inner_box 1
34769 inner_pos "c"
34770 use_parbox 0
34771 use_makebox 0
34772 width "12col%"
34773 special "none"
34774 height "1in"
34775 height_special "depth"
34776 thickness "0.4pt"
34777 separation "3pt"
34778 shadowsize "4pt"
34779 framecolor "black"
34780 backgroundcolor "none"
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784 \align center
34785 Box height set to 1
34786 \begin_inset space \thinspace{}
34787 \end_inset
34788
34789 Depth
34790 \end_layout
34791
34792 \end_inset
34793
34794
34795 \begin_inset Newline newline
34796 \end_inset
34797
34798
34799 \begin_inset Newline newline
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Description
34806 Height This is the height of the text that is inside the box.
34807  A value of e.
34808 \begin_inset space \thinspace{}
34809 \end_inset
34810
34811 g.
34812 \begin_inset space \space{}
34813 \end_inset
34814
34815 2 for this size will set the box height to 2
34816 \begin_inset space ~
34817 \end_inset
34818
34819 times the text height: 
34820 \begin_inset Box Boxed
34821 position "c"
34822 hor_pos "c"
34823 has_inner_box 1
34824 inner_pos "c"
34825 use_parbox 0
34826 use_makebox 0
34827 width "20col%"
34828 special "none"
34829 height "2in"
34830 height_special "height"
34831 thickness "0.4pt"
34832 separation "3pt"
34833 shadowsize "4pt"
34834 framecolor "black"
34835 backgroundcolor "none"
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839 \align center
34840 Box height set to 2
34841 \begin_inset space \thinspace{}
34842 \end_inset
34843
34844 Height
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Description
34853 Total
34854 \begin_inset space ~
34855 \end_inset
34856
34857 Height This is the Height
34858 \begin_inset space \thinspace{}
34859 \end_inset
34860
34861 +
34862 \begin_inset space \thinspace{}
34863 \end_inset
34864
34865 Depth: 
34866 \begin_inset Box Boxed
34867 position "c"
34868 hor_pos "c"
34869 has_inner_box 1
34870 inner_pos "c"
34871 use_parbox 0
34872 use_makebox 0
34873 width "20col%"
34874 special "none"
34875 height "1in"
34876 height_special "totalheight"
34877 thickness "0.4pt"
34878 separation "3pt"
34879 shadowsize "4pt"
34880 framecolor "black"
34881 backgroundcolor "none"
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885 \align center
34886 Box height set to 1
34887 \begin_inset space \thinspace{}
34888 \end_inset
34889
34890 Total
34891 \begin_inset space ~
34892 \end_inset
34893
34894 Height
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Description
34903 Width This sets the width of the box as height: 
34904 \begin_inset Box Boxed
34905 position "c"
34906 hor_pos "c"
34907 has_inner_box 1
34908 inner_pos "c"
34909 use_parbox 0
34910 use_makebox 0
34911 width "12col%"
34912 special "none"
34913 height "1in"
34914 height_special "width"
34915 thickness "0.4pt"
34916 separation "3pt"
34917 shadowsize "4pt"
34918 framecolor "black"
34919 backgroundcolor "none"
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923 \align center
34924 Box height set to 1
34925 \begin_inset space \thinspace{}
34926 \end_inset
34927
34928 Width
34929 \end_layout
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Subsection
34937 Alignment
34938 \begin_inset Index idx
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942 Boxes ! Alignment
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Standard
34951 When you have chosen an 
34952 \family sans
34953 Inner
34954 \begin_inset space ~
34955 \end_inset
34956
34957 Box
34958 \family default
34959 , the vertical box alignment can be:
34960 \end_layout
34961
34962 \begin_layout Description
34963 Top This is an example text line.
34964  
34965 \begin_inset Box Boxed
34966 position "t"
34967 hor_pos "c"
34968 has_inner_box 1
34969 inner_pos "c"
34970 use_parbox 0
34971 use_makebox 0
34972 width "12col%"
34973 special "none"
34974 height "1in"
34975 height_special "totalheight"
34976 thickness "0.4pt"
34977 separation "3pt"
34978 shadowsize "4pt"
34979 framecolor "black"
34980 backgroundcolor "none"
34981 status collapsed
34982
34983 \begin_layout Plain Layout
34984 \align center
34985 This box is top-aligned.
34986 \end_layout
34987
34988 \end_inset
34989
34990  This is an example text line.
34991 \end_layout
34992
34993 \begin_layout Description
34994 Middle This is an example text line.
34995  
34996 \begin_inset Box Boxed
34997 position "c"
34998 hor_pos "c"
34999 has_inner_box 1
35000 inner_pos "c"
35001 use_parbox 0
35002 use_makebox 0
35003 width "12col%"
35004 special "none"
35005 height "1in"
35006 height_special "totalheight"
35007 thickness "0.4pt"
35008 separation "3pt"
35009 shadowsize "4pt"
35010 framecolor "black"
35011 backgroundcolor "none"
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015 \align center
35016 This box is middle-aligned.
35017 \end_layout
35018
35019 \end_inset
35020
35021  This is an example text line.
35022 \end_layout
35023
35024 \begin_layout Description
35025 Bottom This is an example text line.
35026  
35027 \begin_inset Box Boxed
35028 position "b"
35029 hor_pos "c"
35030 has_inner_box 1
35031 inner_pos "c"
35032 use_parbox 0
35033 use_makebox 0
35034 width "12col%"
35035 special "none"
35036 height "1in"
35037 height_special "totalheight"
35038 thickness "0.4pt"
35039 separation "3pt"
35040 shadowsize "4pt"
35041 framecolor "black"
35042 backgroundcolor "none"
35043 status collapsed
35044
35045 \begin_layout Plain Layout
35046 \align center
35047 This box is bottom-aligned.
35048 \end_layout
35049
35050 \end_inset
35051
35052  This is an example text line.
35053 \end_layout
35054
35055 \begin_layout Standard
35056 \begin_inset Note Greyedout
35057 status open
35058
35059 \begin_layout Plain Layout
35060
35061 \series bold
35062 Note:
35063 \series default
35064  The vertical box alignment can be lost in the output when you have two
35065  boxes in a line and one has e.
35066 \begin_inset space \thinspace{}
35067 \end_inset
35068
35069 g.
35070 \begin_inset space \space{}
35071 \end_inset
35072
35073 a shadow and the other one not.
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 The horizontal box alignment can be set via \SpecialChar LyX
35083 's paragraph dialog when you
35084  set the box into its own paragraph.
35085 \end_layout
35086
35087 \begin_layout Standard
35088 \begin_inset VSpace bigskip
35089 \end_inset
35090
35091 When you have chosen an 
35092 \family sans
35093 Inner
35094 \begin_inset space ~
35095 \end_inset
35096
35097 Box
35098 \family default
35099 , the box content can be aligned vertically to:
35100 \end_layout
35101
35102 \begin_layout Description
35103 top This is an example text line.
35104  
35105 \begin_inset Box Boxed
35106 position "c"
35107 hor_pos "c"
35108 has_inner_box 1
35109 inner_pos "t"
35110 use_parbox 0
35111 use_makebox 0
35112 width "12col%"
35113 special "none"
35114 height "1.5in"
35115 height_special "totalheight"
35116 thickness "0.4pt"
35117 separation "3pt"
35118 shadowsize "4pt"
35119 framecolor "black"
35120 backgroundcolor "none"
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124 \align center
35125 This box text is top-aligned.
35126 \end_layout
35127
35128 \end_inset
35129
35130  This is an example text line.
35131 \end_layout
35132
35133 \begin_layout Description
35134 middle This is an example text line.
35135  
35136 \begin_inset Box Boxed
35137 position "c"
35138 hor_pos "c"
35139 has_inner_box 1
35140 inner_pos "c"
35141 use_parbox 0
35142 use_makebox 0
35143 width "12col%"
35144 special "none"
35145 height "1.5in"
35146 height_special "totalheight"
35147 thickness "0.4pt"
35148 separation "3pt"
35149 shadowsize "4pt"
35150 framecolor "black"
35151 backgroundcolor "none"
35152 status collapsed
35153
35154 \begin_layout Plain Layout
35155 \align center
35156 This box text is middle-aligned.
35157 \end_layout
35158
35159 \end_inset
35160
35161  This is an example text line.
35162 \end_layout
35163
35164 \begin_layout Description
35165 bottom This is an example text line.
35166  
35167 \begin_inset Box Boxed
35168 position "c"
35169 hor_pos "c"
35170 has_inner_box 1
35171 inner_pos "b"
35172 use_parbox 0
35173 use_makebox 0
35174 width "12col%"
35175 special "none"
35176 height "1.5in"
35177 height_special "totalheight"
35178 thickness "0.4pt"
35179 separation "3pt"
35180 shadowsize "4pt"
35181 framecolor "black"
35182 backgroundcolor "none"
35183 status collapsed
35184
35185 \begin_layout Plain Layout
35186 \align center
35187 This box text is bottom-aligned.
35188 \end_layout
35189
35190 \end_inset
35191
35192  This is an example text line.
35193 \end_layout
35194
35195 \begin_layout Description
35196 stretch This is an example text line.
35197  
35198 \begin_inset Box Boxed
35199 position "c"
35200 hor_pos "c"
35201 has_inner_box 1
35202 inner_pos "s"
35203 use_parbox 0
35204 use_makebox 0
35205 width "12col%"
35206 special "none"
35207 height "1.5in"
35208 height_special "totalheight"
35209 thickness "0.4pt"
35210 separation "3pt"
35211 shadowsize "4pt"
35212 framecolor "black"
35213 backgroundcolor "none"
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217 \align center
35218 This box
35219 \end_layout
35220
35221 \begin_layout Plain Layout
35222 \align center
35223 text is
35224 \end_layout
35225
35226 \begin_layout Plain Layout
35227 \align center
35228 stretched.
35229 \end_layout
35230
35231 \end_inset
35232
35233  This is an example text line.
35234 \end_layout
35235
35236 \begin_layout Standard
35237 To stretch the box content, it must consist of more than one paragraph.
35238  In the example above every text line is in an own paragraph.
35239 \end_layout
35240
35241 \begin_layout Standard
35242 \begin_inset VSpace bigskip
35243 \end_inset
35244
35245 To align the box content horizontally you can use \SpecialChar LyX
35246 's paragraph dialog when
35247  you have chosen an 
35248 \family sans
35249 Inner
35250 \begin_inset space ~
35251 \end_inset
35252
35253 Box
35254 \family default
35255 .
35256 \end_layout
35257
35258 \begin_layout Standard
35259 \align center
35260 \begin_inset Box Boxed
35261 position "c"
35262 hor_pos "c"
35263 has_inner_box 1
35264 inner_pos "s"
35265 use_parbox 0
35266 use_makebox 0
35267 width "15col%"
35268 special "none"
35269 height "1.25in"
35270 height_special "totalheight"
35271 thickness "0.4pt"
35272 separation "3pt"
35273 shadowsize "4pt"
35274 framecolor "black"
35275 backgroundcolor "none"
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279 \align left
35280 This box
35281 \end_layout
35282
35283 \begin_layout Plain Layout
35284 \align center
35285 text is
35286 \end_layout
35287
35288 \begin_layout Plain Layout
35289 \align right
35290 stretched.
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 If you have not set an 
35300 \family sans
35301 Inner
35302 \begin_inset space ~
35303 \end_inset
35304
35305 Box
35306 \family default
35307 , you can align the box content horizontally in the box dialog.
35308 \end_layout
35309
35310 \begin_layout Standard
35311 \align center
35312 \begin_inset Box Boxed
35313 position "c"
35314 hor_pos "s"
35315 has_inner_box 0
35316 inner_pos "s"
35317 use_parbox 0
35318 use_makebox 0
35319 width "90col%"
35320 special "none"
35321 height "1.25in"
35322 height_special "totalheight"
35323 thickness "0.4pt"
35324 separation "3pt"
35325 shadowsize "4pt"
35326 framecolor "black"
35327 backgroundcolor "none"
35328 status collapsed
35329
35330 \begin_layout Plain Layout
35331 This box text is horizontally stretched.
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \end_layout
35338
35339 \begin_layout Subsection
35340 Decoration
35341 \begin_inset CommandInset label
35342 LatexCommand label
35343 name "sec:Decoration"
35344
35345 \end_inset
35346
35347
35348 \begin_inset Index idx
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352 Boxes ! Decoration
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \begin_layout Standard
35361 The type of the box can be specified in the box dialog in the drop-down
35362  list 
35363 \family sans
35364 Decoration
35365 \family default
35366 .
35367  The following types are possible:
35368 \end_layout
35369
35370 \begin_layout Description
35371 No
35372 \begin_inset space ~
35373 \end_inset
35374
35375 frame Nothing is drawn.
35376 \end_layout
35377
35378 \begin_layout Description
35379 Simple
35380 \begin_inset space ~
35381 \end_inset
35382
35383 rectangular
35384 \begin_inset space ~
35385 \end_inset
35386
35387 frame This draws a rectangular frame around the box.
35388  The frame line thickness can be specified.
35389  
35390 \begin_inset Box Boxed
35391 position "c"
35392 hor_pos "c"
35393 has_inner_box 1
35394 inner_pos "c"
35395 use_parbox 0
35396 use_makebox 0
35397 width "20col%"
35398 special "none"
35399 height "1in"
35400 height_special "totalheight"
35401 thickness "0.4pt"
35402 separation "3pt"
35403 shadowsize "4pt"
35404 framecolor "black"
35405 backgroundcolor "none"
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409 \align center
35410 Rectangular box
35411 \end_layout
35412
35413 \end_inset
35414
35415
35416 \end_layout
35417
35418 \begin_layout Description
35419 Oval
35420 \begin_inset space ~
35421 \end_inset
35422
35423 box,
35424 \begin_inset space ~
35425 \end_inset
35426
35427 thin This draws an oval frame around the box.
35428  The frame line thickness has the size 0.4
35429 \begin_inset space \thinspace{}
35430 \end_inset
35431
35432 pt.
35433  
35434 \begin_inset Box ovalbox
35435 position "c"
35436 hor_pos "c"
35437 has_inner_box 1
35438 inner_pos "c"
35439 use_parbox 0
35440 use_makebox 0
35441 width "20col%"
35442 special "none"
35443 height "1in"
35444 height_special "totalheight"
35445 thickness "0.4pt"
35446 separation "3pt"
35447 shadowsize "4pt"
35448 framecolor "black"
35449 backgroundcolor "none"
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453 \align center
35454 Oval box, thin
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Description
35463 Oval
35464 \begin_inset space ~
35465 \end_inset
35466
35467 box,
35468 \begin_inset space ~
35469 \end_inset
35470
35471 thick This draws an oval frame around the box.
35472  The frame line thickness has the size 0.8
35473 \begin_inset space \thinspace{}
35474 \end_inset
35475
35476 pt.
35477  
35478 \begin_inset Box Ovalbox
35479 position "c"
35480 hor_pos "c"
35481 has_inner_box 1
35482 inner_pos "c"
35483 use_parbox 0
35484 use_makebox 0
35485 width "20col%"
35486 special "none"
35487 height "1in"
35488 height_special "totalheight"
35489 thickness "0.4pt"
35490 separation "3pt"
35491 shadowsize "4pt"
35492 framecolor "black"
35493 backgroundcolor "none"
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497 \align center
35498 Oval box, thick
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \begin_layout Description
35507 Drop
35508 \begin_inset space ~
35509 \end_inset
35510
35511 shadow This draws a rectangular frame with a shadow around the box.
35512  The frame line thickness and the shadow can be specified.
35513  
35514 \begin_inset Box Shadowbox
35515 position "c"
35516 hor_pos "c"
35517 has_inner_box 1
35518 inner_pos "c"
35519 use_parbox 0
35520 use_makebox 0
35521 width "20col%"
35522 special "none"
35523 height "1in"
35524 height_special "totalheight"
35525 thickness "0.4pt"
35526 separation "3pt"
35527 shadowsize "4pt"
35528 framecolor "black"
35529 backgroundcolor "none"
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533 \align center
35534 Shadow box
35535 \end_layout
35536
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \begin_layout Description
35543 Shaded
35544 \begin_inset space ~
35545 \end_inset
35546
35547 background This draws a box with a red background.
35548  Unlike colored boxes
35549 \begin_inset Foot
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 see sec.
35554 \begin_inset space \thinspace{}
35555 \end_inset
35556
35557
35558 \begin_inset CommandInset ref
35559 LatexCommand ref
35560 reference "sec:Colored-Boxes"
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \end_inset
35568
35569 , it always uses the whole column width and the box is set as its own paragraph.
35570  
35571 \begin_inset Box Shaded
35572 position "t"
35573 hor_pos "c"
35574 has_inner_box 0
35575 inner_pos "t"
35576 use_parbox 0
35577 use_makebox 0
35578 width "50col%"
35579 special "none"
35580 height "1in"
35581 height_special "totalheight"
35582 thickness "0.4pt"
35583 separation "3pt"
35584 shadowsize "4pt"
35585 framecolor "black"
35586 backgroundcolor "none"
35587 status collapsed
35588
35589 \begin_layout Plain Layout
35590 Shaded background box
35591 \end_layout
35592
35593 \end_inset
35594
35595
35596 \end_layout
35597
35598 \begin_layout Description
35599 Double
35600 \begin_inset space ~
35601 \end_inset
35602
35603 rectangular
35604 \begin_inset space ~
35605 \end_inset
35606
35607 frame This draws a double-line rectangular frame around the box.
35608  The line thickness of the inner frame is 0.75
35609 \begin_inset space \thinspace{}
35610 \end_inset
35611
35612 line
35613 \begin_inset space ~
35614 \end_inset
35615
35616 thickness, the thickness of the outer frame is 1.5
35617 \begin_inset space \thinspace{}
35618 \end_inset
35619
35620 line
35621 \begin_inset space ~
35622 \end_inset
35623
35624 thickness.
35625  The distance between the lines is 1.5
35626 \begin_inset space \thinspace{}
35627 \end_inset
35628
35629 line
35630 \begin_inset space ~
35631 \end_inset
35632
35633 thickness
35634 \begin_inset space \thinspace{}
35635 \end_inset
35636
35637 +
35638 \begin_inset space \thinspace{}
35639 \end_inset
35640
35641 0.5
35642 \begin_inset space \thinspace{}
35643 \end_inset
35644
35645 pt.
35646  
35647 \begin_inset Box Doublebox
35648 position "c"
35649 hor_pos "c"
35650 has_inner_box 1
35651 inner_pos "c"
35652 use_parbox 0
35653 use_makebox 0
35654 width "20col%"
35655 special "none"
35656 height "1in"
35657 height_special "totalheight"
35658 thickness "0.4pt"
35659 separation "3pt"
35660 shadowsize "4pt"
35661 framecolor "black"
35662 backgroundcolor "none"
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666 \align center
35667 Double rectangular box
35668 \end_layout
35669
35670 \end_inset
35671
35672
35673 \end_layout
35674
35675 \begin_layout Standard
35676 \begin_inset VSpace bigskip
35677 \end_inset
35678
35679 \SpecialChar LyX
35680 's box label will reflect the different frame types.
35681  To be able to use all types, the \SpecialChar LaTeX
35682 -package 
35683 \series bold
35684 fancybox
35685 \series default
35686
35687 \begin_inset Index idx
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691 \SpecialChar LaTeX
35692 -packages ! fancybox
35693 \end_layout
35694
35695 \end_inset
35696
35697  must be installed.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 \begin_inset VSpace bigskip
35702 \end_inset
35703
35704 When you use the decoration 
35705 \family sans
35706 simple rectangular frame
35707 \family default
35708  and no inner box, you can allow page breaks within a box.
35709  Note that then, unlike other framed boxes, the frame always uses the whole
35710  column width and the box is set as its own paragraph: 
35711 \begin_inset Box Framed
35712 position "t"
35713 hor_pos "c"
35714 has_inner_box 0
35715 inner_pos "t"
35716 use_parbox 0
35717 use_makebox 0
35718 width "100col%"
35719 special "none"
35720 height "1in"
35721 height_special "totalheight"
35722 thickness "0.4pt"
35723 separation "3pt"
35724 shadowsize "4pt"
35725 framecolor "black"
35726 backgroundcolor "none"
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730 Allow page break box
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \begin_layout Section
35739 Box Customization
35740 \begin_inset Index idx
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744 Boxes ! Customization
35745 \end_layout
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \begin_layout Standard
35753 The diameter of the round corners of the oval boxes can be set with the
35754  command 
35755 \series bold
35756
35757 \backslash
35758 cornersize
35759 \series default
35760 .
35761  The command
35762 \end_layout
35763
35764 \begin_layout Standard
35765
35766 \series bold
35767
35768 \backslash
35769 cornersize*{1cm}
35770 \end_layout
35771
35772 \begin_layout Standard
35773 sets the diameter to 1
35774 \begin_inset space \thinspace{}
35775 \end_inset
35776
35777 cm.
35778  The command
35779 \end_layout
35780
35781 \begin_layout Standard
35782
35783 \series bold
35784
35785 \backslash
35786 cornersize{num}
35787 \end_layout
35788
35789 \begin_layout Standard
35790 sets the diameter to 
35791 \family sans
35792 num
35793 \begin_inset space \thinspace{}
35794 \end_inset
35795
35796 ×
35797 \begin_inset space \thinspace{}
35798 \end_inset
35799
35800 minimum(width and height of box)
35801 \family default
35802 .
35803  The default is 
35804 \series bold
35805
35806 \backslash
35807 cornersize{0.5}
35808 \series default
35809 .
35810 \end_layout
35811
35812 \begin_layout Standard
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 cornersize*{1.5cm}
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \begin_inset Box Ovalbox
35827 position "c"
35828 hor_pos "c"
35829 has_inner_box 1
35830 inner_pos "c"
35831 use_parbox 0
35832 use_makebox 0
35833 width "25col%"
35834 special "none"
35835 height "1in"
35836 height_special "totalheight"
35837 thickness "0.4pt"
35838 separation "3pt"
35839 shadowsize "4pt"
35840 framecolor "black"
35841 backgroundcolor "none"
35842 status open
35843
35844 \begin_layout Plain Layout
35845 \align center
35846 Oval box with 
35847 \series bold
35848
35849 \backslash
35850 cornersize
35851 \series default
35852
35853 \begin_inset space \thinspace{}
35854 \end_inset
35855
35856 =
35857 \begin_inset space \thinspace{}
35858 \end_inset
35859
35860 1.5
35861 \begin_inset space \thinspace{}
35862 \end_inset
35863
35864 cm
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \begin_inset ERT
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874
35875
35876 \backslash
35877 cornersize{0.5}
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \begin_layout Standard
35886 \begin_inset VSpace bigskip
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \begin_layout Standard
35893 The default background color red of 
35894 \family sans
35895 shaded background
35896 \family default
35897  boxes can either be changed locally with the command 
35898 \series bold
35899
35900 \backslash
35901 definecolor{shadecolor}
35902 \series default
35903  or globally with the menu 
35904 \family sans
35905 Tools\SpecialChar menuseparator
35906 Preferences\SpecialChar menuseparator
35907 Colors\SpecialChar menuseparator
35908 shaded
35909 \begin_inset space ~
35910 \end_inset
35911
35912 box
35913 \family default
35914 .
35915  The scheme of the 
35916 \series bold
35917
35918 \backslash
35919 definecolor
35920 \series default
35921  command is explained in section
35922 \begin_inset space ~
35923 \end_inset
35924
35925
35926 \begin_inset CommandInset ref
35927 LatexCommand ref
35928 reference "sec:Colored-Tables"
35929
35930 \end_inset
35931
35932 .
35933 \begin_inset Foot
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937 Note that 
35938 \series bold
35939
35940 \backslash
35941 definecolor
35942 \series default
35943  requires the \SpecialChar LaTeX
35944 -package 
35945 \series bold
35946 color
35947 \series default
35948  in the preamble, see section
35949 \begin_inset space ~
35950 \end_inset
35951
35952
35953 \begin_inset CommandInset ref
35954 LatexCommand ref
35955 reference "sec:Colored-Boxes"
35956
35957 \end_inset
35958
35959 .
35960 \end_layout
35961
35962 \end_inset
35963
35964  For example the appearance of the following shaded background box is set
35965  with the \SpecialChar TeX
35966  Code command
35967 \end_layout
35968
35969 \begin_layout Standard
35970
35971 \series bold
35972
35973 \backslash
35974 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35975 \end_layout
35976
35977 \begin_layout Standard
35978 \begin_inset ERT
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982
35983
35984 \backslash
35985 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \begin_inset Box Shaded
35992 position "t"
35993 hor_pos "c"
35994 has_inner_box 0
35995 inner_pos "t"
35996 use_parbox 0
35997 use_makebox 0
35998 width "100col%"
35999 special "none"
36000 height "1in"
36001 height_special "totalheight"
36002 thickness "0.4pt"
36003 separation "3pt"
36004 shadowsize "4pt"
36005 framecolor "black"
36006 backgroundcolor "none"
36007 status open
36008
36009 \begin_layout Plain Layout
36010
36011 \color yellow
36012 This is yellow text in a
36013 \color none
36014  
36015 \family sans
36016 \color yellow
36017 shaded background
36018 \family default
36019 \color none
36020  
36021 \color yellow
36022 box with dark green background.
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033
36034 \backslash
36035 definecolor{shadecolor}{rgb}{1,0,0}
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \end_layout
36042
36043 \begin_layout Standard
36044 \begin_inset VSpace bigskip
36045 \end_inset
36046
36047 Manually changed sizes and colors are valid for all boxes following the
36048  commands that change them.
36049 \end_layout
36050
36051 \begin_layout Section
36052 Minipages
36053 \begin_inset CommandInset label
36054 LatexCommand label
36055 name "sec:Minipages"
36056
36057 \end_inset
36058
36059
36060 \begin_inset Index idx
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 Boxes ! Minipages
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Standard
36073 Minipages are treated by \SpecialChar LaTeX
36074  as pages within pages and can therefore for example
36075  have their own footnotes.
36076 \end_layout
36077
36078 \begin_layout Standard
36079 Minipages are useful when you write documents with different languages.
36080 \end_layout
36081
36082 \begin_layout Standard
36083 Below are two example minipages side by side.
36084  Their width is set to 45
36085 \begin_inset space \thinspace{}
36086 \end_inset
36087
36088 col% and they are separated by a horizontal fill, that was inserted via
36089  the menu 
36090 \family sans
36091 Insert\SpecialChar menuseparator
36092 Special
36093 \begin_inset space ~
36094 \end_inset
36095
36096 Formatting\SpecialChar menuseparator
36097 Horizontal
36098 \begin_inset space ~
36099 \end_inset
36100
36101 Fill
36102 \family default
36103 .
36104 \begin_inset Newpage newpage
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 \begin_inset Box Frameless
36112 position "t"
36113 hor_pos "c"
36114 has_inner_box 1
36115 inner_pos "c"
36116 use_parbox 0
36117 use_makebox 0
36118 width "45col%"
36119 special "none"
36120 height "1in"
36121 height_special "totalheight"
36122 thickness "0.4pt"
36123 separation "3pt"
36124 shadowsize "4pt"
36125 framecolor "black"
36126 backgroundcolor "none"
36127 status open
36128
36129 \begin_layout Plain Layout
36130
36131 \lang ngerman
36132 Dies ist ein deutscher Text.
36133  Dies ist ein deutscher Text.
36134  Dies ist ein deutscher Text.
36135  Dies ist ein deutscher Text.
36136  Dies ist ein deutscher Text.
36137  Dies ist ein deutscher Text.
36138  Dies ist ein deutscher Text.
36139  Dies ist ein deutscher Text.
36140  Dies ist ein deutscher Text.
36141  Dies ist ein deutscher Text.
36142  Dies ist ein deutscher Text.
36143  Dies ist ein deutscher Text.
36144  Dies ist ein deutscher Text
36145 \begin_inset Foot
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149
36150 \lang ngerman
36151 Dies ist eine deutsche Fußnote.
36152 \end_layout
36153
36154 \end_inset
36155
36156 .
36157  Dies ist ein deutscher Text.
36158  Dies ist ein deutscher Text.
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \begin_inset space \hfill{}
36165 \end_inset
36166
36167
36168 \begin_inset Box Frameless
36169 position "t"
36170 hor_pos "c"
36171 has_inner_box 1
36172 inner_pos "c"
36173 use_parbox 0
36174 use_makebox 0
36175 width "45col%"
36176 special "none"
36177 height "1in"
36178 height_special "totalheight"
36179 thickness "0.4pt"
36180 separation "3pt"
36181 shadowsize "4pt"
36182 framecolor "black"
36183 backgroundcolor "none"
36184 status open
36185
36186 \begin_layout Plain Layout
36187 This is an English Text.
36188  This is an English Text.
36189  This is an English Text.
36190  This is an English Text.
36191  This is an English Text.
36192  This is an English Text.
36193  This is an English Text.
36194  This is an English Text.
36195  This is an English Text.
36196  This is an English Text.
36197  This is an English Text.
36198  This is an English Text.
36199  This is an English Text.
36200  This is an English Text.
36201  This is an English Text.
36202  This is an English Text.
36203 \begin_inset Foot
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207 This is an English footnote.
36208 \end_layout
36209
36210 \end_inset
36211
36212  This is an English Text.
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \end_layout
36219
36220 \begin_layout Standard
36221 \begin_inset VSpace bigskip
36222 \end_inset
36223
36224 The document-wide paragraph settings are ignored within minipages.
36225  That means that there will be no space between paragraphs in minipages
36226  although you set it to e.
36227 \begin_inset space \thinspace{}
36228 \end_inset
36229
36230 g.
36231 \begin_inset space \space{}
36232 \end_inset
36233
36234
36235 \family sans
36236 MedSkip
36237 \family default
36238  in the document settings.
36239 \end_layout
36240
36241 \begin_layout Standard
36242 Minipages can also be used to set a background color for text parts, see
36243  section
36244 \begin_inset space ~
36245 \end_inset
36246
36247
36248 \begin_inset CommandInset ref
36249 LatexCommand ref
36250 reference "sec:Colored-Boxes"
36251
36252 \end_inset
36253
36254 .
36255 \end_layout
36256
36257 \begin_layout Standard
36258 \begin_inset Note Greyedout
36259 status open
36260
36261 \begin_layout Plain Layout
36262
36263 \series bold
36264 Note:
36265 \series default
36266  You cannot have floats or margin notes inside minipages but minipages can
36267  be used inside tables, floats, and other boxes.
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Standard
36276 \begin_inset VSpace bigskip
36277 \end_inset
36278
36279
36280 \end_layout
36281
36282 \begin_layout Standard
36283 \SpecialChar LyX
36284  has also basic support for minipages whose size is automatically determined
36285  by the width of their contents, via the module 
36286 \family sans
36287 Variable-width Minipages
36288 \family default
36289 .
36290  The \SpecialChar LyX
36291  example file 
36292 \emph on
36293 varwidth-floats-side-by-side
36294 \emph default
36295  gives examples of variable-width minipages used for placing two floats
36296  side-by-side.
36297 \end_layout
36298
36299 \begin_layout Section
36300 Parboxes
36301 \begin_inset CommandInset label
36302 LatexCommand label
36303 name "sec:Parboxes"
36304
36305 \end_inset
36306
36307
36308 \begin_inset Index idx
36309 status collapsed
36310
36311 \begin_layout Plain Layout
36312 Boxes ! Parboxes
36313 \end_layout
36314
36315 \end_inset
36316
36317
36318 \end_layout
36319
36320 \begin_layout Standard
36321 Parboxes are very similar to minipages with the difference that they cannot
36322  have footnotes.
36323 \end_layout
36324
36325 \begin_layout Standard
36326 \align center
36327 \begin_inset Box Frameless
36328 position "t"
36329 hor_pos "c"
36330 has_inner_box 1
36331 inner_pos "t"
36332 use_parbox 1
36333 use_makebox 0
36334 width "33col%"
36335 special "none"
36336 height "1in"
36337 height_special "totalheight"
36338 thickness "0.4pt"
36339 separation "3pt"
36340 shadowsize "4pt"
36341 framecolor "black"
36342 backgroundcolor "none"
36343 status open
36344
36345 \begin_layout Plain Layout
36346 This a text within a parbox.
36347  This a text within a parbox.
36348 \end_layout
36349
36350 \begin_layout Plain Layout
36351 This footnote won't appear:
36352 \begin_inset Foot
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356 This footnote is inside a parbox and will therefore not appear.
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \begin_layout Section
36370 Boxes for Words and Characters
36371 \begin_inset Index idx
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375 Boxes ! for Characters
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \end_layout
36382
36383 \begin_layout Subsection
36384 Prevent Hyphenation
36385 \begin_inset CommandInset label
36386 LatexCommand label
36387 name "sec:Prevent-Hyphenation"
36388
36389 \end_inset
36390
36391
36392 \begin_inset Index idx
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396 Boxes ! to Prevent Hyphenation
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \begin_layout Standard
36405 You can use the box type 
36406 \family sans
36407 Makebox
36408 \family default
36409  to prevent words or text from being hyphenated.
36410 \begin_inset Newline newline
36411 \end_inset
36412
36413 Here is an example text:
36414 \end_layout
36415
36416 \begin_layout Standard
36417 This line is an example to show how you can prevent the hyphenation of 
36418 \begin_inset Quotes eld
36419 \end_inset
36420
36421 veryverylongword
36422 \begin_inset Quotes erd
36423 \end_inset
36424
36425 .
36426 \end_layout
36427
36428 \begin_layout Standard
36429 To prevent the hyphenation of the word 
36430 \begin_inset Quotes eld
36431 \end_inset
36432
36433 veryverylongword
36434 \begin_inset Quotes erd
36435 \end_inset
36436
36437 , put the word into a box, set the 
36438 \family sans
36439 Inner
36440 \begin_inset space ~
36441 \end_inset
36442
36443 box
36444 \family default
36445  to 
36446 \family sans
36447 Makebox
36448 \family default
36449  and use no explicit width.
36450 \end_layout
36451
36452 \begin_layout Standard
36453 This is the result:
36454 \end_layout
36455
36456 \begin_layout Standard
36457 This line is an example to show how you can prevent the hyphenation of 
36458 \begin_inset Box Frameless
36459 position "t"
36460 hor_pos "c"
36461 has_inner_box 1
36462 inner_pos "t"
36463 use_parbox 0
36464 use_makebox 1
36465 width ""
36466 special "none"
36467 height "1in"
36468 height_special "totalheight"
36469 thickness "0.4pt"
36470 separation "3pt"
36471 shadowsize "4pt"
36472 framecolor "black"
36473 backgroundcolor "none"
36474 status open
36475
36476 \begin_layout Plain Layout
36477 \begin_inset Quotes eld
36478 \end_inset
36479
36480 veryverylongword
36481 \begin_inset Quotes erd
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \end_inset
36488
36489 .
36490 \end_layout
36491
36492 \begin_layout Standard
36493 You can alternatively set the command 
36494 \begin_inset Quotes eld
36495 \end_inset
36496
36497
36498 \series bold
36499
36500 \backslash
36501 -
36502 \series default
36503
36504 \begin_inset Quotes grd
36505 \end_inset
36506
36507  as \SpecialChar TeX
36508  Code directly 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 Quotes eld
36514 \end_inset
36515
36516
36517 \begin_inset ERT
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521
36522
36523 \backslash
36524 -
36525 \end_layout
36526
36527 \end_inset
36528
36529 veryverylongword
36530 \begin_inset Quotes erd
36531 \end_inset
36532
36533 .
36534 \end_layout
36535
36536 \begin_layout Standard
36537 Of course the word now protrudes over the side margin.
36538  To avoid this, add via the menu 
36539 \family sans
36540 Insert\SpecialChar menuseparator
36541 Formatting\SpecialChar menuseparator
36542 Ragged
36543 \begin_inset space ~
36544 \end_inset
36545
36546 Line
36547 \begin_inset space ~
36548 \end_inset
36549
36550 Break
36551 \family default
36552  (shortcut 
36553 \begin_inset Info
36554 type  "shortcut"
36555 arg   "newline-insert newline"
36556 \end_inset
36557
36558 ) a line break before the word:
36559 \end_layout
36560
36561 \begin_layout Standard
36562 This line is an example to show how you can prevent the hyphenation of 
36563 \begin_inset Newline newline
36564 \end_inset
36565
36566
36567 \begin_inset Box Frameless
36568 position "t"
36569 hor_pos "c"
36570 has_inner_box 1
36571 inner_pos "t"
36572 use_parbox 0
36573 use_makebox 1
36574 width ""
36575 special "none"
36576 height "1in"
36577 height_special "totalheight"
36578 thickness "0.4pt"
36579 separation "3pt"
36580 shadowsize "4pt"
36581 framecolor "black"
36582 backgroundcolor "none"
36583 status open
36584
36585 \begin_layout Plain Layout
36586 \begin_inset Quotes eld
36587 \end_inset
36588
36589 veryverylongword
36590 \begin_inset Quotes erd
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \end_inset
36597
36598 .
36599 \end_layout
36600
36601 \begin_layout Subsection
36602 Vertical Alignment
36603 \begin_inset CommandInset label
36604 LatexCommand label
36605 name "subsec:Vertical-Alignment"
36606
36607 \end_inset
36608
36609
36610 \begin_inset Index idx
36611 status collapsed
36612
36613 \begin_layout Plain Layout
36614 Boxes ! for Vertical Alignment
36615 \end_layout
36616
36617 \end_inset
36618
36619
36620 \begin_inset Index idx
36621 status collapsed
36622
36623 \begin_layout Plain Layout
36624 Boxes ! Raiseboxes
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \begin_layout Standard
36633 With the help of the command 
36634 \series bold
36635
36636 \backslash
36637 raisebox
36638 \series default
36639  you can align words, characters or other boxes vertically relative to the
36640  surrounding text.
36641  
36642 \series bold
36643
36644 \backslash
36645 raisebox
36646 \series default
36647  is used with the following scheme:
36648 \end_layout
36649
36650 \begin_layout Standard
36651
36652 \series bold
36653
36654 \backslash
36655 raisebox{lift}[height][depth]{box content}
36656 \end_layout
36657
36658 \begin_layout Standard
36659 The lift can be a positive value to raise the box or a negative value to
36660  lower the box.
36661 \end_layout
36662
36663 \begin_layout Standard
36664 To align for example the word 
36665 \begin_inset Quotes eld
36666 \end_inset
36667
36668 preventing
36669 \begin_inset Quotes erd
36670 \end_inset
36671
36672  so that the bottom of the 
36673 \begin_inset Quotes eld
36674 \end_inset
36675
36676 deepest
36677 \begin_inset Quotes erd
36678 \end_inset
36679
36680  character 
36681 \begin_inset Quotes eld
36682 \end_inset
36683
36684 p
36685 \begin_inset Quotes erd
36686 \end_inset
36687
36688  is at the baseline, insert the command
36689 \end_layout
36690
36691 \begin_layout Standard
36692
36693 \series bold
36694
36695 \backslash
36696 raisebox{
36697 \backslash
36698 depth}{
36699 \end_layout
36700
36701 \begin_layout Standard
36702 in \SpecialChar TeX
36703  Code before the word.
36704  After the word insert a closing brace 
36705 \begin_inset Quotes eld
36706 \end_inset
36707
36708
36709 \series bold
36710 }
36711 \series default
36712
36713 \begin_inset Quotes erd
36714 \end_inset
36715
36716  in \SpecialChar TeX
36717  Code.
36718 \begin_inset Newline newline
36719 \end_inset
36720
36721 This is the result:
36722 \end_layout
36723
36724 \begin_layout Standard
36725 This is a text line with the word 
36726 \begin_inset ERT
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730
36731
36732 \backslash
36733 raisebox{
36734 \backslash
36735 depth}{
36736 \end_layout
36737
36738 \end_inset
36739
36740
36741 \begin_inset Quotes eld
36742 \end_inset
36743
36744 preventing
36745 \begin_inset Quotes erd
36746 \end_inset
36747
36748
36749 \begin_inset ERT
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753
36754 }
36755 \end_layout
36756
36757 \end_inset
36758
36759  as a raised word.
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \begin_inset VSpace bigskip
36764 \end_inset
36765
36766 When you raise or lower characters in a line, the line distance will be
36767  spread:
36768 \end_layout
36769
36770 \begin_layout Standard
36771 This is a text line with the word 
36772 \begin_inset ERT
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776
36777
36778 \backslash
36779 raisebox{-
36780 \backslash
36781 depth}{
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \begin_inset Quotes eld
36788 \end_inset
36789
36790 preventing
36791 \begin_inset Quotes erd
36792 \end_inset
36793
36794
36795 \begin_inset ERT
36796 status collapsed
36797
36798 \begin_layout Plain Layout
36799
36800 }
36801 \end_layout
36802
36803 \end_inset
36804
36805  as a lowered word.
36806 \begin_inset Newline newline
36807 \end_inset
36808
36809 This is a text line with the word 
36810 \begin_inset ERT
36811 status collapsed
36812
36813 \begin_layout Plain Layout
36814
36815
36816 \backslash
36817 raisebox{0.5cm}{
36818 \end_layout
36819
36820 \end_inset
36821
36822
36823 \begin_inset Quotes eld
36824 \end_inset
36825
36826 testing
36827 \begin_inset Quotes erd
36828 \end_inset
36829
36830
36831 \begin_inset ERT
36832 status collapsed
36833
36834 \begin_layout Plain Layout
36835
36836 }
36837 \end_layout
36838
36839 \end_inset
36840
36841  as a raised word.
36842 \end_layout
36843
36844 \begin_layout Standard
36845 If you want to prevent this for a certain reason, set the box height to
36846  a zero value.
36847  For example use
36848 \end_layout
36849
36850 \begin_layout Standard
36851
36852 \series bold
36853
36854 \backslash
36855 raisebox{-
36856 \backslash
36857 depth}[0pt]{
36858 \end_layout
36859
36860 \begin_layout Standard
36861 This is a text line with the word 
36862 \begin_inset ERT
36863 status collapsed
36864
36865 \begin_layout Plain Layout
36866
36867
36868 \backslash
36869 raisebox{-
36870 \backslash
36871 depth}[0pt]{
36872 \end_layout
36873
36874 \end_inset
36875
36876
36877 \begin_inset Quotes eld
36878 \end_inset
36879
36880 preventing
36881 \begin_inset Quotes erd
36882 \end_inset
36883
36884
36885 \begin_inset ERT
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889
36890 }
36891 \end_layout
36892
36893 \end_inset
36894
36895  as a lowered word.
36896 \begin_inset Newline newline
36897 \end_inset
36898
36899
36900 \begin_inset Newline newline
36901 \end_inset
36902
36903 This is a text line with the word 
36904 \begin_inset ERT
36905 status collapsed
36906
36907 \begin_layout Plain Layout
36908
36909
36910 \backslash
36911 raisebox{0.5cm}[0pt]{
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \begin_inset Quotes eld
36918 \end_inset
36919
36920 testing
36921 \begin_inset Quotes erd
36922 \end_inset
36923
36924
36925 \begin_inset ERT
36926 status collapsed
36927
36928 \begin_layout Plain Layout
36929
36930 }
36931 \end_layout
36932
36933 \end_inset
36934
36935  as a raised word.
36936 \end_layout
36937
36938 \begin_layout Section
36939 Colored Boxes
36940 \begin_inset CommandInset label
36941 LatexCommand label
36942 name "sec:Colored-Boxes"
36943
36944 \end_inset
36945
36946
36947 \begin_inset Index idx
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951 Boxes ! Color
36952 \end_layout
36953
36954 \end_inset
36955
36956
36957 \end_layout
36958
36959 \begin_layout Standard
36960 To color the background of a box just select the color you like in the box
36961  dialog.
36962  This is for example a box with orange background: 
36963 \begin_inset Box Frameless
36964 position "t"
36965 hor_pos "c"
36966 has_inner_box 1
36967 inner_pos "t"
36968 use_parbox 0
36969 use_makebox 1
36970 width ""
36971 special "none"
36972 height "1in"
36973 height_special "totalheight"
36974 thickness "0.4pt"
36975 separation "3pt"
36976 shadowsize "4pt"
36977 framecolor "black"
36978 backgroundcolor "orange"
36979 status open
36980
36981 \begin_layout Plain Layout
36982 Box with orange background
36983 \end_layout
36984
36985 \end_inset
36986
36987
36988 \end_layout
36989
36990 \begin_layout Standard
36991 If you use the decoration 
36992 \family sans
36993 Simple
36994 \begin_inset space ~
36995 \end_inset
36996
36997 rectangular
36998 \begin_inset space ~
36999 \end_inset
37000
37001 frame
37002 \family default
37003  you can set a frame color.
37004  In this case you must also specify a background color (LyX sets white as
37005  default).
37006  Here is an example: 
37007 \begin_inset Box Boxed
37008 position "t"
37009 hor_pos "c"
37010 has_inner_box 0
37011 inner_pos "t"
37012 use_parbox 0
37013 use_makebox 0
37014 width ""
37015 special "none"
37016 height "1in"
37017 height_special "totalheight"
37018 thickness "0.4pt"
37019 separation "3pt"
37020 shadowsize "4pt"
37021 framecolor "teal"
37022 backgroundcolor "yellow"
37023 status open
37024
37025 \begin_layout Plain Layout
37026 Box with teal frame color and yellow background color
37027 \end_layout
37028
37029 \end_inset
37030
37031
37032 \end_layout
37033
37034 \begin_layout Standard
37035 \begin_inset VSpace bigskip
37036 \end_inset
37037
37038 Of course you can also have colored text inside a colored box:
37039 \begin_inset Newline newline
37040 \end_inset
37041
37042
37043 \begin_inset Box Boxed
37044 position "t"
37045 hor_pos "c"
37046 has_inner_box 0
37047 inner_pos "t"
37048 use_parbox 0
37049 use_makebox 0
37050 width ""
37051 special "none"
37052 height "1in"
37053 height_special "totalheight"
37054 thickness "0.4pt"
37055 separation "3pt"
37056 shadowsize "4pt"
37057 framecolor "cyan"
37058 backgroundcolor "magenta"
37059 status open
37060
37061 \begin_layout Plain Layout
37062
37063 \color yellow
37064 This is colored text within a colored, framed box
37065 \end_layout
37066
37067 \end_inset
37068
37069
37070 \end_layout
37071
37072 \begin_layout Standard
37073 \begin_inset VSpace bigskip
37074 \end_inset
37075
37076
37077 \end_layout
37078
37079 \begin_layout Standard
37080 If you need another color than the predefined ones, you can define your
37081  own color as described in section
37082 \begin_inset space ~
37083 \end_inset
37084
37085
37086 \begin_inset CommandInset ref
37087 LatexCommand ref
37088 reference "sec:Colored-Tables"
37089
37090 \end_inset
37091
37092 .
37093  To use your own color you must typeset the box by using TeX code:
37094 \end_layout
37095
37096 \begin_layout Standard
37097 Colored boxes without frame are created with the command 
37098 \series bold
37099
37100 \backslash
37101 colorbox
37102 \series default
37103 .
37104  It has the following scheme:
37105 \end_layout
37106
37107 \begin_layout Standard
37108
37109 \series bold
37110
37111 \backslash
37112 colorbox{color}{box content}
37113 \end_layout
37114
37115 \begin_layout Standard
37116 The box content can also be a box and colored boxes can also be within other
37117  boxes.
37118  To have e.
37119 \begin_inset space \thinspace{}
37120 \end_inset
37121
37122 g.
37123 \begin_inset space \space{}
37124 \end_inset
37125
37126 a darkgreen background for a word, insert the command
37127 \end_layout
37128
37129 \begin_layout Standard
37130
37131 \series bold
37132
37133 \backslash
37134 colorbox{darkgreen}{
37135 \end_layout
37136
37137 \begin_layout Standard
37138 before the word in \SpecialChar TeX
37139  Code.
37140  After the word insert a closing brace 
37141 \begin_inset Quotes eld
37142 \end_inset
37143
37144
37145 \series bold
37146 }
37147 \series default
37148
37149 \begin_inset Quotes erd
37150 \end_inset
37151
37152  in \SpecialChar TeX
37153  Code.
37154 \begin_inset Newline newline
37155 \end_inset
37156
37157 This is the result:
37158 \end_layout
37159
37160 \begin_layout Standard
37161 This is a line where the word 
37162 \begin_inset ERT
37163 status collapsed
37164
37165 \begin_layout Plain Layout
37166
37167
37168 \backslash
37169 colorbox{darkgreen}{
37170 \end_layout
37171
37172 \end_inset
37173
37174
37175 \begin_inset Quotes eld
37176 \end_inset
37177
37178 Attention!
37179 \begin_inset Quotes erd
37180 \end_inset
37181
37182
37183 \begin_inset ERT
37184 status collapsed
37185
37186 \begin_layout Plain Layout
37187
37188 }
37189 \end_layout
37190
37191 \end_inset
37192
37193  has a darkgreen background.
37194 \end_layout
37195
37196 \begin_layout Standard
37197 Framed, colored boxes are created with the command 
37198 \series bold
37199
37200 \backslash
37201 fcolorbox
37202 \series default
37203 .
37204  It has the following scheme:
37205 \end_layout
37206
37207 \begin_layout Standard
37208
37209 \series bold
37210
37211 \backslash
37212 fcolorbox{frame color}{box color}{box content}
37213 \end_layout
37214
37215 \begin_layout Section
37216 Rotated and Scaled Boxes
37217 \end_layout
37218
37219 \begin_layout Standard
37220 To use the boxes described in this section, the module 
37221 \family sans
37222 GraphicBoxes
37223 \family default
37224  must be loaded in the document settings.
37225 \end_layout
37226
37227 \begin_layout Standard
37228 \begin_inset Note Greyedout
37229 status open
37230
37231 \begin_layout Plain Layout
37232
37233 \series bold
37234 Note:
37235 \series default
37236  Not all DVI viewers are able to display rotated or scaled material.
37237 \end_layout
37238
37239 \end_inset
37240
37241
37242 \end_layout
37243
37244 \begin_layout Standard
37245 \begin_inset Note Greyedout
37246 status open
37247
37248 \begin_layout Plain Layout
37249
37250 \series bold
37251 Note:
37252 \series default
37253  Floats are not allowed inside a rotated or scaled box.
37254 \end_layout
37255
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \begin_layout Subsection
37262 Rotated Boxes
37263 \begin_inset Index idx
37264 status collapsed
37265
37266 \begin_layout Plain Layout
37267 Boxes ! rotated
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \begin_inset Index idx
37274 status collapsed
37275
37276 \begin_layout Plain Layout
37277 Rotated Material
37278 \end_layout
37279
37280 \end_inset
37281
37282
37283 \end_layout
37284
37285 \begin_layout Standard
37286 To rotate material, you can put it into a 
37287 \family sans
37288 Rotatebox
37289 \family default
37290 .
37291  Such a box is inserted via the menu 
37292 \family sans
37293 Insert\SpecialChar menuseparator
37294 Custom Insets\SpecialChar menuseparator
37295 Rotatebox
37296 \family default
37297 .
37298 \end_layout
37299
37300 \begin_layout Standard
37301 The rotation origin can be specified via the inset 
37302 \family sans
37303 Origin
37304 \family default
37305  (menu 
37306 \family sans
37307 Insert\SpecialChar menuseparator
37308 Origin
37309 \family default
37310 ) in the form 
37311 \series bold
37312 origin=position
37313 \series default
37314 .
37315  The following positions are possible: 
37316 \emph on
37317 c
37318 \emph default
37319  (center), 
37320 \emph on
37321 l
37322 \emph default
37323  (left), 
37324 \emph on
37325 r
37326 \emph default
37327  (right), 
37328 \emph on
37329 b
37330 \emph default
37331  (bottom), 
37332 \emph on
37333 t
37334 \emph default
37335  (top), along with meaningful combinations of the four base positions.
37336  For example 
37337 \emph on
37338 lt
37339 \emph default
37340  means that the rotation origin is at the top left corner of the box.
37341  When no rotation origin is specified, the position 
37342 \emph on
37343 l
37344 \emph default
37345  will be used.
37346  The rotation angle is a number that can be negative that specifies the
37347  angle in degrees.
37348  The rotation direction is counterclockwise.
37349 \end_layout
37350
37351 \begin_layout Standard
37352 In the following example 
37353 \series bold
37354 origin=c
37355 \series default
37356  was inserted to the 
37357 \family sans
37358 Origin
37359 \family default
37360  inset and 
37361 \series bold
37362 60
37363 \series default
37364  was inserted to the 
37365 \family sans
37366 Angle
37367 \family default
37368  inset.
37369 \end_layout
37370
37371 \begin_layout Standard
37372 This is a line 
37373 \begin_inset Flex Rotatebox
37374 status open
37375
37376 \begin_layout Plain Layout
37377 \begin_inset Argument 1
37378 status open
37379
37380 \begin_layout Plain Layout
37381 origin=c
37382 \end_layout
37383
37384 \end_inset
37385
37386
37387 \begin_inset Argument 2
37388 status open
37389
37390 \begin_layout Plain Layout
37391 60
37392 \end_layout
37393
37394 \end_inset
37395
37396 with rotated
37397 \end_layout
37398
37399 \end_inset
37400
37401  text.
37402 \end_layout
37403
37404 \begin_layout Standard
37405 The box content can also be another box or an inline formula:
37406 \end_layout
37407
37408 \begin_layout Standard
37409 This is a line 
37410 \begin_inset Flex Rotatebox
37411 status open
37412
37413 \begin_layout Plain Layout
37414 \begin_inset Argument 1
37415 status open
37416
37417 \begin_layout Plain Layout
37418 origin=r
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \begin_inset Argument 2
37425 status open
37426
37427 \begin_layout Plain Layout
37428 -60
37429 \end_layout
37430
37431 \end_inset
37432
37433
37434 \begin_inset Box Doublebox
37435 position "c"
37436 hor_pos "c"
37437 has_inner_box 0
37438 inner_pos "c"
37439 use_parbox 0
37440 use_makebox 0
37441 width "1in"
37442 special "width"
37443 height "1in"
37444 height_special "totalheight"
37445 thickness "0.4pt"
37446 separation "3pt"
37447 shadowsize "4pt"
37448 framecolor "black"
37449 backgroundcolor "none"
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453 with rotated
37454 \end_layout
37455
37456 \end_inset
37457
37458
37459 \end_layout
37460
37461 \end_inset
37462
37463  framed text 
37464 \begin_inset Flex Rotatebox
37465 status open
37466
37467 \begin_layout Plain Layout
37468 \begin_inset Argument 1
37469 status open
37470
37471 \begin_layout Plain Layout
37472 origin=lb
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \begin_inset Argument 2
37479 status open
37480
37481 \begin_layout Plain Layout
37482 60
37483 \end_layout
37484
37485 \end_inset
37486
37487
37488 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37489 \end_inset
37490
37491
37492 \end_layout
37493
37494 \end_inset
37495
37496  and a formula.
37497 \end_layout
37498
37499 \begin_layout Standard
37500 or an image or table:
37501 \end_layout
37502
37503 \begin_layout Standard
37504 This is a line 
37505 \begin_inset Flex Rotatebox
37506 status open
37507
37508 \begin_layout Plain Layout
37509 \begin_inset Argument 1
37510 status open
37511
37512 \begin_layout Plain Layout
37513 origin=lb
37514 \end_layout
37515
37516 \end_inset
37517
37518
37519 \begin_inset Argument 2
37520 status open
37521
37522 \begin_layout Plain Layout
37523 90
37524 \end_layout
37525
37526 \end_inset
37527
37528
37529 \begin_inset Graphics
37530         filename clipart/Star-structure.pdf
37531         lyxscale 50
37532         width 25col%
37533
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \end_inset
37540
37541  with a rotated image 
37542 \begin_inset Flex Rotatebox
37543 status open
37544
37545 \begin_layout Plain Layout
37546 \begin_inset Argument 2
37547 status open
37548
37549 \begin_layout Plain Layout
37550 -90
37551 \end_layout
37552
37553 \end_inset
37554
37555
37556 \begin_inset Tabular
37557 <lyxtabular version="3" rows="2" columns="2">
37558 <features tabularvalignment="middle">
37559 <column alignment="center" valignment="top">
37560 <column alignment="center" valignment="top">
37561 <row>
37562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 q
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 w
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 e
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 r
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 </row>
37601 </lyxtabular>
37602
37603 \end_inset
37604
37605
37606 \end_layout
37607
37608 \end_inset
37609
37610  and table.
37611 \begin_inset Index idx
37612 status collapsed
37613
37614 \begin_layout Plain Layout
37615 Figures ! rotated
37616 \end_layout
37617
37618 \end_inset
37619
37620
37621 \begin_inset Index idx
37622 status collapsed
37623
37624 \begin_layout Plain Layout
37625 Table Customization ! Rotating
37626 \end_layout
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Standard
37634 \begin_inset Note Greyedout
37635 status open
37636
37637 \begin_layout Plain Layout
37638
37639 \series bold
37640 Note:
37641 \series default
37642  If the 
37643 \family sans
37644 Angle
37645 \family default
37646  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
37647
37648  errors when viewing/exporting the document.
37649 \end_layout
37650
37651 \end_inset
37652
37653
37654 \end_layout
37655
37656 \begin_layout Subsection
37657 Scaled Boxes
37658 \begin_inset Index idx
37659 status collapsed
37660
37661 \begin_layout Plain Layout
37662 Boxes ! scaled
37663 \end_layout
37664
37665 \end_inset
37666
37667
37668 \begin_inset Index idx
37669 status collapsed
37670
37671 \begin_layout Plain Layout
37672 Scaled Material
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \begin_layout Standard
37681 To scale material put it into a 
37682 \family sans
37683 Scalebox
37684 \family default
37685 .
37686  Such a box is inserted via the menu 
37687 \family sans
37688 Insert\SpecialChar menuseparator
37689 Custom Insets\SpecialChar menuseparator
37690 Scalebox
37691 \family default
37692 .
37693 \end_layout
37694
37695 \begin_layout Standard
37696 The 
37697 \family sans
37698 Scalebox
37699 \family default
37700  inset has the mandatory inset 
37701 \family sans
37702 H-Factor
37703 \family default
37704  and the optional inset 
37705 \family sans
37706 V-Factor
37707 \family default
37708  (inserted via the menu 
37709 \family sans
37710 Insert\SpecialChar menuseparator
37711 V-Factor)
37712 \family default
37713 .
37714  Input there the horizontal and vertical scale factor, respectively.
37715  If no 
37716 \family sans
37717 V-Factor
37718 \family default
37719  inset is used, the horizontal factor will also be used as the vertical
37720  one.
37721 \end_layout
37722
37723 \begin_layout Standard
37724 To get for example the double text size, compared to the document text size,
37725  insert 
37726 \series bold
37727 2
37728 \series default
37729  into the 
37730 \family sans
37731 H-Factor
37732 \family default
37733  inset.
37734  An example: 
37735 \begin_inset Flex Scalebox
37736 status open
37737
37738 \begin_layout Plain Layout
37739 \begin_inset Argument 1
37740 status open
37741
37742 \begin_layout Plain Layout
37743 2
37744 \end_layout
37745
37746 \end_inset
37747
37748 Hello
37749 \end_layout
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \begin_layout Standard
37757
37758 \series bold
37759 2
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  distorts the 
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 2
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 If the scaling factor is negative, the box content will be mirrored.
37807  Therefore 
37808 \series bold
37809 -1
37810 \series default
37811  as 
37812 \family sans
37813 H-Factor
37814 \family default
37815  and 
37816 \series bold
37817 1
37818 \series default
37819  as 
37820 \family sans
37821 V-Factor
37822 \family default
37823  can be used to create mirror writing: 
37824 \begin_inset Flex Scalebox
37825 status open
37826
37827 \begin_layout Plain Layout
37828 \begin_inset Argument 1
37829 status open
37830
37831 \begin_layout Plain Layout
37832 -1
37833 \end_layout
37834
37835 \end_inset
37836
37837
37838 \begin_inset Argument 2
37839 status open
37840
37841 \begin_layout Plain Layout
37842 1
37843 \end_layout
37844
37845 \end_inset
37846
37847 Hello
37848 \end_layout
37849
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \begin_layout Standard
37856
37857 \series bold
37858 1
37859 \series default
37860  as 
37861 \family sans
37862 H-Factor
37863 \family default
37864  and 
37865 \series bold
37866 -1
37867 \series default
37868  as 
37869 \family sans
37870 V-Factor
37871 \family default
37872  reflects the 
37873 \begin_inset Flex Scalebox
37874 status open
37875
37876 \begin_layout Plain Layout
37877 \begin_inset Argument 1
37878 status open
37879
37880 \begin_layout Plain Layout
37881 1
37882 \end_layout
37883
37884 \end_inset
37885
37886
37887 \begin_inset Argument 2
37888 status open
37889
37890 \begin_layout Plain Layout
37891 -1
37892 \end_layout
37893
37894 \end_inset
37895
37896 Hello
37897 \end_layout
37898
37899 \end_inset
37900
37901  at the base line.
37902 \end_layout
37903
37904 \begin_layout Standard
37905 The 
37906 \family sans
37907 Reflectbox
37908 \family default
37909  (menu 
37910 \family sans
37911 Insert\SpecialChar menuseparator
37912 Custom Insets\SpecialChar menuseparator
37913 Reflectbox
37914 \family default
37915 ) is equivalent to 
37916 \series bold
37917 -1
37918 \series default
37919  as 
37920 \family sans
37921 H-Factor
37922 \family default
37923  and 
37924 \series bold
37925 1
37926 \series default
37927  as 
37928 \family sans
37929 V-Factor 
37930 \family default
37931 for a 
37932 \family sans
37933 Scalebox
37934 \family default
37935 .
37936 \end_layout
37937
37938 \begin_layout Standard
37939 \begin_inset Note Greyedout
37940 status open
37941
37942 \begin_layout Plain Layout
37943
37944 \series bold
37945 Note:
37946 \series default
37947  If the 
37948 \family sans
37949 H-Factor
37950 \family default
37951  inset is empty or contains other characters than numbers you will get LaTeX
37952  errors when viewing/exporting the document.
37953 \end_layout
37954
37955 \end_inset
37956
37957
37958 \end_layout
37959
37960 \begin_layout Standard
37961 \begin_inset VSpace bigskip
37962 \end_inset
37963
37964 The 
37965 \family sans
37966 Resizebox
37967 \family default
37968  (menu 
37969 \family sans
37970 Insert\SpecialChar menuseparator
37971 Custom Insets\SpecialChar menuseparator
37972 Resizebox
37973 \family default
37974 ) is used to scale the content to a defined width and height.
37975  The 
37976 \family sans
37977 Resizebox
37978 \family default
37979  inset has the mandatory inset 
37980 \family sans
37981 Width
37982 \family default
37983  and the optional inset 
37984 \family sans
37985 Height
37986 \family default
37987  (inserted via the menu 
37988 \family sans
37989 Insert\SpecialChar menuseparator
37990 Height)
37991 \family default
37992 .
37993  Input there the width and height, respectively, as value with a unit.
37994  
37995 \begin_inset CommandInset ref
37996 LatexCommand ref
37997 reference "tab:Units"
37998
37999 \end_inset
38000
38001  lists the possible units.
38002  If there is an exclamation mark 
38003 \series bold
38004 !
38005 \series default
38006  in one of the two insets, the size is set so that the aspect ratio of the
38007  box content is kept.
38008  If no 
38009 \family sans
38010 Height
38011 \family default
38012  inset is used an exclamation mark will internally be used for the height.
38013 \end_layout
38014
38015 \begin_layout Standard
38016
38017 \series bold
38018 2cm
38019 \series default
38020  as 
38021 \family sans
38022 Width
38023 \family default
38024  and 
38025 \series bold
38026 1cm
38027 \series default
38028  as 
38029 \family sans
38030 Height
38031 \family default
38032  produces: 
38033 \begin_inset Flex Resizebox
38034 status open
38035
38036 \begin_layout Plain Layout
38037 \begin_inset Argument 1
38038 status open
38039
38040 \begin_layout Plain Layout
38041 2cm
38042 \end_layout
38043
38044 \end_inset
38045
38046
38047 \begin_inset Argument 2
38048 status open
38049
38050 \begin_layout Plain Layout
38051 1cm
38052 \end_layout
38053
38054 \end_inset
38055
38056 Hello
38057 \end_layout
38058
38059 \end_inset
38060
38061
38062 \begin_inset Newline newline
38063 \end_inset
38064
38065
38066 \series bold
38067 2cm
38068 \series default
38069  as 
38070 \family sans
38071 Width
38072 \family default
38073  and 
38074 \series bold
38075 !
38076 \series default
38077  as 
38078 \family sans
38079 Height
38080 \family default
38081  (or no 
38082 \family sans
38083 Height
38084 \family default
38085 ) produces: 
38086 \begin_inset Flex Resizebox
38087 status open
38088
38089 \begin_layout Plain Layout
38090 \begin_inset Argument 1
38091 status open
38092
38093 \begin_layout Plain Layout
38094 2cm
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \begin_inset Argument 2
38101 status open
38102
38103 \begin_layout Plain Layout
38104 !
38105 \end_layout
38106
38107 \end_inset
38108
38109 Hello
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \end_layout
38116
38117 \begin_layout Standard
38118 \begin_inset Note Greyedout
38119 status open
38120
38121 \begin_layout Plain Layout
38122
38123 \series bold
38124 Note:
38125 \series default
38126  If the 
38127 \family sans
38128 Width
38129 \family default
38130  inset is empty or contains an invalid unit you will get LaTeX errors when
38131  viewing/exporting the document.
38132 \end_layout
38133
38134 \end_inset
38135
38136
38137 \end_layout
38138
38139 \begin_layout Standard
38140 \begin_inset VSpace bigskip
38141 \end_inset
38142
38143
38144 \end_layout
38145
38146 \begin_layout Standard
38147 The boxes can be combined in any order.
38148  As example a 
38149 \family sans
38150 Reflectbox
38151 \family default
38152  inside a 
38153 \family sans
38154 Resizebox
38155 \family default
38156  which is in turn inside a 
38157 \family sans
38158 Rotatebox
38159 \family default
38160 :
38161 \end_layout
38162
38163 \begin_layout Standard
38164 \noindent
38165 \align center
38166 \begin_inset Flex Rotatebox
38167 status open
38168
38169 \begin_layout Plain Layout
38170 \begin_inset Argument 1
38171 status open
38172
38173 \begin_layout Plain Layout
38174 origin=c
38175 \end_layout
38176
38177 \end_inset
38178
38179
38180 \begin_inset Argument 2
38181 status open
38182
38183 \begin_layout Plain Layout
38184 -45
38185 \end_layout
38186
38187 \end_inset
38188
38189
38190 \begin_inset Flex Resizebox
38191 status open
38192
38193 \begin_layout Plain Layout
38194 \begin_inset Argument 1
38195 status open
38196
38197 \begin_layout Plain Layout
38198 2cm
38199 \end_layout
38200
38201 \end_inset
38202
38203
38204 \begin_inset Flex Reflectbox
38205 status open
38206
38207 \begin_layout Plain Layout
38208 Hello
38209 \end_layout
38210
38211 \end_inset
38212
38213
38214 \end_layout
38215
38216 \end_inset
38217
38218
38219 \end_layout
38220
38221 \end_inset
38222
38223
38224 \end_layout
38225
38226 \begin_layout Standard
38227 \noindent
38228 Images, tables, and inline formulas are allowed as box content:
38229 \end_layout
38230
38231 \begin_layout Standard
38232 \noindent
38233 \align center
38234 \begin_inset Flex Resizebox
38235 status open
38236
38237 \begin_layout Plain Layout
38238 \begin_inset Argument 1
38239 status open
38240
38241 \begin_layout Plain Layout
38242 2cm
38243 \end_layout
38244
38245 \end_inset
38246
38247
38248 \begin_inset Flex Reflectbox
38249 status open
38250
38251 \begin_layout Plain Layout
38252 \begin_inset Graphics
38253         filename clipart/Star-structure.pdf
38254         lyxscale 50
38255         width 25col%
38256
38257 \end_inset
38258
38259
38260 \end_layout
38261
38262 \end_inset
38263
38264
38265 \end_layout
38266
38267 \end_inset
38268
38269  
38270 \begin_inset Flex Resizebox
38271 status open
38272
38273 \begin_layout Plain Layout
38274 \begin_inset Argument 1
38275 status open
38276
38277 \begin_layout Plain Layout
38278 2cm
38279 \end_layout
38280
38281 \end_inset
38282
38283
38284 \begin_inset Flex Reflectbox
38285 status open
38286
38287 \begin_layout Plain Layout
38288 \begin_inset Tabular
38289 <lyxtabular version="3" rows="2" columns="2">
38290 <features tabularvalignment="middle">
38291 <column alignment="center" valignment="top">
38292 <column alignment="center" valignment="top">
38293 <row>
38294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298 q
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38304 \begin_inset Text
38305
38306 \begin_layout Plain Layout
38307 w
38308 \end_layout
38309
38310 \end_inset
38311 </cell>
38312 </row>
38313 <row>
38314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318 e
38319 \end_layout
38320
38321 \end_inset
38322 </cell>
38323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout Plain Layout
38327 r
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 </row>
38333 </lyxtabular>
38334
38335 \end_inset
38336
38337
38338 \end_layout
38339
38340 \end_inset
38341
38342
38343 \end_layout
38344
38345 \end_inset
38346
38347  
38348 \begin_inset Flex Resizebox
38349 status open
38350
38351 \begin_layout Plain Layout
38352 \begin_inset Argument 1
38353 status open
38354
38355 \begin_layout Plain Layout
38356 3cm
38357 \end_layout
38358
38359 \end_inset
38360
38361
38362 \begin_inset Flex Reflectbox
38363 status open
38364
38365 \begin_layout Plain Layout
38366 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38367 \end_inset
38368
38369
38370 \end_layout
38371
38372 \end_inset
38373
38374
38375 \end_layout
38376
38377 \end_inset
38378
38379
38380 \begin_inset Index idx
38381 status collapsed
38382
38383 \begin_layout Plain Layout
38384 Figures ! scaled
38385 \end_layout
38386
38387 \end_inset
38388
38389
38390 \begin_inset Index idx
38391 status collapsed
38392
38393 \begin_layout Plain Layout
38394 Table Customization ! Scaling
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \end_layout
38401
38402 \begin_layout Standard
38403 When the global formula style 
38404 \series bold
38405 fleqn
38406 \series default
38407  is used in the document
38408 \begin_inset Foot
38409 status collapsed
38410
38411 \begin_layout Plain Layout
38412 When 
38413 \begin_inset Quotes eld
38414 \end_inset
38415
38416 fleqn
38417 \begin_inset Quotes erd
38418 \end_inset
38419
38420  is added to the document class options.
38421 \end_layout
38422
38423 \end_inset
38424
38425 , display style formulas can also be scaled.
38426 \end_layout
38427
38428 \begin_layout Chapter
38429 Objects Surrounded by Text
38430 \begin_inset Index idx
38431 status collapsed
38432
38433 \begin_layout Plain Layout
38434 Surrounded by text
38435 \end_layout
38436
38437 \end_inset
38438
38439
38440 \end_layout
38441
38442 \begin_layout Section
38443 Wrap Floats
38444 \begin_inset CommandInset label
38445 LatexCommand label
38446 name "sec:Wrap-Floats"
38447
38448 \end_inset
38449
38450
38451 \begin_inset Index idx
38452 status collapsed
38453
38454 \begin_layout Plain Layout
38455 Floats ! Wrap Floats
38456 \end_layout
38457
38458 \end_inset
38459
38460
38461 \begin_inset Index idx
38462 status collapsed
38463
38464 \begin_layout Plain Layout
38465 Surrounded by text ! Wrap Floats
38466 \end_layout
38467
38468 \end_inset
38469
38470
38471 \end_layout
38472
38473 \begin_layout Standard
38474 \begin_inset Wrap figure
38475 lines 0
38476 placement l
38477 overhang 1cm
38478 width "40col%"
38479 status open
38480
38481 \begin_layout Plain Layout
38482 \begin_inset Graphics
38483         filename clipart/2D-intensity-plot.pdf
38484         width 40col%
38485         scaleBeforeRotation
38486         rotateOrigin center
38487
38488 \end_inset
38489
38490
38491 \end_layout
38492
38493 \begin_layout Plain Layout
38494 \begin_inset Caption Standard
38495
38496 \begin_layout Plain Layout
38497 \begin_inset CommandInset label
38498 LatexCommand label
38499 name "fig:This-is-a"
38500
38501 \end_inset
38502
38503 This is a figure wrap float.
38504 \end_layout
38505
38506 \end_inset
38507
38508
38509 \end_layout
38510
38511 \end_inset
38512
38513  This float type is used if you want to wrap text around a figure or table
38514  so that it only occupies some fraction of the column width.
38515  It can be inserted using the menu 
38516 \family sans
38517 Insert\SpecialChar menuseparator
38518 Floats\SpecialChar menuseparator
38519 Figure
38520 \begin_inset space ~
38521 \end_inset
38522
38523 Wrap
38524 \begin_inset space ~
38525 \end_inset
38526
38527 Float
38528 \family default
38529  or 
38530 \family sans
38531 Table
38532 \begin_inset space ~
38533 \end_inset
38534
38535 Wrap
38536 \begin_inset space ~
38537 \end_inset
38538
38539 Float
38540 \family default
38541  if the \SpecialChar LaTeX
38542 -package 
38543 \series bold
38544 wrapfig
38545 \series default
38546
38547 \begin_inset Index idx
38548 status collapsed
38549
38550 \begin_layout Plain Layout
38551 \SpecialChar LaTeX
38552 -packages ! wrapfig
38553 \end_layout
38554
38555 \end_inset
38556
38557  is installed.
38558 \begin_inset Foot
38559 status collapsed
38560
38561 \begin_layout Plain Layout
38562 Installing a \SpecialChar LaTeX
38563 -package is explained it in the 
38564 \emph on
38565 \SpecialChar LaTeX
38566
38567 \begin_inset space ~
38568 \end_inset
38569
38570 Configuration
38571 \emph default
38572  manual.
38573 \end_layout
38574
38575 \end_inset
38576
38577  The settings of the float can be modified by right-clicking on the float
38578  box.
38579  The mandatory settings are the float 
38580 \family sans
38581 Placement
38582 \family default
38583  and its 
38584 \family sans
38585 Width
38586 \family default
38587 .
38588  Optional are the 
38589 \family sans
38590 Overhang
38591 \family default
38592  that specifies how much the float is set into the paragraph
38593 \begin_inset space \thinspace{}
38594 \end_inset
38595
38596 /
38597 \begin_inset space \thinspace{}
38598 \end_inset
38599
38600 page margin, and the 
38601 \family sans
38602 Line
38603 \begin_inset space ~
38604 \end_inset
38605
38606 span
38607 \family default
38608  that specifies how many text lines the float will approximately need.
38609  The line span is often hard to approximate; so it is better only to use
38610  it when you encounter float placement problems.
38611  You can furthermore decide if \SpecialChar LaTeX
38612  is allowed to let the float float within
38613  the paragraph or to surrounding paragraphs.
38614  Figure
38615 \begin_inset space ~
38616 \end_inset
38617
38618
38619 \begin_inset CommandInset ref
38620 LatexCommand ref
38621 reference "fig:This-is-a"
38622
38623 \end_inset
38624
38625  is an example text wrap float with a width of 40
38626 \begin_inset space \thinspace{}
38627 \end_inset
38628
38629 col%, 1
38630 \begin_inset space \thinspace{}
38631 \end_inset
38632
38633 cm overhang, set to the left.
38634 \end_layout
38635
38636 \begin_layout Standard
38637 \begin_inset Note Greyedout
38638 status open
38639
38640 \begin_layout Plain Layout
38641
38642 \series bold
38643 Note:
38644 \series default
38645  Text
38646 \begin_inset space ~
38647 \end_inset
38648
38649 wrap float floats are fragile! E.
38650 \begin_inset space \thinspace{}
38651 \end_inset
38652
38653 g.
38654 \begin_inset space \space{}
38655 \end_inset
38656
38657 having a figure too close to the bottom of the page can mess things up in
38658  such a way that the float does not appear in the output or that it is placed
38659  over some other text.
38660 \end_layout
38661
38662 \end_inset
38663
38664
38665 \end_layout
38666
38667 \begin_layout Standard
38668 In general, the following applies for wrap floats:
38669 \end_layout
38670
38671 \begin_layout Itemize
38672 They should not be placed in paragraphs that run over a page break.
38673  That means that wrap floats are better inserted in their exact place when
38674  the document is almost finished and you are able to estimate where page
38675  breaks will appear.
38676 \end_layout
38677
38678 \begin_layout Itemize
38679 They should either be placed in their own paragraph before the paragraph
38680  where they should wrap into or within a paragraph.
38681 \end_layout
38682
38683 \begin_layout Itemize
38684 In consecutive paragraphs they may cause troubles, so ensure that there
38685  is a text paragraph between them as separator.
38686 \end_layout
38687
38688 \begin_layout Itemize
38689 They are not allowed in section headings or tables.
38690 \end_layout
38691
38692 \begin_layout Itemize
38693 Their numbering and referencing works as described in chap.
38694 \begin_inset space \thinspace{}
38695 \end_inset
38696
38697
38698 \begin_inset CommandInset ref
38699 LatexCommand ref
38700 reference "chap:Floats"
38701
38702 \end_inset
38703
38704 .
38705 \end_layout
38706
38707 \begin_layout Section
38708 Surrounded Fixed Objects
38709 \begin_inset Index idx
38710 status collapsed
38711
38712 \begin_layout Plain Layout
38713 Surrounded by text ! Fixed objects
38714 \end_layout
38715
38716 \end_inset
38717
38718
38719 \end_layout
38720
38721 \begin_layout Standard
38722 The wrap floats described in sec.
38723 \begin_inset space \thinspace{}
38724 \end_inset
38725
38726
38727 \begin_inset CommandInset ref
38728 LatexCommand ref
38729 reference "sec:Wrap-Floats"
38730
38731 \end_inset
38732
38733  have these positions in the paragraph:
38734 \end_layout
38735
38736 \begin_layout Standard
38737 \noindent
38738 \align center
38739 \begin_inset Tabular
38740 <lyxtabular version="3" rows="2" columns="2">
38741 <features tabularvalignment="middle">
38742 <column alignment="center" valignment="top">
38743 <column alignment="center" valignment="top">
38744 <row>
38745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38746 \begin_inset Text
38747
38748 \begin_layout Plain Layout
38749 \begin_inset Info
38750 type  "icon"
38751 arg   "dialog-show-new-inset graphics"
38752 \end_inset
38753
38754
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 text
38764 \end_layout
38765
38766 \end_inset
38767 </cell>
38768 </row>
38769 <row>
38770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38771 \begin_inset Text
38772
38773 \begin_layout Plain Layout
38774 text
38775 \end_layout
38776
38777 \end_inset
38778 </cell>
38779 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38780 \begin_inset Text
38781
38782 \begin_layout Plain Layout
38783 text
38784 \end_layout
38785
38786 \end_inset
38787 </cell>
38788 </row>
38789 </lyxtabular>
38790
38791 \end_inset
38792
38793  or 
38794 \begin_inset Tabular
38795 <lyxtabular version="3" rows="2" columns="2">
38796 <features tabularvalignment="middle">
38797 <column alignment="center" valignment="top">
38798 <column alignment="center" valignment="top">
38799 <row>
38800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38801 \begin_inset Text
38802
38803 \begin_layout Plain Layout
38804 text
38805 \end_layout
38806
38807 \end_inset
38808 </cell>
38809 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38810 \begin_inset Text
38811
38812 \begin_layout Plain Layout
38813 \begin_inset Info
38814 type  "icon"
38815 arg   "dialog-show-new-inset graphics"
38816 \end_inset
38817
38818
38819 \end_layout
38820
38821 \end_inset
38822 </cell>
38823 </row>
38824 <row>
38825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38826 \begin_inset Text
38827
38828 \begin_layout Plain Layout
38829 text
38830 \end_layout
38831
38832 \end_inset
38833 </cell>
38834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38835 \begin_inset Text
38836
38837 \begin_layout Plain Layout
38838 text
38839 \end_layout
38840
38841 \end_inset
38842 </cell>
38843 </row>
38844 </lyxtabular>
38845
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 To get an object exactly at the position where it is inserted, for example
38853  to get one of these positions:
38854 \begin_inset VSpace defskip
38855 \end_inset
38856
38857
38858 \end_layout
38859
38860 \begin_layout Standard
38861 \noindent
38862 \align center
38863 \begin_inset Tabular
38864 <lyxtabular version="3" rows="2" columns="2">
38865 <features tabularvalignment="middle">
38866 <column alignment="center" valignment="top">
38867 <column alignment="center" valignment="top">
38868 <row>
38869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38870 \begin_inset Text
38871
38872 \begin_layout Plain Layout
38873 text
38874 \end_layout
38875
38876 \end_inset
38877 </cell>
38878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38879 \begin_inset Text
38880
38881 \begin_layout Plain Layout
38882 text
38883 \end_layout
38884
38885 \end_inset
38886 </cell>
38887 </row>
38888 <row>
38889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38890 \begin_inset Text
38891
38892 \begin_layout Plain Layout
38893 \begin_inset Info
38894 type  "icon"
38895 arg   "dialog-show-new-inset graphics"
38896 \end_inset
38897
38898
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 text
38908 \end_layout
38909
38910 \end_inset
38911 </cell>
38912 </row>
38913 </lyxtabular>
38914
38915 \end_inset
38916
38917  
38918 \begin_inset Tabular
38919 <lyxtabular version="3" rows="2" columns="2">
38920 <features tabularvalignment="middle">
38921 <column alignment="center" valignment="top">
38922 <column alignment="center" valignment="top">
38923 <row>
38924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38925 \begin_inset Text
38926
38927 \begin_layout Plain Layout
38928 text
38929 \end_layout
38930
38931 \end_inset
38932 </cell>
38933 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38934 \begin_inset Text
38935
38936 \begin_layout Plain Layout
38937 text
38938 \end_layout
38939
38940 \end_inset
38941 </cell>
38942 </row>
38943 <row>
38944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38945 \begin_inset Text
38946
38947 \begin_layout Plain Layout
38948 text
38949 \end_layout
38950
38951 \end_inset
38952 </cell>
38953 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38954 \begin_inset Text
38955
38956 \begin_layout Plain Layout
38957 \begin_inset Info
38958 type  "icon"
38959 arg   "dialog-show-new-inset graphics"
38960 \end_inset
38961
38962
38963 \end_layout
38964
38965 \end_inset
38966 </cell>
38967 </row>
38968 </lyxtabular>
38969
38970 \end_inset
38971
38972  
38973 \begin_inset Tabular
38974 <lyxtabular version="3" rows="2" columns="3">
38975 <features tabularvalignment="middle">
38976 <column alignment="center" valignment="top">
38977 <column alignment="center" valignment="top">
38978 <column alignment="center" valignment="top">
38979 <row>
38980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38981 \begin_inset Text
38982
38983 \begin_layout Plain Layout
38984 text
38985 \end_layout
38986
38987 \end_inset
38988 </cell>
38989 <cell alignment="center" valignment="top" topline="true" usebox="none">
38990 \begin_inset Text
38991
38992 \begin_layout Plain Layout
38993 \begin_inset Info
38994 type  "icon"
38995 arg   "dialog-show-new-inset graphics"
38996 \end_inset
38997
38998
38999 \end_layout
39000
39001 \end_inset
39002 </cell>
39003 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39004 \begin_inset Text
39005
39006 \begin_layout Plain Layout
39007 text
39008 \end_layout
39009
39010 \end_inset
39011 </cell>
39012 </row>
39013 <row>
39014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39015 \begin_inset Text
39016
39017 \begin_layout Plain Layout
39018 text
39019 \end_layout
39020
39021 \end_inset
39022 </cell>
39023 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39024 \begin_inset Text
39025
39026 \begin_layout Plain Layout
39027 text
39028 \end_layout
39029
39030 \end_inset
39031 </cell>
39032 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39033 \begin_inset Text
39034
39035 \begin_layout Plain Layout
39036 text
39037 \end_layout
39038
39039 \end_inset
39040 </cell>
39041 </row>
39042 </lyxtabular>
39043
39044 \end_inset
39045
39046  
39047 \begin_inset Tabular
39048 <lyxtabular version="3" rows="2" columns="3">
39049 <features tabularvalignment="middle">
39050 <column alignment="center" valignment="top">
39051 <column alignment="center" valignment="top">
39052 <column alignment="center" valignment="top">
39053 <row>
39054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39055 \begin_inset Text
39056
39057 \begin_layout Plain Layout
39058 text
39059 \end_layout
39060
39061 \end_inset
39062 </cell>
39063 <cell alignment="center" valignment="top" topline="true" usebox="none">
39064 \begin_inset Text
39065
39066 \begin_layout Plain Layout
39067 text
39068 \end_layout
39069
39070 \end_inset
39071 </cell>
39072 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39073 \begin_inset Text
39074
39075 \begin_layout Plain Layout
39076 text
39077 \end_layout
39078
39079 \end_inset
39080 </cell>
39081 </row>
39082 <row>
39083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39084 \begin_inset Text
39085
39086 \begin_layout Plain Layout
39087 text
39088 \end_layout
39089
39090 \end_inset
39091 </cell>
39092 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39093 \begin_inset Text
39094
39095 \begin_layout Plain Layout
39096 \begin_inset Info
39097 type  "icon"
39098 arg   "dialog-show-new-inset graphics"
39099 \end_inset
39100
39101
39102 \end_layout
39103
39104 \end_inset
39105 </cell>
39106 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39107 \begin_inset Text
39108
39109 \begin_layout Plain Layout
39110 text
39111 \end_layout
39112
39113 \end_inset
39114 </cell>
39115 </row>
39116 </lyxtabular>
39117
39118 \end_inset
39119
39120
39121 \end_layout
39122
39123 \begin_layout Standard
39124 \noindent
39125 \align center
39126 \begin_inset Tabular
39127 <lyxtabular version="3" rows="3" columns="2">
39128 <features tabularvalignment="middle">
39129 <column alignment="center" valignment="top">
39130 <column alignment="center" valignment="top">
39131 <row>
39132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39133 \begin_inset Text
39134
39135 \begin_layout Plain Layout
39136 text
39137 \end_layout
39138
39139 \end_inset
39140 </cell>
39141 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39142 \begin_inset Text
39143
39144 \begin_layout Plain Layout
39145 text
39146 \end_layout
39147
39148 \end_inset
39149 </cell>
39150 </row>
39151 <row>
39152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39153 \begin_inset Text
39154
39155 \begin_layout Plain Layout
39156 \begin_inset Info
39157 type  "icon"
39158 arg   "dialog-show-new-inset graphics"
39159 \end_inset
39160
39161
39162 \end_layout
39163
39164 \end_inset
39165 </cell>
39166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39167 \begin_inset Text
39168
39169 \begin_layout Plain Layout
39170 text
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 </row>
39176 <row>
39177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39178 \begin_inset Text
39179
39180 \begin_layout Plain Layout
39181 text
39182 \end_layout
39183
39184 \end_inset
39185 </cell>
39186 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39187 \begin_inset Text
39188
39189 \begin_layout Plain Layout
39190 text
39191 \end_layout
39192
39193 \end_inset
39194 </cell>
39195 </row>
39196 </lyxtabular>
39197
39198 \end_inset
39199
39200  
39201 \begin_inset Tabular
39202 <lyxtabular version="3" rows="3" columns="3">
39203 <features tabularvalignment="middle">
39204 <column alignment="center" valignment="top">
39205 <column alignment="center" valignment="top">
39206 <column alignment="center" valignment="top">
39207 <row>
39208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39209 \begin_inset Text
39210
39211 \begin_layout Plain Layout
39212 text
39213 \end_layout
39214
39215 \end_inset
39216 </cell>
39217 <cell alignment="center" valignment="top" topline="true" usebox="none">
39218 \begin_inset Text
39219
39220 \begin_layout Plain Layout
39221 text
39222 \end_layout
39223
39224 \end_inset
39225 </cell>
39226 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39227 \begin_inset Text
39228
39229 \begin_layout Plain Layout
39230 text
39231 \end_layout
39232
39233 \end_inset
39234 </cell>
39235 </row>
39236 <row>
39237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39238 \begin_inset Text
39239
39240 \begin_layout Plain Layout
39241 text
39242 \end_layout
39243
39244 \end_inset
39245 </cell>
39246 <cell alignment="center" valignment="top" usebox="none">
39247 \begin_inset Text
39248
39249 \begin_layout Plain Layout
39250 \begin_inset Info
39251 type  "icon"
39252 arg   "dialog-show-new-inset graphics"
39253 \end_inset
39254
39255
39256 \end_layout
39257
39258 \end_inset
39259 </cell>
39260 <cell alignment="center" valignment="top" rightline="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 </row>
39270 <row>
39271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39272 \begin_inset Text
39273
39274 \begin_layout Plain Layout
39275 text
39276 \end_layout
39277
39278 \end_inset
39279 </cell>
39280 <cell alignment="center" valignment="top" bottomline="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" bottomline="true" rightline="true" usebox="none">
39290 \begin_inset Text
39291
39292 \begin_layout Plain Layout
39293 text
39294 \end_layout
39295
39296 \end_inset
39297 </cell>
39298 </row>
39299 </lyxtabular>
39300
39301 \end_inset
39302
39303  
39304 \begin_inset Tabular
39305 <lyxtabular version="3" rows="3" columns="2">
39306 <features tabularvalignment="middle">
39307 <column alignment="center" valignment="top">
39308 <column alignment="center" valignment="top">
39309 <row>
39310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39311 \begin_inset Text
39312
39313 \begin_layout Plain Layout
39314 text
39315 \end_layout
39316
39317 \end_inset
39318 </cell>
39319 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39320 \begin_inset Text
39321
39322 \begin_layout Plain Layout
39323 text
39324 \end_layout
39325
39326 \end_inset
39327 </cell>
39328 </row>
39329 <row>
39330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39331 \begin_inset Text
39332
39333 \begin_layout Plain Layout
39334 text
39335 \end_layout
39336
39337 \end_inset
39338 </cell>
39339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39340 \begin_inset Text
39341
39342 \begin_layout Plain Layout
39343 \begin_inset Info
39344 type  "icon"
39345 arg   "dialog-show-new-inset graphics"
39346 \end_inset
39347
39348
39349 \end_layout
39350
39351 \end_inset
39352 </cell>
39353 </row>
39354 <row>
39355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39356 \begin_inset Text
39357
39358 \begin_layout Plain Layout
39359 text
39360 \end_layout
39361
39362 \end_inset
39363 </cell>
39364 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39365 \begin_inset Text
39366
39367 \begin_layout Plain Layout
39368 text
39369 \end_layout
39370
39371 \end_inset
39372 </cell>
39373 </row>
39374 </lyxtabular>
39375
39376 \end_inset
39377
39378
39379 \end_layout
39380
39381 \begin_layout Standard
39382 \noindent
39383 you can use the \SpecialChar LaTeX
39384 -package 
39385 \series bold
39386 picinpar
39387 \series default
39388
39389 \begin_inset Index idx
39390 status collapsed
39391
39392 \begin_layout Plain Layout
39393 \SpecialChar LaTeX
39394 -packages ! picinpar
39395 \end_layout
39396
39397 \end_inset
39398
39399 .
39400  Here is an example:
39401 \end_layout
39402
39403 \begin_layout Standard
39404 \begin_inset ERT
39405 status collapsed
39406
39407 \begin_layout Plain Layout
39408
39409
39410 \backslash
39411 ifpicinpar
39412 \end_layout
39413
39414 \end_inset
39415
39416
39417 \begin_inset Note Note
39418 status open
39419
39420 \begin_layout Plain Layout
39421 The following section will only be displayed when the \SpecialChar LaTeX
39422 -package 
39423 \series bold
39424 picinpar
39425 \series default
39426  is installed.
39427 \end_layout
39428
39429 \end_inset
39430
39431
39432 \end_layout
39433
39434 \begin_layout Standard
39435 \begin_inset ERT
39436 status collapsed
39437
39438 \begin_layout Plain Layout
39439
39440
39441 \backslash
39442 begin{window}[2,c,{
39443 \end_layout
39444
39445 \end_inset
39446
39447
39448 \begin_inset Graphics
39449         filename clipart/2D-intensity-plot.pdf
39450         lyxscale 60
39451         width 40col%
39452         scaleBeforeRotation
39453         rotateOrigin center
39454
39455 \end_inset
39456
39457
39458 \begin_inset ERT
39459 status collapsed
39460
39461 \begin_layout Plain Layout
39462
39463 },]
39464 \end_layout
39465
39466 \begin_layout Plain Layout
39467
39468 {}
39469 \end_layout
39470
39471 \end_inset
39472
39473
39474 \size small
39475 It was in the spring of the year 1894 that all London was interested, and
39476  the fashionable world dismayed, by the murder of the Honourable Ronald
39477  Adair under most unusual and inexplicable circumstances.
39478  The public has already learned those particulars of the crime which
39479 \size default
39480
39481 \begin_inset ERT
39482 status collapsed
39483
39484 \begin_layout Plain Layout
39485
39486
39487 \backslash
39488 footnotemark{}
39489 \end_layout
39490
39491 \end_inset
39492
39493
39494 \size small
39495  came out in the police investigation, but a good deal was suppressed upon
39496  that occasion, since the case for the prosecution was so overwhelmingly
39497  strong that it was not necessary to bring forward all the facts.
39498  Only now, at the end of nearly ten years, am I allowed to supply those
39499  missing links which make up the whole of that remarkable chain.
39500 \size default
39501
39502 \begin_inset ERT
39503 status collapsed
39504
39505 \begin_layout Plain Layout
39506
39507
39508 \backslash
39509 end{window}
39510 \end_layout
39511
39512 \end_inset
39513
39514
39515 \end_layout
39516
39517 \begin_layout Standard
39518 \begin_inset ERT
39519 status collapsed
39520
39521 \begin_layout Plain Layout
39522
39523
39524 \backslash
39525 footnotetext{
39526 \end_layout
39527
39528 \end_inset
39529
39530 Footnote of the paragraph with the fixed object.
39531 \begin_inset ERT
39532 status collapsed
39533
39534 \begin_layout Plain Layout
39535
39536 }
39537 \end_layout
39538
39539 \end_inset
39540
39541
39542 \end_layout
39543
39544 \begin_layout Standard
39545 Surrounded fixed objects are used to let text float around them, at which
39546  the object's position in the paragraph can be determined by the number
39547  of lines above it.
39548  In contrary to floats is it not possible to have a numbered caption.
39549 \end_layout
39550
39551 \begin_layout Standard
39552 A fixed object is inserted by adding the command
39553 \end_layout
39554
39555 \begin_layout Standard
39556
39557 \series bold
39558
39559 \backslash
39560 begin{window}[2,c,{
39561 \end_layout
39562
39563 \begin_layout Standard
39564 as \SpecialChar TeX
39565  Code at the beginning of the paragraph.
39566  The first parameter in the bracket, here '2', defines the number of lines
39567  above the object, the second, here 'c', the position of the object.
39568  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
39569  Behind the command you insert the object.
39570  In this example an image with a width of 40
39571 \begin_inset space \thinspace{}
39572 \end_inset
39573
39574 % of the text column width was inserted.
39575  The object can also be a table, a box or an equation.
39576  Behind the object the command
39577 \end_layout
39578
39579 \begin_layout Standard
39580
39581 \series bold
39582 },description text]
39583 \begin_inset Newline newline
39584 \end_inset
39585
39586 {}
39587 \end_layout
39588
39589 \begin_layout Standard
39590 is inserted.
39591  Note that the 
39592 \begin_inset Quotes eld
39593 \end_inset
39594
39595
39596 \series bold
39597 {}
39598 \series default
39599
39600 \begin_inset Quotes erd
39601 \end_inset
39602
39603  is in the second line.
39604  The description text is optional.
39605  The text surrounding the object must be in the same paragraph as the object,
39606  so it must begin directly after the 
39607 \series bold
39608 {}
39609 \series default
39610 .
39611  At the end of the paragraph insert the command:
39612 \end_layout
39613
39614 \begin_layout Standard
39615
39616 \series bold
39617
39618 \backslash
39619 end{window}
39620 \end_layout
39621
39622 \begin_layout Standard
39623 Within a paragraph with a fixed object, you cannot insert footnotes in the
39624  normal way.
39625  You have to use instead the command 
39626 \series bold
39627
39628 \backslash
39629 footnotemark
39630 \series default
39631  inside the paragraph and outside the command 
39632 \series bold
39633
39634 \backslash
39635 footnotetext
39636 \series default
39637  as described in sec.
39638 \begin_inset space \thinspace{}
39639 \end_inset
39640
39641
39642 \begin_inset CommandInset ref
39643 LatexCommand ref
39644 reference "sec:Footnotes"
39645
39646 \end_inset
39647
39648 .
39649 \end_layout
39650
39651 \begin_layout Standard
39652 \begin_inset ERT
39653 status collapsed
39654
39655 \begin_layout Plain Layout
39656
39657
39658 \backslash
39659 else
39660 \end_layout
39661
39662 \end_inset
39663
39664
39665 \begin_inset Note Note
39666 status open
39667
39668 \begin_layout Plain Layout
39669 The following will be displayed when the \SpecialChar LaTeX
39670 -package 
39671 \series bold
39672 picinpar
39673 \series default
39674  is not installed:
39675 \end_layout
39676
39677 \end_inset
39678
39679
39680 \end_layout
39681
39682 \begin_layout Standard
39683 You need to install the \SpecialChar LaTeX
39684 -package 
39685 \series bold
39686 picinpar
39687 \series default
39688  to see the following part of this section in the output.
39689 \end_layout
39690
39691 \begin_layout Standard
39692 \begin_inset ERT
39693 status collapsed
39694
39695 \begin_layout Plain Layout
39696
39697
39698 \backslash
39699 fi
39700 \end_layout
39701
39702 \end_inset
39703
39704
39705 \end_layout
39706
39707 \begin_layout Section
39708 Initials
39709 \begin_inset Index idx
39710 status collapsed
39711
39712 \begin_layout Plain Layout
39713 Initials
39714 \end_layout
39715
39716 \end_inset
39717
39718
39719 \begin_inset Index idx
39720 status collapsed
39721
39722 \begin_layout Plain Layout
39723 Surrounded by text ! Initials
39724 \end_layout
39725
39726 \end_inset
39727
39728
39729 \end_layout
39730
39731 \begin_layout Standard
39732 To use initials, you must have the \SpecialChar LaTeX
39733 -package 
39734 \series bold
39735 lettrine
39736 \series default
39737
39738 \begin_inset Index idx
39739 status collapsed
39740
39741 \begin_layout Plain Layout
39742 \SpecialChar LaTeX
39743 -packages ! lettrine
39744 \end_layout
39745
39746 \end_inset
39747
39748  installed and use the module 
39749 \family sans
39750 Initials
39751 \family default
39752  in your document (menu 
39753 \family sans
39754 Document\SpecialChar menuseparator
39755 Settings\SpecialChar menuseparator
39756 Modules
39757 \family default
39758 ).
39759  To insert an initial, use the style 
39760 \family sans
39761 Initial
39762 \family default
39763 .
39764  This style has a mandatory and two optional arguments.
39765  The arguments are inserted via the 
39766 \family sans
39767 Insert
39768 \family default
39769  menu.
39770  The mandatory argument 
39771 \family sans
39772 Initial
39773 \family default
39774  contains the letter(s) that is the initial, the argument 
39775 \family sans
39776 Rest
39777 \begin_inset space ~
39778 \end_inset
39779
39780 of
39781 \begin_inset space ~
39782 \end_inset
39783
39784 Initial
39785 \family default
39786  contains the rest of the word or text of the initial letter(s).
39787  The argument 
39788 \family sans
39789 Options
39790 \family default
39791  contains parameters to modify the initial.
39792  For more information about the possible parameters see the documentation
39793  of 
39794 \series bold
39795 lettrine
39796 \series default
39797
39798 \begin_inset CommandInset citation
39799 LatexCommand cite
39800 key "lettrine"
39801 literal "true"
39802
39803 \end_inset
39804
39805 .
39806  The style itself contains the text that is surrounding the initial.
39807  The usual style is hereby that the word whose first letter is the initial,
39808  is printed with 
39809 \shape smallcaps
39810 small caps
39811 \shape default
39812 .
39813 \end_layout
39814
39815 \begin_layout Standard
39816 Here are some examples:
39817 \end_layout
39818
39819 \begin_layout Standard
39820 \begin_inset ERT
39821 status collapsed
39822
39823 \begin_layout Plain Layout
39824
39825
39826 \backslash
39827 iflettrine
39828 \end_layout
39829
39830 \end_inset
39831
39832
39833 \begin_inset Note Note
39834 status open
39835
39836 \begin_layout Plain Layout
39837 The following section will only be displayed when the \SpecialChar LaTeX
39838 -package 
39839 \series bold
39840 lettrine
39841 \series default
39842  is installed.
39843 \end_layout
39844
39845 \end_inset
39846
39847
39848 \end_layout
39849
39850 \begin_layout Enumerate
39851 No optional argument, the initial is the letter 'I' in the math font 
39852 \begin_inset Formula $\mathfrak{Fraktur}$
39853 \end_inset
39854
39855 :
39856 \end_layout
39857
39858 \begin_deeper
39859 \begin_layout Initial
39860 \begin_inset Argument 2
39861 status open
39862
39863 \begin_layout Plain Layout
39864 \begin_inset Formula $\mathfrak{I}$
39865 \end_inset
39866
39867
39868 \end_layout
39869
39870 \end_inset
39871
39872
39873 \begin_inset Argument 3
39874 status open
39875
39876 \begin_layout Plain Layout
39877 t
39878 \end_layout
39879
39880 \end_inset
39881
39882  was in the spring of the year 1894 that all London was interested, and
39883  the fashionable world dismayed, by the murder of the Honourable Ronald
39884  Adair under most unusual and inexplicable circumstances.
39885  The public has already learned those particulars of the crime which came
39886  out in the police investigation, but a good deal was suppressed upon that
39887  occasion, since the case for the prosecution was so overwhelmingly strong
39888  that it was not necessary to bring forward all the facts.
39889 \begin_inset Newpage newpage
39890 \end_inset
39891
39892
39893 \end_layout
39894
39895 \end_deeper
39896 \begin_layout Enumerate
39897 Only one line is surrounding the initial, which is formed by two letters
39898  in standard font and no text is printed in small caps:
39899 \end_layout
39900
39901 \begin_deeper
39902 \begin_layout Initial
39903 \begin_inset Argument 1
39904 status open
39905
39906 \begin_layout Plain Layout
39907 lines=1
39908 \end_layout
39909
39910 \end_inset
39911
39912
39913 \begin_inset Argument 2
39914 status open
39915
39916 \begin_layout Plain Layout
39917 It
39918 \end_layout
39919
39920 \end_inset
39921
39922  was in the spring of the year 1894 that all London was interested, and
39923  the fashionable world dismayed, by the murder of the Honourable Ronald
39924  Adair under most unusual and inexplicable circumstances.
39925  The public has already learned those particulars of the crime which came
39926  out in the police investigation, but a good deal was suppressed upon that
39927  occasion, since the case for the prosecution was so overwhelmingly strong
39928  that it was not necessary to bring forward all the facts.
39929 \end_layout
39930
39931 \end_deeper
39932 \begin_layout Enumerate
39933 Magenta, hanging initial over 3
39934 \begin_inset space ~
39935 \end_inset
39936
39937 lines in the math font 
39938 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39939 \end_inset
39940
39941 , the text 
39942 \begin_inset Quotes eld
39943 \end_inset
39944
39945 t was in the spring
39946 \begin_inset Quotes erd
39947 \end_inset
39948
39949  is in 
39950 \shape smallcaps
39951 small caps
39952 \shape default
39953 ; to color the initial, you must insert this command before the initial:
39954 \begin_inset Newline newline
39955 \end_inset
39956
39957
39958 \series bold
39959
39960 \backslash
39961 renewcommand{
39962 \backslash
39963 LettrineFontHook}{
39964 \backslash
39965 color{color}}
39966 \series default
39967
39968 \begin_inset Newline newline
39969 \end_inset
39970
39971 where the second 
39972 \emph on
39973 color
39974 \emph default
39975  can be 
39976 \begin_inset Quotes eld
39977 \end_inset
39978
39979 red
39980 \begin_inset Quotes erd
39981 \end_inset
39982
39983
39984 \begin_inset Quotes eld
39985 \end_inset
39986
39987 blue
39988 \begin_inset Quotes erd
39989 \end_inset
39990
39991
39992 \begin_inset Quotes eld
39993 \end_inset
39994
39995 green
39996 \begin_inset Quotes erd
39997 \end_inset
39998
39999
40000 \begin_inset Quotes eld
40001 \end_inset
40002
40003 yellow
40004 \begin_inset Quotes erd
40005 \end_inset
40006
40007
40008 \begin_inset Quotes eld
40009 \end_inset
40010
40011 cyan
40012 \begin_inset Quotes erd
40013 \end_inset
40014
40015
40016 \begin_inset Quotes eld
40017 \end_inset
40018
40019 magenta
40020 \begin_inset Quotes erd
40021 \end_inset
40022
40023
40024 \begin_inset Quotes eld
40025 \end_inset
40026
40027 black
40028 \begin_inset Quotes erd
40029 \end_inset
40030
40031  or 
40032 \begin_inset Quotes eld
40033 \end_inset
40034
40035 white
40036 \begin_inset Quotes erd
40037 \end_inset
40038
40039 , and add this command to the document preamble:
40040 \begin_inset Newline newline
40041 \end_inset
40042
40043
40044 \series bold
40045
40046 \backslash
40047 @ifundefined{textcolor}
40048 \begin_inset Newline newline
40049 \end_inset
40050
40051
40052 \begin_inset space ~
40053 \end_inset
40054
40055 {
40056 \backslash
40057 usepackage{color}}{}
40058 \end_layout
40059
40060 \begin_deeper
40061 \begin_layout Standard
40062 \begin_inset ERT
40063 status collapsed
40064
40065 \begin_layout Plain Layout
40066
40067
40068 \backslash
40069 renewcommand{
40070 \backslash
40071 LettrineFontHook}{
40072 \backslash
40073 color{magenta}}
40074 \end_layout
40075
40076 \end_inset
40077
40078
40079 \begin_inset Note Note
40080 status collapsed
40081
40082 \begin_layout Plain Layout
40083 makes the initial magenta
40084 \end_layout
40085
40086 \end_inset
40087
40088
40089 \end_layout
40090
40091 \begin_layout Initial
40092 \begin_inset Argument 1
40093 status open
40094
40095 \begin_layout Plain Layout
40096 lines=3, lhang=0.33, loversize=0.25
40097 \end_layout
40098
40099 \end_inset
40100
40101
40102 \begin_inset Argument 2
40103 status open
40104
40105 \begin_layout Plain Layout
40106 \begin_inset Formula $\mathcal{I}$
40107 \end_inset
40108
40109
40110 \end_layout
40111
40112 \end_inset
40113
40114
40115 \begin_inset Argument 3
40116 status open
40117
40118 \begin_layout Plain Layout
40119 t was in the spring
40120 \end_layout
40121
40122 \end_inset
40123
40124  of the year 1894 that all London was interested, and the fashionable world
40125  dismayed, by the murder of the Honourable Ronald Adair under most unusual
40126  and inexplicable circumstances.
40127  The public has already learned those particulars of the crime which came
40128  out in the police investigation, but a good deal was suppressed upon that
40129  occasion, since the case for the prosecution was so overwhelmingly strong
40130  that it was not necessary to bring forward all the facts.
40131 \end_layout
40132
40133 \end_deeper
40134 \begin_layout Standard
40135 \begin_inset ERT
40136 status collapsed
40137
40138 \begin_layout Plain Layout
40139
40140
40141 \backslash
40142 else
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \begin_inset Note Note
40149 status open
40150
40151 \begin_layout Plain Layout
40152 The following will be displayed when the \SpecialChar LaTeX
40153 -package 
40154 \series bold
40155 lettrine
40156 \series default
40157  is not installed:
40158 \end_layout
40159
40160 \end_inset
40161
40162
40163 \end_layout
40164
40165 \begin_layout Standard
40166 You need to install the \SpecialChar LaTeX
40167 -package 
40168 \series bold
40169 lettrine
40170 \series default
40171  to see the following part of this section in the output.
40172 \end_layout
40173
40174 \begin_layout Standard
40175 \begin_inset ERT
40176 status collapsed
40177
40178 \begin_layout Plain Layout
40179
40180
40181 \backslash
40182 fi
40183 \end_layout
40184
40185 \end_inset
40186
40187
40188 \end_layout
40189
40190 \begin_layout Chapter
40191 External Document Parts
40192 \begin_inset Index idx
40193 status collapsed
40194
40195 \begin_layout Plain Layout
40196 External Document Parts
40197 \end_layout
40198
40199 \end_inset
40200
40201
40202 \end_layout
40203
40204 \begin_layout Standard
40205 With the menu 
40206 \family sans
40207 Insert\SpecialChar menuseparator
40208 File
40209 \family default
40210  you can insert external material into your document.
40211  This can be:
40212 \end_layout
40213
40214 \begin_layout Description
40215 LyX
40216 \begin_inset space ~
40217 \end_inset
40218
40219 Document Another \SpecialChar LyX
40220  document; its content is directly inserted to your document.
40221 \end_layout
40222
40223 \begin_layout Description
40224 Plain
40225 \begin_inset space ~
40226 \end_inset
40227
40228 Text A text document; each line is inserted in your document as a separate
40229  paragraph.
40230 \end_layout
40231
40232 \begin_layout Description
40233 Plain
40234 \begin_inset space ~
40235 \end_inset
40236
40237 Text,
40238 \begin_inset space ~
40239 \end_inset
40240
40241 Join
40242 \begin_inset space ~
40243 \end_inset
40244
40245 Lines A text document; text lines are inserted in your document continuously
40246  but an empty text line creates a new paragraph.
40247 \end_layout
40248
40249 \begin_layout Description
40250 External
40251 \begin_inset space ~
40252 \end_inset
40253
40254 Material Files in various formats.
40255 \end_layout
40256
40257 \begin_layout Description
40258 Child
40259 \begin_inset space ~
40260 \end_inset
40261
40262 Document \SpecialChar LyX
40263  or \SpecialChar LaTeX
40264  documents.
40265 \end_layout
40266
40267 \begin_layout Section
40268 External Material
40269 \begin_inset Index idx
40270 status collapsed
40271
40272 \begin_layout Plain Layout
40273 External Document Parts ! External Material
40274 \end_layout
40275
40276 \end_inset
40277
40278
40279 \end_layout
40280
40281 \begin_layout Standard
40282 The external material feature allows you to insert files into your document
40283  without converting them to a format that can be read by the document output
40284  format.
40285  \SpecialChar LyX
40286  takes care of the necessary conversions.
40287  This is similar to images that can be inserted in various image formats
40288  in \SpecialChar LyX
40289  documents.
40290  When you have enabled Instant Preview in \SpecialChar LyX
40291 's preferences under 
40292 \family sans
40293 Look
40294 \begin_inset space ~
40295 \end_inset
40296
40297 and
40298 \begin_inset space ~
40299 \end_inset
40300
40301 feel\SpecialChar menuseparator
40302 Graphics
40303 \family default
40304 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
40305 .
40306 \end_layout
40307
40308 \begin_layout Standard
40309 External material can be inserted via the 
40310 \family sans
40311 External Material
40312 \family default
40313  dialog that is accessible with the menu 
40314 \family sans
40315 Insert\SpecialChar menuseparator
40316 File\SpecialChar menuseparator
40317 External
40318 \begin_inset space ~
40319 \end_inset
40320
40321 Material
40322 \family default
40323 .
40324  Currently the following file types (
40325 \family sans
40326 Templates
40327 \family default
40328 ) are allowed:
40329 \end_layout
40330
40331 \begin_layout Description
40332 Chess
40333 \begin_inset space ~
40334 \end_inset
40335
40336 diagram This template supports chess position diagrams made with the program
40337  
40338 \series bold
40339
40340 \begin_inset CommandInset href
40341 LatexCommand href
40342 name "XBoard"
40343 target "https://en.wikipedia.org/wiki/XBoard"
40344 literal "false"
40345
40346 \end_inset
40347
40348
40349 \series default
40350 .
40351 \end_layout
40352
40353 \begin_layout Description
40354 Dia
40355 \begin_inset space ~
40356 \end_inset
40357
40358 diagram This template supports diagrams created with the program 
40359 \series bold
40360
40361 \begin_inset CommandInset href
40362 LatexCommand href
40363 name "Dia"
40364 target "https://en.wikipedia.org/wiki/Dia_(software)"
40365 literal "false"
40366
40367 \end_inset
40368
40369
40370 \series default
40371 .
40372 \end_layout
40373
40374 \begin_layout Description
40375 Inkscape
40376 \begin_inset space ~
40377 \end_inset
40378
40379 figure This template supports specific scalable images derived from scalable
40380  vector graphics (SVG), in which the contained text is replaced by a version
40381  typeset by \SpecialChar LaTeX
40382  (and hence in the current document font).
40383  It relies on a feature of the program 
40384 \series bold
40385
40386 \begin_inset CommandInset href
40387 LatexCommand href
40388 name "Inkscape"
40389 target "https://inkscape.org/"
40390 literal "false"
40391
40392 \end_inset
40393
40394
40395 \series default
40396  which creates a special PDF or EPS and \SpecialChar LaTeX
40397  file from a given SVG file (in
40398  
40399 \noun on
40400 Inkscape
40401 \noun default
40402  itself, the feature is available via the option 
40403 \family sans
40404 Omit text in PDF and create LaTeX file
40405 \family default
40406  when saving a drawing as PDF or EPS).
40407  The benefit of such files is a uniform text style throughout the whole
40408  document.
40409 \begin_inset Newline newline
40410 \end_inset
40411
40412 The external template reads SVG files and uses a converter program to generate
40413  the respective PDF\SpecialChar breakableslash
40414 EPS and \SpecialChar LaTeX
40415  files (via
40416 \noun on
40417  
40418 \noun default
40419 Inkscape
40420 \noun on
40421 )
40422 \noun default
40423  on the fly, so you don't have to export those files yourself.
40424  If you prefer the latter and want use given 
40425 \family typewriter
40426 *.pdf
40427 \family default
40428  and 
40429 \family typewriter
40430 *.pdf_tex
40431 \family default
40432  or 
40433 \family typewriter
40434 *.eps
40435 \family default
40436  and 
40437 \family typewriter
40438 *.eps_tex
40439 \family default
40440  files instead, simply input the respective 
40441 \family typewriter
40442 *.pdf_tex
40443 \family default
40444  or 
40445 \family typewriter
40446 *.eps_tex
40447 \family default
40448  file via the 
40449 \family sans
40450 Child Documents
40451 \family default
40452  dialog (see sec.
40453 \begin_inset space ~
40454 \end_inset
40455
40456
40457 \begin_inset CommandInset ref
40458 LatexCommand ref
40459 reference "sec:Child-Documents"
40460
40461 \end_inset
40462
40463 ) rather than using this template.
40464 \begin_inset Newline newline
40465 \end_inset
40466
40467 You can use \SpecialChar TeX
40468  code commands such as 
40469 \series bold
40470
40471 \backslash
40472 Large
40473 \series default
40474
40475 \series bold
40476
40477 \backslash
40478 small
40479 \series default
40480 , etc.
40481 \begin_inset space \space{}
40482 \end_inset
40483
40484 in the text of the SVG.
40485  The size of the font will be taken from the settings of the \SpecialChar LyX
40486  document.
40487  Please refer to 
40488 \begin_inset CommandInset citation
40489 LatexCommand cite
40490 key "Inkscape"
40491 literal "false"
40492
40493 \end_inset
40494
40495  for more information and examples.
40496 \end_layout
40497
40498 \begin_layout Description
40499 Lilypond
40500 \begin_inset space ~
40501 \end_inset
40502
40503 typeset
40504 \begin_inset space ~
40505 \end_inset
40506
40507 music This template is used for music notation typeset with the program
40508 \begin_inset Newline linebreak
40509 \end_inset
40510
40511
40512 \series bold
40513
40514 \begin_inset CommandInset href
40515 LatexCommand href
40516 name "LilyPond"
40517 target "https://en.wikipedia.org/wiki/LilyPond"
40518 literal "false"
40519
40520 \end_inset
40521
40522
40523 \series default
40524 .
40525  For \SpecialChar LyX
40526 's extended support for LilyPond have a look at \SpecialChar LyX
40527 's example file 
40528 \emph on
40529 lilypond.lyx
40530 \emph default
40531 .
40532 \end_layout
40533
40534 \begin_layout Description
40535 PDF
40536 \begin_inset space ~
40537 \end_inset
40538
40539 pages With this template you can insert PDF documents to your document.
40540  To specify the range of pages that should be included, use the option 
40541 \series bold
40542 pages
40543 \series default
40544  in the 
40545 \family sans
40546 Option
40547 \family default
40548  field in the 
40549 \family sans
40550 LaTeX and LyX options
40551 \family default
40552  tab.
40553  The argument of this option is a comma separated list, containing page
40554  numbers (insert as option 
40555 \series bold
40556 pages={3,5,6,8}
40557 \series default
40558 ), ranges of page numbers (
40559 \series bold
40560 pages={4-9}
40561 \series default
40562 ) or any combination.
40563  To insert empty pages use {}.
40564  E.
40565 \begin_inset space \thinspace{}
40566 \end_inset
40567
40568 g.
40569 \begin_inset space ~
40570 \end_inset
40571
40572
40573 \series bold
40574 pages={3,{},8-11,15}
40575 \series default
40576  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
40577  Page ranges are specified in the syntax 
40578 \emph on
40579 start
40580 \emph default
40581 -
40582 \emph on
40583 stop
40584 \emph default
40585 .
40586  This selects all pages from 
40587 \emph on
40588 start
40589 \emph default
40590  to 
40591 \emph on
40592 stop
40593 \emph default
40594 .
40595  Omitting 
40596 \emph on
40597 start
40598 \emph default
40599  defaults to the first page; omitting 
40600 \emph on
40601 stop
40602 \emph default
40603  defaults to the last page of the document.
40604  The last page can also be selected with the keyword 
40605 \series bold
40606 last
40607 \series default
40608 .
40609  (This is only permitted in a page range.) So 
40610 \series bold
40611 pages=-
40612 \series default
40613  will insert all pages of the document and 
40614 \series bold
40615 pages=last-1
40616 \series default
40617  will insert all pages in reverse order.
40618  If the pages option is not specified, only the first page of the PDF is
40619  inserted.
40620 \begin_inset Newline newline
40621 \end_inset
40622
40623 The option 
40624 \series bold
40625 noautoscale
40626 \series default
40627  inserts the pages with their original size, if this option is not given,
40628  the pages will be resized to fith the width of the page of your document.
40629  In the tab 
40630 \family sans
40631 Size and Rotation
40632 \family default
40633  you can specify the width and height of the input pages and their rotation.
40634  If another width than 100
40635 \begin_inset space \thinspace{}
40636 \end_inset
40637
40638 Scale% is used, the option 
40639 \series bold
40640 noautoscale
40641 \series default
40642  will be overwritten.
40643  For more info and possible options, have a look into the documentation
40644  of the \SpecialChar LaTeX
40645 -package 
40646 \series bold
40647 pdfpages
40648 \series default
40649  
40650 \begin_inset CommandInset citation
40651 LatexCommand cite
40652 key "pdfpages"
40653 literal "true"
40654
40655 \end_inset
40656
40657 .
40658 \begin_inset Index idx
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662 \SpecialChar LaTeX
40663 -packages ! pdfpages
40664 \end_layout
40665
40666 \end_inset
40667
40668
40669 \begin_inset Newline newline
40670 \end_inset
40671
40672 To use this template in a 
40673 \family sans
40674 Beamer
40675 \family default
40676  presentation you need to first insert an 
40677 \family sans
40678 EndFrame
40679 \family default
40680  environment and in a subsequent paragraph a \SpecialChar TeX
40681  Code box containing the command
40682  
40683 \series bold
40684
40685 \backslash
40686 setbeamertemplate{background canvas}{}
40687 \series default
40688 .
40689  Then you can insert as many paragraphs containing the PDFPages template
40690  as you wish.
40691  Behind the included PDF pages you can resume the Beamer presentation by
40692  beginning a new frame or by starting a new section.
40693  To avoid stray blank pages prior to the PDF pages, make sure to use the
40694  
40695 \family sans
40696 Default
40697 \family default
40698  alignment for the paragraph containing the template.
40699 \begin_inset Newline newline
40700 \end_inset
40701
40702 Here is an included PDF which is rotated by -5°: 
40703 \begin_inset External
40704         template PDFPages
40705         filename clipart/Abstract.pdf
40706         extra LaTeX "noautoscale, pages=-"
40707         rotateAngle -5
40708         rotateOrigin bottomleft
40709
40710 \end_inset
40711
40712
40713 \end_layout
40714
40715 \begin_layout Description
40716 Raster
40717 \begin_inset space ~
40718 \end_inset
40719
40720 image This can be used for bitmap images.
40721  The image can be treated in the 
40722 \family sans
40723 External material
40724 \family default
40725  dialog like the images that are usually included via the 
40726 \family sans
40727 Graphics
40728 \family default
40729  dialog as described in section
40730 \begin_inset space ~
40731 \end_inset
40732
40733
40734 \begin_inset CommandInset ref
40735 LatexCommand ref
40736 reference "sec:Graphics-Dialog"
40737
40738 \end_inset
40739
40740 .
40741  Here is an inserted raster image: 
40742 \begin_inset External
40743         template RasterImage
40744         filename clipart/ToolbarEnvBox.png
40745
40746 \end_inset
40747
40748
40749 \end_layout
40750
40751 \begin_layout Description
40752 Spreadsheet With this template you can insert spreadsheets
40753 \begin_inset space \thinspace{}
40754 \end_inset
40755
40756 /
40757 \begin_inset space \thinspace{}
40758 \end_inset
40759
40760 tables in the format of 
40761 \series bold
40762
40763 \begin_inset CommandInset href
40764 LatexCommand href
40765 name "Gnumeric"
40766 target "https://en.wikipedia.org/wiki/Gnumeric"
40767 literal "false"
40768
40769 \end_inset
40770
40771
40772 \series default
40773
40774 \begin_inset CommandInset href
40775 LatexCommand href
40776 name "OpenDocument"
40777 target "https://en.wikipedia.org/wiki/OpenDocument"
40778 literal "false"
40779
40780 \end_inset
40781
40782
40783 \begin_inset CommandInset href
40784 LatexCommand href
40785 name "Microsoft Office XML"
40786 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40787 literal "false"
40788
40789 \end_inset
40790
40791  and 
40792 \begin_inset CommandInset href
40793 LatexCommand href
40794 name "Office Open XML"
40795 target "https://en.wikipedia.org/wiki/Office_Open_XML"
40796 literal "false"
40797
40798 \end_inset
40799
40800 .
40801  For this feature \SpecialChar LyX
40802  must have found the program 
40803 \family typewriter
40804 ssconvert
40805 \family default
40806  during its configuration.
40807  This program is part of Gnumeric, so that you must have Gnumeric installed,
40808  also if you don't have tables in the Gnumeric format.
40809  For examples and possible limitations have a look at \SpecialChar LyX
40810 's example file 
40811 \emph on
40812 spreadsheet.lyx
40813 \emph default
40814 .
40815 \end_layout
40816
40817 \begin_layout Description
40818 Vector
40819 \begin_inset space ~
40820 \end_inset
40821
40822 graphics This can be used for vector graphics.
40823  The image can be treated in the 
40824 \family sans
40825 External material
40826 \family default
40827  dialog like the images that are usually included via the 
40828 \family sans
40829 Graphics
40830 \family default
40831  dialog as described in section
40832 \begin_inset space ~
40833 \end_inset
40834
40835
40836 \begin_inset CommandInset ref
40837 LatexCommand ref
40838 reference "sec:Graphics-Dialog"
40839
40840 \end_inset
40841
40842 .
40843  Here is an inserted vector graphics: 
40844 \begin_inset External
40845         template VectorGraphics
40846         filename clipart/SVG-Drawing.svg
40847         lyxscale 50
40848         scale 33
40849
40850 \end_inset
40851
40852
40853 \end_layout
40854
40855 \begin_layout Description
40856 Xfig
40857 \begin_inset space ~
40858 \end_inset
40859
40860 figure This template supports images created with the program 
40861 \begin_inset CommandInset href
40862 LatexCommand href
40863 name "Xfig"
40864 target "https://en.wikipedia.org/wiki/Xfig"
40865 literal "false"
40866
40867 \end_inset
40868
40869 .
40870 \end_layout
40871
40872 \begin_layout Standard
40873 When you use the option 
40874 \family sans
40875 Draft
40876 \family default
40877  in the 
40878 \family sans
40879 File
40880 \family default
40881  tab of the 
40882 \family sans
40883 External Material
40884 \family default
40885  dialog, only the path to the inserted file is shown in the output.
40886 \begin_inset Newline newline
40887 \end_inset
40888
40889 External material is displayed in \SpecialChar LyX
40890  either as a box like this: 
40891 \begin_inset Graphics
40892         filename clipart/ExternalMaterial.png
40893         scale 95
40894         scaleBeforeRotation
40895
40896 \end_inset
40897
40898  or as image, depending on the option 
40899 \family sans
40900 Show in LyX
40901 \family default
40902  in the 
40903 \family sans
40904 LaTeX and LyX options
40905 \family default
40906  tab of the dialog.
40907 \end_layout
40908
40909 \begin_layout Standard
40910 The 
40911 \family sans
40912 \emph on
40913 Customization
40914 \family default
40915 \emph default
40916  manual explains how you can define your own templates.
40917 \end_layout
40918
40919 \begin_layout Section
40920 Child Documents
40921 \begin_inset CommandInset label
40922 LatexCommand label
40923 name "sec:Child-Documents"
40924
40925 \end_inset
40926
40927
40928 \begin_inset Index idx
40929 status collapsed
40930
40931 \begin_layout Plain Layout
40932 External Document Parts ! Child Documents
40933 \end_layout
40934
40935 \end_inset
40936
40937
40938 \begin_inset Index idx
40939 status collapsed
40940
40941 \begin_layout Plain Layout
40942 Files ! Include
40943 \end_layout
40944
40945 \end_inset
40946
40947
40948 \end_layout
40949
40950 \begin_layout Standard
40951 Child documents are used if you have a long document consisting of several
40952  larger parts or sections.
40953  For maintenance it is often useful and sometimes even required to split
40954  the document into several files that can be revised separately.
40955  The different documents are then the so called 
40956 \begin_inset Quotes eld
40957 \end_inset
40958
40959 child documents
40960 \begin_inset Quotes erd
40961 \end_inset
40962
40963 , and a master document connects them to print the full document or parts
40964  of it.
40965  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40966  preamble,
40967  the bibliography, and labels for cross-references.
40968 \end_layout
40969
40970 \begin_layout Standard
40971 To be able to work on child documents without the need to open their master,
40972  specify in the child document the master in the menu
40973 \family sans
40974  Document\SpecialChar menuseparator
40975 Settings\SpecialChar menuseparator
40976 Document
40977 \begin_inset space ~
40978 \end_inset
40979
40980 Class
40981 \family default
40982 .
40983  This master document will then be used in the background by \SpecialChar LyX
40984  when you edit
40985  the child document.
40986 \end_layout
40987
40988 \begin_layout Standard
40989 Included documents are displayed in \SpecialChar LyX
40990  as a box like this: 
40991 \begin_inset Graphics
40992         filename clipart/ChildDocument.png
40993         scale 95
40994         scaleBeforeRotation
40995
40996 \end_inset
40997
40998  To include child documents in a master document use the menu 
40999 \family sans
41000 Insert\SpecialChar menuseparator
41001 File\SpecialChar menuseparator
41002 Child
41003 \begin_inset space ~
41004 \end_inset
41005
41006 Documents
41007 \family default
41008 .
41009  A dialog pops up where you can choose between four include methods:
41010 \end_layout
41011
41012 \begin_layout Description
41013 Include You can include \SpecialChar LyX
41014  and \SpecialChar LaTeX
41015  documents.
41016  When you press the 
41017 \family sans
41018 Edit
41019 \family default
41020  button in the 
41021 \family sans
41022 Child Document
41023 \family default
41024  dialog, the included document will be opened in \SpecialChar LyX
41025  in a new file tab so that
41026  you can modify it.
41027 \begin_inset Newline newline
41028 \end_inset
41029
41030
41031 \end_layout
41032
41033 \begin_layout Standard
41034 Here is a child document inserted using 
41035 \family sans
41036 Include
41037 \family default
41038
41039 \begin_inset CommandInset include
41040 LatexCommand include
41041 filename "DummyDocument1.lyx"
41042 literal "true"
41043
41044 \end_inset
41045
41046
41047 \end_layout
41048
41049 \begin_layout Standard
41050 The section numbering includes the sections of the included files in the
41051  order they are inserted in the master document.
41052  The included example document has for example a subsection that is numbered
41053  as a subsection of this section.
41054  Labels of included documents can be referenced: Subsection
41055 \begin_inset space ~
41056 \end_inset
41057
41058
41059 \begin_inset CommandInset ref
41060 LatexCommand ref
41061 reference "subsec:External-Subsection-1"
41062
41063 \end_inset
41064
41065 .
41066 \end_layout
41067
41068 \begin_layout Standard
41069 The preamble of the child document is ignored; only the preamble of the
41070  master document is used.
41071  Branches in child documents will be ignored by the master document when
41072  the master document does not have a branch with the same name.
41073  Included documents are inserted starting on a new page and ending with
41074  a page break.
41075 \end_layout
41076
41077 \begin_layout Standard
41078 \begin_inset Note Greyedout
41079 status open
41080
41081 \begin_layout Plain Layout
41082
41083 \series bold
41084 Note:
41085 \series default
41086  If you have included a \SpecialChar LyX
41087  or \SpecialChar LaTeX
41088  file, you are warned when you export/view the
41089  document in case the child document uses another document class than the
41090  master document as this will lead to unexpected outputs.
41091 \end_layout
41092
41093 \end_inset
41094
41095
41096 \end_layout
41097
41098 \begin_layout Description
41099 Input This method is very similar to the Include method.
41100  The differences are:
41101 \end_layout
41102
41103 \begin_deeper
41104 \begin_layout Itemize
41105 Input files don't start with a new page and don't end with a page break.
41106 \end_layout
41107
41108 \begin_layout Itemize
41109 Input files can be previewed in \SpecialChar LyX
41110  when 
41111 \family sans
41112 Instant
41113 \begin_inset space ~
41114 \end_inset
41115
41116 Preview
41117 \family default
41118  is enabled in \SpecialChar LyX
41119 's preferences under 
41120 \family sans
41121 Look
41122 \begin_inset space ~
41123 \end_inset
41124
41125 and
41126 \begin_inset space ~
41127 \end_inset
41128
41129 feel\SpecialChar menuseparator
41130 Graphics
41131 \family default
41132 .
41133 \end_layout
41134
41135 \begin_layout Itemize
41136 You cannot exclude Input files via the menu 
41137 \family sans
41138 Document\SpecialChar menuseparator
41139 Settings\SpecialChar menuseparator
41140 Child Documents
41141 \family default
41142 .
41143 \end_layout
41144
41145 \end_deeper
41146 \begin_layout Standard
41147 Here is a child document inserted using 
41148 \family sans
41149 Input
41150 \family default
41151
41152 \begin_inset CommandInset include
41153 LatexCommand input
41154 filename "DummyDocument2.lyx"
41155 literal "true"
41156
41157 \end_inset
41158
41159
41160 \end_layout
41161
41162 \begin_layout Description
41163 Verbatim With this method any text file can be included.
41164  The file is shown in the output with its source code; no command used in
41165  the text is invoked.
41166  You can use the option 
41167 \family sans
41168 Mark spaces in output
41169 \family default
41170  that displays the character 
41171 \begin_inset Quotes eld
41172 \end_inset
41173
41174
41175 \begin_inset ERT
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179
41180
41181 \backslash
41182 textvisiblespace 
41183 \end_layout
41184
41185 \end_inset
41186
41187
41188 \begin_inset Quotes erd
41189 \end_inset
41190
41191  for every space character in the source code.
41192  The difference from the method via the menu 
41193 \family sans
41194 Insert\SpecialChar menuseparator
41195 File\SpecialChar menuseparator
41196 Plain
41197 \begin_inset space ~
41198 \end_inset
41199
41200 Text
41201 \family default
41202  is that the document content is not shown in \SpecialChar LyX
41203 .
41204 \end_layout
41205
41206 \begin_layout Standard
41207 Here is a child document inserted as Verbatim: 
41208 \begin_inset CommandInset include
41209 LatexCommand verbatiminput
41210 filename "DummyTextDocument.txt"
41211 literal "true"
41212
41213 \end_inset
41214
41215
41216 \begin_inset VSpace bigskip
41217 \end_inset
41218
41219  Here is a child document inserted as Verbatim using the 
41220 \family sans
41221 Mark spaces in output
41222 \family default
41223  option: 
41224 \begin_inset CommandInset include
41225 LatexCommand verbatiminput*
41226 filename "DummyTextDocument.txt"
41227 literal "true"
41228
41229 \end_inset
41230
41231
41232 \end_layout
41233
41234 \begin_layout Standard
41235 \begin_inset VSpace bigskip
41236 \end_inset
41237
41238
41239 \end_layout
41240
41241 \begin_layout Standard
41242 \begin_inset Note Greyedout
41243 status open
41244
41245 \begin_layout Plain Layout
41246
41247 \series bold
41248 Note:
41249 \series default
41250  As you can see in the examples above, the text of the documents included
41251  as 
41252 \family sans
41253 verbatim
41254 \family default
41255  is not broken at the end of the document lines.
41256 \end_layout
41257
41258 \end_inset
41259
41260
41261 \end_layout
41262
41263 \begin_layout Description
41264 Listings This type is described in chapter
41265 \begin_inset space ~
41266 \end_inset
41267
41268
41269 \begin_inset CommandInset ref
41270 LatexCommand ref
41271 reference "cha:Program-Code-Listings"
41272
41273 \end_inset
41274
41275 .
41276 \end_layout
41277
41278 \begin_layout Standard
41279 \begin_inset Note Greyedout
41280 status open
41281
41282 \begin_layout Plain Layout
41283
41284 \series bold
41285 Note:
41286 \series default
41287  Including the same document twice in a document using different methods
41288  could cause \SpecialChar LaTeX
41289 -problems.
41290 \end_layout
41291
41292 \end_inset
41293
41294
41295 \end_layout
41296
41297 \begin_layout Standard
41298 If you want to view/export only selected children of your master document,
41299  either because you want to save compiling time or because you want to distribut
41300 e single chapters of the book you are just writing, you can exclude children
41301  from the output.
41302  This is done via the menu 
41303 \family sans
41304 Document\SpecialChar menuseparator
41305 Settings\SpecialChar menuseparator
41306 Child Documents
41307 \family default
41308 .
41309  You can exclude\SpecialChar breakableslash
41310 include children by double-clicking on the 
41311 \family sans
41312 include to output
41313 \family default
41314  column of the respective child document in the list (note that this only
41315  works for documents embedded via 
41316 \begin_inset Quotes eld
41317 \end_inset
41318
41319 Include
41320 \begin_inset Quotes erd
41321 \end_inset
41322
41323 , not with 
41324 \begin_inset Quotes eld
41325 \end_inset
41326
41327 Input
41328 \begin_inset Quotes erd
41329 \end_inset
41330
41331 ).
41332  
41333 \change_inserted -712698321 1584102244
41334
41335 \end_layout
41336
41337 \begin_layout Standard
41338
41339 \change_inserted -712698321 1584102427
41340 In the section 
41341 \family sans
41342 Global Counters & References
41343 \family default
41344  you can set how page numbers, references, section counters etc.
41345  are handled.
41346 \end_layout
41347
41348 \begin_layout Itemize
41349
41350 \change_inserted -712698321 1584102377
41351 With the option 
41352 \family sans
41353 Strictly maintain
41354 \family default
41355
41356 \change_deleted -712698321 1584102385
41357 If the option 
41358 \family sans
41359 Maintain counters and references
41360 \family default
41361  is enabled, 
41362 \change_unchanged
41363 \SpecialChar LyX
41364  will assure that all page numbers, references etc.
41365 \begin_inset space ~
41366 \end_inset
41367
41368 are correct as if the whole document was 
41369 \change_deleted -712698321 1584108508
41370 processed
41371 \change_inserted -712698321 1584108509
41372 output
41373 \change_unchanged
41374 .
41375  This is useful if you want the selected sub-documents to look exactly as
41376  in the context of the whole document.
41377  However, \SpecialChar LyX
41378  needs to process the whole document in the background for this
41379  feature
41380 \change_inserted -712698321 1584102406
41381 , which can take a long time
41382 \change_unchanged
41383 .
41384
41385 \change_deleted -712698321 1584103026
41386  
41387 \change_inserted -712698321 1584102447
41388
41389 \end_layout
41390
41391 \begin_layout Itemize
41392
41393 \change_inserted -712698321 1584102489
41394 With the option 
41395 \family sans
41396 Do not maintain
41397 \family default
41398
41399 \change_unchanged
41400 \SpecialChar LyX
41401
41402 \change_inserted -712698321 1584103270
41403  only compiles the master and the included documents.
41404  Thus the counters will differ from the complete document, and references
41405  to excluded child documents will not be resolved.
41406  
41407 \change_deleted -712698321 1584102517
41408 So i
41409 \change_inserted -712698321 1584102518
41410 I
41411 \change_unchanged
41412 f you want to save compile time and if counters and references do not need
41413  to be correct, 
41414 \change_deleted -712698321 1584102523
41415 disable this checkbox
41416 \change_inserted -712698321 1584102546
41417 use this option as this is the fastest one
41418 \change_unchanged
41419 .
41420 \change_inserted -712698321 1584102550
41421
41422 \end_layout
41423
41424 \begin_layout Itemize
41425
41426 \change_inserted -712698321 1584109486
41427 The option 
41428 \family sans
41429 Maintain mostly
41430 \family default
41431  is somewhat in-between the above two.
41432  If this is selected, \SpecialChar LyX
41433  will compile the whole document at the first output,
41434  which sets up counters and references correctly.
41435  In subsequent outputs, it will compile the whole document only if a change
41436  has been made in an excluded child document.
41437  As long as you only edit the included files, this approach is as fast as
41438  the second one, while giving you more or less correct counters and references.
41439  They are only more or less correct since the change of size of included
41440  documents obviously also changes the pagination of excluded documents,
41441  but this change cannot be tracked with this method.
41442 \change_unchanged
41443
41444 \end_layout
41445
41446 \begin_layout Standard
41447 Alternatively, you can put each included file into a branch.
41448 \begin_inset Foot
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452 Branches are described in section 
41453 \emph on
41454 Branches
41455 \emph default
41456  of the \SpecialChar LyX
41457  
41458 \emph on
41459 Userguide
41460 \emph default
41461 .
41462 \end_layout
41463
41464 \end_inset
41465
41466  By enabling\SpecialChar breakableslash
41467 disabling branches you can decide which included files will
41468  appear in the output.
41469  This has the advantage that it also works with Input'ed sub-documents.
41470  However, counters and references will not be maintained with this approach.
41471 \end_layout
41472
41473 \begin_layout Chapter
41474 Program Code Listings
41475 \begin_inset CommandInset label
41476 LatexCommand label
41477 name "cha:Program-Code-Listings"
41478
41479 \end_inset
41480
41481
41482 \begin_inset Index idx
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486 Listings
41487 \end_layout
41488
41489 \end_inset
41490
41491
41492 \begin_inset Index idx
41493 status collapsed
41494
41495 \begin_layout Plain Layout
41496 Program Code
41497 \end_layout
41498
41499 \end_inset
41500
41501
41502 \begin_inset Index idx
41503 status collapsed
41504
41505 \begin_layout Plain Layout
41506 Floats ! Listings
41507 \end_layout
41508
41509 \end_inset
41510
41511
41512 \end_layout
41513
41514 \begin_layout Standard
41515 To include and typeset program code you can use the 
41516 \family sans
41517 Listings
41518 \family default
41519  inset that can be inserted via the menu 
41520 \family sans
41521 Insert\SpecialChar menuseparator
41522 Program Listing
41523 \family default
41524 .
41525  The \SpecialChar LaTeX
41526 -packages 
41527 \series bold
41528 listings
41529 \series default
41530
41531 \begin_inset Index idx
41532 status collapsed
41533
41534 \begin_layout Plain Layout
41535 \SpecialChar LaTeX
41536 -packages ! listings
41537 \end_layout
41538
41539 \end_inset
41540
41541  or 
41542 \series bold
41543 minted
41544 \series default
41545
41546 \begin_inset Index idx
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550 \SpecialChar LaTeX
41551 -packages ! minted
41552 \end_layout
41553
41554 \end_inset
41555
41556  provide a powerful and flexible way to insert program source code into
41557  your document.
41558  One can only use one of these packages in a document.
41559  
41560 \series bold
41561 listings
41562 \series default
41563  is used by default.
41564 \end_layout
41565
41566 \begin_layout Standard
41567 \begin_inset Note Note
41568 status open
41569
41570 \begin_layout Plain Layout
41571
41572 \series bold
41573 Note:
41574 \series default
41575  \SpecialChar LyX
41576  does NOT want to encourage users to add the 
41577 \family typewriter
41578 -shell-escape
41579 \family default
41580  option to converter definitions.
41581  It works, but it is a huge security risk.
41582  There is an active discussion about how to handle this.
41583  Once that's been resolved, this can be updated appropriately.
41584 \end_layout
41585
41586 \begin_layout Plain Layout
41587 =====
41588 \end_layout
41589
41590 \begin_layout Plain Layout
41591 In order to use 
41592 \series bold
41593 minted
41594 \series default
41595 , you need to select it as the syntax highlighting package in the document
41596  settings under 
41597 \family sans
41598 Listings
41599 \family default
41600 .
41601  
41602 \series bold
41603 minted
41604 \series default
41605  requires also additionally the module 
41606 \family sans
41607 pygments
41608 \family default
41609  of the software 
41610 \noun on
41611 Python
41612 \noun default
41613
41614 \begin_inset Foot
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618 Under \SpecialChar LyX
41619  for Windows 
41620 \family sans
41621 pygments
41622 \family default
41623  is already installed.
41624 \end_layout
41625
41626 \end_inset
41627
41628  and the option 
41629 \family typewriter
41630 -shell-escape
41631 \family default
41632  for the \SpecialChar LaTeX
41633  processor.
41634  If you want for example view or export your document as the format 
41635 \family sans
41636 PDF
41637 \begin_inset space ~
41638 \end_inset
41639
41640 (pdflatex)
41641 \family default
41642 , go to the \SpecialChar LyX
41643  preferences and there to the section 
41644 \family sans
41645 File
41646 \begin_inset space ~
41647 \end_inset
41648
41649 Handling\SpecialChar menuseparator
41650 Converters
41651 \family default
41652 .
41653  There go to the entry 
41654 \family sans
41655 LaTeX
41656 \begin_inset space ~
41657 \end_inset
41658
41659 (pdflatex) -> PDF
41660 \begin_inset space ~
41661 \end_inset
41662
41663 (pdflatex)
41664 \family default
41665  and look at the field 
41666 \family sans
41667 Converter
41668 \family default
41669 .
41670  There you see by default the content
41671 \begin_inset Newline newline
41672 \end_inset
41673
41674
41675 \series bold
41676 pdflatex $$i
41677 \series default
41678
41679 \begin_inset Newline newline
41680 \end_inset
41681
41682 Now change it to
41683 \begin_inset Newline newline
41684 \end_inset
41685
41686
41687 \series bold
41688 pdflatex $$i -shell-escape
41689 \begin_inset Newline newline
41690 \end_inset
41691
41692
41693 \series default
41694 and press the 
41695 \family sans
41696 Modify
41697 \family default
41698  button and subsequently 
41699 \family sans
41700 Apply
41701 \family default
41702  or 
41703 \family sans
41704 Save
41705 \family default
41706 .
41707  The same can be done for the output formats 
41708 \family sans
41709 PDF
41710 \begin_inset space ~
41711 \end_inset
41712
41713 (LuaTeX)
41714 \family default
41715  and 
41716 \family sans
41717 PDF
41718 \begin_inset space ~
41719 \end_inset
41720
41721 (XeTeX)
41722 \family default
41723 .
41724 \end_layout
41725
41726 \end_inset
41727
41728
41729 \end_layout
41730
41731 \begin_layout Standard
41732 Right-clicking on a listings inset opens the context menu containing where
41733  you can set the listings format.
41734 \end_layout
41735
41736 \begin_layout Standard
41737 By default, a listing starts a new paragraph in the output.
41738  The placement option 
41739 \family sans
41740 Inline
41741 \begin_inset space ~
41742 \end_inset
41743
41744 listing
41745 \family default
41746  prints the listing inline like this: 
41747 \begin_inset listings
41748 lstparams "language={C++}"
41749 inline true
41750 status open
41751
41752 \begin_layout Plain Layout
41753
41754 int a=5;
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \begin_inset Newline newline
41761 \end_inset
41762
41763 The option 
41764 \family sans
41765 Float
41766 \family default
41767  creates a listings float where you can specify the placement options 
41768 \begin_inset Quotes eld
41769 \end_inset
41770
41771
41772 \family sans
41773 h
41774 \family default
41775
41776 \begin_inset Quotes erd
41777 \end_inset
41778
41779
41780 \begin_inset Quotes eld
41781 \end_inset
41782
41783
41784 \family sans
41785 t
41786 \family default
41787
41788 \begin_inset Quotes erd
41789 \end_inset
41790
41791
41792 \begin_inset Quotes eld
41793 \end_inset
41794
41795
41796 \family sans
41797 b
41798 \family default
41799
41800 \begin_inset Quotes erd
41801 \end_inset
41802
41803 , and 
41804 \begin_inset Quotes eld
41805 \end_inset
41806
41807
41808 \family sans
41809 p
41810 \family default
41811
41812 \begin_inset Quotes erd
41813 \end_inset
41814
41815  corresponding to the float placement options described in section
41816 \begin_inset space ~
41817 \end_inset
41818
41819
41820 \begin_inset CommandInset ref
41821 LatexCommand ref
41822 reference "sec:Float-Settings"
41823
41824 \end_inset
41825
41826 .
41827  The placement options can be mixed and are inserted without any separation,
41828  e.
41829 \begin_inset space \thinspace{}
41830 \end_inset
41831
41832 g.
41833 \begin_inset space \space{}
41834 \end_inset
41835
41836
41837 \begin_inset Quotes eld
41838 \end_inset
41839
41840
41841 \family sans
41842 htbp
41843 \family default
41844
41845 \begin_inset Quotes erd
41846 \end_inset
41847
41848 .
41849  The option 
41850 \begin_inset Quotes eld
41851 \end_inset
41852
41853 h
41854 \begin_inset Quotes erd
41855 \end_inset
41856
41857  has sometimes no effect, but you don't need to use the 
41858 \family sans
41859 Float
41860 \family default
41861  option in this case as also non-float listings can have captions and be
41862  referenced.
41863 \end_layout
41864
41865 \begin_layout Standard
41866 You can add captions to listings that are not inline with the menu 
41867 \family sans
41868 Insert\SpecialChar menuseparator
41869 Caption
41870 \family default
41871 .
41872  Listings can be referenced like floats: Listing
41873 \begin_inset space ~
41874 \end_inset
41875
41876
41877 \begin_inset CommandInset ref
41878 LatexCommand ref
41879 reference "lst:Example-Listing"
41880
41881 \end_inset
41882
41883 .
41884  A list of listings which contains all listings with captions can be created
41885  via the menu 
41886 \family sans
41887 Insert\SpecialChar menuseparator
41888 List
41889 \begin_inset space ~
41890 \end_inset
41891
41892 /
41893 \begin_inset space ~
41894 \end_inset
41895
41896 TOC\SpecialChar menuseparator
41897 List of Listings
41898 \family default
41899 .
41900  The list entries are the listing caption and the listing number.
41901 \end_layout
41902
41903 \begin_layout Standard
41904 \begin_inset listings
41905 lstparams "language=Python"
41906 inline false
41907 status open
41908
41909 \begin_layout Plain Layout
41910
41911 \begin_inset Caption Standard
41912
41913 \begin_layout Plain Layout
41914 \begin_inset CommandInset label
41915 LatexCommand label
41916 name "lst:Example-Listing"
41917
41918 \end_inset
41919
41920 Example Listing float
41921 \end_layout
41922
41923 \end_inset
41924
41925 # Example listing float
41926 \end_layout
41927
41928 \begin_layout Plain Layout
41929
41930 def func(param):
41931 \end_layout
41932
41933 \begin_layout Plain Layout
41934
41935     'this is a python function'
41936 \end_layout
41937
41938 \begin_layout Plain Layout
41939
41940     pass
41941 \end_layout
41942
41943 \end_inset
41944
41945
41946 \end_layout
41947
41948 \begin_layout Standard
41949 \begin_inset Note Greyedout
41950 status open
41951
41952 \begin_layout Plain Layout
41953
41954 \series bold
41955 Note: 
41956 \series default
41957 The 
41958 \series bold
41959 listings
41960 \series default
41961  package places captions before the listing by default.
41962 \begin_inset Newline newline
41963 \end_inset
41964
41965 The 
41966 \series bold
41967 minted
41968 \series default
41969  package places them after the listing by default if it is floating.
41970  If it is not floating, caption will be typeset before the listing if it
41971  is inserted to its first line, otherwise it will be typeset after the listing.
41972  If you want to force the placement in every case before the listing, you
41973  have to add the following lines as last thing to the preamble:
41974 \begin_inset Newline newline
41975 \end_inset
41976
41977
41978 \series bold
41979
41980 \backslash
41981 @ifundefined{newfloat}
41982 \begin_inset Newline newline
41983 \end_inset
41984
41985
41986 \begin_inset Phantom HPhantom
41987 status open
41988
41989 \begin_layout Plain Layout
41990
41991 \series bold
41992 \begin_inset space ~
41993 \end_inset
41994
41995
41996 \end_layout
41997
41998 \end_inset
41999
42000 {
42001 \backslash
42002 usepackage{float}}{}
42003 \begin_inset Newline newline
42004 \end_inset
42005
42006
42007 \backslash
42008 floatstyle{plaintop}
42009 \series default
42010
42011 \begin_inset Note Note
42012 status collapsed
42013
42014 \begin_layout Plain Layout
42015 The package 
42016 \series bold
42017 float
42018 \series default
42019  will be loaded automatically by \SpecialChar LyX
42020  when you use special document-wide float
42021  placement settings.
42022  To avoid that it is loaded twice the command 
42023 \series bold
42024
42025 \backslash
42026 @ifundefined
42027 \series default
42028  is used in the above command.
42029 \end_layout
42030
42031 \end_inset
42032
42033
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \end_layout
42040
42041 \begin_layout Standard
42042 When you have set a programming language in the listings dialog, the keywords
42043  of this language will be recognized and specially typeset in the output.
42044  In the example listings the Python keyword 
42045 \begin_inset Quotes eld
42046 \end_inset
42047
42048 def
42049 \begin_inset Quotes erd
42050 \end_inset
42051
42052  is recognized and printed bold in the output.
42053 \end_layout
42054
42055 \begin_layout Standard
42056 \begin_inset Note Greyedout
42057 status open
42058
42059 \begin_layout Plain Layout
42060
42061 \series bold
42062 Note:
42063 \series default
42064  If you don't get bold keywords when using typewriter fonts, your 
42065 \family typewriter
42066 typewriter
42067 \family default
42068  font probably doesn't provide a bold shape.
42069  In this case select a different one in the menu 
42070 \family sans
42071 Document\SpecialChar menuseparator
42072 Settings\SpecialChar menuseparator
42073 Fonts
42074 \family default
42075 .
42076  (The fonts 
42077 \emph on
42078 LuxiMono, BeraMono
42079 \emph default
42080  and 
42081 \emph on
42082 Courier
42083 \emph default
42084  provide bold shapes.)
42085 \end_layout
42086
42087 \end_inset
42088
42089
42090 \end_layout
42091
42092 \begin_layout Standard
42093 In section 
42094 \family sans
42095 Line
42096 \begin_inset space ~
42097 \end_inset
42098
42099 numbering
42100 \family default
42101  of the listings dialog you can specify the line numbering style.
42102  You can insert a number to specify which lines are numbered in the field
42103  
42104 \family sans
42105 Step
42106 \family default
42107 .
42108  When you insert e.
42109 \begin_inset space \thinspace{}
42110 \end_inset
42111
42112 g.
42113 \begin_inset space \space{}
42114 \end_inset
42115
42116
42117 \begin_inset Quotes eld
42118 \end_inset
42119
42120 3
42121 \begin_inset Quotes erd
42122 \end_inset
42123
42124 , only every 3rd line will be numbered.
42125 \end_layout
42126
42127 \begin_layout Standard
42128 You can furthermore specify a range of lines; only these will then appear
42129  in the output.
42130  The option 
42131 \family sans
42132 Extended character table
42133 \family default
42134  is only meaningful for the 
42135 \series bold
42136 listings
42137 \series default
42138  package and should be used when you use national characters like the German
42139  umlauts in the listing.
42140 \begin_inset Newline newline
42141 \end_inset
42142
42143 Here is an example listing with left line numbering, step 
42144 \begin_inset Quotes eld
42145 \end_inset
42146
42147 3
42148 \begin_inset Quotes erd
42149 \end_inset
42150
42151 , language 
42152 \begin_inset Quotes eld
42153 \end_inset
42154
42155 Python
42156 \begin_inset Quotes erd
42157 \end_inset
42158
42159 , options 
42160 \begin_inset Quotes eld
42161 \end_inset
42162
42163 Extended character table
42164 \begin_inset Quotes erd
42165 \end_inset
42166
42167  and 
42168 \begin_inset Quotes eld
42169 \end_inset
42170
42171 Space
42172 \begin_inset space ~
42173 \end_inset
42174
42175 as
42176 \begin_inset space ~
42177 \end_inset
42178
42179 symbol
42180 \begin_inset Quotes erd
42181 \end_inset
42182
42183 , range lines 3
42184 \begin_inset space \thinspace{}
42185 \end_inset
42186
42187 -
42188 \begin_inset space \thinspace{}
42189 \end_inset
42190
42191 8:
42192 \end_layout
42193
42194 \begin_layout Standard
42195 \begin_inset listings
42196 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
42197 inline false
42198 status open
42199
42200 \begin_layout Plain Layout
42201
42202 def func(param):
42203 \end_layout
42204
42205 \begin_layout Plain Layout
42206
42207     'this is a python function'
42208 \end_layout
42209
42210 \begin_layout Plain Layout
42211
42212     pass
42213 \end_layout
42214
42215 \begin_layout Plain Layout
42216
42217 def func(param):
42218 \end_layout
42219
42220 \begin_layout Plain Layout
42221
42222 'This is a German word: Tschüß'
42223 \end_layout
42224
42225 \begin_layout Plain Layout
42226
42227 pass
42228 \end_layout
42229
42230 \begin_layout Plain Layout
42231
42232 def func(param):
42233 \end_layout
42234
42235 \begin_layout Plain Layout
42236
42237 'this is a python function'
42238 \end_layout
42239
42240 \begin_layout Plain Layout
42241
42242 pass
42243 \end_layout
42244
42245 \end_inset
42246
42247
42248 \end_layout
42249
42250 \begin_layout Standard
42251 When you have tabulators in your listing, you can specify the number of
42252  characters that are spanned by a tabulator in the field 
42253 \family sans
42254 Tabulator
42255 \begin_inset space ~
42256 \end_inset
42257
42258 size
42259 \family default
42260 .
42261 \end_layout
42262
42263 \begin_layout Standard
42264 \begin_inset Note Greyedout
42265 status open
42266
42267 \begin_layout Plain Layout
42268
42269 \series bold
42270 Note:
42271 \series default
42272  Due to a bug in the 
42273 \series bold
42274 listings
42275 \series default
42276  package the line numbering is shifted by a line by every previous listing.
42277  That's the reason why the lines 2 and 5 are numbered in the above listing
42278  and not the lines 3 and 6.
42279 \end_layout
42280
42281 \end_inset
42282
42283
42284 \end_layout
42285
42286 \begin_layout Standard
42287 \begin_inset VSpace bigskip
42288 \end_inset
42289
42290
42291 \end_layout
42292
42293 \begin_layout Standard
42294 It is also possible to print lines from a file as listing.
42295  To do this, use the menu 
42296 \family sans
42297 Insert\SpecialChar menuseparator
42298 File\SpecialChar menuseparator
42299 Child Document
42300 \family default
42301  and choose the type 
42302 \family sans
42303 Listings
42304 \family default
42305 .
42306 \begin_inset Foot
42307 status collapsed
42308
42309 \begin_layout Plain Layout
42310 The other child document types are described in section
42311 \begin_inset space ~
42312 \end_inset
42313
42314
42315 \begin_inset CommandInset ref
42316 LatexCommand ref
42317 reference "sec:Child-Documents"
42318
42319 \end_inset
42320
42321 .
42322 \end_layout
42323
42324 \end_inset
42325
42326  In the child document dialog you can specify the listing parameters in
42327  a text box.
42328  To show a list of all available parameters, type in a question mark 
42329 \begin_inset Quotes eld
42330 \end_inset
42331
42332 ?
42333 \begin_inset Quotes erd
42334 \end_inset
42335
42336  in the text box.
42337 \end_layout
42338
42339 \begin_layout Standard
42340 To reference child document listings, write a label text into the corresponding
42341  field of the child document dialog.
42342  The label can then be referenced using the menu 
42343 \family sans
42344 Insert\SpecialChar menuseparator
42345 Cross-Reference
42346 \family default
42347 .
42348 \end_layout
42349
42350 \begin_layout Standard
42351 Listing
42352 \begin_inset space ~
42353 \end_inset
42354
42355
42356 \begin_inset CommandInset ref
42357 LatexCommand ref
42358 reference "lst:file-listing"
42359
42360 \end_inset
42361
42362  is an example for a listing of a file; there the lines 10
42363 \begin_inset space \thinspace{}
42364 \end_inset
42365
42366 -
42367 \begin_inset space \thinspace{}
42368 \end_inset
42369
42370 15 of this \SpecialChar LyX
42371  file are listed.
42372 \end_layout
42373
42374 \begin_layout Standard
42375 \begin_inset CommandInset include
42376 LatexCommand lstinputlisting
42377 filename "EmbeddedObjects.lyx"
42378 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
42379 literal "true"
42380
42381 \end_inset
42382
42383
42384 \end_layout
42385
42386 \begin_layout Standard
42387 \begin_inset VSpace bigskip
42388 \end_inset
42389
42390
42391 \end_layout
42392
42393 \begin_layout Standard
42394 Inserting a formula into a listing can be done the following way:
42395 \end_layout
42396
42397 \begin_layout Enumerate
42398 Open the listings dialog and add
42399 \begin_inset Newline newline
42400 \end_inset
42401
42402
42403 \family sans
42404 mathescape=true
42405 \family default
42406
42407 \begin_inset Newline newline
42408 \end_inset
42409
42410 to the field of the 
42411 \family sans
42412 Advanced
42413 \family default
42414  tab.
42415 \end_layout
42416
42417 \begin_layout Enumerate
42418 Create a formula outside the listing
42419 \end_layout
42420
42421 \begin_layout Enumerate
42422 Copy the content of the formula (not the formula inset) to the clipboard
42423  (shortcut 
42424 \begin_inset Info
42425 type  "shortcut"
42426 arg   "copy"
42427 \end_inset
42428
42429 )
42430 \end_layout
42431
42432 \begin_layout Enumerate
42433 In the listing write 
42434 \begin_inset Quotes eld
42435 \end_inset
42436
42437
42438 \family sans
42439 $$
42440 \family default
42441
42442 \begin_inset Quotes erd
42443 \end_inset
42444
42445  and copy from the clipboard between the dollar-signs (shortcut 
42446 \begin_inset Info
42447 type  "shortcut"
42448 arg   "paste"
42449 \end_inset
42450
42451 )
42452 \end_layout
42453
42454 \begin_layout Standard
42455 \begin_inset listings
42456 lstparams "language=Python,mathescape=true"
42457 inline false
42458 status open
42459
42460 \begin_layout Plain Layout
42461
42462 \begin_inset Caption Standard
42463
42464 \begin_layout Plain Layout
42465 Example Listing float containing a formula
42466 \end_layout
42467
42468 \end_inset
42469
42470 # Example listing float
42471 \end_layout
42472
42473 \begin_layout Plain Layout
42474
42475 def func(param):
42476 \end_layout
42477
42478 \begin_layout Plain Layout
42479
42480     # $
42481 \backslash
42482 prod_{n=1}^{
42483 \backslash
42484 infty}
42485 \backslash
42486 ,
42487 \backslash
42488 frac{1}{x^{2}}$
42489 \end_layout
42490
42491 \begin_layout Plain Layout
42492
42493     pass
42494 \end_layout
42495
42496 \end_inset
42497
42498
42499 \end_layout
42500
42501 \begin_layout Standard
42502 \begin_inset VSpace bigskip
42503 \end_inset
42504
42505
42506 \end_layout
42507
42508 \begin_layout Standard
42509 Global listings settings can be set in the 
42510 \family sans
42511 Document\SpecialChar menuseparator
42512 Settings\SpecialChar menuseparator
42513 Listings
42514 \family default
42515  dialog.
42516  To get there a list of available options, type in a question mark 
42517 \begin_inset Quotes eld
42518 \end_inset
42519
42520 ?
42521 \begin_inset Quotes erd
42522 \end_inset
42523
42524 .
42525 \end_layout
42526
42527 \begin_layout Standard
42528 For more information about the 
42529 \series bold
42530 listings
42531 \series default
42532  and 
42533 \series bold
42534 minted
42535 \series default
42536  packages, we refer to their documentation 
42537 \begin_inset CommandInset citation
42538 LatexCommand cite
42539 key "listings,minted"
42540 literal "true"
42541
42542 \end_inset
42543
42544 .
42545 \end_layout
42546
42547 \begin_layout Standard
42548 \begin_inset Newpage newpage
42549 \end_inset
42550
42551
42552 \end_layout
42553
42554 \begin_layout Chapter
42555 \start_of_appendix
42556 Units available in \SpecialChar LyX
42557
42558 \begin_inset Index idx
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562 Units
42563 \end_layout
42564
42565 \end_inset
42566
42567
42568 \begin_inset CommandInset label
42569 LatexCommand label
42570 name "cha:Units-available-in"
42571
42572 \end_inset
42573
42574
42575 \end_layout
42576
42577 \begin_layout Standard
42578 To understand the units described in this documentation, Table
42579 \begin_inset space ~
42580 \end_inset
42581
42582
42583 \begin_inset CommandInset ref
42584 LatexCommand ref
42585 reference "tab:Units"
42586
42587 \end_inset
42588
42589  explains all units available in \SpecialChar LyX
42590 .
42591 \end_layout
42592
42593 \begin_layout Standard
42594 \begin_inset Float table
42595 placement h
42596 alignment document
42597 wide false
42598 sideways false
42599 status open
42600
42601 \begin_layout Plain Layout
42602 \begin_inset Caption Standard
42603
42604 \begin_layout Plain Layout
42605 \begin_inset CommandInset label
42606 LatexCommand label
42607 name "tab:Units"
42608
42609 \end_inset
42610
42611 Units
42612 \end_layout
42613
42614 \end_inset
42615
42616
42617 \end_layout
42618
42619 \begin_layout Plain Layout
42620 \begin_inset VSpace medskip
42621 \end_inset
42622
42623
42624 \end_layout
42625
42626 \begin_layout Plain Layout
42627 \align center
42628 \begin_inset Tabular
42629 <lyxtabular version="3" rows="21" columns="3">
42630 <features tabularvalignment="middle">
42631 <column alignment="center" valignment="top">
42632 <column alignment="center" valignment="middle" width="50col%">
42633 <column alignment="center" valignment="top">
42634 <row>
42635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42636 \begin_inset Text
42637
42638 \begin_layout Plain Layout
42639 unit
42640 \end_layout
42641
42642 \end_inset
42643 </cell>
42644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42645 \begin_inset Text
42646
42647 \begin_layout Plain Layout
42648 name/description
42649 \end_layout
42650
42651 \end_inset
42652 </cell>
42653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42654 \begin_inset Text
42655
42656 \begin_layout Plain Layout
42657 \SpecialChar LaTeX
42658  command
42659 \end_layout
42660
42661 \end_inset
42662 </cell>
42663 </row>
42664 <row>
42665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42666 \begin_inset Text
42667
42668 \begin_layout Plain Layout
42669 bp
42670 \end_layout
42671
42672 \end_inset
42673 </cell>
42674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42675 \begin_inset Text
42676
42677 \begin_layout Plain Layout
42678 big point (72
42679 \begin_inset space \thinspace{}
42680 \end_inset
42681
42682 bp = 1
42683 \begin_inset space \thinspace{}
42684 \end_inset
42685
42686 in)
42687 \end_layout
42688
42689 \end_inset
42690 </cell>
42691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42692 \begin_inset Text
42693
42694 \begin_layout Plain Layout
42695 -
42696 \end_layout
42697
42698 \end_inset
42699 </cell>
42700 </row>
42701 <row>
42702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42703 \begin_inset Text
42704
42705 \begin_layout Plain Layout
42706 cc
42707 \end_layout
42708
42709 \end_inset
42710 </cell>
42711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42712 \begin_inset Text
42713
42714 \begin_layout Plain Layout
42715 cicero (1
42716 \begin_inset space \thinspace{}
42717 \end_inset
42718
42719 cc = 12
42720 \begin_inset space \thinspace{}
42721 \end_inset
42722
42723 dd)
42724 \end_layout
42725
42726 \end_inset
42727 </cell>
42728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42729 \begin_inset Text
42730
42731 \begin_layout Plain Layout
42732 -
42733 \end_layout
42734
42735 \end_inset
42736 </cell>
42737 </row>
42738 <row>
42739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42740 \begin_inset Text
42741
42742 \begin_layout Plain Layout
42743 cm
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42749 \begin_inset Text
42750
42751 \begin_layout Plain Layout
42752 centimeter
42753 \end_layout
42754
42755 \end_inset
42756 </cell>
42757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42758 \begin_inset Text
42759
42760 \begin_layout Plain Layout
42761 -
42762 \end_layout
42763
42764 \end_inset
42765 </cell>
42766 </row>
42767 <row>
42768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42769 \begin_inset Text
42770
42771 \begin_layout Plain Layout
42772 dd
42773 \end_layout
42774
42775 \end_inset
42776 </cell>
42777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42778 \begin_inset Text
42779
42780 \begin_layout Plain Layout
42781 didot (1
42782 \begin_inset space \thinspace{}
42783 \end_inset
42784
42785 dd 
42786 \begin_inset Formula $\approx$
42787 \end_inset
42788
42789  0.376
42790 \begin_inset space \thinspace{}
42791 \end_inset
42792
42793 mm)
42794 \end_layout
42795
42796 \end_inset
42797 </cell>
42798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42799 \begin_inset Text
42800
42801 \begin_layout Plain Layout
42802 -
42803 \end_layout
42804
42805 \end_inset
42806 </cell>
42807 </row>
42808 <row>
42809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42810 \begin_inset Text
42811
42812 \begin_layout Plain Layout
42813 em
42814 \end_layout
42815
42816 \end_inset
42817 </cell>
42818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42819 \begin_inset Text
42820
42821 \begin_layout Plain Layout
42822 width of letter 
42823 \emph on
42824 M
42825 \emph default
42826  in current font
42827 \end_layout
42828
42829 \end_inset
42830 </cell>
42831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835 -
42836 \end_layout
42837
42838 \end_inset
42839 </cell>
42840 </row>
42841 <row>
42842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42843 \begin_inset Text
42844
42845 \begin_layout Plain Layout
42846 ex
42847 \end_layout
42848
42849 \end_inset
42850 </cell>
42851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42852 \begin_inset Text
42853
42854 \begin_layout Plain Layout
42855 height of letter 
42856 \emph on
42857 x
42858 \emph default
42859  in current font
42860 \end_layout
42861
42862 \end_inset
42863 </cell>
42864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42865 \begin_inset Text
42866
42867 \begin_layout Plain Layout
42868 -
42869 \end_layout
42870
42871 \end_inset
42872 </cell>
42873 </row>
42874 <row>
42875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42876 \begin_inset Text
42877
42878 \begin_layout Plain Layout
42879 in
42880 \end_layout
42881
42882 \end_inset
42883 </cell>
42884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42885 \begin_inset Text
42886
42887 \begin_layout Plain Layout
42888 inch
42889 \end_layout
42890
42891 \end_inset
42892 </cell>
42893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42894 \begin_inset Text
42895
42896 \begin_layout Plain Layout
42897 -
42898 \end_layout
42899
42900 \end_inset
42901 </cell>
42902 </row>
42903 <row>
42904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42905 \begin_inset Text
42906
42907 \begin_layout Plain Layout
42908 mm
42909 \end_layout
42910
42911 \end_inset
42912 </cell>
42913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42914 \begin_inset Text
42915
42916 \begin_layout Plain Layout
42917 millimeter
42918 \end_layout
42919
42920 \end_inset
42921 </cell>
42922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42923 \begin_inset Text
42924
42925 \begin_layout Plain Layout
42926 -
42927 \end_layout
42928
42929 \end_inset
42930 </cell>
42931 </row>
42932 <row>
42933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42934 \begin_inset Text
42935
42936 \begin_layout Plain Layout
42937 mu
42938 \end_layout
42939
42940 \end_inset
42941 </cell>
42942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42943 \begin_inset Text
42944
42945 \begin_layout Plain Layout
42946 math unit (1
42947 \begin_inset space \thinspace{}
42948 \end_inset
42949
42950 mu = 1/18
42951 \begin_inset space \thinspace{}
42952 \end_inset
42953
42954 em)
42955 \end_layout
42956
42957 \end_inset
42958 </cell>
42959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42960 \begin_inset Text
42961
42962 \begin_layout Plain Layout
42963 -
42964 \end_layout
42965
42966 \end_inset
42967 </cell>
42968 </row>
42969 <row>
42970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42971 \begin_inset Text
42972
42973 \begin_layout Plain Layout
42974 pt
42975 \end_layout
42976
42977 \end_inset
42978 </cell>
42979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42980 \begin_inset Text
42981
42982 \begin_layout Plain Layout
42983 point (72.27
42984 \begin_inset space \thinspace{}
42985 \end_inset
42986
42987 pt = 1
42988 \begin_inset space \thinspace{}
42989 \end_inset
42990
42991 in)
42992 \end_layout
42993
42994 \end_inset
42995 </cell>
42996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42997 \begin_inset Text
42998
42999 \begin_layout Plain Layout
43000 -
43001 \end_layout
43002
43003 \end_inset
43004 </cell>
43005 </row>
43006 <row>
43007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43008 \begin_inset Text
43009
43010 \begin_layout Plain Layout
43011 pc
43012 \end_layout
43013
43014 \end_inset
43015 </cell>
43016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43017 \begin_inset Text
43018
43019 \begin_layout Plain Layout
43020 pica (1
43021 \begin_inset space \thinspace{}
43022 \end_inset
43023
43024 pc = 12
43025 \begin_inset space \thinspace{}
43026 \end_inset
43027
43028 pt)
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43034 \begin_inset Text
43035
43036 \begin_layout Plain Layout
43037 -
43038 \end_layout
43039
43040 \end_inset
43041 </cell>
43042 </row>
43043 <row>
43044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43045 \begin_inset Text
43046
43047 \begin_layout Plain Layout
43048 sp
43049 \end_layout
43050
43051 \end_inset
43052 </cell>
43053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43054 \begin_inset Text
43055
43056 \begin_layout Plain Layout
43057 scaled point (65536
43058 \begin_inset space \thinspace{}
43059 \end_inset
43060
43061 sp = 1
43062 \begin_inset space \thinspace{}
43063 \end_inset
43064
43065 pt)
43066 \end_layout
43067
43068 \end_inset
43069 </cell>
43070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43071 \begin_inset Text
43072
43073 \begin_layout Plain Layout
43074 -
43075 \end_layout
43076
43077 \end_inset
43078 </cell>
43079 </row>
43080 <row>
43081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43082 \begin_inset Text
43083
43084 \begin_layout Plain Layout
43085 Column Width %
43086 \end_layout
43087
43088 \end_inset
43089 </cell>
43090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43091 \begin_inset Text
43092
43093 \begin_layout Plain Layout
43094 % of column width
43095 \end_layout
43096
43097 \end_inset
43098 </cell>
43099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43100 \begin_inset Text
43101
43102 \begin_layout Plain Layout
43103
43104 \backslash
43105 columnwidth
43106 \end_layout
43107
43108 \end_inset
43109 </cell>
43110 </row>
43111 <row>
43112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43113 \begin_inset Text
43114
43115 \begin_layout Plain Layout
43116 Line Distance %
43117 \end_layout
43118
43119 \end_inset
43120 </cell>
43121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 % of height between baselines of two subsequent text lines
43126 \end_layout
43127
43128 \end_inset
43129 </cell>
43130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43131 \begin_inset Text
43132
43133 \begin_layout Plain Layout
43134
43135 \backslash
43136 baselineskip
43137 \end_layout
43138
43139 \end_inset
43140 </cell>
43141 </row>
43142 <row>
43143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43144 \begin_inset Text
43145
43146 \begin_layout Plain Layout
43147 Line Width %
43148 \end_layout
43149
43150 \end_inset
43151 </cell>
43152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43153 \begin_inset Text
43154
43155 \begin_layout Plain Layout
43156 % of line width
43157 \end_layout
43158
43159 \end_inset
43160 </cell>
43161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43162 \begin_inset Text
43163
43164 \begin_layout Plain Layout
43165
43166 \backslash
43167 linewidth
43168 \end_layout
43169
43170 \end_inset
43171 </cell>
43172 </row>
43173 <row>
43174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43175 \begin_inset Text
43176
43177 \begin_layout Plain Layout
43178 Page Height %
43179 \end_layout
43180
43181 \end_inset
43182 </cell>
43183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43184 \begin_inset Text
43185
43186 \begin_layout Plain Layout
43187 % of paper height
43188 \end_layout
43189
43190 \end_inset
43191 </cell>
43192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43193 \begin_inset Text
43194
43195 \begin_layout Plain Layout
43196
43197 \backslash
43198 paperheight
43199 \end_layout
43200
43201 \end_inset
43202 </cell>
43203 </row>
43204 <row>
43205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43206 \begin_inset Text
43207
43208 \begin_layout Plain Layout
43209 Page Width %
43210 \end_layout
43211
43212 \end_inset
43213 </cell>
43214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43215 \begin_inset Text
43216
43217 \begin_layout Plain Layout
43218 % of paper width
43219 \end_layout
43220
43221 \end_inset
43222 </cell>
43223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43224 \begin_inset Text
43225
43226 \begin_layout Plain Layout
43227
43228 \backslash
43229 paperwidth
43230 \end_layout
43231
43232 \end_inset
43233 </cell>
43234 </row>
43235 <row>
43236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43237 \begin_inset Text
43238
43239 \begin_layout Plain Layout
43240 Scale Graphics %
43241 \end_layout
43242
43243 \end_inset
43244 </cell>
43245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43246 \begin_inset Text
43247
43248 \begin_layout Plain Layout
43249 % of original image width
43250 \end_layout
43251
43252 \end_inset
43253 </cell>
43254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43255 \begin_inset Text
43256
43257 \begin_layout Plain Layout
43258
43259 \end_layout
43260
43261 \end_inset
43262 </cell>
43263 </row>
43264 <row>
43265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43266 \begin_inset Text
43267
43268 \begin_layout Plain Layout
43269 Text Height %
43270 \end_layout
43271
43272 \end_inset
43273 </cell>
43274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43275 \begin_inset Text
43276
43277 \begin_layout Plain Layout
43278 % of text height
43279 \end_layout
43280
43281 \end_inset
43282 </cell>
43283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43284 \begin_inset Text
43285
43286 \begin_layout Plain Layout
43287
43288 \backslash
43289 textheight
43290 \end_layout
43291
43292 \end_inset
43293 </cell>
43294 </row>
43295 <row>
43296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43297 \begin_inset Text
43298
43299 \begin_layout Plain Layout
43300 Text Width %
43301 \end_layout
43302
43303 \end_inset
43304 </cell>
43305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43306 \begin_inset Text
43307
43308 \begin_layout Plain Layout
43309 % of text width
43310 \end_layout
43311
43312 \end_inset
43313 </cell>
43314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43315 \begin_inset Text
43316
43317 \begin_layout Plain Layout
43318
43319 \backslash
43320 textwidth
43321 \end_layout
43322
43323 \end_inset
43324 </cell>
43325 </row>
43326 </lyxtabular>
43327
43328 \end_inset
43329
43330
43331 \end_layout
43332
43333 \end_inset
43334
43335
43336 \end_layout
43337
43338 \begin_layout Chapter
43339 Output File Formats with Graphics
43340 \begin_inset CommandInset label
43341 LatexCommand label
43342 name "cha:Output-File-Formats"
43343
43344 \end_inset
43345
43346
43347 \end_layout
43348
43349 \begin_layout Section
43350 DVI
43351 \begin_inset Index idx
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355 File Formats ! DVI
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \begin_inset Index idx
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365 DVI|see
43366 \begin_inset ERT
43367 status collapsed
43368
43369 \begin_layout Plain Layout
43370
43371 {
43372 \end_layout
43373
43374 \end_inset
43375
43376 File Formats
43377 \begin_inset ERT
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381
43382 }
43383 \end_layout
43384
43385 \end_inset
43386
43387
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \end_layout
43394
43395 \begin_layout Standard
43396 This file type has the extension 
43397 \begin_inset Quotes eld
43398 \end_inset
43399
43400
43401 \family typewriter
43402 .dvi
43403 \family default
43404
43405 \begin_inset Quotes erd
43406 \end_inset
43407
43408 .
43409  It is called 
43410 \begin_inset Quotes eld
43411 \end_inset
43412
43413 device-independent
43414 \begin_inset Quotes erd
43415 \end_inset
43416
43417  (DVI), because it is completely portable; you can move them from one machine
43418  to another without needing to do any sort of conversion.
43419  At the time when this file-format was developed, this was no matter of
43420  course.
43421  DVIs are used for quick previews and as pre-stage for other output formats,
43422  like PostScript.
43423 \end_layout
43424
43425 \begin_layout Standard
43426 \begin_inset Note Greyedout
43427 status open
43428
43429 \begin_layout Plain Layout
43430
43431 \series bold
43432 Note:
43433 \series default
43434  DVI-files do not contain images; they will only be a linked.
43435 \end_layout
43436
43437 \end_inset
43438
43439  So don't forget this, if you move your 
43440 \family typewriter
43441 .dvi
43442 \family default
43443  file to another computer.
43444  This property can also slow down your computer when you view the DVI, because
43445  the DVI-viewer has to convert the image in the background to make it visible
43446  when you scroll in the DVI.
43447  So it is recommended that you use PDF for files with many images.
43448 \end_layout
43449
43450 \begin_layout Standard
43451 You can export your document to DVI by using the menu 
43452 \family sans
43453 File\SpecialChar menuseparator
43454 Export\SpecialChar menuseparator
43455 DVI
43456 \family default
43457 .
43458  You can view your document as DVI via the 
43459 \family sans
43460 View
43461 \family default
43462  menu.
43463 \end_layout
43464
43465 \begin_layout Section
43466 PostScript
43467 \begin_inset Index idx
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471 File Formats ! PostScript
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Index idx
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481 PostScript|see
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487 {
43488 \end_layout
43489
43490 \end_inset
43491
43492 File Formats
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }
43499 \end_layout
43500
43501 \end_inset
43502
43503
43504 \end_layout
43505
43506 \end_inset
43507
43508
43509 \end_layout
43510
43511 \begin_layout Standard
43512 This file type has the extension 
43513 \begin_inset Quotes eld
43514 \end_inset
43515
43516
43517 \family typewriter
43518 .ps
43519 \family default
43520
43521 \begin_inset Quotes erd
43522 \end_inset
43523
43524 .
43525  PostScript was developed by the company 
43526 \family typewriter
43527 Adobe
43528 \family default
43529  as a printer language.
43530  The file therefore contains commands that the printer uses to print the
43531  file.
43532  PostScript can be seen as a 
43533 \begin_inset Quotes eld
43534 \end_inset
43535
43536 programming language
43537 \begin_inset Quotes erd
43538 \end_inset
43539
43540 ; you can calculate with it and draw diagrams and images.
43541 \begin_inset Foot
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
43546 -package
43547  
43548 \series bold
43549 PSTricks
43550 \series default
43551  
43552 \begin_inset CommandInset citation
43553 LatexCommand cite
43554 key "pstricks"
43555 literal "true"
43556
43557 \end_inset
43558
43559 .
43560 \end_layout
43561
43562 \end_inset
43563
43564  Due to this ability, the files are often bigger than PDFs.
43565 \end_layout
43566
43567 \begin_layout Standard
43568 PostScript can only contain images in the format 
43569 \begin_inset Quotes eld
43570 \end_inset
43571
43572 Encapsulated PostScript
43573 \begin_inset Quotes erd
43574 \end_inset
43575
43576  (EPS, file extension 
43577 \begin_inset Quotes eld
43578 \end_inset
43579
43580
43581 \family typewriter
43582 .eps
43583 \family default
43584
43585 \begin_inset Quotes erd
43586 \end_inset
43587
43588 ).
43589  As \SpecialChar LyX
43590  allows you to use any known image format in your document, it has to
43591  convert images in the background to EPS.
43592  If you have e.g.
43593 \begin_inset space ~
43594 \end_inset
43595
43596 50
43597 \begin_inset space ~
43598 \end_inset
43599
43600 images in your document, \SpecialChar LyX
43601  has to do 50
43602 \begin_inset space ~
43603 \end_inset
43604
43605 conversions whenever you view or export your document.
43606  This will slow down your work flow with \SpecialChar LyX
43607  drastically.
43608  So if you plan to use PostScript, you can insert your images directly as
43609  EPS to avoid this problem.
43610 \end_layout
43611
43612 \begin_layout Standard
43613 You can export your document to PostScript using the menu 
43614 \family sans
43615 File\SpecialChar menuseparator
43616 Export\SpecialChar menuseparator
43617 Postscript
43618 \family default
43619 .
43620  You can view your document as PostScript via the 
43621 \family sans
43622 View
43623 \family default
43624  menu.
43625 \end_layout
43626
43627 \begin_layout Section
43628 PDF
43629 \begin_inset Index idx
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633 File Formats ! PDF
43634 \end_layout
43635
43636 \end_inset
43637
43638
43639 \begin_inset Index idx
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643 PDF
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \end_layout
43650
43651 \begin_layout Standard
43652 This file type has the extension 
43653 \begin_inset Quotes eld
43654 \end_inset
43655
43656
43657 \family typewriter
43658 .pdf
43659 \family default
43660
43661 \begin_inset Quotes erd
43662 \end_inset
43663
43664 .
43665  The 
43666 \begin_inset Quotes eld
43667 \end_inset
43668
43669 Portable Document Format
43670 \begin_inset Quotes erd
43671 \end_inset
43672
43673  (PDF) was developed by 
43674 \family typewriter
43675 Adobe
43676 \family default
43677  as a derivative of PostScript.
43678  It is more compressed and it uses fewer commands than PostScript.
43679  As the name 
43680 \begin_inset Quotes eld
43681 \end_inset
43682
43683 portable
43684 \begin_inset Quotes erd
43685 \end_inset
43686
43687  implies, it can be processed at any computer system and the printed output
43688  looks exactly the same.
43689 \end_layout
43690
43691 \begin_layout Standard
43692 PDF can contain images in its own PDF format, in the format 
43693 \begin_inset Quotes eld
43694 \end_inset
43695
43696 Joint Photographic Experts Group
43697 \begin_inset Quotes erd
43698 \end_inset
43699
43700  (JPG, file extension 
43701 \begin_inset Quotes eld
43702 \end_inset
43703
43704
43705 \family typewriter
43706 .jpg
43707 \family default
43708
43709 \begin_inset Quotes erd
43710 \end_inset
43711
43712  or 
43713 \begin_inset Quotes eld
43714 \end_inset
43715
43716
43717 \family typewriter
43718 .jpeg
43719 \family default
43720
43721 \begin_inset Quotes erd
43722 \end_inset
43723
43724 ), and in the format 
43725 \begin_inset Quotes eld
43726 \end_inset
43727
43728 Portable Network Graphics
43729 \begin_inset Quotes erd
43730 \end_inset
43731
43732  (PNG, file extension 
43733 \begin_inset Quotes eld
43734 \end_inset
43735
43736
43737 \family typewriter
43738 .png
43739 \family default
43740
43741 \begin_inset Quotes erd
43742 \end_inset
43743
43744 ).
43745  Nevertheless you can use any other image format, because \SpecialChar LyX
43746  converts them
43747  in the background to one of these formats.
43748  But as described in the section about PostScript, the image conversion
43749  will slow down your work flow.
43750  So it is recommended that you use images in one of the three mentioned
43751  formats.
43752 \end_layout
43753
43754 \begin_layout Standard
43755 You can export your document to PDF via the menu 
43756 \family sans
43757 File\SpecialChar menuseparator
43758 Export
43759 \family default
43760  in three different ways:
43761 \end_layout
43762
43763 \begin_layout Description
43764 PDF
43765 \begin_inset space ~
43766 \end_inset
43767
43768 (ps2pdf) This uses the program 
43769 \family typewriter
43770 ps2pdf
43771 \family default
43772  that creates a PDF from a PostScript-version of your file.
43773  The PostScript-version is produced by the program 
43774 \family typewriter
43775 dvips
43776 \family default
43777  which uses a DVI-version as intermediate step.
43778  So this export variant consists of three conversions.
43779 \end_layout
43780
43781 \begin_layout Description
43782 PDF
43783 \begin_inset space ~
43784 \end_inset
43785
43786 (dvipdfm) This uses the program 
43787 \family typewriter
43788 dvipdfm
43789 \family default
43790  that converts your file in the background to DVI and in a second step to
43791  PDF.
43792 \end_layout
43793
43794 \begin_layout Description
43795 PDF
43796 \begin_inset space ~
43797 \end_inset
43798
43799 (pdflatex) This uses the program 
43800 \family typewriter
43801 pdftex
43802 \family default
43803  that converts your file directly to PDF.
43804 \end_layout
43805
43806 \begin_layout Standard
43807 It is recommended that you use 
43808 \family sans
43809 PDF
43810 \begin_inset space ~
43811 \end_inset
43812
43813 (pdflatex)
43814 \family default
43815  because 
43816 \family typewriter
43817 pdftex
43818 \family default
43819  supports all features of actual PDF-versions, is quick and works stable.
43820  The program 
43821 \family typewriter
43822 dvipdfm
43823 \family default
43824  is not under development and therefore a bit outdated.
43825 \end_layout
43826
43827 \begin_layout Standard
43828 You can view your document as PDF via the 
43829 \family sans
43830 View
43831 \family default
43832  menu or by using a toolbar button.
43833 \end_layout
43834
43835 \begin_layout Chapter
43836 List of dvips color names
43837 \begin_inset CommandInset label
43838 LatexCommand label
43839 name "chap:List-of-dvips-colornames"
43840
43841 \end_inset
43842
43843
43844 \end_layout
43845
43846 \begin_layout Standard
43847 \begin_inset Tabular
43848 <lyxtabular version="3" rows="17" columns="4">
43849 <features tabularvalignment="middle">
43850 <column alignment="left" valignment="top" width="0pt">
43851 <column alignment="left" valignment="top" width="0pt">
43852 <column alignment="left" valignment="top" width="0pt">
43853 <column alignment="left" valignment="top" width="0pt">
43854 <row>
43855 <cell alignment="left" valignment="top" usebox="none">
43856 \begin_inset Text
43857
43858 \begin_layout Plain Layout
43859 \begin_inset ERT
43860 status collapsed
43861
43862 \begin_layout Plain Layout
43863
43864
43865 \backslash
43866 fcolorbox{black}{
43867 \end_layout
43868
43869 \end_inset
43870
43871 white
43872 \begin_inset ERT
43873 status collapsed
43874
43875 \begin_layout Plain Layout
43876
43877 }{
43878 \end_layout
43879
43880 \end_inset
43881
43882 Color
43883 \begin_inset ERT
43884 status collapsed
43885
43886 \begin_layout Plain Layout
43887
43888 }
43889 \end_layout
43890
43891 \end_inset
43892
43893  Color name
43894 \end_layout
43895
43896 \end_inset
43897 </cell>
43898 <cell alignment="left" valignment="top" usebox="none">
43899 \begin_inset Text
43900
43901 \begin_layout Plain Layout
43902 \begin_inset ERT
43903 status collapsed
43904
43905 \begin_layout Plain Layout
43906
43907
43908 \backslash
43909 fcolorbox{black}{
43910 \end_layout
43911
43912 \end_inset
43913
43914 white
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }{
43921 \end_layout
43922
43923 \end_inset
43924
43925 Color
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931 }
43932 \end_layout
43933
43934 \end_inset
43935
43936  Color name
43937 \end_layout
43938
43939 \end_inset
43940 </cell>
43941 <cell alignment="left" valignment="top" usebox="none">
43942 \begin_inset Text
43943
43944 \begin_layout Plain Layout
43945 \begin_inset ERT
43946 status collapsed
43947
43948 \begin_layout Plain Layout
43949
43950
43951 \backslash
43952 fcolorbox{black}{
43953 \end_layout
43954
43955 \end_inset
43956
43957 white
43958 \begin_inset ERT
43959 status collapsed
43960
43961 \begin_layout Plain Layout
43962
43963 }{
43964 \end_layout
43965
43966 \end_inset
43967
43968 Color
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }
43975 \end_layout
43976
43977 \end_inset
43978
43979  Color name
43980 \end_layout
43981
43982 \end_inset
43983 </cell>
43984 <cell alignment="left" valignment="top" usebox="none">
43985 \begin_inset Text
43986
43987 \begin_layout Plain Layout
43988 \begin_inset ERT
43989 status collapsed
43990
43991 \begin_layout Plain Layout
43992
43993
43994 \backslash
43995 fcolorbox{black}{
43996 \end_layout
43997
43998 \end_inset
43999
44000 white
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006 }{
44007 \end_layout
44008
44009 \end_inset
44010
44011 Color
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017 }
44018 \end_layout
44019
44020 \end_inset
44021
44022  Color name
44023 \end_layout
44024
44025 \end_inset
44026 </cell>
44027 </row>
44028 <row>
44029 <cell alignment="center" valignment="top" usebox="none">
44030 \begin_inset Text
44031
44032 \begin_layout Plain Layout
44033 \begin_inset ERT
44034 status collapsed
44035
44036 \begin_layout Plain Layout
44037
44038
44039 \backslash
44040 fcolorbox{black}{
44041 \end_layout
44042
44043 \end_inset
44044
44045 Apricot
44046 \begin_inset ERT
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050
44051 }{
44052 \end_layout
44053
44054 \end_inset
44055
44056
44057 \begin_inset Phantom Phantom
44058 status open
44059
44060 \begin_layout Plain Layout
44061 W
44062 \end_layout
44063
44064 \end_inset
44065
44066
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072 }
44073 \end_layout
44074
44075 \end_inset
44076
44077  Apricot
44078 \end_layout
44079
44080 \end_inset
44081 </cell>
44082 <cell alignment="center" valignment="top" usebox="none">
44083 \begin_inset Text
44084
44085 \begin_layout Plain Layout
44086 \begin_inset ERT
44087 status collapsed
44088
44089 \begin_layout Plain Layout
44090
44091
44092 \backslash
44093 fcolorbox{black}{
44094 \end_layout
44095
44096 \end_inset
44097
44098 Aquamarine
44099 \begin_inset ERT
44100 status collapsed
44101
44102 \begin_layout Plain Layout
44103
44104 }{
44105 \end_layout
44106
44107 \end_inset
44108
44109
44110 \begin_inset Phantom Phantom
44111 status open
44112
44113 \begin_layout Plain Layout
44114 W
44115 \end_layout
44116
44117 \end_inset
44118
44119
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125 }
44126 \end_layout
44127
44128 \end_inset
44129
44130  Aquamarine
44131 \end_layout
44132
44133 \end_inset
44134 </cell>
44135 <cell alignment="center" valignment="top" usebox="none">
44136 \begin_inset Text
44137
44138 \begin_layout Plain Layout
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144
44145 \backslash
44146 fcolorbox{black}{
44147 \end_layout
44148
44149 \end_inset
44150
44151 Bittersweet
44152 \begin_inset ERT
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156
44157 }{
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \begin_inset Phantom Phantom
44164 status open
44165
44166 \begin_layout Plain Layout
44167 W
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178 }
44179 \end_layout
44180
44181 \end_inset
44182
44183  Bittersweet
44184 \end_layout
44185
44186 \end_inset
44187 </cell>
44188 <cell alignment="center" valignment="top" usebox="none">
44189 \begin_inset Text
44190
44191 \begin_layout Plain Layout
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197
44198 \backslash
44199 fcolorbox{black}{
44200 \end_layout
44201
44202 \end_inset
44203
44204 BlueGreen
44205 \begin_inset ERT
44206 status collapsed
44207
44208 \begin_layout Plain Layout
44209
44210 }{
44211 \end_layout
44212
44213 \end_inset
44214
44215
44216 \begin_inset Phantom Phantom
44217 status open
44218
44219 \begin_layout Plain Layout
44220 W
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231 }
44232 \end_layout
44233
44234 \end_inset
44235
44236  BlueGreen
44237 \end_layout
44238
44239 \end_inset
44240 </cell>
44241 </row>
44242 <row>
44243 <cell alignment="left" valignment="top" usebox="none">
44244 \begin_inset Text
44245
44246 \begin_layout Plain Layout
44247 \begin_inset ERT
44248 status collapsed
44249
44250 \begin_layout Plain Layout
44251
44252
44253 \backslash
44254 fcolorbox{black}{
44255 \end_layout
44256
44257 \end_inset
44258
44259 BlueViolet
44260 \begin_inset ERT
44261 status collapsed
44262
44263 \begin_layout Plain Layout
44264
44265 }{
44266 \end_layout
44267
44268 \end_inset
44269
44270
44271 \begin_inset Phantom Phantom
44272 status open
44273
44274 \begin_layout Plain Layout
44275 W
44276 \end_layout
44277
44278 \end_inset
44279
44280
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286 }
44287 \end_layout
44288
44289 \end_inset
44290
44291  BlueViolet
44292 \end_layout
44293
44294 \end_inset
44295 </cell>
44296 <cell alignment="left" valignment="top" usebox="none">
44297 \begin_inset Text
44298
44299 \begin_layout Plain Layout
44300 \begin_inset ERT
44301 status collapsed
44302
44303 \begin_layout Plain Layout
44304
44305
44306 \backslash
44307 fcolorbox{black}{
44308 \end_layout
44309
44310 \end_inset
44311
44312 BrickRed
44313 \begin_inset ERT
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317
44318 }{
44319 \end_layout
44320
44321 \end_inset
44322
44323
44324 \begin_inset Phantom Phantom
44325 status open
44326
44327 \begin_layout Plain Layout
44328 W
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \begin_inset ERT
44335 status collapsed
44336
44337 \begin_layout Plain Layout
44338
44339 }
44340 \end_layout
44341
44342 \end_inset
44343
44344  BrickRed
44345 \end_layout
44346
44347 \end_inset
44348 </cell>
44349 <cell alignment="left" valignment="top" usebox="none">
44350 \begin_inset Text
44351
44352 \begin_layout Plain Layout
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358
44359 \backslash
44360 fcolorbox{black}{
44361 \end_layout
44362
44363 \end_inset
44364
44365 Brown
44366 \begin_inset ERT
44367 status collapsed
44368
44369 \begin_layout Plain Layout
44370
44371 }{
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \begin_inset Phantom Phantom
44378 status open
44379
44380 \begin_layout Plain Layout
44381 W
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392 }
44393 \end_layout
44394
44395 \end_inset
44396
44397  Brown
44398 \end_layout
44399
44400 \end_inset
44401 </cell>
44402 <cell alignment="left" valignment="top" usebox="none">
44403 \begin_inset Text
44404
44405 \begin_layout Plain Layout
44406 \begin_inset ERT
44407 status collapsed
44408
44409 \begin_layout Plain Layout
44410
44411
44412 \backslash
44413 fcolorbox{black}{
44414 \end_layout
44415
44416 \end_inset
44417
44418 BurntOrange
44419 \begin_inset ERT
44420 status collapsed
44421
44422 \begin_layout Plain Layout
44423
44424 }{
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \begin_inset Phantom Phantom
44431 status open
44432
44433 \begin_layout Plain Layout
44434 W
44435 \end_layout
44436
44437 \end_inset
44438
44439
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445 }
44446 \end_layout
44447
44448 \end_inset
44449
44450  BurntOrange
44451 \end_layout
44452
44453 \end_inset
44454 </cell>
44455 </row>
44456 <row>
44457 <cell alignment="left" valignment="top" usebox="none">
44458 \begin_inset Text
44459
44460 \begin_layout Plain Layout
44461 \begin_inset ERT
44462 status collapsed
44463
44464 \begin_layout Plain Layout
44465
44466
44467 \backslash
44468 fcolorbox{black}{
44469 \end_layout
44470
44471 \end_inset
44472
44473 CadetBlue
44474 \begin_inset ERT
44475 status collapsed
44476
44477 \begin_layout Plain Layout
44478
44479 }{
44480 \end_layout
44481
44482 \end_inset
44483
44484
44485 \begin_inset Phantom Phantom
44486 status open
44487
44488 \begin_layout Plain Layout
44489 W
44490 \end_layout
44491
44492 \end_inset
44493
44494
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500 }
44501 \end_layout
44502
44503 \end_inset
44504
44505  CadetBlue
44506 \end_layout
44507
44508 \end_inset
44509 </cell>
44510 <cell alignment="left" valignment="top" usebox="none">
44511 \begin_inset Text
44512
44513 \begin_layout Plain Layout
44514 \begin_inset ERT
44515 status collapsed
44516
44517 \begin_layout Plain Layout
44518
44519
44520 \backslash
44521 fcolorbox{black}{
44522 \end_layout
44523
44524 \end_inset
44525
44526 CarnationPink
44527 \begin_inset ERT
44528 status collapsed
44529
44530 \begin_layout Plain Layout
44531
44532 }{
44533 \end_layout
44534
44535 \end_inset
44536
44537
44538 \begin_inset Phantom Phantom
44539 status open
44540
44541 \begin_layout Plain Layout
44542 W
44543 \end_layout
44544
44545 \end_inset
44546
44547
44548 \begin_inset ERT
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552
44553 }
44554 \end_layout
44555
44556 \end_inset
44557
44558  CarnationPink
44559 \end_layout
44560
44561 \end_inset
44562 </cell>
44563 <cell alignment="left" valignment="top" usebox="none">
44564 \begin_inset Text
44565
44566 \begin_layout Plain Layout
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572
44573 \backslash
44574 fcolorbox{black}{
44575 \end_layout
44576
44577 \end_inset
44578
44579 Cerulean
44580 \begin_inset ERT
44581 status collapsed
44582
44583 \begin_layout Plain Layout
44584
44585 }{
44586 \end_layout
44587
44588 \end_inset
44589
44590
44591 \begin_inset Phantom Phantom
44592 status open
44593
44594 \begin_layout Plain Layout
44595 W
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606 }
44607 \end_layout
44608
44609 \end_inset
44610
44611  Cerulean
44612 \end_layout
44613
44614 \end_inset
44615 </cell>
44616 <cell alignment="left" valignment="top" usebox="none">
44617 \begin_inset Text
44618
44619 \begin_layout Plain Layout
44620 \begin_inset ERT
44621 status collapsed
44622
44623 \begin_layout Plain Layout
44624
44625
44626 \backslash
44627 fcolorbox{black}{
44628 \end_layout
44629
44630 \end_inset
44631
44632 CornflowerBlue
44633 \begin_inset ERT
44634 status collapsed
44635
44636 \begin_layout Plain Layout
44637
44638 }{
44639 \end_layout
44640
44641 \end_inset
44642
44643
44644 \begin_inset Phantom Phantom
44645 status open
44646
44647 \begin_layout Plain Layout
44648 W
44649 \end_layout
44650
44651 \end_inset
44652
44653
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659 }
44660 \end_layout
44661
44662 \end_inset
44663
44664  CornflowerBlue
44665 \end_layout
44666
44667 \end_inset
44668 </cell>
44669 </row>
44670 <row>
44671 <cell alignment="left" valignment="top" usebox="none">
44672 \begin_inset Text
44673
44674 \begin_layout Plain Layout
44675 \begin_inset ERT
44676 status collapsed
44677
44678 \begin_layout Plain Layout
44679
44680
44681 \backslash
44682 fcolorbox{black}{
44683 \end_layout
44684
44685 \end_inset
44686
44687 Dandelion
44688 \begin_inset ERT
44689 status collapsed
44690
44691 \begin_layout Plain Layout
44692
44693 }{
44694 \end_layout
44695
44696 \end_inset
44697
44698
44699 \begin_inset Phantom Phantom
44700 status open
44701
44702 \begin_layout Plain Layout
44703 W
44704 \end_layout
44705
44706 \end_inset
44707
44708
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714 }
44715 \end_layout
44716
44717 \end_inset
44718
44719  Dandelion
44720 \end_layout
44721
44722 \end_inset
44723 </cell>
44724 <cell alignment="left" valignment="top" usebox="none">
44725 \begin_inset Text
44726
44727 \begin_layout Plain Layout
44728 \begin_inset ERT
44729 status collapsed
44730
44731 \begin_layout Plain Layout
44732
44733
44734 \backslash
44735 fcolorbox{black}{
44736 \end_layout
44737
44738 \end_inset
44739
44740 DarkOrchid
44741 \begin_inset ERT
44742 status collapsed
44743
44744 \begin_layout Plain Layout
44745
44746 }{
44747 \end_layout
44748
44749 \end_inset
44750
44751
44752 \begin_inset Phantom Phantom
44753 status open
44754
44755 \begin_layout Plain Layout
44756 W
44757 \end_layout
44758
44759 \end_inset
44760
44761
44762 \begin_inset ERT
44763 status collapsed
44764
44765 \begin_layout Plain Layout
44766
44767 }
44768 \end_layout
44769
44770 \end_inset
44771
44772  DarkOrchid
44773 \end_layout
44774
44775 \end_inset
44776 </cell>
44777 <cell alignment="left" valignment="top" usebox="none">
44778 \begin_inset Text
44779
44780 \begin_layout Plain Layout
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786
44787 \backslash
44788 fcolorbox{black}{
44789 \end_layout
44790
44791 \end_inset
44792
44793 Emerald
44794 \begin_inset ERT
44795 status collapsed
44796
44797 \begin_layout Plain Layout
44798
44799 }{
44800 \end_layout
44801
44802 \end_inset
44803
44804
44805 \begin_inset Phantom Phantom
44806 status open
44807
44808 \begin_layout Plain Layout
44809 W
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820 }
44821 \end_layout
44822
44823 \end_inset
44824
44825  Emerald
44826 \end_layout
44827
44828 \end_inset
44829 </cell>
44830 <cell alignment="left" valignment="top" usebox="none">
44831 \begin_inset Text
44832
44833 \begin_layout Plain Layout
44834 \begin_inset ERT
44835 status collapsed
44836
44837 \begin_layout Plain Layout
44838
44839
44840 \backslash
44841 fcolorbox{black}{
44842 \end_layout
44843
44844 \end_inset
44845
44846 ForestGreen
44847 \begin_inset ERT
44848 status collapsed
44849
44850 \begin_layout Plain Layout
44851
44852 }{
44853 \end_layout
44854
44855 \end_inset
44856
44857
44858 \begin_inset Phantom Phantom
44859 status open
44860
44861 \begin_layout Plain Layout
44862 W
44863 \end_layout
44864
44865 \end_inset
44866
44867
44868 \begin_inset ERT
44869 status collapsed
44870
44871 \begin_layout Plain Layout
44872
44873 }
44874 \end_layout
44875
44876 \end_inset
44877
44878  ForestGreen
44879 \end_layout
44880
44881 \end_inset
44882 </cell>
44883 </row>
44884 <row>
44885 <cell alignment="left" valignment="top" usebox="none">
44886 \begin_inset Text
44887
44888 \begin_layout Plain Layout
44889 \begin_inset ERT
44890 status collapsed
44891
44892 \begin_layout Plain Layout
44893
44894
44895 \backslash
44896 fcolorbox{black}{
44897 \end_layout
44898
44899 \end_inset
44900
44901 Fuchsia
44902 \begin_inset ERT
44903 status collapsed
44904
44905 \begin_layout Plain Layout
44906
44907 }{
44908 \end_layout
44909
44910 \end_inset
44911
44912
44913 \begin_inset Phantom Phantom
44914 status open
44915
44916 \begin_layout Plain Layout
44917 W
44918 \end_layout
44919
44920 \end_inset
44921
44922
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928 }
44929 \end_layout
44930
44931 \end_inset
44932
44933  Fuchsia
44934 \end_layout
44935
44936 \end_inset
44937 </cell>
44938 <cell alignment="left" valignment="top" usebox="none">
44939 \begin_inset Text
44940
44941 \begin_layout Plain Layout
44942 \begin_inset ERT
44943 status collapsed
44944
44945 \begin_layout Plain Layout
44946
44947
44948 \backslash
44949 fcolorbox{black}{
44950 \end_layout
44951
44952 \end_inset
44953
44954 Goldenrod
44955 \begin_inset ERT
44956 status collapsed
44957
44958 \begin_layout Plain Layout
44959
44960 }{
44961 \end_layout
44962
44963 \end_inset
44964
44965
44966 \begin_inset Phantom Phantom
44967 status open
44968
44969 \begin_layout Plain Layout
44970 W
44971 \end_layout
44972
44973 \end_inset
44974
44975
44976 \begin_inset ERT
44977 status collapsed
44978
44979 \begin_layout Plain Layout
44980
44981 }
44982 \end_layout
44983
44984 \end_inset
44985
44986  Goldenrod
44987 \end_layout
44988
44989 \end_inset
44990 </cell>
44991 <cell alignment="left" valignment="top" usebox="none">
44992 \begin_inset Text
44993
44994 \begin_layout Plain Layout
44995 \begin_inset ERT
44996 status collapsed
44997
44998 \begin_layout Plain Layout
44999
45000
45001 \backslash
45002 fcolorbox{black}{
45003 \end_layout
45004
45005 \end_inset
45006
45007 Gray
45008 \begin_inset ERT
45009 status collapsed
45010
45011 \begin_layout Plain Layout
45012
45013 }{
45014 \end_layout
45015
45016 \end_inset
45017
45018
45019 \begin_inset Phantom Phantom
45020 status open
45021
45022 \begin_layout Plain Layout
45023 W
45024 \end_layout
45025
45026 \end_inset
45027
45028
45029 \begin_inset ERT
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033
45034 }
45035 \end_layout
45036
45037 \end_inset
45038
45039  Gray
45040 \end_layout
45041
45042 \end_inset
45043 </cell>
45044 <cell alignment="left" valignment="top" usebox="none">
45045 \begin_inset Text
45046
45047 \begin_layout Plain Layout
45048 \begin_inset ERT
45049 status collapsed
45050
45051 \begin_layout Plain Layout
45052
45053
45054 \backslash
45055 fcolorbox{black}{
45056 \end_layout
45057
45058 \end_inset
45059
45060 GreenYellow
45061 \begin_inset ERT
45062 status collapsed
45063
45064 \begin_layout Plain Layout
45065
45066 }{
45067 \end_layout
45068
45069 \end_inset
45070
45071
45072 \begin_inset Phantom Phantom
45073 status open
45074
45075 \begin_layout Plain Layout
45076 W
45077 \end_layout
45078
45079 \end_inset
45080
45081
45082 \begin_inset ERT
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086
45087 }
45088 \end_layout
45089
45090 \end_inset
45091
45092  GreenYellow
45093 \end_layout
45094
45095 \end_inset
45096 </cell>
45097 </row>
45098 <row>
45099 <cell alignment="center" valignment="top" usebox="none">
45100 \begin_inset Text
45101
45102 \begin_layout Plain Layout
45103 \begin_inset ERT
45104 status collapsed
45105
45106 \begin_layout Plain Layout
45107
45108
45109 \backslash
45110 fcolorbox{black}{
45111 \end_layout
45112
45113 \end_inset
45114
45115 JungleGreen
45116 \begin_inset ERT
45117 status collapsed
45118
45119 \begin_layout Plain Layout
45120
45121 }{
45122 \end_layout
45123
45124 \end_inset
45125
45126
45127 \begin_inset Phantom Phantom
45128 status open
45129
45130 \begin_layout Plain Layout
45131 W
45132 \end_layout
45133
45134 \end_inset
45135
45136
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142 }
45143 \end_layout
45144
45145 \end_inset
45146
45147  JungleGreen
45148 \end_layout
45149
45150 \end_inset
45151 </cell>
45152 <cell alignment="center" valignment="top" usebox="none">
45153 \begin_inset Text
45154
45155 \begin_layout Plain Layout
45156 \begin_inset ERT
45157 status collapsed
45158
45159 \begin_layout Plain Layout
45160
45161
45162 \backslash
45163 fcolorbox{black}{
45164 \end_layout
45165
45166 \end_inset
45167
45168 Lavender
45169 \begin_inset ERT
45170 status collapsed
45171
45172 \begin_layout Plain Layout
45173
45174 }{
45175 \end_layout
45176
45177 \end_inset
45178
45179
45180 \begin_inset Phantom Phantom
45181 status open
45182
45183 \begin_layout Plain Layout
45184 W
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \begin_inset ERT
45191 status collapsed
45192
45193 \begin_layout Plain Layout
45194
45195 }
45196 \end_layout
45197
45198 \end_inset
45199
45200  Lavender
45201 \end_layout
45202
45203 \end_inset
45204 </cell>
45205 <cell alignment="center" valignment="top" usebox="none">
45206 \begin_inset Text
45207
45208 \begin_layout Plain Layout
45209 \begin_inset ERT
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213
45214
45215 \backslash
45216 fcolorbox{black}{
45217 \end_layout
45218
45219 \end_inset
45220
45221 LimeGreen
45222 \begin_inset ERT
45223 status collapsed
45224
45225 \begin_layout Plain Layout
45226
45227 }{
45228 \end_layout
45229
45230 \end_inset
45231
45232
45233 \begin_inset Phantom Phantom
45234 status open
45235
45236 \begin_layout Plain Layout
45237 W
45238 \end_layout
45239
45240 \end_inset
45241
45242
45243 \begin_inset ERT
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247
45248 }
45249 \end_layout
45250
45251 \end_inset
45252
45253  LimeGreen
45254 \end_layout
45255
45256 \end_inset
45257 </cell>
45258 <cell alignment="center" valignment="top" usebox="none">
45259 \begin_inset Text
45260
45261 \begin_layout Plain Layout
45262 \begin_inset ERT
45263 status collapsed
45264
45265 \begin_layout Plain Layout
45266
45267
45268 \backslash
45269 fcolorbox{black}{
45270 \end_layout
45271
45272 \end_inset
45273
45274 Mahogany
45275 \begin_inset ERT
45276 status collapsed
45277
45278 \begin_layout Plain Layout
45279
45280 }{
45281 \end_layout
45282
45283 \end_inset
45284
45285
45286 \begin_inset Phantom Phantom
45287 status open
45288
45289 \begin_layout Plain Layout
45290 W
45291 \end_layout
45292
45293 \end_inset
45294
45295
45296 \begin_inset ERT
45297 status collapsed
45298
45299 \begin_layout Plain Layout
45300
45301 }
45302 \end_layout
45303
45304 \end_inset
45305
45306  Mahogany
45307 \end_layout
45308
45309 \end_inset
45310 </cell>
45311 </row>
45312 <row>
45313 <cell alignment="left" valignment="top" usebox="none">
45314 \begin_inset Text
45315
45316 \begin_layout Plain Layout
45317 \begin_inset ERT
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321
45322
45323 \backslash
45324 fcolorbox{black}{
45325 \end_layout
45326
45327 \end_inset
45328
45329 Mahogany
45330 \begin_inset ERT
45331 status collapsed
45332
45333 \begin_layout Plain Layout
45334
45335 }{
45336 \end_layout
45337
45338 \end_inset
45339
45340
45341 \begin_inset Phantom Phantom
45342 status open
45343
45344 \begin_layout Plain Layout
45345 W
45346 \end_layout
45347
45348 \end_inset
45349
45350
45351 \begin_inset ERT
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355
45356 }
45357 \end_layout
45358
45359 \end_inset
45360
45361  Mahogany
45362 \end_layout
45363
45364 \end_inset
45365 </cell>
45366 <cell alignment="left" valignment="top" usebox="none">
45367 \begin_inset Text
45368
45369 \begin_layout Plain Layout
45370 \begin_inset ERT
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374
45375
45376 \backslash
45377 fcolorbox{black}{
45378 \end_layout
45379
45380 \end_inset
45381
45382 Maroon
45383 \begin_inset ERT
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387
45388 }{
45389 \end_layout
45390
45391 \end_inset
45392
45393
45394 \begin_inset Phantom Phantom
45395 status open
45396
45397 \begin_layout Plain Layout
45398 W
45399 \end_layout
45400
45401 \end_inset
45402
45403
45404 \begin_inset ERT
45405 status collapsed
45406
45407 \begin_layout Plain Layout
45408
45409 }
45410 \end_layout
45411
45412 \end_inset
45413
45414  Maroon
45415 \end_layout
45416
45417 \end_inset
45418 </cell>
45419 <cell alignment="left" valignment="top" usebox="none">
45420 \begin_inset Text
45421
45422 \begin_layout Plain Layout
45423 \begin_inset ERT
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427
45428
45429 \backslash
45430 fcolorbox{black}{
45431 \end_layout
45432
45433 \end_inset
45434
45435 Melon
45436 \begin_inset ERT
45437 status collapsed
45438
45439 \begin_layout Plain Layout
45440
45441 }{
45442 \end_layout
45443
45444 \end_inset
45445
45446
45447 \begin_inset Phantom Phantom
45448 status open
45449
45450 \begin_layout Plain Layout
45451 W
45452 \end_layout
45453
45454 \end_inset
45455
45456
45457 \begin_inset ERT
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461
45462 }
45463 \end_layout
45464
45465 \end_inset
45466
45467  Melon
45468 \end_layout
45469
45470 \end_inset
45471 </cell>
45472 <cell alignment="left" valignment="top" usebox="none">
45473 \begin_inset Text
45474
45475 \begin_layout Plain Layout
45476 \begin_inset ERT
45477 status collapsed
45478
45479 \begin_layout Plain Layout
45480
45481
45482 \backslash
45483 fcolorbox{black}{
45484 \end_layout
45485
45486 \end_inset
45487
45488 MidnightBlue
45489 \begin_inset ERT
45490 status collapsed
45491
45492 \begin_layout Plain Layout
45493
45494 }{
45495 \end_layout
45496
45497 \end_inset
45498
45499
45500 \begin_inset Phantom Phantom
45501 status open
45502
45503 \begin_layout Plain Layout
45504 W
45505 \end_layout
45506
45507 \end_inset
45508
45509
45510 \begin_inset ERT
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514
45515 }
45516 \end_layout
45517
45518 \end_inset
45519
45520  MidnightBlue
45521 \end_layout
45522
45523 \end_inset
45524 </cell>
45525 </row>
45526 <row>
45527 <cell alignment="left" valignment="top" usebox="none">
45528 \begin_inset Text
45529
45530 \begin_layout Plain Layout
45531 \begin_inset ERT
45532 status collapsed
45533
45534 \begin_layout Plain Layout
45535
45536
45537 \backslash
45538 fcolorbox{black}{
45539 \end_layout
45540
45541 \end_inset
45542
45543 Mulberry
45544 \begin_inset ERT
45545 status collapsed
45546
45547 \begin_layout Plain Layout
45548
45549 }{
45550 \end_layout
45551
45552 \end_inset
45553
45554
45555 \begin_inset Phantom Phantom
45556 status open
45557
45558 \begin_layout Plain Layout
45559 W
45560 \end_layout
45561
45562 \end_inset
45563
45564
45565 \begin_inset ERT
45566 status collapsed
45567
45568 \begin_layout Plain Layout
45569
45570 }
45571 \end_layout
45572
45573 \end_inset
45574
45575  Mulberry
45576 \end_layout
45577
45578 \end_inset
45579 </cell>
45580 <cell alignment="left" valignment="top" usebox="none">
45581 \begin_inset Text
45582
45583 \begin_layout Plain Layout
45584 \begin_inset ERT
45585 status collapsed
45586
45587 \begin_layout Plain Layout
45588
45589
45590 \backslash
45591 fcolorbox{black}{
45592 \end_layout
45593
45594 \end_inset
45595
45596 NavyBlue
45597 \begin_inset ERT
45598 status collapsed
45599
45600 \begin_layout Plain Layout
45601
45602 }{
45603 \end_layout
45604
45605 \end_inset
45606
45607
45608 \begin_inset Phantom Phantom
45609 status open
45610
45611 \begin_layout Plain Layout
45612 W
45613 \end_layout
45614
45615 \end_inset
45616
45617
45618 \begin_inset ERT
45619 status collapsed
45620
45621 \begin_layout Plain Layout
45622
45623 }
45624 \end_layout
45625
45626 \end_inset
45627
45628  NavyBlue
45629 \end_layout
45630
45631 \end_inset
45632 </cell>
45633 <cell alignment="left" valignment="top" usebox="none">
45634 \begin_inset Text
45635
45636 \begin_layout Plain Layout
45637 \begin_inset ERT
45638 status collapsed
45639
45640 \begin_layout Plain Layout
45641
45642
45643 \backslash
45644 fcolorbox{black}{
45645 \end_layout
45646
45647 \end_inset
45648
45649 OliveGreen
45650 \begin_inset ERT
45651 status collapsed
45652
45653 \begin_layout Plain Layout
45654
45655 }{
45656 \end_layout
45657
45658 \end_inset
45659
45660
45661 \begin_inset Phantom Phantom
45662 status open
45663
45664 \begin_layout Plain Layout
45665 W
45666 \end_layout
45667
45668 \end_inset
45669
45670
45671 \begin_inset ERT
45672 status collapsed
45673
45674 \begin_layout Plain Layout
45675
45676 }
45677 \end_layout
45678
45679 \end_inset
45680
45681  OliveGreen
45682 \end_layout
45683
45684 \end_inset
45685 </cell>
45686 <cell alignment="left" valignment="top" usebox="none">
45687 \begin_inset Text
45688
45689 \begin_layout Plain Layout
45690 \begin_inset ERT
45691 status collapsed
45692
45693 \begin_layout Plain Layout
45694
45695
45696 \backslash
45697 fcolorbox{black}{
45698 \end_layout
45699
45700 \end_inset
45701
45702 Orange
45703 \begin_inset ERT
45704 status collapsed
45705
45706 \begin_layout Plain Layout
45707
45708 }{
45709 \end_layout
45710
45711 \end_inset
45712
45713
45714 \begin_inset Phantom Phantom
45715 status open
45716
45717 \begin_layout Plain Layout
45718 W
45719 \end_layout
45720
45721 \end_inset
45722
45723
45724 \begin_inset ERT
45725 status collapsed
45726
45727 \begin_layout Plain Layout
45728
45729 }
45730 \end_layout
45731
45732 \end_inset
45733
45734  Orange
45735 \end_layout
45736
45737 \end_inset
45738 </cell>
45739 </row>
45740 <row>
45741 <cell alignment="left" valignment="top" usebox="none">
45742 \begin_inset Text
45743
45744 \begin_layout Plain Layout
45745 \begin_inset ERT
45746 status collapsed
45747
45748 \begin_layout Plain Layout
45749
45750
45751 \backslash
45752 fcolorbox{black}{
45753 \end_layout
45754
45755 \end_inset
45756
45757 OrangeRed
45758 \begin_inset ERT
45759 status collapsed
45760
45761 \begin_layout Plain Layout
45762
45763 }{
45764 \end_layout
45765
45766 \end_inset
45767
45768
45769 \begin_inset Phantom Phantom
45770 status open
45771
45772 \begin_layout Plain Layout
45773 W
45774 \end_layout
45775
45776 \end_inset
45777
45778
45779 \begin_inset ERT
45780 status collapsed
45781
45782 \begin_layout Plain Layout
45783
45784 }
45785 \end_layout
45786
45787 \end_inset
45788
45789  OrangeRed
45790 \end_layout
45791
45792 \end_inset
45793 </cell>
45794 <cell alignment="left" valignment="top" usebox="none">
45795 \begin_inset Text
45796
45797 \begin_layout Plain Layout
45798 \begin_inset ERT
45799 status collapsed
45800
45801 \begin_layout Plain Layout
45802
45803
45804 \backslash
45805 fcolorbox{black}{
45806 \end_layout
45807
45808 \end_inset
45809
45810 Orchid
45811 \begin_inset ERT
45812 status collapsed
45813
45814 \begin_layout Plain Layout
45815
45816 }{
45817 \end_layout
45818
45819 \end_inset
45820
45821
45822 \begin_inset Phantom Phantom
45823 status open
45824
45825 \begin_layout Plain Layout
45826 W
45827 \end_layout
45828
45829 \end_inset
45830
45831
45832 \begin_inset ERT
45833 status collapsed
45834
45835 \begin_layout Plain Layout
45836
45837 }
45838 \end_layout
45839
45840 \end_inset
45841
45842  Orchid
45843 \end_layout
45844
45845 \end_inset
45846 </cell>
45847 <cell alignment="left" valignment="top" usebox="none">
45848 \begin_inset Text
45849
45850 \begin_layout Plain Layout
45851 \begin_inset ERT
45852 status collapsed
45853
45854 \begin_layout Plain Layout
45855
45856
45857 \backslash
45858 fcolorbox{black}{
45859 \end_layout
45860
45861 \end_inset
45862
45863 Peach
45864 \begin_inset ERT
45865 status collapsed
45866
45867 \begin_layout Plain Layout
45868
45869 }{
45870 \end_layout
45871
45872 \end_inset
45873
45874
45875 \begin_inset Phantom Phantom
45876 status open
45877
45878 \begin_layout Plain Layout
45879 W
45880 \end_layout
45881
45882 \end_inset
45883
45884
45885 \begin_inset ERT
45886 status collapsed
45887
45888 \begin_layout Plain Layout
45889
45890 }
45891 \end_layout
45892
45893 \end_inset
45894
45895  Peach
45896 \end_layout
45897
45898 \end_inset
45899 </cell>
45900 <cell alignment="left" valignment="top" usebox="none">
45901 \begin_inset Text
45902
45903 \begin_layout Plain Layout
45904 \begin_inset ERT
45905 status collapsed
45906
45907 \begin_layout Plain Layout
45908
45909
45910 \backslash
45911 fcolorbox{black}{
45912 \end_layout
45913
45914 \end_inset
45915
45916 Periwinkle
45917 \begin_inset ERT
45918 status collapsed
45919
45920 \begin_layout Plain Layout
45921
45922 }{
45923 \end_layout
45924
45925 \end_inset
45926
45927
45928 \begin_inset Phantom Phantom
45929 status open
45930
45931 \begin_layout Plain Layout
45932 W
45933 \end_layout
45934
45935 \end_inset
45936
45937
45938 \begin_inset ERT
45939 status collapsed
45940
45941 \begin_layout Plain Layout
45942
45943 }
45944 \end_layout
45945
45946 \end_inset
45947
45948  Periwinkle
45949 \end_layout
45950
45951 \end_inset
45952 </cell>
45953 </row>
45954 <row>
45955 <cell alignment="left" valignment="top" usebox="none">
45956 \begin_inset Text
45957
45958 \begin_layout Plain Layout
45959 \begin_inset ERT
45960 status collapsed
45961
45962 \begin_layout Plain Layout
45963
45964
45965 \backslash
45966 fcolorbox{black}{
45967 \end_layout
45968
45969 \end_inset
45970
45971 PineGreen
45972 \begin_inset ERT
45973 status collapsed
45974
45975 \begin_layout Plain Layout
45976
45977 }{
45978 \end_layout
45979
45980 \end_inset
45981
45982
45983 \begin_inset Phantom Phantom
45984 status open
45985
45986 \begin_layout Plain Layout
45987 W
45988 \end_layout
45989
45990 \end_inset
45991
45992
45993 \begin_inset ERT
45994 status collapsed
45995
45996 \begin_layout Plain Layout
45997
45998 }
45999 \end_layout
46000
46001 \end_inset
46002
46003  PineGreen
46004 \end_layout
46005
46006 \end_inset
46007 </cell>
46008 <cell alignment="left" valignment="top" usebox="none">
46009 \begin_inset Text
46010
46011 \begin_layout Plain Layout
46012 \begin_inset ERT
46013 status collapsed
46014
46015 \begin_layout Plain Layout
46016
46017
46018 \backslash
46019 fcolorbox{black}{
46020 \end_layout
46021
46022 \end_inset
46023
46024 Plum
46025 \begin_inset ERT
46026 status collapsed
46027
46028 \begin_layout Plain Layout
46029
46030 }{
46031 \end_layout
46032
46033 \end_inset
46034
46035
46036 \begin_inset Phantom Phantom
46037 status open
46038
46039 \begin_layout Plain Layout
46040 W
46041 \end_layout
46042
46043 \end_inset
46044
46045
46046 \begin_inset ERT
46047 status collapsed
46048
46049 \begin_layout Plain Layout
46050
46051 }
46052 \end_layout
46053
46054 \end_inset
46055
46056  Plum
46057 \end_layout
46058
46059 \end_inset
46060 </cell>
46061 <cell alignment="left" valignment="top" usebox="none">
46062 \begin_inset Text
46063
46064 \begin_layout Plain Layout
46065 \begin_inset ERT
46066 status collapsed
46067
46068 \begin_layout Plain Layout
46069
46070
46071 \backslash
46072 fcolorbox{black}{
46073 \end_layout
46074
46075 \end_inset
46076
46077 ProcessBlue
46078 \begin_inset ERT
46079 status collapsed
46080
46081 \begin_layout Plain Layout
46082
46083 }{
46084 \end_layout
46085
46086 \end_inset
46087
46088
46089 \begin_inset Phantom Phantom
46090 status open
46091
46092 \begin_layout Plain Layout
46093 W
46094 \end_layout
46095
46096 \end_inset
46097
46098
46099 \begin_inset ERT
46100 status collapsed
46101
46102 \begin_layout Plain Layout
46103
46104 }
46105 \end_layout
46106
46107 \end_inset
46108
46109  ProcessBlue
46110 \end_layout
46111
46112 \end_inset
46113 </cell>
46114 <cell alignment="left" valignment="top" usebox="none">
46115 \begin_inset Text
46116
46117 \begin_layout Plain Layout
46118 \begin_inset ERT
46119 status collapsed
46120
46121 \begin_layout Plain Layout
46122
46123
46124 \backslash
46125 fcolorbox{black}{
46126 \end_layout
46127
46128 \end_inset
46129
46130 Purple
46131 \begin_inset ERT
46132 status collapsed
46133
46134 \begin_layout Plain Layout
46135
46136 }{
46137 \end_layout
46138
46139 \end_inset
46140
46141
46142 \begin_inset Phantom Phantom
46143 status open
46144
46145 \begin_layout Plain Layout
46146 W
46147 \end_layout
46148
46149 \end_inset
46150
46151
46152 \begin_inset ERT
46153 status collapsed
46154
46155 \begin_layout Plain Layout
46156
46157 }
46158 \end_layout
46159
46160 \end_inset
46161
46162  Purple
46163 \end_layout
46164
46165 \end_inset
46166 </cell>
46167 </row>
46168 <row>
46169 <cell alignment="left" valignment="top" usebox="none">
46170 \begin_inset Text
46171
46172 \begin_layout Plain Layout
46173 \begin_inset ERT
46174 status collapsed
46175
46176 \begin_layout Plain Layout
46177
46178
46179 \backslash
46180 fcolorbox{black}{
46181 \end_layout
46182
46183 \end_inset
46184
46185 RawSienna
46186 \begin_inset ERT
46187 status collapsed
46188
46189 \begin_layout Plain Layout
46190
46191 }{
46192 \end_layout
46193
46194 \end_inset
46195
46196
46197 \begin_inset Phantom Phantom
46198 status open
46199
46200 \begin_layout Plain Layout
46201 W
46202 \end_layout
46203
46204 \end_inset
46205
46206
46207 \begin_inset ERT
46208 status collapsed
46209
46210 \begin_layout Plain Layout
46211
46212 }
46213 \end_layout
46214
46215 \end_inset
46216
46217  RawSienna
46218 \end_layout
46219
46220 \end_inset
46221 </cell>
46222 <cell alignment="left" valignment="top" usebox="none">
46223 \begin_inset Text
46224
46225 \begin_layout Plain Layout
46226 \begin_inset ERT
46227 status collapsed
46228
46229 \begin_layout Plain Layout
46230
46231
46232 \backslash
46233 fcolorbox{black}{
46234 \end_layout
46235
46236 \end_inset
46237
46238 RedOrange
46239 \begin_inset ERT
46240 status collapsed
46241
46242 \begin_layout Plain Layout
46243
46244 }{
46245 \end_layout
46246
46247 \end_inset
46248
46249
46250 \begin_inset Phantom Phantom
46251 status open
46252
46253 \begin_layout Plain Layout
46254 W
46255 \end_layout
46256
46257 \end_inset
46258
46259
46260 \begin_inset ERT
46261 status collapsed
46262
46263 \begin_layout Plain Layout
46264
46265 }
46266 \end_layout
46267
46268 \end_inset
46269
46270  RedOrange
46271 \end_layout
46272
46273 \end_inset
46274 </cell>
46275 <cell alignment="left" valignment="top" usebox="none">
46276 \begin_inset Text
46277
46278 \begin_layout Plain Layout
46279 \begin_inset ERT
46280 status collapsed
46281
46282 \begin_layout Plain Layout
46283
46284
46285 \backslash
46286 fcolorbox{black}{
46287 \end_layout
46288
46289 \end_inset
46290
46291 RedViolet
46292 \begin_inset ERT
46293 status collapsed
46294
46295 \begin_layout Plain Layout
46296
46297 }{
46298 \end_layout
46299
46300 \end_inset
46301
46302
46303 \begin_inset Phantom Phantom
46304 status open
46305
46306 \begin_layout Plain Layout
46307 W
46308 \end_layout
46309
46310 \end_inset
46311
46312
46313 \begin_inset ERT
46314 status collapsed
46315
46316 \begin_layout Plain Layout
46317
46318 }
46319 \end_layout
46320
46321 \end_inset
46322
46323  RedViolet
46324 \end_layout
46325
46326 \end_inset
46327 </cell>
46328 <cell alignment="left" valignment="top" usebox="none">
46329 \begin_inset Text
46330
46331 \begin_layout Plain Layout
46332 \begin_inset ERT
46333 status collapsed
46334
46335 \begin_layout Plain Layout
46336
46337
46338 \backslash
46339 fcolorbox{black}{
46340 \end_layout
46341
46342 \end_inset
46343
46344 Rhodamine
46345 \begin_inset ERT
46346 status collapsed
46347
46348 \begin_layout Plain Layout
46349
46350 }{
46351 \end_layout
46352
46353 \end_inset
46354
46355
46356 \begin_inset Phantom Phantom
46357 status open
46358
46359 \begin_layout Plain Layout
46360 W
46361 \end_layout
46362
46363 \end_inset
46364
46365
46366 \begin_inset ERT
46367 status collapsed
46368
46369 \begin_layout Plain Layout
46370
46371 }
46372 \end_layout
46373
46374 \end_inset
46375
46376  Rhodamine
46377 \end_layout
46378
46379 \end_inset
46380 </cell>
46381 </row>
46382 <row>
46383 <cell alignment="left" valignment="top" usebox="none">
46384 \begin_inset Text
46385
46386 \begin_layout Plain Layout
46387 \begin_inset ERT
46388 status collapsed
46389
46390 \begin_layout Plain Layout
46391
46392
46393 \backslash
46394 fcolorbox{black}{
46395 \end_layout
46396
46397 \end_inset
46398
46399 RoyalBlue
46400 \begin_inset ERT
46401 status collapsed
46402
46403 \begin_layout Plain Layout
46404
46405 }{
46406 \end_layout
46407
46408 \end_inset
46409
46410
46411 \begin_inset Phantom Phantom
46412 status open
46413
46414 \begin_layout Plain Layout
46415 W
46416 \end_layout
46417
46418 \end_inset
46419
46420
46421 \begin_inset ERT
46422 status collapsed
46423
46424 \begin_layout Plain Layout
46425
46426 }
46427 \end_layout
46428
46429 \end_inset
46430
46431  RoyalBlue
46432 \end_layout
46433
46434 \end_inset
46435 </cell>
46436 <cell alignment="left" valignment="top" usebox="none">
46437 \begin_inset Text
46438
46439 \begin_layout Plain Layout
46440 \begin_inset ERT
46441 status collapsed
46442
46443 \begin_layout Plain Layout
46444
46445
46446 \backslash
46447 fcolorbox{black}{
46448 \end_layout
46449
46450 \end_inset
46451
46452 RoyalPurple
46453 \begin_inset ERT
46454 status collapsed
46455
46456 \begin_layout Plain Layout
46457
46458 }{
46459 \end_layout
46460
46461 \end_inset
46462
46463
46464 \begin_inset Phantom Phantom
46465 status open
46466
46467 \begin_layout Plain Layout
46468 W
46469 \end_layout
46470
46471 \end_inset
46472
46473
46474 \begin_inset ERT
46475 status collapsed
46476
46477 \begin_layout Plain Layout
46478
46479 }
46480 \end_layout
46481
46482 \end_inset
46483
46484  RoyalPurple
46485 \end_layout
46486
46487 \end_inset
46488 </cell>
46489 <cell alignment="left" valignment="top" usebox="none">
46490 \begin_inset Text
46491
46492 \begin_layout Plain Layout
46493 \begin_inset ERT
46494 status collapsed
46495
46496 \begin_layout Plain Layout
46497
46498
46499 \backslash
46500 fcolorbox{black}{
46501 \end_layout
46502
46503 \end_inset
46504
46505 RubineRed
46506 \begin_inset ERT
46507 status collapsed
46508
46509 \begin_layout Plain Layout
46510
46511 }{
46512 \end_layout
46513
46514 \end_inset
46515
46516
46517 \begin_inset Phantom Phantom
46518 status open
46519
46520 \begin_layout Plain Layout
46521 W
46522 \end_layout
46523
46524 \end_inset
46525
46526
46527 \begin_inset ERT
46528 status collapsed
46529
46530 \begin_layout Plain Layout
46531
46532 }
46533 \end_layout
46534
46535 \end_inset
46536
46537  RubineRed
46538 \end_layout
46539
46540 \end_inset
46541 </cell>
46542 <cell alignment="left" valignment="top" usebox="none">
46543 \begin_inset Text
46544
46545 \begin_layout Plain Layout
46546 \begin_inset ERT
46547 status collapsed
46548
46549 \begin_layout Plain Layout
46550
46551
46552 \backslash
46553 fcolorbox{black}{
46554 \end_layout
46555
46556 \end_inset
46557
46558 Salmon
46559 \begin_inset ERT
46560 status collapsed
46561
46562 \begin_layout Plain Layout
46563
46564 }{
46565 \end_layout
46566
46567 \end_inset
46568
46569
46570 \begin_inset Phantom Phantom
46571 status open
46572
46573 \begin_layout Plain Layout
46574 W
46575 \end_layout
46576
46577 \end_inset
46578
46579
46580 \begin_inset ERT
46581 status collapsed
46582
46583 \begin_layout Plain Layout
46584
46585 }
46586 \end_layout
46587
46588 \end_inset
46589
46590  Salmon
46591 \end_layout
46592
46593 \end_inset
46594 </cell>
46595 </row>
46596 <row>
46597 <cell alignment="left" valignment="top" usebox="none">
46598 \begin_inset Text
46599
46600 \begin_layout Plain Layout
46601 \begin_inset ERT
46602 status collapsed
46603
46604 \begin_layout Plain Layout
46605
46606
46607 \backslash
46608 fcolorbox{black}{
46609 \end_layout
46610
46611 \end_inset
46612
46613 SeaGreen
46614 \begin_inset ERT
46615 status collapsed
46616
46617 \begin_layout Plain Layout
46618
46619 }{
46620 \end_layout
46621
46622 \end_inset
46623
46624
46625 \begin_inset Phantom Phantom
46626 status open
46627
46628 \begin_layout Plain Layout
46629 W
46630 \end_layout
46631
46632 \end_inset
46633
46634
46635 \begin_inset ERT
46636 status collapsed
46637
46638 \begin_layout Plain Layout
46639
46640 }
46641 \end_layout
46642
46643 \end_inset
46644
46645  SeaGreen
46646 \end_layout
46647
46648 \end_inset
46649 </cell>
46650 <cell alignment="left" valignment="top" usebox="none">
46651 \begin_inset Text
46652
46653 \begin_layout Plain Layout
46654 \begin_inset ERT
46655 status collapsed
46656
46657 \begin_layout Plain Layout
46658
46659
46660 \backslash
46661 fcolorbox{black}{
46662 \end_layout
46663
46664 \end_inset
46665
46666 Sepia
46667 \begin_inset ERT
46668 status collapsed
46669
46670 \begin_layout Plain Layout
46671
46672 }{
46673 \end_layout
46674
46675 \end_inset
46676
46677
46678 \begin_inset Phantom Phantom
46679 status open
46680
46681 \begin_layout Plain Layout
46682 W
46683 \end_layout
46684
46685 \end_inset
46686
46687
46688 \begin_inset ERT
46689 status collapsed
46690
46691 \begin_layout Plain Layout
46692
46693 }
46694 \end_layout
46695
46696 \end_inset
46697
46698  Sepia
46699 \end_layout
46700
46701 \end_inset
46702 </cell>
46703 <cell alignment="left" valignment="top" usebox="none">
46704 \begin_inset Text
46705
46706 \begin_layout Plain Layout
46707 \begin_inset ERT
46708 status collapsed
46709
46710 \begin_layout Plain Layout
46711
46712
46713 \backslash
46714 fcolorbox{black}{
46715 \end_layout
46716
46717 \end_inset
46718
46719 SkyBlue
46720 \begin_inset ERT
46721 status collapsed
46722
46723 \begin_layout Plain Layout
46724
46725 }{
46726 \end_layout
46727
46728 \end_inset
46729
46730
46731 \begin_inset Phantom Phantom
46732 status open
46733
46734 \begin_layout Plain Layout
46735 W
46736 \end_layout
46737
46738 \end_inset
46739
46740
46741 \begin_inset ERT
46742 status collapsed
46743
46744 \begin_layout Plain Layout
46745
46746 }
46747 \end_layout
46748
46749 \end_inset
46750
46751  SkyBlue
46752 \end_layout
46753
46754 \end_inset
46755 </cell>
46756 <cell alignment="left" valignment="top" usebox="none">
46757 \begin_inset Text
46758
46759 \begin_layout Plain Layout
46760 \begin_inset ERT
46761 status collapsed
46762
46763 \begin_layout Plain Layout
46764
46765
46766 \backslash
46767 fcolorbox{black}{
46768 \end_layout
46769
46770 \end_inset
46771
46772 SpringGreen
46773 \begin_inset ERT
46774 status collapsed
46775
46776 \begin_layout Plain Layout
46777
46778 }{
46779 \end_layout
46780
46781 \end_inset
46782
46783
46784 \begin_inset Phantom Phantom
46785 status open
46786
46787 \begin_layout Plain Layout
46788 W
46789 \end_layout
46790
46791 \end_inset
46792
46793
46794 \begin_inset ERT
46795 status collapsed
46796
46797 \begin_layout Plain Layout
46798
46799 }
46800 \end_layout
46801
46802 \end_inset
46803
46804  SpringGreen
46805 \end_layout
46806
46807 \end_inset
46808 </cell>
46809 </row>
46810 <row>
46811 <cell alignment="left" valignment="top" usebox="none">
46812 \begin_inset Text
46813
46814 \begin_layout Plain Layout
46815 \begin_inset ERT
46816 status collapsed
46817
46818 \begin_layout Plain Layout
46819
46820
46821 \backslash
46822 fcolorbox{black}{
46823 \end_layout
46824
46825 \end_inset
46826
46827 Tan
46828 \begin_inset ERT
46829 status collapsed
46830
46831 \begin_layout Plain Layout
46832
46833 }{
46834 \end_layout
46835
46836 \end_inset
46837
46838
46839 \begin_inset Phantom Phantom
46840 status open
46841
46842 \begin_layout Plain Layout
46843 W
46844 \end_layout
46845
46846 \end_inset
46847
46848
46849 \begin_inset ERT
46850 status collapsed
46851
46852 \begin_layout Plain Layout
46853
46854 }
46855 \end_layout
46856
46857 \end_inset
46858
46859  Tan
46860 \end_layout
46861
46862 \end_inset
46863 </cell>
46864 <cell alignment="left" valignment="top" usebox="none">
46865 \begin_inset Text
46866
46867 \begin_layout Plain Layout
46868 \begin_inset ERT
46869 status collapsed
46870
46871 \begin_layout Plain Layout
46872
46873
46874 \backslash
46875 fcolorbox{black}{
46876 \end_layout
46877
46878 \end_inset
46879
46880 TealBlue
46881 \begin_inset ERT
46882 status collapsed
46883
46884 \begin_layout Plain Layout
46885
46886 }{
46887 \end_layout
46888
46889 \end_inset
46890
46891
46892 \begin_inset Phantom Phantom
46893 status open
46894
46895 \begin_layout Plain Layout
46896 W
46897 \end_layout
46898
46899 \end_inset
46900
46901
46902 \begin_inset ERT
46903 status collapsed
46904
46905 \begin_layout Plain Layout
46906
46907 }
46908 \end_layout
46909
46910 \end_inset
46911
46912  TealBlue
46913 \end_layout
46914
46915 \end_inset
46916 </cell>
46917 <cell alignment="left" valignment="top" usebox="none">
46918 \begin_inset Text
46919
46920 \begin_layout Plain Layout
46921 \begin_inset ERT
46922 status collapsed
46923
46924 \begin_layout Plain Layout
46925
46926
46927 \backslash
46928 fcolorbox{black}{
46929 \end_layout
46930
46931 \end_inset
46932
46933 Thistle
46934 \begin_inset ERT
46935 status collapsed
46936
46937 \begin_layout Plain Layout
46938
46939 }{
46940 \end_layout
46941
46942 \end_inset
46943
46944
46945 \begin_inset Phantom Phantom
46946 status open
46947
46948 \begin_layout Plain Layout
46949 W
46950 \end_layout
46951
46952 \end_inset
46953
46954
46955 \begin_inset ERT
46956 status collapsed
46957
46958 \begin_layout Plain Layout
46959
46960 }
46961 \end_layout
46962
46963 \end_inset
46964
46965  Thistle
46966 \end_layout
46967
46968 \end_inset
46969 </cell>
46970 <cell alignment="left" valignment="top" usebox="none">
46971 \begin_inset Text
46972
46973 \begin_layout Plain Layout
46974 \begin_inset ERT
46975 status collapsed
46976
46977 \begin_layout Plain Layout
46978
46979
46980 \backslash
46981 fcolorbox{black}{
46982 \end_layout
46983
46984 \end_inset
46985
46986 Turquoise
46987 \begin_inset ERT
46988 status collapsed
46989
46990 \begin_layout Plain Layout
46991
46992 }{
46993 \end_layout
46994
46995 \end_inset
46996
46997
46998 \begin_inset Phantom Phantom
46999 status open
47000
47001 \begin_layout Plain Layout
47002 W
47003 \end_layout
47004
47005 \end_inset
47006
47007
47008 \begin_inset ERT
47009 status collapsed
47010
47011 \begin_layout Plain Layout
47012
47013 }
47014 \end_layout
47015
47016 \end_inset
47017
47018  Turquoise
47019 \end_layout
47020
47021 \end_inset
47022 </cell>
47023 </row>
47024 <row>
47025 <cell alignment="left" valignment="top" usebox="none">
47026 \begin_inset Text
47027
47028 \begin_layout Plain Layout
47029 \begin_inset ERT
47030 status collapsed
47031
47032 \begin_layout Plain Layout
47033
47034
47035 \backslash
47036 fcolorbox{black}{
47037 \end_layout
47038
47039 \end_inset
47040
47041 Violet
47042 \begin_inset ERT
47043 status collapsed
47044
47045 \begin_layout Plain Layout
47046
47047 }{
47048 \end_layout
47049
47050 \end_inset
47051
47052
47053 \begin_inset Phantom Phantom
47054 status open
47055
47056 \begin_layout Plain Layout
47057 W
47058 \end_layout
47059
47060 \end_inset
47061
47062
47063 \begin_inset ERT
47064 status collapsed
47065
47066 \begin_layout Plain Layout
47067
47068 }
47069 \end_layout
47070
47071 \end_inset
47072
47073  Violet
47074 \end_layout
47075
47076 \end_inset
47077 </cell>
47078 <cell alignment="left" valignment="top" usebox="none">
47079 \begin_inset Text
47080
47081 \begin_layout Plain Layout
47082 \begin_inset ERT
47083 status collapsed
47084
47085 \begin_layout Plain Layout
47086
47087
47088 \backslash
47089 fcolorbox{black}{
47090 \end_layout
47091
47092 \end_inset
47093
47094 VioletRed
47095 \begin_inset ERT
47096 status collapsed
47097
47098 \begin_layout Plain Layout
47099
47100 }{
47101 \end_layout
47102
47103 \end_inset
47104
47105
47106 \begin_inset Phantom Phantom
47107 status open
47108
47109 \begin_layout Plain Layout
47110 W
47111 \end_layout
47112
47113 \end_inset
47114
47115
47116 \begin_inset ERT
47117 status collapsed
47118
47119 \begin_layout Plain Layout
47120
47121 }
47122 \end_layout
47123
47124 \end_inset
47125
47126  VioletRed
47127 \end_layout
47128
47129 \end_inset
47130 </cell>
47131 <cell alignment="left" valignment="top" usebox="none">
47132 \begin_inset Text
47133
47134 \begin_layout Plain Layout
47135 \begin_inset ERT
47136 status collapsed
47137
47138 \begin_layout Plain Layout
47139
47140
47141 \backslash
47142 fcolorbox{black}{
47143 \end_layout
47144
47145 \end_inset
47146
47147 WildStrawberry
47148 \begin_inset ERT
47149 status collapsed
47150
47151 \begin_layout Plain Layout
47152
47153 }{
47154 \end_layout
47155
47156 \end_inset
47157
47158
47159 \begin_inset Phantom Phantom
47160 status open
47161
47162 \begin_layout Plain Layout
47163 W
47164 \end_layout
47165
47166 \end_inset
47167
47168
47169 \begin_inset ERT
47170 status collapsed
47171
47172 \begin_layout Plain Layout
47173
47174 }
47175 \end_layout
47176
47177 \end_inset
47178
47179  WildStrawberry
47180 \end_layout
47181
47182 \end_inset
47183 </cell>
47184 <cell alignment="left" valignment="top" usebox="none">
47185 \begin_inset Text
47186
47187 \begin_layout Plain Layout
47188 \begin_inset ERT
47189 status collapsed
47190
47191 \begin_layout Plain Layout
47192
47193
47194 \backslash
47195 fcolorbox{black}{
47196 \end_layout
47197
47198 \end_inset
47199
47200 YellowGreen
47201 \begin_inset ERT
47202 status collapsed
47203
47204 \begin_layout Plain Layout
47205
47206 }{
47207 \end_layout
47208
47209 \end_inset
47210
47211
47212 \begin_inset Phantom Phantom
47213 status open
47214
47215 \begin_layout Plain Layout
47216 W
47217 \end_layout
47218
47219 \end_inset
47220
47221
47222 \begin_inset ERT
47223 status collapsed
47224
47225 \begin_layout Plain Layout
47226
47227 }
47228 \end_layout
47229
47230 \end_inset
47231
47232  YellowGreen
47233 \end_layout
47234
47235 \end_inset
47236 </cell>
47237 </row>
47238 <row>
47239 <cell alignment="left" valignment="top" usebox="none">
47240 \begin_inset Text
47241
47242 \begin_layout Plain Layout
47243 \begin_inset ERT
47244 status collapsed
47245
47246 \begin_layout Plain Layout
47247
47248
47249 \backslash
47250 fcolorbox{black}{
47251 \end_layout
47252
47253 \end_inset
47254
47255 YellowOrange
47256 \begin_inset ERT
47257 status collapsed
47258
47259 \begin_layout Plain Layout
47260
47261 }{
47262 \end_layout
47263
47264 \end_inset
47265
47266
47267 \begin_inset Phantom Phantom
47268 status open
47269
47270 \begin_layout Plain Layout
47271 W
47272 \end_layout
47273
47274 \end_inset
47275
47276
47277 \begin_inset ERT
47278 status collapsed
47279
47280 \begin_layout Plain Layout
47281
47282 }
47283 \end_layout
47284
47285 \end_inset
47286
47287  YellowOrange
47288 \end_layout
47289
47290 \end_inset
47291 </cell>
47292 <cell alignment="left" valignment="top" usebox="none">
47293 \begin_inset Text
47294
47295 \begin_layout Plain Layout
47296
47297 \end_layout
47298
47299 \end_inset
47300 </cell>
47301 <cell alignment="left" valignment="top" usebox="none">
47302 \begin_inset Text
47303
47304 \begin_layout Plain Layout
47305
47306 \end_layout
47307
47308 \end_inset
47309 </cell>
47310 <cell alignment="left" valignment="top" usebox="none">
47311 \begin_inset Text
47312
47313 \begin_layout Plain Layout
47314
47315 \end_layout
47316
47317 \end_inset
47318 </cell>
47319 </row>
47320 </lyxtabular>
47321
47322 \end_inset
47323
47324
47325 \end_layout
47326
47327 \begin_layout Chapter
47328 Explanation of Equation
47329 \begin_inset space ~
47330 \end_inset
47331
47332 (
47333 \begin_inset CommandInset ref
47334 LatexCommand ref
47335 reference "eq:Wgn"
47336
47337 \end_inset
47338
47339 )
47340 \begin_inset CommandInset label
47341 LatexCommand label
47342 name "cha:Explanation-of-Equation"
47343
47344 \end_inset
47345
47346
47347 \end_layout
47348
47349 \begin_layout Standard
47350 We can calculate the total width of 
47351 \emph on
47352 n
47353 \emph default
47354  table cells 
47355 \begin_inset Formula $W_{\mathrm{tot\,n}}$
47356 \end_inset
47357
47358  as follows:
47359 \begin_inset Formula 
47360 \begin{equation}
47361 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47362 \end{equation}
47363
47364 \end_inset
47365
47366 where 
47367 \begin_inset Formula $W_{g\,n}$
47368 \end_inset
47369
47370  is the given width of all cells, 
47371 \series bold
47372
47373 \backslash
47374 tabcolsep
47375 \series default
47376  is the \SpecialChar LaTeX
47377 -length between the cell text and the cell border (its default value
47378  is 6
47379 \begin_inset space \thinspace{}
47380 \end_inset
47381
47382 pt).
47383  
47384 \series bold
47385
47386 \backslash
47387 arrayrulewidth
47388 \series default
47389  is the thickness of the cell border line, the default is 0.4
47390 \begin_inset space \thinspace{}
47391 \end_inset
47392
47393 pt.
47394 \end_layout
47395
47396 \begin_layout Standard
47397 Following equation
47398 \begin_inset space ~
47399 \end_inset
47400
47401
47402 \begin_inset CommandInset ref
47403 LatexCommand eqref
47404 reference "eq:Wtot_n"
47405
47406 \end_inset
47407
47408 , the total width of a multicolumn 
47409 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
47410 \end_inset
47411
47412  is
47413 \begin_inset Formula 
47414 \begin{equation}
47415 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47416 \end{equation}
47417
47418 \end_inset
47419
47420
47421 \end_layout
47422
47423 \begin_layout Standard
47424 By setting equation
47425 \begin_inset space ~
47426 \end_inset
47427
47428
47429 \begin_inset CommandInset ref
47430 LatexCommand eqref
47431 reference "eq:Wtot_n"
47432
47433 \end_inset
47434
47435  and 
47436 \begin_inset CommandInset ref
47437 LatexCommand eqref
47438 reference "eq:Wtot_mult"
47439
47440 \end_inset
47441
47442  equal we can calculate the needed given width 
47443 \begin_inset Formula $W_{g\,n}$
47444 \end_inset
47445
47446  when 
47447 \emph on
47448 n
47449 \emph default
47450  columns are spanned, so that each column has a total width of 
47451 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
47452 \end_inset
47453
47454 :
47455 \begin_inset Formula 
47456 \begin{equation}
47457 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47458 \end{equation}
47459
47460 \end_inset
47461
47462
47463 \end_layout
47464
47465 \begin_layout Bibliography
47466 \begin_inset CommandInset bibitem
47467 LatexCommand bibitem
47468 key "latexcompanion"
47469 literal "true"
47470
47471 \end_inset
47472
47473 Frank Mittelbach and Michel Goossens: 
47474 \emph on
47475 The \SpecialChar LaTeX
47476  Companion Second Edition.
47477
47478 \emph default
47479  Addison-Wesley, 2004
47480 \end_layout
47481
47482 \begin_layout Bibliography
47483 \begin_inset CommandInset bibitem
47484 LatexCommand bibitem
47485 key "latexguide"
47486 literal "true"
47487
47488 \end_inset
47489
47490 Helmut Kopka and Patrick W.
47491  Daly: 
47492 \emph on
47493 A Guide to \SpecialChar LaTeX
47494  Fourth Edition.
47495
47496 \emph default
47497  Addison-Wesley, 2003
47498 \end_layout
47499
47500 \begin_layout Bibliography
47501 \begin_inset CommandInset bibitem
47502 LatexCommand bibitem
47503 key "latexbook"
47504 literal "true"
47505
47506 \end_inset
47507
47508 Leslie Lamport: 
47509 \emph on
47510 \SpecialChar LaTeX
47511 : A Document Preparation System.
47512
47513 \emph default
47514  Addison-Wesley, second edition, 1994
47515 \end_layout
47516
47517 \begin_layout Bibliography
47518 \begin_inset CommandInset bibitem
47519 LatexCommand bibitem
47520 key "arydshln"
47521 literal "true"
47522
47523 \end_inset
47524
47525 Documentation of the \SpecialChar LaTeX
47526 -package 
47527 \series bold
47528
47529 \begin_inset CommandInset href
47530 LatexCommand href
47531 name "arydshln"
47532 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
47533 literal "false"
47534
47535 \end_inset
47536
47537
47538 \series default
47539
47540 \begin_inset Index idx
47541 status collapsed
47542
47543 \begin_layout Plain Layout
47544 \SpecialChar LaTeX
47545 -packages ! arydshln
47546 \end_layout
47547
47548 \end_inset
47549
47550
47551 \end_layout
47552
47553 \begin_layout Bibliography
47554 \begin_inset CommandInset bibitem
47555 LatexCommand bibitem
47556 key "booktabs"
47557 literal "true"
47558
47559 \end_inset
47560
47561 Documentation of the \SpecialChar LaTeX
47562 -package 
47563 \series bold
47564
47565 \begin_inset CommandInset href
47566 LatexCommand href
47567 name "booktabs"
47568 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47569 literal "false"
47570
47571 \end_inset
47572
47573
47574 \series default
47575
47576 \begin_inset Index idx
47577 status collapsed
47578
47579 \begin_layout Plain Layout
47580 \SpecialChar LaTeX
47581 -packages ! booktabs
47582 \end_layout
47583
47584 \end_inset
47585
47586
47587 \end_layout
47588
47589 \begin_layout Bibliography
47590 \begin_inset CommandInset bibitem
47591 LatexCommand bibitem
47592 key "caption"
47593 literal "true"
47594
47595 \end_inset
47596
47597 Documentation of the \SpecialChar LaTeX
47598 -package 
47599 \series bold
47600
47601 \begin_inset CommandInset href
47602 LatexCommand href
47603 name "caption"
47604 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
47605 literal "false"
47606
47607 \end_inset
47608
47609
47610 \series default
47611
47612 \begin_inset Index idx
47613 status collapsed
47614
47615 \begin_layout Plain Layout
47616 \SpecialChar LaTeX
47617 -packages ! caption
47618 \end_layout
47619
47620 \end_inset
47621
47622
47623 \end_layout
47624
47625 \begin_layout Bibliography
47626 \begin_inset CommandInset bibitem
47627 LatexCommand bibitem
47628 key "diagbox"
47629 literal "true"
47630
47631 \end_inset
47632
47633 Documentation of the \SpecialChar LaTeX
47634 -package 
47635 \series bold
47636
47637 \begin_inset CommandInset href
47638 LatexCommand href
47639 name "diagbox"
47640 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47641 literal "false"
47642
47643 \end_inset
47644
47645
47646 \series default
47647
47648 \begin_inset Index idx
47649 status collapsed
47650
47651 \begin_layout Plain Layout
47652 \SpecialChar LaTeX
47653 -packages ! diagbox
47654 \end_layout
47655
47656 \end_inset
47657
47658
47659 \end_layout
47660
47661 \begin_layout Bibliography
47662 \begin_inset CommandInset bibitem
47663 LatexCommand bibitem
47664 key "endfloat"
47665 literal "true"
47666
47667 \end_inset
47668
47669 Documentation of the \SpecialChar LaTeX
47670 -package 
47671 \series bold
47672
47673 \begin_inset CommandInset href
47674 LatexCommand href
47675 name "endfloat"
47676 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47677 literal "false"
47678
47679 \end_inset
47680
47681
47682 \series default
47683
47684 \begin_inset Index idx
47685 status collapsed
47686
47687 \begin_layout Plain Layout
47688 \SpecialChar LaTeX
47689 -packages ! endfloat
47690 \end_layout
47691
47692 \end_inset
47693
47694
47695 \end_layout
47696
47697 \begin_layout Bibliography
47698 \begin_inset CommandInset bibitem
47699 LatexCommand bibitem
47700 key "footmisc"
47701 literal "true"
47702
47703 \end_inset
47704
47705 Documentation of the \SpecialChar LaTeX
47706 -package 
47707 \series bold
47708
47709 \begin_inset CommandInset href
47710 LatexCommand href
47711 name "footmisc"
47712 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47713 literal "false"
47714
47715 \end_inset
47716
47717
47718 \series default
47719
47720 \begin_inset Index idx
47721 status collapsed
47722
47723 \begin_layout Plain Layout
47724 \SpecialChar LaTeX
47725 -packages ! footmisc
47726 \end_layout
47727
47728 \end_inset
47729
47730
47731 \end_layout
47732
47733 \begin_layout Bibliography
47734 \begin_inset CommandInset bibitem
47735 LatexCommand bibitem
47736 key "hypcap"
47737 literal "true"
47738
47739 \end_inset
47740
47741 Documentation of the \SpecialChar LaTeX
47742 -package 
47743 \series bold
47744
47745 \begin_inset CommandInset href
47746 LatexCommand href
47747 name "hypcap"
47748 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47749 literal "false"
47750
47751 \end_inset
47752
47753
47754 \series default
47755
47756 \begin_inset Index idx
47757 status collapsed
47758
47759 \begin_layout Plain Layout
47760 \SpecialChar LaTeX
47761 -packages ! hyperref
47762 \end_layout
47763
47764 \end_inset
47765
47766
47767 \end_layout
47768
47769 \begin_layout Bibliography
47770 \begin_inset CommandInset bibitem
47771 LatexCommand bibitem
47772 key "hyperref"
47773 literal "true"
47774
47775 \end_inset
47776
47777 Documentation of the \SpecialChar LaTeX
47778 -package 
47779 \series bold
47780
47781 \begin_inset CommandInset href
47782 LatexCommand href
47783 name "hyperref"
47784 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47785 literal "false"
47786
47787 \end_inset
47788
47789
47790 \series default
47791
47792 \begin_inset Index idx
47793 status collapsed
47794
47795 \begin_layout Plain Layout
47796 \SpecialChar LaTeX
47797 -packages ! hyperref
47798 \end_layout
47799
47800 \end_inset
47801
47802
47803 \end_layout
47804
47805 \begin_layout Bibliography
47806 \begin_inset CommandInset bibitem
47807 LatexCommand bibitem
47808 key "KOMA-Script"
47809 literal "true"
47810
47811 \end_inset
47812
47813 Documentation of the \SpecialChar LaTeX
47814 -package 
47815 \series bold
47816
47817 \begin_inset CommandInset href
47818 LatexCommand href
47819 name "KOMA-Script"
47820 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47821 literal "false"
47822
47823 \end_inset
47824
47825
47826 \series default
47827
47828 \begin_inset Index idx
47829 status collapsed
47830
47831 \begin_layout Plain Layout
47832 \SpecialChar LaTeX
47833 -packages ! KOMA-Script
47834 \end_layout
47835
47836 \end_inset
47837
47838
47839 \end_layout
47840
47841 \begin_layout Bibliography
47842 \begin_inset CommandInset bibitem
47843 LatexCommand bibitem
47844 key "lettrine"
47845 literal "true"
47846
47847 \end_inset
47848
47849 Documentation of the \SpecialChar LaTeX
47850 -package 
47851 \series bold
47852
47853 \begin_inset CommandInset href
47854 LatexCommand href
47855 name "lettrine"
47856 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47857 literal "false"
47858
47859 \end_inset
47860
47861
47862 \series default
47863  and an 
47864 \begin_inset CommandInset href
47865 LatexCommand href
47866 name "example"
47867 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
47868 literal "false"
47869
47870 \end_inset
47871
47872
47873 \begin_inset Index idx
47874 status collapsed
47875
47876 \begin_layout Plain Layout
47877 \SpecialChar LaTeX
47878 -packages ! lettrine
47879 \end_layout
47880
47881 \end_inset
47882
47883
47884 \end_layout
47885
47886 \begin_layout Bibliography
47887 \begin_inset CommandInset bibitem
47888 LatexCommand bibitem
47889 key "listings"
47890 literal "true"
47891
47892 \end_inset
47893
47894 Documentation of the \SpecialChar LaTeX
47895 -package 
47896 \series bold
47897
47898 \begin_inset CommandInset href
47899 LatexCommand href
47900 name "listings"
47901 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47902 literal "false"
47903
47904 \end_inset
47905
47906
47907 \series default
47908
47909 \begin_inset Index idx
47910 status collapsed
47911
47912 \begin_layout Plain Layout
47913 \SpecialChar LaTeX
47914 -packages ! listings
47915 \end_layout
47916
47917 \end_inset
47918
47919
47920 \end_layout
47921
47922 \begin_layout Bibliography
47923 \begin_inset CommandInset bibitem
47924 LatexCommand bibitem
47925 key "minted"
47926 literal "false"
47927
47928 \end_inset
47929
47930 Documentation of the \SpecialChar LaTeX
47931 -package 
47932 \series bold
47933
47934 \begin_inset CommandInset href
47935 LatexCommand href
47936 name "minted"
47937 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47938 literal "false"
47939
47940 \end_inset
47941
47942
47943 \series default
47944
47945 \begin_inset Index idx
47946 status collapsed
47947
47948 \begin_layout Plain Layout
47949 \SpecialChar LaTeX
47950 -packages ! minted
47951 \end_layout
47952
47953 \end_inset
47954
47955
47956 \end_layout
47957
47958 \begin_layout Bibliography
47959 \begin_inset CommandInset bibitem
47960 LatexCommand bibitem
47961 key "marginnote"
47962 literal "true"
47963
47964 \end_inset
47965
47966 Documentation of the \SpecialChar LaTeX
47967 -package 
47968 \series bold
47969
47970 \begin_inset CommandInset href
47971 LatexCommand href
47972 name "marginnote"
47973 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
47974 literal "false"
47975
47976 \end_inset
47977
47978
47979 \series default
47980
47981 \begin_inset Index idx
47982 status collapsed
47983
47984 \begin_layout Plain Layout
47985 \SpecialChar LaTeX
47986 -packages ! marginnote
47987 \end_layout
47988
47989 \end_inset
47990
47991
47992 \end_layout
47993
47994 \begin_layout Bibliography
47995 \begin_inset CommandInset bibitem
47996 LatexCommand bibitem
47997 key "pdfpages"
47998 literal "true"
47999
48000 \end_inset
48001
48002 Documentation of the \SpecialChar LaTeX
48003 -package 
48004 \series bold
48005
48006 \begin_inset CommandInset href
48007 LatexCommand href
48008 name "pdfpages"
48009 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
48010 literal "false"
48011
48012 \end_inset
48013
48014
48015 \series default
48016
48017 \begin_inset Index idx
48018 status collapsed
48019
48020 \begin_layout Plain Layout
48021 \SpecialChar LaTeX
48022 -packages ! pdfpages
48023 \end_layout
48024
48025 \end_inset
48026
48027
48028 \end_layout
48029
48030 \begin_layout Bibliography
48031 \begin_inset CommandInset bibitem
48032 LatexCommand bibitem
48033 key "prettyref"
48034 literal "true"
48035
48036 \end_inset
48037
48038 Documentation of the \SpecialChar LaTeX
48039 -package 
48040 \series bold
48041
48042 \begin_inset CommandInset href
48043 LatexCommand href
48044 name "prettyref"
48045 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
48046 literal "false"
48047
48048 \end_inset
48049
48050
48051 \series default
48052
48053 \begin_inset Index idx
48054 status collapsed
48055
48056 \begin_layout Plain Layout
48057 \SpecialChar LaTeX
48058 -packages ! prettyref
48059 \end_layout
48060
48061 \end_inset
48062
48063
48064 \end_layout
48065
48066 \begin_layout Bibliography
48067 \begin_inset CommandInset bibitem
48068 LatexCommand bibitem
48069 key "pstricks"
48070 literal "true"
48071
48072 \end_inset
48073
48074 Web page of the \SpecialChar LaTeX
48075 -package 
48076 \series bold
48077
48078 \begin_inset CommandInset href
48079 LatexCommand href
48080 name "PSTricks"
48081 target "http://tug.org/PSTricks/"
48082 literal "false"
48083
48084 \end_inset
48085
48086
48087 \series default
48088
48089 \begin_inset Index idx
48090 status collapsed
48091
48092 \begin_layout Plain Layout
48093 \SpecialChar LaTeX
48094 -packages ! PSTricks
48095 \end_layout
48096
48097 \end_inset
48098
48099
48100 \end_layout
48101
48102 \begin_layout Bibliography
48103 \begin_inset CommandInset bibitem
48104 LatexCommand bibitem
48105 key "refstyle"
48106 literal "true"
48107
48108 \end_inset
48109
48110 Documentation of the \SpecialChar LaTeX
48111 -package 
48112 \series bold
48113
48114 \begin_inset CommandInset href
48115 LatexCommand href
48116 name "refstyle"
48117 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
48118 literal "false"
48119
48120 \end_inset
48121
48122
48123 \series default
48124
48125 \begin_inset Index idx
48126 status collapsed
48127
48128 \begin_layout Plain Layout
48129 \SpecialChar LaTeX
48130 -packages ! refstyle
48131 \end_layout
48132
48133 \end_inset
48134
48135
48136 \end_layout
48137
48138 \begin_layout Bibliography
48139 \begin_inset CommandInset bibitem
48140 LatexCommand bibitem
48141 key "sidecap"
48142 literal "true"
48143
48144 \end_inset
48145
48146 Documentation of the \SpecialChar LaTeX
48147 -package 
48148 \series bold
48149
48150 \begin_inset CommandInset href
48151 LatexCommand href
48152 name "sidecap"
48153 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
48154 literal "false"
48155
48156 \end_inset
48157
48158
48159 \series default
48160
48161 \begin_inset Index idx
48162 status collapsed
48163
48164 \begin_layout Plain Layout
48165 \SpecialChar LaTeX
48166 -packages ! sidecap
48167 \end_layout
48168
48169 \end_inset
48170
48171
48172 \end_layout
48173
48174 \begin_layout Bibliography
48175 \begin_inset CommandInset bibitem
48176 LatexCommand bibitem
48177 key "Inkscape"
48178 literal "true"
48179
48180 \end_inset
48181
48182 Documentation of the option 
48183 \begin_inset CommandInset href
48184 LatexCommand href
48185 name "Omit text in PDF"
48186 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48187 literal "false"
48188
48189 \end_inset
48190
48191  of the program 
48192 \noun on
48193
48194 \begin_inset CommandInset href
48195 LatexCommand href
48196 name "Inkscape"
48197 target "https://inkscape.org"
48198 literal "false"
48199
48200 \end_inset
48201
48202
48203 \end_layout
48204
48205 \begin_layout Standard
48206 \begin_inset CommandInset index_print
48207 LatexCommand printindex
48208 type "idx"
48209 name "Index"
48210 literal "false"
48211
48212 \end_inset
48213
48214
48215 \end_layout
48216
48217 \end_body
48218 \end_document